Report 2005: Add data, remove obsolete graphs
[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         - 83  # nf-density-sel
297
298     plot-vpp-nfv-2n-skx-mrr:
299       csit-vpp-perf-report-iterative-2005-2n-skx:
300         - 42  # MRR sel
301
302     plot-vpp-nfv-reconf-2n-skx:
303       csit-vpp-perf-report-iterative-2005-2n-skx:
304         - 48  # Reconf
305         - 50  # Reconf
306         - 51  # Reconf
307         - 52  # Reconf
308         - 53  # Reconf
309         - 60  # Reconf
310         - 70  # Reconf
311         - 71  # Reconf
312         - 63  # Reconf
313         - 66  # Reconf
314
315     plot-dpdk-throughput-latency-2n-skx:
316       csit-dpdk-perf-report-iterative-2005-2n-skx:
317         - 1   # NDRPDR sel
318         - 2   # NDRPDR sel
319         - 3   # NDRPDR sel
320         - 4   # NDRPDR sel
321         - 5   # NDRPDR sel
322         - 6   # NDRPDR sel
323         - 7   # NDRPDR sel
324         - 8   # NDRPDR sel
325         - 9   # NDRPDR sel
326         - 10  # NDRPDR sel
327
328     plot-dpdk-hdrh-lat-2n-skx:
329       csit-dpdk-perf-report-iterative-2005-2n-skx:
330         - 1   # NDRPDR sel
331
332     # 2n-clx
333
334     plot-vpp-throughput-lat-tsa-2n-clx:
335       csit-vpp-perf-report-iterative-2005-2n-clx:
336         - 7   # NDRPDR sel
337         - 38  # NDRPDR sel
338         - 9   # NDRPDR sel
339         - 32  # NDRPDR sel ???
340         - 33  # NDRPDR sel ???
341         - 39  # NDRPDR sel
342         - 40  # NDRPDR sel
343         - 43  # NDRPDR sel
344         - 50  # NDRPDR sel
345         - 51  # NDRPDR sel
346
347     plot-vpp-hdrh-lat-2n-clx:
348       csit-vpp-perf-report-iterative-2005-2n-clx:
349         - 51  # NDRPDR sel
350
351 #    plot-vpp-http-server-performance:
352 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
353 #      csit-vpp-perf-verify-2001-2n-clx:
354 #        - 80  # TCP
355
356     plot-vpp-nfv-2n-clx-ndrpdr:
357       csit-vpp-perf-report-iterative-2005-2n-clx:
358         - 7   # NDRPDR sel
359         - 38  # NDRPDR sel
360         - 9   # NDRPDR sel
361         - 39  # NDRPDR sel
362         - 40  # NDRPDR sel
363         - 57  # 2n-clx nfv-density-00
364         - 58  # 2n-clx nfv-density-00
365         - 59  # 2n-clx nfv-density-00
366         - 60  # 2n-clx nfv-density-00
367         - 61  # 2n-clx nfv-density-00
368
369     plot-vpp-nfv-2n-clx-mrr:
370       csit-vpp-perf-report-iterative-2005-2n-clx:
371         - 12   # MRR
372
373     plot-vpp-nfv-reconf-2n-clx:
374       csit-vpp-perf-report-iterative-2005-2n-clx:
375         - 42  # Reconf
376         - 45  # Reconf
377         - 46  # Reconf
378         - 47  # Reconf
379         - 48  # Reconf
380         - 52  # Reconf
381         - 53  # Reconf
382         - 54  # Reconf
383         - 55  # Reconf
384         - 56  # Reconf
385
386     plot-vpp-soak-2n-clx:
387       csit-vpp-perf-report-iterative-2005-2n-clx:
388         - 44  # Soak
389         - 49  # Soak
390
391     plot-dpdk-throughput-latency-2n-clx:
392       csit-dpdk-perf-report-iterative-2005-2n-clx:
393         - 1   # NDRPDR sel
394         - 2   # NDRPDR sel
395         - 3   # NDRPDR sel
396         - 4   # NDRPDR sel
397         - 5   # NDRPDR sel
398         - 6   # NDRPDR sel
399         - 7   # NDRPDR sel
400         - 8   # NDRPDR sel
401         - 9   # NDRPDR sel
402         - 10  # NDRPDR sel
403
404     plot-dpdk-hdrh-lat-2n-clx:
405       csit-dpdk-perf-report-iterative-2005-2n-clx:
406         - 1   # NDRPDR sel
407
408     # 3n-tsh
409
410     plot-vpp-throughput-lat-tsa-3n-tsh:
411       # TODO: Add data:
412       csit-vpp-perf-report-iterative-2005-3n-tsh:
413         - 9   # NDRPDR sel
414         - 11  # NDRPDR sel
415         - 12  # NDRPDR sel
416         - 20  # NDRPDR sel
417         - 14  # NDRPDR sel
418
419     plot-vpp-hdrh-lat-3n-tsh:
420       csit-vpp-perf-report-iterative-2005-3n-tsh:
421         - 9   # NDRPDR sel
422
423     plot-dpdk-throughput-latency-3n-tsh:
424       csit-dpdk-perf-report-iterative-2005-3n-tsh:
425         - 5   # NDRPDR sel
426
427     plot-dpdk-hdrh-lat-3n-tsh:
428       csit-dpdk-perf-report-iterative-2005-3n-tsh:
429         - 5   # NDRPDR sel
430
431     # 3n-dnv
432
433     plot-vpp-throughput-lat-tsa-3n-dnv:
434       csit-vpp-perf-report-iterative-2005-3n-dnv:
435         - 2   # NDRPDR sel
436         - 3   # NDRPDR sel
437         - 4   # NDRPDR sel
438         - 5   # NDRPDR sel
439         - 6   # NDRPDR sel
440         - 7   # NDRPDR sel
441         - 9   # NDRPDR sel
442         - 10  # NDRPDR sel
443         - 11  # NDRPDR sel
444         - 12  # NDRPDR sel
445
446     plot-dpdk-throughput-latency-3n-dnv:
447       csit-dpdk-perf-report-iterative-2005-3n-dnv:
448         - 6   # NDRPDR sel
449         - 7   # NDRPDR sel
450         - 8   # NDRPDR sel
451         - 9   # NDRPDR sel
452         - 10  # NDRPDR sel
453         - 11  # NDRPDR sel
454         - 12  # NDRPDR sel
455         - 13  # NDRPDR sel
456         - 14  # NDRPDR sel
457         - 16  # NDRPDR sel
458
459     # 2n-dnv
460
461     plot-vpp-throughput-lat-tsa-2n-dnv:
462       csit-vpp-perf-report-iterative-2005-2n-dnv:
463         - 3   # NDRPDR sel
464         - 6   # NDRPDR sel
465         - 7   # NDRPDR sel
466         - 8   # NDRPDR sel
467         - 9   # NDRPDR sel
468         - 10  # NDRPDR sel
469         - 11  # NDRPDR sel
470         - 12  # NDRPDR sel
471         - 13  # NDRPDR sel
472         - 14  # NDRPDR sel
473
474     plot-dpdk-throughput-latency-2n-dnv:
475       csit-dpdk-perf-report-iterative-2005-2n-dnv:
476         - 8   # NDRPDR sel
477         - 9   # NDRPDR sel
478         - 10  # NDRPDR sel
479         - 11  # NDRPDR sel
480         - 12  # NDRPDR sel
481         - 13  # NDRPDR sel
482         - 14  # NDRPDR sel
483         - 15  # NDRPDR sel
484         - 16  # NDRPDR sel
485         - 17  # NDRPDR sel
486
487     ###########################################################################
488     # Simple tables (only one data set):
489
490     # NIC Comparisons
491
492     vpp-nic-comparison-3n-skx:
493       csit-vpp-perf-report-iterative-2005-3n-skx:
494         - 4   # NDRPDR sel
495         - 5   # NDRPDR sel ??? all x710 failed
496         - 33  # NDRPDR sel
497         - 28  # NDRPDR sel
498         - 34  # NDRPDR sel
499         - 36  # NDRPDR sel
500         - 37  # NDRPDR sel
501         - 38  # NDRPDR sel
502         - 39  # NDRPDR sel
503         - 41  # NDRPDR sel
504
505     vpp-nic-comparison-2n-skx:
506       csit-vpp-perf-report-iterative-2005-2n-skx:
507         - 43  # NDRPDR sel
508         - 38  # NDRPDR sel
509         - 7   # NDRPDR sel
510         - 65  # NDRPDR sel
511         - 47  # NDRPDR sel
512         - 55  # NDRPDR sel
513         - 67  # NDRPDR sel
514         - 75  # NDRPDR sel
515         - 76  # NDRPDR sel
516         - 73  # NDRPDR sel
517
518     vpp-nic-comparison-3n-skx-mrr:
519       csit-vpp-perf-report-iterative-2005-3n-skx:
520         - 6   # MRR sel
521
522     vpp-nic-comparison-2n-skx-mrr:
523       csit-vpp-perf-report-iterative-2005-2n-skx:
524         - 42  # MRR sel
525
526     # Results
527
528     vpp-perf-results-3n-hsw:
529       csit-vpp-perf-report-coverage-2005-3n-hsw:
530         - 1   # perf-full-3n-dnv-crypto_I
531         - 7   # perf-full-3n-hsw-crypto_II
532         - 3   # perf-full-3n-hsw-crypto_III
533         - 4   # perf-full-3n-dnv-crypto_IV
534         - 5   # perf-full-3n-hsw-ip4_I
535         - 6   # perf-full-3n-hsw-ip4_II
536         - 8   # perf-full-3n-hsw-ip4_III
537         - 9   # perf-full-3n-hsw-ip4_IV
538         - 10  # perf-full-3n-hsw-ip4_V
539         - 26  # perf-full-3n-hsw-ip4_VI
540         - 18  # perf-full-3n-hsw-ip4_VII
541         - 27  # perf-full-3n-hsw-ip4_VIII
542         - 28  # perf-full-3n-hsw-ip4_IX
543         - 29  # perf-full-3n-hsw-ip6_I
544         - 35  # perf-full-3n-hsw-ip6_II
545         - 42  # perf-full-3n-hsw-l2_I
546         - 33  # perf-full-3n-hsw-l2_II
547         - 37  # perf-full-3n-hsw-l2_III
548         - 45  # perf-full-3n-hsw-l2_IV
549         - 43  # perf-full-3n-hsw-l2_V
550         - 40  # perf-full-3n-hsw-l2_VI
551         - 44  # perf-full-3n-hsw-l2_VII
552         - 51  # perf-full-3n-hsw-l2_VIII
553         - 50  # perf-full-3n-hsw-l2_IX
554         - 52  # perf-full-3n-hsw-l2_X
555         - 53  # perf-full-3n-hsw-l2_XI
556         - 54  # perf-full-3n-hsw-memif
557         - 55  # perf-full-3n-hsw-ip4tunnels-I
558         - 56  # perf-full-3n-hsw-ip4tunnels-II
559         - 57  # perf-full-3n-hsw-ip4tunnels-III
560         - 58  # perf-full-3n-hsw-ip6tunnels-I
561         - 59  # perf-full-3n-hsw-srv6-I
562         - 60  # perf-full-3n-hsw-srv6-II
563         - 61  # perf-full-3n-hsw-vhost-I
564         - 62  # perf-full-3n-hsw-vhost-II
565         - 63  # perf-full-3n-hsw-vhost-III
566
567     vpp-perf-results-3n-skx:
568       csit-vpp-perf-report-coverage-2005-3n-skx:
569         - 10  # perf-full-3n-skx-crypto_I
570         - 11  # perf-full-3n-skx-crypto_II
571         - 12  # perf-full-3n-skx-crypto_III
572         - 5   # perf-full-3n-skx-ip4_I
573         - 14  # perf-full-3n-skx-ip4_II
574         - 7   # perf-full-3n-skx-ip4_III
575         - 15  # perf-full-3n-skx-ip4_IV
576         - 16  # perf-full-3n-skx-ip4_V
577         - 17  # perf-full-3n-skx-ip4_VI
578         - 18  # perf-full-3n-skx-ip4_VII
579         - 19  # perf-full-3n-skx-ip4_VIII
580         - 20  # perf-full-3n-skx-ip4_IX
581         - 24  # perf-full-3n-skx-ip6_I
582         - 25  # perf-full-3n-skx-ip6_II
583         - 22  # perf-full-3n-skx-ip4tunnels-II
584         - 23  # perf-full-3n-skx-ip4tunnels-III
585         - 26  # perf-full-3n-skx-ip6tunnels-I
586         - 28  # perf-full-3n-skx-l2_II
587         - 29  # perf-full-3n-skx-l2_III
588         - 30  # perf-full-3n-skx-l2_IV
589         - 32  # perf-full-3n-skx-l2_VI
590         - 33  # perf-full-3n-skx-l2_VII
591         - 35  # perf-full-3n-skx-l2_IX
592         - 36  # perf-full-3n-skx-l2_X
593         - 37  # perf-full-3n-skx-l2_XI
594
595     vpp-perf-results-2n-skx:
596       # TODO: Add data:
597       csit-vpp-perf-report-coverage-2005-2n-skx:
598         - 11  # perf-full-2n-skx-ip4_I
599         - 3   # perf-full-2n-skx-ip4_II
600         - 18  # perf-full-2n-skx-ip4_III
601         - 19  # perf-full-2n-skx-ip4_IV
602         - 5   # perf-full-2n-skx-ip4_V
603         - 20  # perf-full-2n-skx-ip4_VI
604         - 7   # perf-full-2n-skx-ip6_I
605         - 21  # perf-full-2n-skx-ip6_II
606         - 9   # perf-full-2n-skx-l2_I
607         - 22  # perf-full-2n-skx-l2_II
608         - 23  # perf-full-2n-skx-memif
609         - 24  # perf-full-2n-skx-loadbalancer
610         - 25  # perf-full-2n-skx-vhost I
611         - 26  # perf-full-2n-skx-vhost II
612         - 27  # perf-full-2n-skx-vts
613
614     vpp-perf-results-2n-clx:
615       csit-vpp-perf-report-coverage-2005-2n-clx:
616         - 21  # perf-full-2n-clx-ip4_I
617         - 2   # perf-full-2n-clx-ip4_II
618         - 3   # perf-full-2n-clx-ip4_III
619         - 4   # perf-full-2n-clx-ip4_IV
620         - 5   # perf-full-2n-clx-ip4_V
621         - 6   # perf-full-2n-clx-ip4_VI
622         - 7   # perf-full-2n-clx-ip6_I
623         - 16  # perf-full-2n-clx-ip6_II
624         - 23  # perf-full-2n-clx-l2_I
625         - 10  # perf-full-2n-clx-l2_II
626         - 11  # perf-full-2n-clx-memif
627         - 12  # perf-full-2n-clx-loadbalancer
628         - 13  # perf-full-2n-clx-vhost I
629         - 22  # perf-full-2n-clx-vhost II
630         - 15  # perf-full-2n-clx-vts
631
632     vpp-perf-results-3n-tsh:
633       csit-vpp-perf-report-iterative-2005-3n-tsh:
634         - 9   # NDRPDR sel
635
636     vpp-perf-results-3n-dnv:
637       csit-vpp-perf-report-coverage-2005-3n-dnv:
638         - 1   # perf-full-3n-dnv-crypto_I
639         - 24  # perf-full-3n-dnv-crypto_II
640         - 5   # perf-full-3n-dnv-ip4_I
641         - 13  # perf-full-3n-dnv-ip4_II
642         - 17  # perf-full-3n-dnv-ip6_I
643         - 18  # perf-full-3n-dnv-ip6_II
644         - 21  # perf-full-3n-dnv-l2_I
645         - 22  # perf-full-3n-dnv-l2_II
646         - 23  # perf-full-3n-dnv-ip4-tunnels_I
647
648     vpp-perf-results-2n-dnv:
649       csit-vpp-perf-report-coverage-2005-2n-dnv:
650         - 1   # perf-full-2n-dnv-ip4_I
651         - 2   # perf-full-2n-dnv-ip4_II
652         - 3   # perf-full-2n-dnv-ip6_I
653         - 4   # perf-full-2n-dnv-ip6_II
654         - 5   # perf-full-2n-dnv-l2_I
655         - 6   # perf-full-2n-dnv-l2_II
656
657     vpp-mrr-results-3n-hsw:
658       csit-vpp-perf-report-iterative-2005-3n-hsw:
659         - 13  # MRR
660
661     vpp-mrr-results-3n-skx:
662       csit-vpp-perf-report-iterative-2005-3n-skx:
663         - 6   # MRR sel
664
665     vpp-mrr-results-2n-skx:
666       csit-vpp-perf-report-iterative-2005-2n-skx:
667         - 42  # MRR sel
668
669     vpp-mrr-results-2n-clx:
670       csit-vpp-perf-report-iterative-2005-2n-clx:
671         - 12   # MRR
672
673     vpp-mrr-results-3n-tsh:
674       csit-vpp-perf-report-iterative-2005-3n-tsh:
675         - 10  # MRR sel
676
677     vpp-mrr-results-3n-dnv:
678       csit-vpp-perf-report-iterative-2005-3n-dnv:
679         - 8   # MRR
680
681     vpp-mrr-results-2n-dnv:
682       csit-vpp-perf-report-iterative-2005-2n-dnv:
683         - 15  # MRR sel
684
685     vpp-device-results-ubuntu:
686       csit-vpp-device-2005-ubuntu1804-1n-skx:
687         - 35
688
689     dpdk-perf-results-3n-hsw:
690       csit-dpdk-perf-report-iterative-2005-3n-hsw:
691         - 5   # NDRPDR sel
692
693     dpdk-perf-results-3n-skx:
694       csit-dpdk-perf-report-iterative-2005-3n-skx:
695         - 4   # NDRPDR sel
696
697     dpdk-perf-results-2n-skx:
698       csit-dpdk-perf-report-iterative-2005-2n-skx:
699         - 1   # NDRPDR sel
700
701     dpdk-perf-results-2n-clx:
702       csit-dpdk-perf-report-iterative-2005-2n-clx:
703         - 1   # NDRPDR sel
704
705     dpdk-perf-results-2n-dnv:
706       csit-dpdk-perf-report-iterative-2005-2n-dnv:
707         - 8   # NDRPDR sel
708
709     dpdk-perf-results-3n-dnv:
710       csit-dpdk-perf-report-iterative-2005-3n-dnv:
711         - 6   # NDRPDR sel
712
713     dpdk-perf-results-3n-tsh:
714       csit-dpdk-perf-report-iterative-2005-3n-tsh:
715         - 5   # NDRPDR sel
716
717 ###########################################################################
718     # Tables (more than one data set)
719
720     # Performance changes
721
722     vpp-performance-changes-3n-hsw-h1:
723       csit-vpp-perf-verify-1908-3n-hsw:
724         - 12  # NDRPDR sel
725         - 13  # NDRPDR sel
726         - 14  # NDRPDR sel
727         - 15  # NDRPDR sel
728         - 16  # NDRPDR sel
729         - 17  # NDRPDR sel
730         - 18  # NDRPDR sel
731         - 19  # NDRPDR sel
732         - 20  # NDRPDR sel
733         - 21  # NDRPDR sel
734     vpp-performance-changes-3n-hsw-ref:
735       csit-vpp-perf-verify-2001-3n-hsw:
736         - 21  # NDRPDR sel
737         - 22  # NDRPDR sel
738         - 23  # NDRPDR sel
739         - 24  # NDRPDR sel
740         - 25  # NDRPDR sel
741         - 29  # NDRPDR sel
742         - 30  # NDRPDR sel
743         - 31  # NDRPDR sel
744         - 32  # NDRPDR sel
745         - 34  # NDRPDR sel
746     vpp-performance-changes-3n-hsw-cmp:
747       csit-vpp-perf-report-iterative-2005-3n-hsw:
748         - 3   # NDRPDR sel
749         - 4   # NDRPDR sel
750         - 5   # NDRPDR sel
751         - 10  # NDRPDR sel
752         - 11  # NDRPDR sel
753         - 12  # NDRPDR sel
754         - 15  # NDRPDR sel
755         - 16  # NDRPDR sel
756         - 18  # NDRPDR sel
757         - 19  # NDRPDR sel
758
759     vpp-performance-changes-3n-skx-h1:
760       csit-vpp-perf-verify-1908_1-3n-skx:
761         - 26  # NDRPDR sel - new1908.1
762         - 27  # NDRPDR sel - new1908.1
763         - 28  # NDRPDR sel - new1908.1
764         - 29  # NDRPDR sel - new1908.1
765         - 30  # NDRPDR sel - new1908.1
766         - 31  # NDRPDR sel - new1908.1
767         - 33  # NDRPDR sel - new1908.1
768         - 34  # NDRPDR sel - new1908.1
769         - 35  # NDRPDR sel - new1908.1
770         - 36  # NDRPDR sel - new1908.1
771     vpp-performance-changes-3n-skx-ref:
772       csit-vpp-perf-verify-2001-3n-skx:
773         - 69  # NDRPDR sel - new2001.0
774         - 71  # NDRPDR sel - new2001.0
775         - 72  # NDRPDR sel - new2001.0
776         - 76  # NDRPDR sel - new2001.0
777         - 77  # NDRPDR sel - new2001.0
778         - 78  # NDRPDR sel - new2001.0
779         - 80  # NDRPDR sel - new2001.0
780     vpp-performance-changes-3n-skx-cmp:
781       csit-vpp-perf-report-iterative-2005-3n-skx:
782         - 4   # NDRPDR sel
783         - 5   # NDRPDR sel ??? all x710 failed
784         - 33  # NDRPDR sel
785         - 28  # NDRPDR sel
786         - 34  # NDRPDR sel
787         - 36  # NDRPDR sel
788         - 37  # NDRPDR sel
789         - 38  # NDRPDR sel
790         - 39  # NDRPDR sel
791         - 41  # NDRPDR sel
792
793     vpp-performance-changes-2n-skx-h1:
794       csit-vpp-perf-verify-1908_1-2n-skx:
795         - 39  # NDRPDR sel - new1908.1
796         - 40  # NDRPDR sel - new1908.1
797         - 41  # NDRPDR sel - new1908.1
798         - 43  # NDRPDR sel - new1908.1
799         - 44  # NDRPDR sel - new1908.1
800         - 45  # NDRPDR sel - new1908.1
801         - 46  # NDRPDR sel - new1908.1
802         - 47  # NDRPDR sel - new1908.1
803         - 48  # NDRPDR sel - new1908.1
804         - 49  # NDRPDR sel - new1908.1
805     vpp-performance-changes-2n-skx-ref:
806       csit-vpp-perf-verify-2001-2n-skx:
807         - 143  # NDRPDR sel - new2001.0
808         - 146  # NDRPDR sel - new2001.0
809         - 147  # NDRPDR sel - new2001.0
810         - 148  # NDRPDR sel - new2001.0
811         - 149  # NDRPDR sel - new2001.0
812         - 150  # NDRPDR sel - new2001.0
813         - 151  # NDRPDR sel - new2001.0
814         - 152  # NDRPDR sel - new2001.0
815         - 153  # NDRPDR sel - new2001.0
816         - 154  # NDRPDR sel - new2001.0
817     vpp-performance-changes-2n-skx-cmp:
818       csit-vpp-perf-report-iterative-2005-2n-skx:
819         - 43  # NDRPDR sel
820         - 38  # NDRPDR sel
821         - 7   # NDRPDR sel
822         - 65  # NDRPDR sel
823         - 47  # NDRPDR sel
824         - 55  # NDRPDR sel
825         - 67  # NDRPDR sel
826         - 75  # NDRPDR sel
827         - 76  # NDRPDR sel
828         - 73  # NDRPDR sel
829
830 #    vpp-performance-changes-nfv-2n-skx-ref:
831 #      csit-vpp-perf-verify-2001-2n-skx:
832 #        - 30  # NFV
833 #        - 31  # NFV
834 #    vpp-performance-changes-nfv-2n-skx-cmp:
835 #      csit-vpp-perf-report-iterative-2005-2n-skx:
836 #        - 43  # NDRPDR sel
837 #        - 38  # NDRPDR sel
838 #        - 7   # NDRPDR sel
839 #        - 83  # nf-density-sel
840
841     vpp-performance-changes-2n-clx-ref:
842       csit-vpp-perf-verify-2001-2n-clx:
843         - 28  # NDRPDR sel
844         - 29  # NDRPDR sel
845         - 32  # NDRPDR sel
846         - 40  # NDRPDR sel
847         - 43  # NDRPDR sel
848         - 44  # NDRPDR sel
849         - 45  # NDRPDR sel
850         - 47  # NDRPDR sel
851         - 48  # NDRPDR sel
852         - 49  # NDRPDR sel
853     vpp-performance-changes-2n-clx-cmp:
854       csit-vpp-perf-report-iterative-2005-2n-clx:
855         - 7   # NDRPDR sel
856         - 38  # NDRPDR sel
857         - 9   # NDRPDR sel
858         - 32  # NDRPDR sel ???
859         - 33  # NDRPDR sel ???
860         - 39  # NDRPDR sel
861         - 40  # NDRPDR sel
862         - 43  # NDRPDR sel
863         - 50  # NDRPDR sel
864         - 51  # NDRPDR sel
865
866     vpp-performance-changes-2n-dnv-h1:
867       csit-vpp-perf-verify-1908-2n-dnv:
868         - 1   # NDRPDR sel
869         - 2   # NDRPDR sel
870         - 3   # NDRPDR sel
871         - 4   # NDRPDR sel
872         - 5   # NDRPDR sel
873         - 6   # NDRPDR sel
874         - 7   # NDRPDR sel
875         - 8   # NDRPDR sel
876         - 9   # NDRPDR sel
877         - 10  # NDRPDR sel
878     vpp-performance-changes-2n-dnv-ref:
879       csit-vpp-perf-verify-2001-2n-dnv:
880         - 4   # NDRPDR sel
881         - 5   # NDRPDR sel
882         - 6   # NDRPDR sel
883         - 7   # NDRPDR sel
884         - 8   # NDRPDR sel
885         - 9   # NDRPDR sel
886         - 10  # NDRPDR sel
887         - 11  # NDRPDR sel
888         - 13  # NDRPDR sel
889         - 16  # NDRPDR sel
890     vpp-performance-changes-2n-dnv-cmp:
891       csit-vpp-perf-report-iterative-2005-2n-dnv:
892         - 3   # NDRPDR sel
893         - 6   # NDRPDR sel
894         - 7   # NDRPDR sel
895         - 8   # NDRPDR sel
896         - 9   # NDRPDR sel
897         - 10  # NDRPDR sel
898         - 11  # NDRPDR sel
899         - 12  # NDRPDR sel
900         - 13  # NDRPDR sel
901         - 14  # NDRPDR sel
902
903     vpp-performance-changes-3n-dnv-h1:
904       csit-vpp-perf-verify-1908-3n-dnv:
905         - 6   # NDRPDR sel
906         - 7   # NDRPDR sel
907         - 8   # NDRPDR sel
908         - 9   # NDRPDR sel
909         - 10  # NDRPDR sel
910         - 12  # NDRPDR sel
911         - 13  # NDRPDR sel
912         - 14  # NDRPDR sel
913         - 15  # NDRPDR sel
914         - 16  # NDRPDR sel
915     vpp-performance-changes-3n-dnv-ref:
916       csit-vpp-perf-verify-2001-3n-dnv:
917         - 5   # NDRPDR sel
918         - 6   # NDRPDR sel
919         - 7   # NDRPDR sel
920         - 8   # NDRPDR sel
921         - 9   # NDRPDR sel
922         - 10  # NDRPDR sel
923         - 12  # NDRPDR sel
924         - 16  # NDRPDR sel
925         - 17  # NDRPDR sel
926         - 18  # NDRPDR sel
927     vpp-performance-changes-3n-dnv-cmp:
928       csit-vpp-perf-report-iterative-2005-3n-dnv:
929         - 2   # NDRPDR sel
930         - 3   # NDRPDR sel
931         - 4   # NDRPDR sel
932         - 5   # NDRPDR sel
933         - 6   # NDRPDR sel
934         - 7   # NDRPDR sel
935         - 9   # NDRPDR sel
936         - 10  # NDRPDR sel
937         - 11  # NDRPDR sel
938         - 12  # NDRPDR sel
939
940     vpp-performance-changes-3n-tsh-h1:
941       csit-vpp-perf-verify-1908-3n-tsh:
942         - 7   # NDRPDR sel
943         - 8   # NDRPDR sel
944         - 9   # NDRPDR sel
945         - 10  # NDRPDR sel
946         - 11  # NDRPDR sel
947         - 12  # NDRPDR sel
948         - 13  # NDRPDR sel
949         - 14  # NDRPDR sel
950         - 15  # NDRPDR sel
951         - 16  # NDRPDR sel
952     vpp-performance-changes-3n-tsh-ref:
953       csit-vpp-perf-verify-2001-3n-tsh:
954         - 3   # NDRPDR sel
955         - 4   # NDRPDR sel
956         - 7   # NDRPDR sel
957         - 8   # NDRPDR sel
958         - 10  # NDRPDR sel
959         - 12  # NDRPDR sel
960         - 13  # NDRPDR sel
961         - 14  # NDRPDR sel
962         - 15  # NDRPDR sel
963         - 21  # NDRPDR sel
964     vpp-performance-changes-3n-tsh-cmp:
965       # TODO: Add data:
966       csit-vpp-perf-report-iterative-2005-3n-tsh:
967         - 9   # NDRPDR sel
968         - 11  # NDRPDR sel
969         - 12  # NDRPDR sel
970         - 20  # NDRPDR sel
971         - 14  # NDRPDR sel
972
973     vpp-soak-vs-ndr-2n-skx-ref:
974       csit-vpp-perf-report-iterative-2005-2n-skx:
975         - 43  # NDRPDR sel
976         - 38  # NDRPDR sel
977         - 7   # NDRPDR sel
978         - 65  # NDRPDR sel
979         - 47  # NDRPDR sel
980         - 55  # NDRPDR sel
981         - 67  # NDRPDR sel
982         - 75  # NDRPDR sel
983         - 76  # NDRPDR sel
984         - 73  # NDRPDR sel
985     vpp-soak-vs-ndr-2n-skx-cmp:
986       csit-vpp-perf-report-iterative-2005-2n-skx:
987         - 49  # Soak
988         - 54  # Soak
989     vpp-soak-vs-ndr-2n-skx:
990       csit-vpp-perf-report-iterative-2005-2n-skx:
991         - 43  # NDRPDR sel
992         - 38  # NDRPDR sel
993         - 7   # NDRPDR sel
994         - 65  # NDRPDR sel
995         - 47  # NDRPDR sel
996         - 55  # NDRPDR sel
997         - 67  # NDRPDR sel
998         - 75  # NDRPDR sel
999         - 76  # NDRPDR sel
1000         - 73  # NDRPDR sel
1001         - 49  # Soak
1002         - 54  # Soak
1003
1004     vpp-soak-vs-ndr-2n-clx-ref:
1005       csit-vpp-perf-report-iterative-2005-2n-clx:
1006         - 7   # NDRPDR sel
1007         - 38  # NDRPDR sel
1008         - 9   # NDRPDR sel
1009         - 32  # NDRPDR sel ???
1010         - 33  # NDRPDR sel ???
1011         - 39  # NDRPDR sel
1012         - 40  # NDRPDR sel
1013         - 43  # NDRPDR sel
1014         - 50  # NDRPDR sel
1015         - 51  # NDRPDR sel
1016     vpp-soak-vs-ndr-2n-clx-cmp:
1017       csit-vpp-perf-report-iterative-2005-2n-clx:
1018         - 44  # Soak
1019         - 49  # Soak
1020     vpp-soak-vs-ndr-2n-clx:
1021       csit-vpp-perf-report-iterative-2005-2n-clx:
1022         - 7   # NDRPDR sel
1023         - 38  # NDRPDR sel
1024         - 9   # NDRPDR sel
1025         - 32  # NDRPDR sel ???
1026         - 33  # NDRPDR sel ???
1027         - 39  # NDRPDR sel
1028         - 40  # NDRPDR sel
1029         - 43  # NDRPDR sel
1030         - 50  # NDRPDR sel
1031         - 51  # NDRPDR sel
1032         - 44  # Soak
1033         - 49  # Soak
1034
1035     vpp-performance-changes-3n-hsw-mrr-h1:
1036       csit-vpp-perf-verify-1908-3n-hsw:
1037         - 39  # MRR sel
1038     vpp-performance-changes-3n-hsw-mrr-ref:
1039       csit-vpp-perf-verify-2001-3n-hsw:
1040         - 17  # MRR sel
1041     vpp-performance-changes-3n-hsw-mrr-cmp:
1042       csit-vpp-perf-report-iterative-2005-3n-hsw:
1043         - 13  # MRR
1044
1045 #    vpp-performance-changes-3n-skx-mrr-h1:
1046 #      csit-vpp-perf-verify-1908-3n-skx:
1047 #        - 36  # MRR sel
1048     vpp-performance-changes-3n-skx-mrr-ref:
1049       csit-vpp-perf-verify-2001-3n-skx:
1050         - 50  # MRR sel
1051         - 53  # MRR sel addition
1052     vpp-performance-changes-3n-skx-mrr-cmp:
1053       csit-vpp-perf-report-iterative-2005-3n-skx:
1054         - 6   # MRR sel
1055
1056 #    vpp-performance-changes-2n-skx-mrr-h1:
1057 #      csit-vpp-perf-verify-1908-2n-skx:
1058 #        - 69  # MRR sel
1059     vpp-performance-changes-2n-skx-mrr-ref:
1060       csit-vpp-perf-verify-2001-2n-skx:
1061         - 101 # MRR sel
1062         - 128 # MRR sel addition
1063     vpp-performance-changes-2n-skx-mrr-cmp:
1064       csit-vpp-perf-report-iterative-2005-2n-skx:
1065         - 42  # MRR sel
1066
1067     vpp-performance-changes-2n-clx-mrr-ref:
1068       csit-vpp-perf-verify-2001-2n-clx:
1069         - 39  # MRR
1070     vpp-performance-changes-2n-clx-mrr-cmp:
1071       csit-vpp-perf-report-iterative-2005-2n-clx:
1072         - 12   # MRR
1073
1074 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1075 #      csit-vpp-perf-verify-1908-2n-skx:
1076 #        - 71  # NFV MRR
1077 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1078 #      # csit-vpp-perf-verify-2001-2n-skx:
1079 #      csit-vpp-perf-verify-1908-2n-skx:
1080 #        - 71  # NFV MRR
1081
1082     vpp-performance-changes-2n-dnv-mrr-h1:
1083       csit-vpp-perf-verify-1908-2n-dnv:
1084         - 11  # MRR sel
1085     vpp-performance-changes-2n-dnv-mrr-ref:
1086       csit-vpp-perf-verify-2001-2n-dnv:
1087         - 12  # MRR sel
1088     vpp-performance-changes-2n-dnv-mrr-cmp:
1089       csit-vpp-perf-report-iterative-2005-2n-dnv:
1090         - 15  # MRR sel
1091
1092     vpp-performance-changes-3n-dnv-mrr-h1:
1093       csit-vpp-perf-verify-1908-3n-dnv:
1094         - 17  # MRR sel
1095     vpp-performance-changes-3n-dnv-mrr-ref:
1096       csit-vpp-perf-verify-2001-3n-dnv:
1097         - 11  # MRR sel
1098     vpp-performance-changes-3n-dnv-mrr-cmp:
1099       csit-vpp-perf-report-iterative-2005-3n-dnv:
1100         - 8   # MRR
1101
1102     vpp-performance-changes-3n-tsh-mrr-h1:
1103       csit-vpp-perf-verify-1908-3n-tsh:
1104         - 17  # MRR sel
1105     vpp-performance-changes-3n-tsh-mrr-ref:
1106       csit-vpp-perf-verify-2001-3n-tsh:
1107         - 9   # MRR sel
1108     vpp-performance-changes-3n-tsh-mrr-cmp:
1109       csit-vpp-perf-report-iterative-2005-3n-tsh:
1110         - 10  # MRR sel
1111
1112     dpdk-performance-changes-3n-hsw-h1:
1113       csit-dpdk-perf-verify-1908-3n-hsw:
1114         - 2   # NDRPDR sel
1115         - 3   # NDRPDR sel
1116         - 4   # NDRPDR sel
1117         - 5   # NDRPDR sel
1118         - 6   # NDRPDR sel
1119         - 7   # NDRPDR sel
1120         - 8   # NDRPDR sel
1121         - 9   # NDRPDR sel
1122         - 10  # NDRPDR sel
1123         - 11  # NDRPDR sel
1124     dpdk-performance-changes-3n-hsw-ref:
1125       csit-dpdk-perf-verify-2001-3n-hsw:
1126         - 4   # NDRPDR sel
1127         - 5   # NDRPDR sel
1128         - 6   # NDRPDR sel
1129         - 7   # NDRPDR sel
1130         - 8   # NDRPDR sel
1131         - 9   # NDRPDR sel
1132         - 10  # NDRPDR sel
1133         - 11  # NDRPDR sel
1134         - 12  # NDRPDR sel
1135         - 13  # NDRPDR sel
1136         - 15  # NDRPDR sel
1137         - 16  # NDRPDR sel
1138         - 17  # NDRPDR sel
1139         - 18  # NDRPDR sel
1140         - 19  # NDRPDR sel
1141         - 20  # NDRPDR sel
1142         - 21  # NDRPDR sel
1143         - 22  # NDRPDR sel
1144         - 23  # NDRPDR sel
1145         - 24  # NDRPDR sel
1146     dpdk-performance-changes-3n-hsw-cmp:
1147       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1148         - 5   # NDRPDR sel
1149         - 6   # NDRPDR sel
1150         - 7   # NDRPDR sel
1151         - 8   # NDRPDR sel
1152         - 9   # NDRPDR sel
1153         - 10  # NDRPDR sel
1154         - 11  # NDRPDR sel
1155         - 12  # NDRPDR sel
1156         - 13  # NDRPDR sel
1157         - 14  # NDRPDR sel
1158
1159     dpdk-performance-changes-3n-skx-h1:
1160       csit-dpdk-perf-verify-1908-3n-skx:
1161         - 3   # NDRPDR sel
1162         - 4   # NDRPDR sel
1163         - 5   # NDRPDR sel
1164         - 6   # NDRPDR sel
1165         - 7   # NDRPDR sel
1166         - 8   # NDRPDR sel
1167         - 9   # NDRPDR sel
1168         - 10  # NDRPDR sel
1169         - 11  # NDRPDR sel
1170         - 12  # NDRPDR sel
1171     dpdk-performance-changes-3n-skx-ref:
1172       csit-dpdk-perf-verify-2001-3n-skx:
1173         - 29  # NDRPDR sel xxv710
1174         - 33  # NDRPDR sel xxv710
1175         - 34  # NDRPDR sel xxv710
1176         - 35  # NDRPDR sel xxv710
1177         - 36  # NDRPDR sel xxv710
1178         - 37  # NDRPDR sel xxv710
1179         - 41  # NDRPDR sel xxv710
1180         - 42  # NDRPDR sel xxv710
1181         - 43  # NDRPDR sel xxv710
1182         - 45  # NDRPDR sel xxv710
1183         - 30  # NDRPDR sel x710
1184         - 31  # NDRPDR sel x710
1185         - 32  # NDRPDR sel x710
1186         - 38  # NDRPDR sel x710
1187         - 39  # NDRPDR sel x710
1188         - 40  # NDRPDR sel x710
1189         - 44  # NDRPDR sel x710
1190         - 46  # NDRPDR sel x710
1191         - 47  # NDRPDR sel x710
1192         - 48  # NDRPDR sel x710
1193     dpdk-performance-changes-3n-skx-cmp:
1194       csit-dpdk-perf-report-iterative-2005-3n-skx:
1195         - 4   # NDRPDR sel
1196         - 5   # NDRPDR sel
1197         - 6   # NDRPDR sel
1198         - 7   # NDRPDR sel
1199         - 8   # NDRPDR sel
1200         - 11  # NDRPDR sel
1201         - 12  # NDRPDR sel
1202         - 13  # NDRPDR sel
1203         - 14  # NDRPDR sel
1204         - 15  # NDRPDR sel
1205
1206     dpdk-performance-changes-2n-skx-h1:
1207       csit-dpdk-perf-verify-1908-2n-skx:
1208         - 2   # NDRPDR sel
1209         - 3   # NDRPDR sel
1210         - 4   # NDRPDR sel
1211         - 5   # NDRPDR sel
1212         - 7   # NDRPDR sel
1213         - 8   # NDRPDR sel
1214         - 9   # NDRPDR sel
1215         - 10  # NDRPDR sel
1216         - 11  # NDRPDR sel
1217         - 12  # NDRPDR sel
1218     dpdk-performance-changes-2n-skx-ref:
1219       csit-dpdk-perf-verify-2001-2n-skx:
1220         - 35  # NDRPDR sel xxv710
1221         - 36  # NDRPDR sel xxv710
1222         - 37  # NDRPDR sel xxv710
1223         - 41  # NDRPDR sel xxv710
1224         - 42  # NDRPDR sel xxv710
1225         - 43  # NDRPDR sel xxv710
1226         - 46  # NDRPDR sel xxv710
1227         - 47  # NDRPDR sel xxv710
1228         - 52  # NDRPDR sel xxv710
1229         - 53  # NDRPDR sel xxv710
1230         - 38  # NDRPDR sel x710
1231         - 39  # NDRPDR sel x710
1232         - 40  # NDRPDR sel x710
1233         - 44  # NDRPDR sel x710
1234         - 45  # NDRPDR sel x710
1235         - 48  # NDRPDR sel x710
1236         - 49  # NDRPDR sel x710
1237         - 50  # NDRPDR sel x710
1238         - 51  # NDRPDR sel x710
1239         - 54  # NDRPDR sel x710
1240     dpdk-performance-changes-2n-skx-cmp:
1241       csit-dpdk-perf-report-iterative-2005-2n-skx:
1242         - 1   # NDRPDR sel
1243         - 2   # NDRPDR sel
1244         - 3   # NDRPDR sel
1245         - 4   # NDRPDR sel
1246         - 5   # NDRPDR sel
1247         - 6   # NDRPDR sel
1248         - 7   # NDRPDR sel
1249         - 8   # NDRPDR sel
1250         - 9   # NDRPDR sel
1251         - 10  # NDRPDR sel
1252
1253     dpdk-performance-changes-2n-clx-ref:
1254       csit-dpdk-perf-verify-2001-2n-clx:
1255         - 15  # NDRPDR sel
1256         - 16  # NDRPDR sel
1257         - 17  # NDRPDR sel
1258         - 18  # NDRPDR sel
1259         - 19  # NDRPDR sel
1260         - 20  # NDRPDR sel
1261         - 21  # NDRPDR sel
1262         - 22  # NDRPDR sel
1263         - 23  # NDRPDR sel
1264         - 24  # NDRPDR sel
1265         - 25  # NDRPDR sel
1266         - 26  # NDRPDR sel
1267         - 27  # NDRPDR sel
1268         - 28  # NDRPDR sel
1269         - 29  # NDRPDR sel
1270         - 30  # NDRPDR sel
1271         - 31  # NDRPDR sel
1272         - 32  # NDRPDR sel
1273         - 33  # NDRPDR sel
1274         - 34  # NDRPDR sel
1275     dpdk-performance-changes-2n-clx-cmp:
1276       csit-dpdk-perf-report-iterative-2005-2n-clx:
1277         - 1   # NDRPDR sel
1278         - 2   # NDRPDR sel
1279         - 3   # NDRPDR sel
1280         - 4   # NDRPDR sel
1281         - 5   # NDRPDR sel
1282         - 6   # NDRPDR sel
1283         - 7   # NDRPDR sel
1284         - 8   # NDRPDR sel
1285         - 9   # NDRPDR sel
1286         - 10  # NDRPDR sel
1287
1288     dpdk-performance-changes-2n-dnv-ref:
1289       csit-dpdk-perf-verify-2001-2n-dnv:
1290         - 9   # NDRPDR sel
1291         - 10  # NDRPDR sel
1292         - 11  # NDRPDR sel
1293         - 12  # NDRPDR sel
1294         - 13  # NDRPDR sel
1295         - 14  # NDRPDR sel
1296         - 15  # NDRPDR sel
1297         - 16  # NDRPDR sel
1298         - 17  # NDRPDR sel
1299         - 18  # NDRPDR sel
1300     dpdk-performance-changes-2n-dnv-cmp:
1301       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1302         - 8   # NDRPDR sel
1303         - 9   # NDRPDR sel
1304         - 10  # NDRPDR sel
1305         - 11  # NDRPDR sel
1306         - 12  # NDRPDR sel
1307         - 13  # NDRPDR sel
1308         - 14  # NDRPDR sel
1309         - 15  # NDRPDR sel
1310         - 16  # NDRPDR sel
1311         - 17  # NDRPDR sel
1312
1313     dpdk-performance-changes-3n-dnv-ref:
1314       csit-dpdk-perf-verify-2001-3n-dnv:
1315         - 12  # NDRPDR sel
1316         - 13  # NDRPDR sel
1317         - 14  # NDRPDR sel
1318         - 15  # NDRPDR sel
1319         - 16  # NDRPDR sel
1320         - 17  # NDRPDR sel
1321         - 18  # NDRPDR sel
1322         - 19  # NDRPDR sel
1323         - 20  # NDRPDR sel
1324         - 22  # NDRPDR sel
1325     dpdk-performance-changes-3n-dnv-cmp:
1326       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1327         - 6   # NDRPDR sel
1328         - 7   # NDRPDR sel
1329         - 8   # NDRPDR sel
1330         - 9   # NDRPDR sel
1331         - 10  # NDRPDR sel
1332         - 11  # NDRPDR sel
1333         - 12  # NDRPDR sel
1334         - 13  # NDRPDR sel
1335         - 14  # NDRPDR sel
1336         - 16  # NDRPDR sel
1337
1338     dpdk-performance-changes-3n-tsh-ref:
1339       csit-dpdk-perf-verify-2001-3n-tsh:
1340         - 3   # NDRPDR sel
1341         - 4   # NDRPDR sel
1342         - 5   # NDRPDR sel
1343         - 9   # NDRPDR sel
1344         - 10  # NDRPDR sel
1345         - 11  # NDRPDR sel
1346         - 12  # NDRPDR sel
1347         - 14  # NDRPDR sel
1348         - 15  # NDRPDR sel
1349         - 18  # NDRPDR sel
1350     dpdk-performance-changes-3n-tsh-cmp:
1351       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1352         - 5   # NDRPDR sel
1353
1354     # Compare testbeds
1355
1356     vpp-compare-testbeds-ref:
1357       csit-vpp-perf-report-iterative-2005-3n-hsw:
1358         - 3   # NDRPDR sel
1359         - 4   # NDRPDR sel
1360         - 5   # NDRPDR sel
1361         - 10  # NDRPDR sel
1362         - 11  # NDRPDR sel
1363         - 12  # NDRPDR sel
1364         - 15  # NDRPDR sel
1365         - 16  # NDRPDR sel
1366         - 18  # NDRPDR sel
1367         - 19  # NDRPDR sel
1368     vpp-compare-testbeds-cmp:
1369       csit-vpp-perf-report-iterative-2005-3n-skx:
1370         - 4   # NDRPDR sel
1371         - 5   # NDRPDR sel ??? all x710 failed
1372         - 33  # NDRPDR sel
1373         - 28  # NDRPDR sel
1374         - 34  # NDRPDR sel
1375         - 36  # NDRPDR sel
1376         - 37  # NDRPDR sel
1377         - 38  # NDRPDR sel
1378         - 39  # NDRPDR sel
1379         - 41  # NDRPDR sel
1380
1381     vpp-compare-testbeds-skx-clx-ref:
1382       csit-vpp-perf-report-iterative-2005-2n-skx:
1383         - 43  # NDRPDR sel
1384         - 38  # NDRPDR sel
1385         - 7   # NDRPDR sel
1386         - 65  # NDRPDR sel
1387         - 47  # NDRPDR sel
1388         - 55  # NDRPDR sel
1389         - 67  # NDRPDR sel
1390         - 75  # NDRPDR sel
1391         - 76  # NDRPDR sel
1392         - 73  # NDRPDR sel
1393     vpp-compare-testbeds-skx-clx-cmp:
1394       csit-vpp-perf-report-iterative-2005-2n-clx:
1395         - 7   # NDRPDR sel
1396         - 38  # NDRPDR sel
1397         - 9   # NDRPDR sel
1398         - 32  # NDRPDR sel ???
1399         - 33  # NDRPDR sel ???
1400         - 39  # NDRPDR sel
1401         - 40  # NDRPDR sel
1402         - 43  # NDRPDR sel
1403         - 50  # NDRPDR sel
1404         - 51  # NDRPDR sel
1405
1406     vpp-compare-testbeds-hsw-clx-ref:
1407       csit-vpp-perf-report-iterative-2005-3n-hsw:
1408         - 3   # NDRPDR sel
1409         - 4   # NDRPDR sel
1410         - 5   # NDRPDR sel
1411         - 10  # NDRPDR sel
1412         - 11  # NDRPDR sel
1413         - 12  # NDRPDR sel
1414         - 15  # NDRPDR sel
1415         - 16  # NDRPDR sel
1416         - 18  # NDRPDR sel
1417         - 19  # NDRPDR sel
1418     vpp-compare-testbeds-hsw-clx-cmp:
1419       csit-vpp-perf-report-iterative-2005-2n-clx:
1420         - 7   # NDRPDR sel
1421         - 38  # NDRPDR sel
1422         - 9   # NDRPDR sel
1423         - 32  # NDRPDR sel ???
1424         - 33  # NDRPDR sel ???
1425         - 39  # NDRPDR sel
1426         - 40  # NDRPDR sel
1427         - 43  # NDRPDR sel
1428         - 50  # NDRPDR sel
1429         - 51  # NDRPDR sel
1430
1431     vpp-compare-testbeds-mrr-ref:
1432       csit-vpp-perf-report-iterative-2005-3n-hsw:
1433         - 13  # MRR
1434     vpp-compare-testbeds-mrr-cmp:
1435       csit-vpp-perf-report-iterative-2005-3n-skx:
1436         - 6   # MRR sel
1437
1438     vpp-compare-testbeds-mrr-skx-clx-ref:
1439       csit-vpp-perf-report-iterative-2005-2n-skx:
1440         - 42  # MRR sel
1441     vpp-compare-testbeds-mrr-skx-clx-cmp:
1442       csit-vpp-perf-report-iterative-2005-2n-clx:
1443         - 12   # MRR
1444
1445     vpp-compare-testbeds-mrr-hsw-clx-ref:
1446       csit-vpp-perf-report-iterative-2005-3n-hsw:
1447         - 13  # MRR
1448     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1449       csit-vpp-perf-report-iterative-2005-2n-clx:
1450         - 12   # MRR
1451
1452     dpdk-compare-testbeds-ref:
1453       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1454         - 5   # NDRPDR sel
1455         - 6   # NDRPDR sel
1456         - 7   # NDRPDR sel
1457         - 8   # NDRPDR sel
1458         - 9   # NDRPDR sel
1459         - 10  # NDRPDR sel
1460         - 11  # NDRPDR sel
1461         - 12  # NDRPDR sel
1462         - 13  # NDRPDR sel
1463         - 14  # NDRPDR sel
1464     dpdk-compare-testbeds-cmp:
1465       csit-dpdk-perf-report-iterative-2005-3n-skx:
1466         - 4   # NDRPDR sel
1467         - 5   # NDRPDR sel
1468         - 6   # NDRPDR sel
1469         - 7   # NDRPDR sel
1470         - 8   # NDRPDR sel
1471         - 11  # NDRPDR sel
1472         - 12  # NDRPDR sel
1473         - 13  # NDRPDR sel
1474         - 14  # NDRPDR sel
1475         - 15  # NDRPDR sel
1476
1477     dpdk-compare-testbeds-skx-clx-ref:
1478       csit-dpdk-perf-report-iterative-2005-2n-skx:
1479         - 1   # NDRPDR sel
1480         - 2   # NDRPDR sel
1481         - 3   # NDRPDR sel
1482         - 4   # NDRPDR sel
1483         - 5   # NDRPDR sel
1484         - 6   # NDRPDR sel
1485         - 7   # NDRPDR sel
1486         - 8   # NDRPDR sel
1487         - 9   # NDRPDR sel
1488         - 10  # NDRPDR sel
1489     dpdk-compare-testbeds-skx-clx-cmp:
1490       csit-dpdk-perf-report-iterative-2005-2n-clx:
1491         - 1   # NDRPDR sel
1492         - 2   # NDRPDR sel
1493         - 3   # NDRPDR sel
1494         - 4   # NDRPDR sel
1495         - 5   # NDRPDR sel
1496         - 6   # NDRPDR sel
1497         - 7   # NDRPDR sel
1498         - 8   # NDRPDR sel
1499         - 9   # NDRPDR sel
1500         - 10  # NDRPDR sel
1501
1502     # Compare topologies
1503
1504     vpp-compare-topologies-ref:
1505       csit-vpp-perf-report-iterative-2005-3n-skx:
1506         - 4   # NDRPDR sel
1507         - 5   # NDRPDR sel ??? all x710 failed
1508         - 33  # NDRPDR sel
1509         - 28  # NDRPDR sel
1510         - 34  # NDRPDR sel
1511         - 36  # NDRPDR sel
1512         - 37  # NDRPDR sel
1513         - 38  # NDRPDR sel
1514         - 39  # NDRPDR sel
1515         - 41  # NDRPDR sel
1516     vpp-compare-topologies-cmp:
1517       csit-vpp-perf-report-iterative-2005-2n-skx:
1518         - 43  # NDRPDR sel
1519         - 38  # NDRPDR sel
1520         - 7   # NDRPDR sel
1521         - 65  # NDRPDR sel
1522         - 47  # NDRPDR sel
1523         - 55  # NDRPDR sel
1524         - 67  # NDRPDR sel
1525         - 75  # NDRPDR sel
1526         - 76  # NDRPDR sel
1527         - 73  # NDRPDR sel
1528
1529     vpp-compare-topologies-mrr-ref:
1530       csit-vpp-perf-report-iterative-2005-3n-skx:
1531         - 6   # MRR sel
1532     vpp-compare-topologies-mrr-cmp:
1533       csit-vpp-perf-report-iterative-2005-2n-skx:
1534         - 42  # MRR sel
1535
1536     dpdk-compare-topologies-ref:
1537       csit-dpdk-perf-report-iterative-2005-3n-skx:
1538         - 4   # NDRPDR sel
1539         - 5   # NDRPDR sel
1540         - 6   # NDRPDR sel
1541         - 7   # NDRPDR sel
1542         - 8   # NDRPDR sel
1543         - 11  # NDRPDR sel
1544         - 12  # NDRPDR sel
1545         - 13  # NDRPDR sel
1546         - 14  # NDRPDR sel
1547         - 15  # NDRPDR sel
1548     dpdk-compare-topologies-cmp:
1549       csit-dpdk-perf-report-iterative-2005-2n-skx:
1550         - 1   # NDRPDR sel
1551         - 2   # NDRPDR sel
1552         - 3   # NDRPDR sel
1553         - 4   # NDRPDR sel
1554         - 5   # NDRPDR sel
1555         - 6   # NDRPDR sel
1556         - 7   # NDRPDR sel
1557         - 8   # NDRPDR sel
1558         - 9   # NDRPDR sel
1559         - 10  # NDRPDR sel
1560
1561   plot-layouts:
1562
1563     plot-soak-throughput:
1564       titlefont:
1565         size: 18
1566       xaxis:
1567         title: "<b>Test Cases [Index]</b>"
1568         titlefont:
1569           size: 16
1570         autorange: True
1571         fixedrange: False
1572         gridcolor: "rgb(230, 230, 230)"
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         tickmode: "linear"
1580         tickfont:
1581           size: 16
1582         zeroline: False
1583       yaxis:
1584         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1585         titlefont:
1586           size: 16
1587         gridcolor: "rgb(230, 230, 230)"
1588         hoverformat: ".4r"
1589         tickformat: ".3r"
1590         linecolor: "rgb(220, 220, 220)"
1591         linewidth: 1
1592         showgrid: True
1593         showline: True
1594         showticklabels: True
1595         tickcolor: "rgb(220, 220, 220)"
1596         tickfont:
1597           size: 16
1598         zeroline: False
1599         range: [0,50]
1600       autosize: False
1601       margin:
1602         t: 50
1603         b: 0
1604         l: 80
1605         r: 20
1606       showlegend: True
1607       legend:
1608         orientation: "h"
1609         font:
1610           size: 16
1611       width: 700
1612       height: 900
1613       paper_bgcolor: "#fff"
1614       plot_bgcolor: "#fff"
1615       hoverlabel:
1616         namelength: -1
1617
1618     plot-service-density:
1619       titlefont:
1620         size: 18
1621       xaxis:
1622         side: "top"
1623         autorange: True
1624         fixedrange: False
1625         showgrid: False
1626         showline: False
1627         showticklabels: False
1628         ticks: ""
1629         ticklen: 0
1630         tickwidth: 0
1631         zeroline: False
1632       yaxis:
1633         autorange: "reversed"
1634         showgrid: False
1635         showline: False
1636         showticklabels: False
1637         ticks: ""
1638         ticklen: 0
1639         tickwidth: 0
1640         zeroline: False
1641       showlegend: False
1642       paper_bgcolor: "#fff"
1643       plot_bgcolor: "#fff"
1644       width: 700
1645       height: 700
1646       hoverlabel:
1647         namelength: -1
1648
1649 #    plot-cps:
1650 #      titlefont:
1651 #        size: 18
1652 #      xaxis:
1653 #        title: "<b>Test Cases [Index]</b>"
1654 #        titlefont:
1655 #          size: 16
1656 #        autorange: True
1657 #        fixedrange: False
1658 #        gridcolor: "rgb(230, 230, 230)"
1659 #        linecolor: "rgb(220, 220, 220)"
1660 #        linewidth: 1
1661 #        showgrid: True
1662 #        showline: True
1663 #        showticklabels: True
1664 #        tickcolor: "rgb(220, 220, 220)"
1665 #        tickmode: "linear"
1666 #        tickfont:
1667 #          size: 16
1668 #        zeroline: False
1669 #      yaxis:
1670 #        title: "<b>Connections Per Second [cps]</b>"
1671 #        titlefont:
1672 #          size: 16
1673 #        gridcolor: "rgb(230, 230, 230)"
1674 #        hoverformat: ".4s"
1675 #        linecolor: "rgb(220, 220, 220)"
1676 #        linewidth: 1
1677 #        rangemode: "tozero"
1678 #        showgrid: True
1679 #        showline: True
1680 #        showticklabels: True
1681 #        tickcolor: "rgb(220, 220, 220)"
1682 #        tickformat: ".3s"
1683 #        tickfont:
1684 #          size: 16
1685 #        zeroline: False
1686 #      boxmode: "group"
1687 #      boxgroupgap: 0.5
1688 #      autosize: False
1689 #      margin:
1690 #        t: 50
1691 #        b: 20
1692 #        l: 80
1693 #        r: 20
1694 #      showlegend: True
1695 #      legend:
1696 #        orientation: "h"
1697 #        font:
1698 #          size: 16
1699 #      width: 700
1700 #      height: 800
1701 #      paper_bgcolor: "#fff"
1702 #      plot_bgcolor: "#fff"
1703 #      hoverlabel:
1704 #        namelength: -1
1705 #
1706 #    plot-rps:
1707 #      titlefont:
1708 #        size: 18
1709 #      xaxis:
1710 #        title: "<b>Test Cases [Index]</b>"
1711 #        titlefont:
1712 #          size: 16
1713 #        autorange: True
1714 #        fixedrange: False
1715 #        gridcolor: "rgb(230, 230, 230)"
1716 #        linecolor: "rgb(220, 220, 220)"
1717 #        linewidth: 1
1718 #        showgrid: True
1719 #        showline: True
1720 #        showticklabels: True
1721 #        tickcolor: "rgb(220, 220, 220)"
1722 #        tickmode: "linear"
1723 #        tickfont:
1724 #          size: 16
1725 #        zeroline: False
1726 #      yaxis:
1727 #        title: "<b>Requests Per Second [rps]</b>"
1728 #        titlefont:
1729 #          size: 16
1730 #        gridcolor: "rgb(230, 230, 230)"
1731 #        hoverformat: ".4s"
1732 #        linecolor: "rgb(220, 220, 220)"
1733 #        linewidth: 1
1734 #        rangemode: "tozero"
1735 #        showgrid: True
1736 #        showline: True
1737 #        showticklabels: True
1738 #        tickcolor: "rgb(230, 230, 230)"
1739 #        tickformat: ".3s"
1740 #        tickfont:
1741 #          size: 16
1742 #        zeroline: False
1743 #      boxmode: "group"
1744 #      boxgroupgap: 0.5
1745 #      autosize: False
1746 #      margin:
1747 #        t: 50
1748 #        b: 20
1749 #        l: 80
1750 #        r: 20
1751 #      showlegend: True
1752 #      legend:
1753 #        orientation: "h"
1754 #        font:
1755 #          size: 16
1756 #      width: 700
1757 #      height: 800
1758 #      paper_bgcolor: "#fff"
1759 #      plot_bgcolor: "#fff"
1760 #      hoverlabel:
1761 #        namelength: -1
1762
1763     plot-hoststack:
1764       titlefont:
1765         size: 16
1766       xaxis:
1767         title: "<b>Test Cases [Index]</b>"
1768         titlefont:
1769           size: 14
1770         autorange: True
1771         fixedrange: False
1772         gridcolor: "rgb(230, 230, 230)"
1773         linecolor: "rgb(220, 220, 220)"
1774         linewidth: 1
1775         showgrid: True
1776         showline: True
1777         showticklabels: True
1778         tickcolor: "rgb(220, 220, 220)"
1779         tickmode: "linear"
1780         tickfont:
1781           size: 14
1782         zeroline: False
1783       yaxis:
1784         title: "<b>Bandwidth [Gbps]</b>"
1785         titlefont:
1786           size: 14
1787         gridcolor: "rgb(230, 230, 230)"
1788         hoverformat: ".4s"
1789         linecolor: "rgb(220, 220, 220)"
1790         linewidth: 1
1791         rangemode: "tozero"
1792         showgrid: True
1793         showline: True
1794         showticklabels: True
1795         tickcolor: "rgb(230, 230, 230)"
1796         tickformat: ".3s"
1797         tickfont:
1798           size: 14
1799         zeroline: False
1800       boxmode: "group"
1801       boxgroupgap: 0.5
1802       autosize: False
1803       margin:
1804         t: 50
1805         b: 20
1806         l: 80
1807         r: 20
1808       showlegend: True
1809       legend:
1810         orientation: "h"
1811         font:
1812           size: 14
1813       width: 700
1814       height: 800
1815       paper_bgcolor: "#fff"
1816       plot_bgcolor: "#fff"
1817       hoverlabel:
1818         namelength: -1
1819
1820     plot-throughput:
1821       titlefont:
1822         size: 18
1823       xaxis:
1824         title: "<b>Test Cases [Index]</b>"
1825         titlefont:
1826           size: 16
1827         autorange: True
1828         fixedrange: False
1829         gridcolor: "rgb(230, 230, 230)"
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         tickmode: "linear"
1837         tickfont:
1838           size: 16
1839         zeroline: False
1840       yaxis:
1841         title: "<b>Packet Throughput [Mpps]</b>"
1842         titlefont:
1843           size: 16
1844         gridcolor: "rgb(230, 230, 230)"
1845         hoverformat: ".4r"
1846         tickformat: ".3r"
1847         linecolor: "rgb(220, 220, 220)"
1848         linewidth: 1
1849         showgrid: True
1850         showline: True
1851         showticklabels: True
1852         tickcolor: "rgb(220, 220, 220)"
1853         tickfont:
1854           size: 16
1855         zeroline: False
1856         range: [0,50]
1857       autosize: False
1858       margin:
1859         t: 50
1860         b: 0
1861         l: 80
1862         r: 20
1863       showlegend: True
1864       legend:
1865         orientation: "h"
1866         font:
1867           size: 16
1868       width: 700
1869       height: 900
1870       paper_bgcolor: "#fff"
1871       plot_bgcolor: "#fff"
1872       hoverlabel:
1873         namelength: -1
1874
1875     plot-throughput-speedup-analysis:
1876       titlefont:
1877         size: 18
1878       xaxis:
1879         title: "<b>Number of Cores [Qty]</b>"
1880         titlefont:
1881           size: 16
1882         autorange: True
1883         fixedrange: False
1884         gridcolor: "rgb(230, 230, 230)"
1885         linecolor: "rgb(220, 220, 220)"
1886         linewidth: 1
1887         showgrid: True
1888         showline: True
1889         showticklabels: True
1890         tickcolor: "rgb(238, 238, 238)"
1891         tickmode: "linear"
1892         tickfont:
1893           size: 16
1894         zeroline: False
1895       yaxis:
1896         title: "<b>Packet Throughput [Mpps]</b>"
1897         titlefont:
1898           size: 16
1899         type: "linear"
1900         gridcolor: "rgb(230, 230, 230)"
1901         hoverformat: ".4s"
1902         linecolor: "rgb(220, 220, 220)"
1903         linewidth: 1
1904         showgrid: True
1905         showline: True
1906         showticklabels: True
1907         tickcolor: "rgb(220, 220, 220)"
1908         tickformat: ".4s"
1909         tickfont:
1910           size: 16
1911         zeroline: True
1912         rangemode: "tozero"
1913         range: [0,100]
1914       legend:
1915         orientation: "h"
1916         font:
1917           size: 16
1918         xanchor: "left"
1919         yanchor: "top"
1920         x: 0
1921         y: -0.2
1922         bgcolor: "rgba(255, 255, 255, 0)"
1923         bordercolor: "rgba(255, 255, 255, 0)"
1924         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1925       autosize: False
1926       margin:
1927           't': 50
1928           'b': 150
1929           'l': 85
1930           'r': 10
1931       showlegend: True
1932       width: 700
1933       height: 700
1934       paper_bgcolor: "#fff"
1935       plot_bgcolor: "#fff"
1936       hoverlabel:
1937         namelength: -1
1938       annotations: [
1939         {
1940           text: "_ _          __          ...",
1941           align: "left",
1942           showarrow: False,
1943           xref: "paper",
1944           yref: "paper",
1945           xanchor: "left",
1946           yanchor: "top",
1947           x: 0,
1948           y: -0.13,
1949           font: {
1950             family: "Consolas, Courier New",
1951             size: 15
1952           },
1953         },
1954         {
1955           text: "    Perfect     Measured     Limit",
1956           align: "left",
1957           showarrow: False,
1958           xref: "paper",
1959           yref: "paper",
1960           xanchor: "left",
1961           yanchor: "top",
1962           x: 0,
1963           y: -0.15,
1964           font: {
1965             family: "Consolas, Courier New",
1966             size: 15
1967           },
1968         },
1969       ]
1970
1971     plot-latency:
1972       titlefont:
1973         size: 18
1974       xaxis:
1975         title: "<b>Direction</b>"
1976         titlefont:
1977           size: 16
1978         autorange: True
1979         fixedrange: False
1980         gridcolor: "rgb(230, 230, 230)"
1981         linecolor: "rgb(220, 220, 220)"
1982         linewidth: 1
1983         showgrid: True
1984         showline: True
1985         showticklabels: False
1986         tickcolor: "rgb(220, 220, 220)"
1987         tickmode: "linear"
1988         tickfont:
1989           size: 16
1990         zeroline: False
1991       yaxis:
1992         title: "<b>Packet Latency [uSec]</b>"
1993         titlefont:
1994           size: 16
1995         type: "linear"
1996         gridcolor: "rgb(230, 230, 230)"
1997         hoverformat: ".4s"
1998         linecolor: "rgb(220, 220, 220)"
1999         linewidth: 1
2000         showgrid: True
2001         showline: True
2002         showticklabels: True
2003         tickcolor: "rgb(220, 220, 220)"
2004         tickformat: ".4s"
2005         tickfont:
2006           size: 16
2007         zeroline: True
2008         rangemode: "tozero"
2009       legend:
2010         orientation: "h"
2011         font:
2012           size: 16
2013         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2014       autosize: False
2015       margin:
2016           't': 50
2017           'b': 150
2018           'l': 80
2019           'r': 10
2020       showlegend: True
2021       width: 700
2022       height: 700
2023       paper_bgcolor: "#fff"
2024       plot_bgcolor: "#fff"
2025       hoverlabel:
2026         namelength: -1
2027
2028     plot-hdrh-latency:
2029       title:
2030         text: ""
2031         xanchor: "center"
2032         x: 0.5
2033         font:
2034           size: 16
2035       width: 700
2036       plot_bgcolor: "white"
2037       annotations:
2038         - font:
2039             size: 14
2040           showarrow: False
2041           text: "<b>Packet Latency [uSec]</b>"
2042           x: 1
2043           xanchor: "right"
2044           xref: "paper"
2045           y: -0.045
2046           yanchor: "top"
2047           yref: "paper"
2048         - font:
2049             size: 14
2050           showarrow: False
2051           text: "<b>Probability [%]</b>"
2052           textangle: 270
2053           x: -0.06
2054           xanchor: "center"
2055           xref: "paper"
2056           y: 0.5
2057           yanchor: "middle"
2058           yref: "paper"
2059         - font:
2060             size: 14
2061           showarrow: False
2062           text: "<b>Direction: E-W</b>"
2063           x: 0.24
2064           xanchor: "center"
2065           xref: "paper"
2066           y: 1.05
2067           yanchor: "bottom"
2068           yref: "paper"
2069         - font:
2070             size: 14
2071           showarrow: False
2072           text: "<b>Direction: W-E</b>"
2073           x: 0.74
2074           xanchor: "center"
2075           xref: "paper"
2076           y: 1.05
2077           yanchor: "bottom"
2078           yref: "paper"
2079
2080     plot-hdrh-latency-percentile:
2081       title:
2082         text: ""
2083         xanchor: "center"
2084         x: 0.5
2085         font:
2086           size: 18
2087       xaxis:
2088         type: "log"
2089         title: "<b>Percentile [%]</b>"
2090         titlefont:
2091           size: 16
2092         autorange: True
2093         fixedrange: False
2094         gridcolor: "rgb(230, 230, 230)"
2095         linecolor: "rgb(220, 220, 220)"
2096         linewidth: 1
2097         showgrid: True
2098         showline: True
2099         showticklabels: True
2100         tickcolor: "rgb(220, 220, 220)"
2101         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2102         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2103         tickfont:
2104           size: 16
2105       yaxis:
2106         title: "<b>Packet Latency [uSec]</b>"
2107         titlefont:
2108           size: 16
2109         gridcolor: "rgb(230, 230, 230)"
2110         linecolor: "rgb(220, 220, 220)"
2111         linewidth: 1
2112         showgrid: True
2113         showline: True
2114         showticklabels: True
2115         tickcolor: "rgb(220, 220, 220)"
2116         tickfont:
2117           size: 16
2118       autosize: False
2119       showlegend: True
2120       legend:
2121         traceorder: "normal"
2122         orientation: "h"
2123         font:
2124           size: 16
2125         xanchor: "left"
2126         yanchor: "top"
2127         x: 0
2128         y: -0.15
2129         bgcolor: "rgba(255, 255, 255, 0)"
2130         bordercolor: "rgba(255, 255, 255, 0)"
2131       width: 700
2132       height: 700
2133       paper_bgcolor: "white"
2134       plot_bgcolor: "white"
2135
2136     plot-hdrh-latency-by-percentile:
2137       title:
2138         text: "<b>Latency by Percentile Distribution</b>"
2139         xanchor: "center"
2140         x: 0.5
2141         font:
2142           size: 18
2143       showlegend: True
2144       legend:
2145         traceorder: "normal"
2146         orientation: "h"
2147         font:
2148           size: 16
2149         xanchor: "left"
2150         yanchor: "top"
2151         x: 0
2152         y: -0.2
2153         bgcolor: "rgba(255, 255, 255, 0)"
2154         bordercolor: "rgba(255, 255, 255, 0)"
2155       xaxis:
2156         type: "linear"
2157         title: "<b>Percentile [%]</b>"
2158         titlefont:
2159           size: 14
2160         autorange: False
2161         fixedrange: False
2162         range: [0, 100]
2163         gridcolor: "rgb(230, 230, 230)"
2164         linecolor: "rgb(220, 220, 220)"
2165         linewidth: 1
2166         showgrid: True
2167         showline: True
2168         showticklabels: True
2169         tickcolor: "rgb(220, 220, 220)"
2170         tickvals: [0, 25, 50, 75, 100]
2171         ticktext: [0, 25, 50, 75, 100]
2172         tickfont:
2173           size: 14
2174       yaxis:
2175         title: "<b>One-Way Latency per Direction [uSec]</b>"
2176         titlefont:
2177           size: 14
2178         gridcolor: "rgb(230, 230, 230)"
2179         linecolor: "rgb(220, 220, 220)"
2180         linewidth: 1
2181         showgrid: True
2182         showline: True
2183         showticklabels: True
2184         tickcolor: "rgb(220, 220, 220)"
2185         tickfont:
2186           size: 14
2187       width: 700
2188       height: 700
2189       paper_bgcolor: "white"
2190       plot_bgcolor: "white"
2191
2192 - type: "static"
2193   src-path: "{DIR[RST]}"
2194   dst-path: "{DIR[WORKING,SRC]}"
2195
2196 - type: "input"
2197   general:
2198     file-name: "output_info.xml.gz"
2199     file-format: ".gz"
2200     arch-file-format:
2201       - ".gz"
2202       - ".zip"
2203     download-path: "{job}/{build}/archives/{filename}"
2204     extract: "output.xml"
2205
2206     zip-file-name: "robot-plugin.zip"
2207     zip-file-format: ".zip"
2208     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2209     zip-extract: "robot-plugin/output.xml"
2210
2211   builds:
2212
2213     csit-vpp-perf-verify-1908-3n-hsw:
2214       - 12  # NDRPDR sel
2215       - 13  # NDRPDR sel
2216       - 14  # NDRPDR sel
2217       - 15  # NDRPDR sel
2218       - 16  # NDRPDR sel
2219       - 17  # NDRPDR sel
2220       - 18  # NDRPDR sel
2221       - 19  # NDRPDR sel
2222       - 20  # NDRPDR sel
2223       - 21  # NDRPDR sel
2224       - 39  # MRR sel
2225     csit-vpp-perf-verify-2001-3n-hsw:
2226       - 21  # NDRPDR sel
2227       - 22  # NDRPDR sel
2228       - 23  # NDRPDR sel
2229       - 24  # NDRPDR sel
2230       - 25  # NDRPDR sel
2231       - 29  # NDRPDR sel
2232       - 30  # NDRPDR sel
2233       - 31  # NDRPDR sel
2234       - 32  # NDRPDR sel
2235       - 34  # NDRPDR sel
2236       - 17  # MRR sel
2237     csit-vpp-perf-report-iterative-2005-3n-hsw:
2238       - 3   # NDRPDR sel
2239       - 4   # NDRPDR sel
2240       - 5   # NDRPDR sel
2241       - 10  # NDRPDR sel
2242       - 11  # NDRPDR sel
2243       - 12  # NDRPDR sel
2244       - 15  # NDRPDR sel
2245       - 16  # NDRPDR sel
2246       - 18  # NDRPDR sel
2247       - 19  # NDRPDR sel
2248       - 13  # MRR
2249     csit-vpp-perf-verify-2005-3n-hsw:
2250       - 3   # hoststack
2251       - 5   # hoststack
2252       - 6   # hoststack
2253       - 7   # hoststack
2254       - 8   # hoststack
2255       - 9   # hoststack
2256       - 10  # hoststack
2257       - 11  # hoststack
2258       - 12  # hoststack
2259       - 13  # hoststack
2260     csit-vpp-perf-report-coverage-2005-3n-hsw:
2261       - 1   # perf-full-3n-dnv-crypto_I
2262       - 7   # perf-full-3n-hsw-crypto_II
2263       - 3   # perf-full-3n-hsw-crypto_III
2264       - 4   # perf-full-3n-dnv-crypto_IV
2265       - 5   # perf-full-3n-hsw-ip4_I
2266       - 6   # perf-full-3n-hsw-ip4_II
2267       - 8   # perf-full-3n-hsw-ip4_III
2268       - 9   # perf-full-3n-hsw-ip4_IV
2269       - 10  # perf-full-3n-hsw-ip4_V
2270       - 26  # perf-full-3n-hsw-ip4_VI
2271       - 18  # perf-full-3n-hsw-ip4_VII
2272       - 27  # perf-full-3n-hsw-ip4_VIII
2273       - 28  # perf-full-3n-hsw-ip4_IX
2274       - 29  # perf-full-3n-hsw-ip6_I
2275       - 35  # perf-full-3n-hsw-ip6_II
2276       - 42  # perf-full-3n-hsw-l2_I
2277       - 33  # perf-full-3n-hsw-l2_II
2278       - 37  # perf-full-3n-hsw-l2_III
2279       - 45  # perf-full-3n-hsw-l2_IV
2280       - 43  # perf-full-3n-hsw-l2_V
2281       - 40  # perf-full-3n-hsw-l2_VI
2282       - 44  # perf-full-3n-hsw-l2_VII
2283       - 51  # perf-full-3n-hsw-l2_VIII
2284       - 50  # perf-full-3n-hsw-l2_IX
2285       - 52  # perf-full-3n-hsw-l2_X
2286       - 53  # perf-full-3n-hsw-l2_XI
2287       - 54  # perf-full-3n-hsw-memif
2288       - 55  # perf-full-3n-hsw-ip4tunnels-I
2289       - 56  # perf-full-3n-hsw-ip4tunnels-II
2290       - 57  # perf-full-3n-hsw-ip4tunnels-III
2291       - 58  # perf-full-3n-hsw-ip6tunnels-I
2292       - 59  # perf-full-3n-hsw-srv6-I
2293       - 60  # perf-full-3n-hsw-srv6-II
2294       - 61  # perf-full-3n-hsw-vhost-I
2295       - 62  # perf-full-3n-hsw-vhost-II
2296       - 63  # perf-full-3n-hsw-vhost-III
2297
2298     csit-vpp-perf-verify-1908_1-3n-skx:
2299       - 26  # NDRPDR sel - new1908.1
2300       - 27  # NDRPDR sel - new1908.1
2301       - 28  # NDRPDR sel - new1908.1
2302       - 29  # NDRPDR sel - new1908.1
2303       - 30  # NDRPDR sel - new1908.1
2304       - 31  # NDRPDR sel - new1908.1
2305       - 33  # NDRPDR sel - new1908.1
2306       - 34  # NDRPDR sel - new1908.1
2307       - 35  # NDRPDR sel - new1908.1
2308       - 36  # NDRPDR sel - new1908.1
2309     csit-vpp-perf-verify-2001-3n-skx:
2310       - 69  # NDRPDR sel - new2001.0
2311       - 71  # NDRPDR sel - new2001.0
2312       - 72  # NDRPDR sel - new2001.0
2313       - 76  # NDRPDR sel - new2001.0
2314       - 77  # NDRPDR sel - new2001.0
2315       - 78  # NDRPDR sel - new2001.0
2316       - 80  # NDRPDR sel - new2001.0
2317       - 50  # MRR sel
2318       - 53  # MRR sel addition
2319     csit-vpp-perf-report-iterative-2005-3n-skx:
2320       - 4   # NDRPDR sel
2321       - 5   # NDRPDR sel ??? all x710 failed
2322       - 33  # NDRPDR sel
2323       - 28  # NDRPDR sel
2324       - 34  # NDRPDR sel
2325       - 36  # NDRPDR sel
2326       - 37  # NDRPDR sel
2327       - 38  # NDRPDR sel
2328       - 39  # NDRPDR sel
2329       - 41  # NDRPDR sel
2330       - 6   # MRR sel
2331     csit-vpp-perf-report-coverage-2005-3n-skx:
2332       - 10  # perf-full-3n-skx-crypto_I
2333       - 11  # perf-full-3n-skx-crypto_II
2334       - 12  # perf-full-3n-skx-crypto_III
2335       - 5   # perf-full-3n-skx-ip4_I
2336       - 14  # perf-full-3n-skx-ip4_II
2337       - 7   # perf-full-3n-skx-ip4_III
2338       - 15  # perf-full-3n-skx-ip4_IV
2339       - 16  # perf-full-3n-skx-ip4_V
2340       - 17  # perf-full-3n-skx-ip4_VI
2341       - 18  # perf-full-3n-skx-ip4_VII
2342       - 19  # perf-full-3n-skx-ip4_VIII
2343       - 20  # perf-full-3n-skx-ip4_IX
2344       - 24  # perf-full-3n-skx-ip6_I
2345       - 25  # perf-full-3n-skx-ip6_II
2346       - 22  # perf-full-3n-skx-ip4tunnels-II
2347       - 23  # perf-full-3n-skx-ip4tunnels-III
2348       - 26  # perf-full-3n-skx-ip6tunnels-I
2349       - 28  # perf-full-3n-skx-l2_II
2350       - 29  # perf-full-3n-skx-l2_III
2351       - 30  # perf-full-3n-skx-l2_IV
2352       - 32  # perf-full-3n-skx-l2_VI
2353       - 33  # perf-full-3n-skx-l2_VII
2354       - 35  # perf-full-3n-skx-l2_IX
2355       - 36  # perf-full-3n-skx-l2_X
2356       - 37  # perf-full-3n-skx-l2_XI
2357
2358     csit-vpp-perf-verify-1908_1-2n-skx:
2359       - 39  # NDRPDR sel - new1908.1
2360       - 40  # NDRPDR sel - new1908.1
2361       - 41  # NDRPDR sel - new1908.1
2362       - 43  # NDRPDR sel - new1908.1
2363       - 44  # NDRPDR sel - new1908.1
2364       - 45  # NDRPDR sel - new1908.1
2365       - 46  # NDRPDR sel - new1908.1
2366       - 47  # NDRPDR sel - new1908.1
2367       - 48  # NDRPDR sel - new1908.1
2368       - 49  # NDRPDR sel - new1908.1
2369     csit-vpp-perf-verify-2001-2n-skx:
2370       - 143  # NDRPDR sel - new2001.0
2371       - 146  # NDRPDR sel - new2001.0
2372       - 147  # NDRPDR sel - new2001.0
2373       - 148  # NDRPDR sel - new2001.0
2374       - 149  # NDRPDR sel - new2001.0
2375       - 150  # NDRPDR sel - new2001.0
2376       - 151  # NDRPDR sel - new2001.0
2377       - 152  # NDRPDR sel - new2001.0
2378       - 153  # NDRPDR sel - new2001.0
2379       - 154  # NDRPDR sel - new2001.0
2380       - 101  # MRR sel - old
2381       - 128  # MRR sel addition - old
2382     csit-vpp-perf-report-iterative-2005-2n-skx:
2383       - 43  # NDRPDR sel
2384       - 38  # NDRPDR sel
2385       - 7   # NDRPDR sel
2386       - 65  # NDRPDR sel
2387       - 47  # NDRPDR sel
2388       - 55  # NDRPDR sel
2389       - 67  # NDRPDR sel
2390       - 75  # NDRPDR sel
2391       - 76  # NDRPDR sel
2392       - 73  # NDRPDR sel
2393       - 42  # MRR sel
2394       - 48  # Reconf
2395       - 50  # Reconf
2396       - 51  # Reconf
2397       - 52  # Reconf
2398       - 53  # Reconf
2399       - 60  # Reconf
2400       - 70  # Reconf
2401       - 71  # Reconf
2402       - 63  # Reconf
2403       - 66  # Reconf
2404       - 49  # Soak
2405       - 54  # Soak
2406       - 83  # nf-density-sel
2407     csit-vpp-perf-report-coverage-2005-2n-skx:
2408       - 11  # perf-full-2n-skx-ip4_I
2409       - 3   # perf-full-2n-skx-ip4_II
2410       - 18  # perf-full-2n-skx-ip4_III
2411       - 19  # perf-full-2n-skx-ip4_IV
2412       - 5   # perf-full-2n-skx-ip4_V
2413       - 20  # perf-full-2n-skx-ip4_VI
2414       - 7   # perf-full-2n-skx-ip6_I
2415       - 21  # perf-full-2n-skx-ip6_II
2416       - 9   # perf-full-2n-skx-l2_I
2417       - 22  # perf-full-2n-skx-l2_II
2418       - 23  # perf-full-2n-skx-memif
2419       - 24  # perf-full-2n-skx-loadbalancer
2420       - 25  # perf-full-2n-skx-vhost I
2421       - 26  # perf-full-2n-skx-vhost II
2422       - 27  # perf-full-2n-skx-vts
2423
2424     csit-vpp-perf-verify-1908_1-2n-clx:
2425       - 5  # NDRPDR sel
2426       - 6  # NDRPDR sel
2427       - 7  # NDRPDR sel
2428       - 8  # NDRPDR sel
2429       - 9  # NDRPDR sel
2430     csit-vpp-perf-verify-2001-2n-clx:
2431       - 28  # NDRPDR sel
2432       - 29  # NDRPDR sel
2433       - 32  # NDRPDR sel
2434       - 40  # NDRPDR sel
2435       - 43  # NDRPDR sel
2436       - 44  # NDRPDR sel
2437       - 45  # NDRPDR sel
2438       - 47  # NDRPDR sel
2439       - 48  # NDRPDR sel
2440       - 49  # NDRPDR sel
2441       - 39  # MRR
2442     csit-vpp-perf-report-iterative-2005-2n-clx:
2443       - 7   # NDRPDR sel
2444       - 38  # NDRPDR sel
2445       - 9   # NDRPDR sel
2446       - 32  # NDRPDR sel ???
2447       - 33  # NDRPDR sel ???
2448       - 39  # NDRPDR sel
2449       - 40  # NDRPDR sel
2450       - 43  # NDRPDR sel
2451       - 50  # NDRPDR sel
2452       - 51  # NDRPDR sel
2453       - 12  # MRR
2454       - 42  # Reconf
2455       - 45  # Reconf
2456       - 46  # Reconf
2457       - 47  # Reconf
2458       - 48  # Reconf
2459       - 52  # Reconf
2460       - 53  # Reconf
2461       - 54  # Reconf
2462       - 55  # Reconf
2463       - 56  # Reconf
2464       - 44  # Soak
2465       - 49  # Soak
2466       - 57  # 2n-clx nfv-density-00
2467       - 58  # 2n-clx nfv-density-00
2468       - 59  # 2n-clx nfv-density-00
2469       - 60  # 2n-clx nfv-density-00
2470       - 61  # 2n-clx nfv-density-00
2471     csit-vpp-perf-report-coverage-2005-2n-clx:
2472       - 21  # perf-full-2n-clx-ip4_I
2473       - 2   # perf-full-2n-clx-ip4_II
2474       - 3   # perf-full-2n-clx-ip4_III
2475       - 4   # perf-full-2n-clx-ip4_IV
2476       - 5   # perf-full-2n-clx-ip4_V
2477       - 6   # perf-full-2n-clx-ip4_VI
2478       - 7   # perf-full-2n-clx-ip6_I
2479       - 16  # perf-full-2n-clx-ip6_II
2480       - 23  # perf-full-2n-clx-l2_I
2481       - 10  # perf-full-2n-clx-l2_II
2482       - 11  # perf-full-2n-clx-memif
2483       - 12  # perf-full-2n-clx-loadbalancer
2484       - 13  # perf-full-2n-clx-vhost I
2485       - 22  # perf-full-2n-clx-vhost II
2486       - 15  # perf-full-2n-clx-vts
2487
2488     csit-vpp-perf-verify-1908-3n-tsh:
2489       - 7   # NDRPDR sel
2490       - 8   # NDRPDR sel
2491       - 9   # NDRPDR sel
2492       - 10  # NDRPDR sel
2493       - 11  # NDRPDR sel
2494       - 12  # NDRPDR sel
2495       - 13  # NDRPDR sel
2496       - 14  # NDRPDR sel
2497       - 15  # NDRPDR sel
2498       - 16  # NDRPDR sel
2499       - 17  # MRR sel
2500     csit-vpp-perf-verify-2001-3n-tsh:
2501       - 3   # NDRPDR sel
2502       - 4   # NDRPDR sel
2503       - 7   # NDRPDR sel
2504       - 8   # NDRPDR sel
2505       - 10  # NDRPDR sel
2506       - 12  # NDRPDR sel
2507       - 13  # NDRPDR sel
2508       - 14  # NDRPDR sel
2509       - 15  # NDRPDR sel
2510       - 21  # NDRPDR sel
2511       - 9   # MRR sel
2512     # TODO: Add data:
2513     csit-vpp-perf-report-iterative-2005-3n-tsh:
2514       - 9   # NDRPDR sel
2515       - 11  # NDRPDR sel
2516       - 12  # NDRPDR sel
2517       - 20  # NDRPDR sel
2518       - 14  # NDRPDR sel
2519       - 10  # MRR sel
2520
2521     csit-vpp-perf-verify-1908-3n-dnv:
2522       - 6   # NDRPDR sel
2523       - 7   # NDRPDR sel
2524       - 8   # NDRPDR sel
2525       - 9   # NDRPDR sel
2526       - 10  # NDRPDR sel
2527       - 12  # NDRPDR sel
2528       - 13  # NDRPDR sel
2529       - 14  # NDRPDR sel
2530       - 15  # NDRPDR sel
2531       - 16  # NDRPDR sel
2532       - 17  # MRR sel
2533     csit-vpp-perf-verify-2001-3n-dnv:
2534       - 5   # NDRPDR sel
2535       - 6   # NDRPDR sel
2536       - 7   # NDRPDR sel
2537       - 8   # NDRPDR sel
2538       - 9   # NDRPDR sel
2539       - 10  # NDRPDR sel
2540       - 12  # NDRPDR sel
2541       - 16  # NDRPDR sel
2542       - 17  # NDRPDR sel
2543       - 18  # NDRPDR sel
2544       - 11  # MRR sel
2545     csit-vpp-perf-report-iterative-2005-3n-dnv:
2546       - 2   # NDRPDR sel
2547       - 3   # NDRPDR sel
2548       - 4   # NDRPDR sel
2549       - 5   # NDRPDR sel
2550       - 6   # NDRPDR sel
2551       - 7   # NDRPDR sel
2552       - 9   # NDRPDR sel
2553       - 10  # NDRPDR sel
2554       - 11  # NDRPDR sel
2555       - 12  # NDRPDR sel
2556       - 8   # MRR
2557     csit-vpp-perf-report-coverage-2005-3n-dnv:
2558       - 1   # perf-full-3n-dnv-crypto_I
2559       - 24  # perf-full-3n-dnv-crypto_II
2560       - 5   # perf-full-3n-dnv-ip4_I
2561       - 13  # perf-full-3n-dnv-ip4_II
2562       - 17  # perf-full-3n-dnv-ip6_I
2563       - 18  # perf-full-3n-dnv-ip6_II
2564       - 21  # perf-full-3n-dnv-l2_I
2565       - 22  # perf-full-3n-dnv-l2_II
2566       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2567
2568     csit-vpp-perf-verify-1908-2n-dnv:
2569       - 1   # NDRPDR sel
2570       - 2   # NDRPDR sel
2571       - 3   # NDRPDR sel
2572       - 4   # NDRPDR sel
2573       - 5   # NDRPDR sel
2574       - 6   # NDRPDR sel
2575       - 7   # NDRPDR sel
2576       - 8   # NDRPDR sel
2577       - 9   # NDRPDR sel
2578       - 10  # NDRPDR sel
2579       - 11  # MRR sel
2580     csit-vpp-perf-verify-2001-2n-dnv:
2581       - 4   # NDRPDR sel
2582       - 5   # NDRPDR sel
2583       - 6   # NDRPDR sel
2584       - 7   # NDRPDR sel
2585       - 8   # NDRPDR sel
2586       - 9   # NDRPDR sel
2587       - 10  # NDRPDR sel
2588       - 11  # NDRPDR sel
2589       - 13  # NDRPDR sel
2590       - 16  # NDRPDR sel
2591       - 12  # MRR sel
2592     csit-vpp-perf-report-iterative-2005-2n-dnv:
2593       - 3   # 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       - 14  # NDRPDR sel
2603       - 15  # MRR sel
2604     csit-vpp-perf-report-coverage-2005-2n-dnv:
2605       - 1   # perf-full-2n-dnv-ip4_I
2606       - 2   # perf-full-2n-dnv-ip4_II
2607       - 3   # perf-full-2n-dnv-ip6_I
2608       - 4   # perf-full-2n-dnv-ip6_II
2609       - 5   # perf-full-2n-dnv-l2_I
2610       - 6   # perf-full-2n-dnv-l2_II
2611
2612     csit-dpdk-perf-verify-1908-3n-hsw:
2613       - 2   # NDRPDR sel
2614       - 3   # NDRPDR sel
2615       - 4   # NDRPDR sel
2616       - 5   # NDRPDR sel
2617       - 6   # NDRPDR sel
2618       - 7   # NDRPDR sel
2619       - 8   # NDRPDR sel
2620       - 9   # NDRPDR sel
2621       - 10  # NDRPDR sel
2622       - 11  # NDRPDR sel
2623     csit-dpdk-perf-verify-2001-3n-hsw:
2624       - 4   # NDRPDR sel
2625       - 5   # NDRPDR sel
2626       - 6   # NDRPDR sel
2627       - 7   # NDRPDR sel
2628       - 8   # NDRPDR sel
2629       - 9   # NDRPDR sel
2630       - 10  # NDRPDR sel
2631       - 11  # NDRPDR sel
2632       - 12  # NDRPDR sel
2633       - 13  # NDRPDR sel
2634       - 15  # NDRPDR sel
2635       - 16  # NDRPDR sel
2636       - 17  # NDRPDR sel
2637       - 18  # NDRPDR sel
2638       - 19  # NDRPDR sel
2639       - 20  # NDRPDR sel
2640       - 21  # NDRPDR sel
2641       - 22  # NDRPDR sel
2642       - 23  # NDRPDR sel
2643       - 24  # NDRPDR sel
2644     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2645       - 5   # NDRPDR sel
2646       - 6   # NDRPDR sel
2647       - 7   # NDRPDR sel
2648       - 8   # NDRPDR sel
2649       - 9   # NDRPDR sel
2650       - 10  # NDRPDR sel
2651       - 11  # NDRPDR sel
2652       - 12  # NDRPDR sel
2653       - 13  # NDRPDR sel
2654       - 14  # NDRPDR sel
2655
2656     csit-dpdk-perf-verify-1908-3n-skx:
2657       - 3   # NDRPDR sel
2658       - 4   # NDRPDR sel
2659       - 5   # NDRPDR sel
2660       - 6   # NDRPDR sel
2661       - 7   # NDRPDR sel
2662       - 8   # NDRPDR sel
2663       - 9   # NDRPDR sel
2664       - 10  # NDRPDR sel
2665       - 11  # NDRPDR sel
2666       - 12  # NDRPDR sel
2667     csit-dpdk-perf-verify-2001-3n-skx:
2668       - 29  # NDRPDR sel xxv710
2669       - 33  # NDRPDR sel xxv710
2670       - 34  # NDRPDR sel xxv710
2671       - 35  # NDRPDR sel xxv710
2672       - 36  # NDRPDR sel xxv710
2673       - 37  # NDRPDR sel xxv710
2674       - 41  # NDRPDR sel xxv710
2675       - 42  # NDRPDR sel xxv710
2676       - 43  # NDRPDR sel xxv710
2677       - 45  # NDRPDR sel xxv710
2678       - 30  # NDRPDR sel x710
2679       - 31  # NDRPDR sel x710
2680       - 32  # NDRPDR sel x710
2681       - 38  # NDRPDR sel x710
2682       - 39  # NDRPDR sel x710
2683       - 40  # NDRPDR sel x710
2684       - 44  # NDRPDR sel x710
2685       - 46  # NDRPDR sel x710
2686       - 47  # NDRPDR sel x710
2687       - 48  # NDRPDR sel x710
2688     csit-dpdk-perf-report-iterative-2005-3n-skx:
2689       - 4   # NDRPDR sel
2690       - 5   # NDRPDR sel
2691       - 6   # NDRPDR sel
2692       - 7   # NDRPDR sel
2693       - 8   # NDRPDR sel
2694       - 11  # NDRPDR sel
2695       - 12  # NDRPDR sel
2696       - 13  # NDRPDR sel
2697       - 14  # NDRPDR sel
2698       - 15  # NDRPDR sel
2699
2700     csit-dpdk-perf-verify-1908-2n-skx:
2701       - 2   # NDRPDR sel
2702       - 3   # NDRPDR sel
2703       - 4   # NDRPDR sel
2704       - 5   # NDRPDR sel
2705       - 7   # NDRPDR sel
2706       - 8   # NDRPDR sel
2707       - 9   # NDRPDR sel
2708       - 10  # NDRPDR sel
2709       - 11  # NDRPDR sel
2710       - 12  # NDRPDR sel
2711     csit-dpdk-perf-verify-2001-2n-skx:
2712       - 35  # NDRPDR sel xxv710
2713       - 36  # NDRPDR sel xxv710
2714       - 37  # NDRPDR sel xxv710
2715       - 41  # NDRPDR sel xxv710
2716       - 42  # NDRPDR sel xxv710
2717       - 43  # NDRPDR sel xxv710
2718       - 46  # NDRPDR sel xxv710
2719       - 47  # NDRPDR sel xxv710
2720       - 52  # NDRPDR sel xxv710
2721       - 53  # NDRPDR sel xxv710
2722       - 38  # NDRPDR sel x710
2723       - 39  # NDRPDR sel x710
2724       - 40  # NDRPDR sel x710
2725       - 44  # NDRPDR sel x710
2726       - 45  # NDRPDR sel x710
2727       - 48  # NDRPDR sel x710
2728       - 49  # NDRPDR sel x710
2729       - 50  # NDRPDR sel x710
2730       - 51  # NDRPDR sel x710
2731       - 54  # NDRPDR sel x710
2732     csit-dpdk-perf-report-iterative-2005-2n-skx:
2733       - 1   # NDRPDR sel
2734       - 2   # NDRPDR sel
2735       - 3   # NDRPDR sel
2736       - 4   # NDRPDR sel
2737       - 5   # NDRPDR sel
2738       - 6   # NDRPDR sel
2739       - 7   # NDRPDR sel
2740       - 8   # NDRPDR sel
2741       - 9   # NDRPDR sel
2742       - 10  # NDRPDR sel
2743
2744     csit-dpdk-perf-verify-2001-2n-clx:
2745       - 15  # NDRPDR sel
2746       - 16  # NDRPDR sel
2747       - 17  # NDRPDR sel
2748       - 18  # NDRPDR sel
2749       - 19  # NDRPDR sel
2750       - 20  # NDRPDR sel
2751       - 21  # NDRPDR sel
2752       - 22  # NDRPDR sel
2753       - 23  # NDRPDR sel
2754       - 24  # NDRPDR sel
2755       - 25  # NDRPDR sel
2756       - 26  # NDRPDR sel
2757       - 27  # NDRPDR sel
2758       - 28  # NDRPDR sel
2759       - 29  # NDRPDR sel
2760       - 30  # NDRPDR sel
2761       - 31  # NDRPDR sel
2762       - 32  # NDRPDR sel
2763       - 33  # NDRPDR sel
2764       - 34  # NDRPDR sel
2765     csit-dpdk-perf-report-iterative-2005-2n-clx:
2766       - 1   # NDRPDR sel
2767       - 2   # NDRPDR sel
2768       - 3   # NDRPDR sel
2769       - 4   # NDRPDR sel
2770       - 5   # NDRPDR sel
2771       - 6   # NDRPDR sel
2772       - 7   # NDRPDR sel
2773       - 8   # NDRPDR sel
2774       - 9   # NDRPDR sel
2775       - 10  # NDRPDR sel
2776
2777     csit-dpdk-perf-verify-2001-2n-dnv:
2778       - 9   # NDRPDR sel
2779       - 10  # NDRPDR sel
2780       - 11  # NDRPDR sel
2781       - 12  # NDRPDR sel
2782       - 13  # NDRPDR sel
2783       - 14  # NDRPDR sel
2784       - 15  # NDRPDR sel
2785       - 16  # NDRPDR sel
2786       - 17  # NDRPDR sel
2787       - 18  # NDRPDR sel
2788     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2789       - 8   # NDRPDR sel
2790       - 9   # NDRPDR sel
2791       - 10  # NDRPDR sel
2792       - 11  # NDRPDR sel
2793       - 12  # NDRPDR sel
2794       - 13  # NDRPDR sel
2795       - 14  # NDRPDR sel
2796       - 15  # NDRPDR sel
2797       - 16  # NDRPDR sel
2798       - 17  # NDRPDR sel
2799
2800     csit-dpdk-perf-verify-2001-3n-dnv:
2801       - 12  # NDRPDR sel
2802       - 13  # NDRPDR sel
2803       - 14  # NDRPDR sel
2804       - 15  # NDRPDR sel
2805       - 16  # NDRPDR sel
2806       - 17  # NDRPDR sel
2807       - 18  # NDRPDR sel
2808       - 19  # NDRPDR sel
2809       - 20  # NDRPDR sel
2810       - 22  # NDRPDR sel
2811     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2812       - 6   # NDRPDR sel
2813       - 7   # NDRPDR sel
2814       - 8   # NDRPDR sel
2815       - 9   # NDRPDR sel
2816       - 10  # NDRPDR sel
2817       - 11  # NDRPDR sel
2818       - 12  # NDRPDR sel
2819       - 13  # NDRPDR sel
2820       - 14  # NDRPDR sel
2821       - 16  # NDRPDR sel
2822
2823     csit-dpdk-perf-verify-2001-3n-tsh:
2824       - 3   # NDRPDR sel
2825       - 4   # NDRPDR sel
2826       - 5   # NDRPDR sel
2827       - 9   # NDRPDR sel
2828       - 10  # NDRPDR sel
2829       - 11  # NDRPDR sel
2830       - 12  # NDRPDR sel
2831       - 14  # NDRPDR sel
2832       - 15  # NDRPDR sel
2833       - 18  # NDRPDR sel
2834     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2835       - 5   # NDRPDR sel
2836
2837     csit-vpp-device-2005-ubuntu1804-1n-skx:
2838       - 35
2839
2840 - type: "output"
2841   output: "report"
2842   format:
2843     html:
2844     - full
2845 #    pdf:
2846 #    - minimal
2847
2848 ################################################################################
2849 ###                               T A B L E S                                ###
2850 ################################################################################
2851
2852 # VPP Soak vs NDR - 2n-skx
2853 - type: "table"
2854   title: "VPP Soak vs NDR 2n-skx"
2855   algorithm: "table_soak_vs_ndr"
2856   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2857   reference:
2858     title: "NDR"
2859     data: "vpp-soak-vs-ndr-2n-skx-ref"
2860   compare:
2861     title: "Soak"
2862     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2863   data: "vpp-soak-vs-ndr-2n-skx"
2864   include-tests: "NDR"
2865   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2866   parameters:
2867     - "throughput"
2868     - "name"
2869     - "parent"
2870
2871 # VPP Soak vs NDR - 2n-clx
2872 - type: "table"
2873   title: "VPP Soak vs NDR 2n-clx"
2874   algorithm: "table_soak_vs_ndr"
2875   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2876   reference:
2877     title: "NDR"
2878     data: "vpp-soak-vs-ndr-2n-clx-ref"
2879   compare:
2880     title: "Soak"
2881     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2882   data: "vpp-soak-vs-ndr-2n-clx"
2883   include-tests: "NDR"
2884   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2885   parameters:
2886     - "throughput"
2887     - "name"
2888     - "parent"
2889
2890 ################################################################################
2891
2892 # VPP Compare NICs 3n-skx 2t1c ndr
2893 - type: "table"
2894   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2895   algorithm: "table_comparison"
2896   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2897   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2898   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2899   columns:
2900     - title: "x710"
2901       data-set: "vpp-nic-comparison-3n-skx"
2902       tag: "NIC_Intel-X710"
2903     - title: "xxv710"
2904       data-set: "vpp-nic-comparison-3n-skx"
2905       tag: "NIC_Intel-XXV710"
2906   comparisons:
2907     - title: "Diff"
2908       reference: 1
2909       compare: 2
2910   legend:
2911     - "Legend to Table:"
2912     - "x710, xxv710 - NICs tested."
2913     - "Diff - difference between x710 and xxv710 NIC."
2914
2915 # VPP Compare NICs 3n-skx 4t2c ndr
2916 - type: "table"
2917   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2918   algorithm: "table_comparison"
2919   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2920   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2921   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2922   columns:
2923     - title: "x710"
2924       data-set: "vpp-nic-comparison-3n-skx"
2925       tag: "NIC_Intel-X710"
2926     - title: "xxv710"
2927       data-set: "vpp-nic-comparison-3n-skx"
2928       tag: "NIC_Intel-XXV710"
2929   comparisons:
2930     - title: "Diff"
2931       reference: 1
2932       compare: 2
2933   legend:
2934     - "Legend to Table:"
2935     - "x710, xxv710 - NICs tested."
2936     - "Diff - difference between x710 and xxv710 NIC."
2937
2938 # VPP Compare NICs 3n-skx 2t1c pdr
2939 - type: "table"
2940   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2941   algorithm: "table_comparison"
2942   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2943   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2944   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2945   columns:
2946     - title: "x710"
2947       data-set: "vpp-nic-comparison-3n-skx"
2948       tag: "NIC_Intel-X710"
2949     - title: "xxv710"
2950       data-set: "vpp-nic-comparison-3n-skx"
2951       tag: "NIC_Intel-XXV710"
2952   comparisons:
2953     - title: "Diff"
2954       reference: 1
2955       compare: 2
2956   legend:
2957     - "Legend to Table:"
2958     - "x710, xxv710 - NICs tested."
2959     - "Diff - difference between x710 and xxv710 NIC."
2960
2961 # VPP Compare NICs 3n-skx 4t2c pdr
2962 - type: "table"
2963   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2964   algorithm: "table_comparison"
2965   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2966   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2967   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2968   columns:
2969     - title: "x710"
2970       data-set: "vpp-nic-comparison-3n-skx"
2971       tag: "NIC_Intel-X710"
2972     - title: "xxv710"
2973       data-set: "vpp-nic-comparison-3n-skx"
2974       tag: "NIC_Intel-XXV710"
2975   comparisons:
2976     - title: "Diff"
2977       reference: 1
2978       compare: 2
2979   legend:
2980     - "Legend to Table:"
2981     - "x710, xxv710 - NICs tested."
2982     - "Diff - difference between x710 and xxv710 NIC."
2983
2984 ## VPP Compare NICs 3n-skx 2t1c mrr
2985 #- type: "table"
2986 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2987 #  algorithm: "table_comparison"
2988 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2989 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2990 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2991 #  columns:
2992 #    - title: "x710"
2993 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2994 #      tag: "NIC_Intel-X710"
2995 #    - title: "xxv710"
2996 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2997 #      tag: "NIC_Intel-XXV710"
2998 #  comparisons:
2999 #    - title: "Diff"
3000 #      reference: 1
3001 #      compare: 2
3002 #  legend:
3003 #    - "Legend to Table:"
3004 #    - "x710, xxv710 - NICs tested."
3005 #    - "Diff - difference between x710 and xxv710 NIC."
3006 #
3007 ## VPP Compare NICs 3n-skx 4t2c mrr
3008 #- type: "table"
3009 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3010 #  algorithm: "table_comparison"
3011 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3012 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3013 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3014 #  columns:
3015 #    - title: "x710"
3016 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3017 #      tag: "NIC_Intel-X710"
3018 #    - title: "xxv710"
3019 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3020 #      tag: "NIC_Intel-XXV710"
3021 #  comparisons:
3022 #    - title: "Diff"
3023 #      reference: 1
3024 #      compare: 2
3025 #  legend:
3026 #    - "Legend to Table:"
3027 #    - "x710, xxv710 - NICs tested."
3028 #    - "Diff - difference between x710 and xxv710 NIC."
3029 #
3030 ## VPP Compare NICs 3n-skx 8t4c mrr
3031 #- type: "table"
3032 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3033 #  algorithm: "table_comparison"
3034 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3035 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3036 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3037 #  columns:
3038 #    - title: "x710"
3039 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3040 #      tag: "NIC_Intel-X710"
3041 #    - title: "xxv710"
3042 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3043 #      tag: "NIC_Intel-XXV710"
3044 #  comparisons:
3045 #    - title: "Diff"
3046 #      reference: 1
3047 #      compare: 2
3048 #  legend:
3049 #    - "Legend to Table:"
3050 #    - "x710, xxv710 - NICs tested."
3051 #    - "Diff - difference between x710 and xxv710 NIC."
3052
3053 # VPP Compare NICs 2n-skx 2t1c ndr
3054 - type: "table"
3055   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3056   algorithm: "table_comparison"
3057   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3058   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3059   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3060   columns:
3061     - title: "x710"
3062       data-set: "vpp-nic-comparison-2n-skx"
3063       tag: "NIC_Intel-X710"
3064     - title: "xxv710"
3065       data-set: "vpp-nic-comparison-2n-skx"
3066       tag: "NIC_Intel-XXV710"
3067   comparisons:
3068     - title: "Diff"
3069       reference: 1
3070       compare: 2
3071   legend:
3072     - "Legend to Table:"
3073     - "x710, xxv710 - NICs tested."
3074     - "Diff - difference between x710 and xxv710 NIC."
3075
3076 # VPP Compare NICs 2n-skx 4t2c ndr
3077 - type: "table"
3078   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3079   algorithm: "table_comparison"
3080   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3081   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3082   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3083   columns:
3084     - title: "x710"
3085       data-set: "vpp-nic-comparison-2n-skx"
3086       tag: "NIC_Intel-X710"
3087     - title: "xxv710"
3088       data-set: "vpp-nic-comparison-2n-skx"
3089       tag: "NIC_Intel-XXV710"
3090   comparisons:
3091     - title: "Diff"
3092       reference: 1
3093       compare: 2
3094   legend:
3095     - "Legend to Table:"
3096     - "x710, xxv710 - NICs tested."
3097     - "Diff - difference between x710 and xxv710 NIC."
3098
3099 # VPP Compare NICs 2n-skx 2t1c pdr
3100 - type: "table"
3101   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3102   algorithm: "table_comparison"
3103   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3104   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3105   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3106   columns:
3107     - title: "x710"
3108       data-set: "vpp-nic-comparison-2n-skx"
3109       tag: "NIC_Intel-X710"
3110     - title: "xxv710"
3111       data-set: "vpp-nic-comparison-2n-skx"
3112       tag: "NIC_Intel-XXV710"
3113   comparisons:
3114     - title: "Diff"
3115       reference: 1
3116       compare: 2
3117   legend:
3118     - "Legend to Table:"
3119     - "x710, xxv710 - NICs tested."
3120     - "Diff - difference between x710 and xxv710 NIC."
3121
3122 # VPP Compare NICs 2n-skx 4t2c pdr
3123 - type: "table"
3124   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3125   algorithm: "table_comparison"
3126   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3127   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3128   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3129   columns:
3130     - title: "x710"
3131       data-set: "vpp-nic-comparison-2n-skx"
3132       tag: "NIC_Intel-X710"
3133     - title: "xxv710"
3134       data-set: "vpp-nic-comparison-2n-skx"
3135       tag: "NIC_Intel-XXV710"
3136   comparisons:
3137     - title: "Diff"
3138       reference: 1
3139       compare: 2
3140   legend:
3141     - "Legend to Table:"
3142     - "x710, xxv710 - NICs tested."
3143     - "Diff - difference between x710 and xxv710 NIC."
3144
3145 # VPP Compare NICs 2n-skx 2t1c mrr
3146 - type: "table"
3147   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3148   algorithm: "table_comparison"
3149   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3150   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3151   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3152   columns:
3153     - title: "x710"
3154       data-set: "vpp-nic-comparison-2n-skx-mrr"
3155       tag: "NIC_Intel-X710"
3156     - title: "xxv710"
3157       data-set: "vpp-nic-comparison-2n-skx-mrr"
3158       tag: "NIC_Intel-XXV710"
3159   comparisons:
3160     - title: "Diff"
3161       reference: 1
3162       compare: 2
3163   legend:
3164     - "Legend to Table:"
3165     - "x710, xxv710 - NICs tested."
3166     - "Diff - difference between x710 and xxv710 NIC."
3167
3168 # VPP Compare NICs 2n-skx 4t2c mrr
3169 - type: "table"
3170   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3171   algorithm: "table_comparison"
3172   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3173   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3174   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3175   columns:
3176     - title: "x710"
3177       data-set: "vpp-nic-comparison-2n-skx-mrr"
3178       tag: "NIC_Intel-X710"
3179     - title: "xxv710"
3180       data-set: "vpp-nic-comparison-2n-skx-mrr"
3181       tag: "NIC_Intel-XXV710"
3182   comparisons:
3183     - title: "Diff"
3184       reference: 1
3185       compare: 2
3186   legend:
3187     - "Legend to Table:"
3188     - "x710, xxv710 - NICs tested."
3189     - "Diff - difference between x710 and xxv710 NIC."
3190
3191 # VPP Compare NICs 2n-skx 8t4c mrr
3192 - type: "table"
3193   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3194   algorithm: "table_comparison"
3195   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3196   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3197   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3198   columns:
3199     - title: "x710"
3200       data-set: "vpp-nic-comparison-2n-skx-mrr"
3201       tag: "NIC_Intel-X710"
3202     - title: "xxv710"
3203       data-set: "vpp-nic-comparison-2n-skx-mrr"
3204       tag: "NIC_Intel-XXV710"
3205   comparisons:
3206     - title: "Diff"
3207       reference: 1
3208       compare: 2
3209   legend:
3210     - "Legend to Table:"
3211     - "x710, xxv710 - NICs tested."
3212     - "Diff - difference between x710 and xxv710 NIC."
3213
3214 ################################################################################
3215 # VPP
3216
3217 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3218 #- type: "table"
3219 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3220 #  algorithm: "table_comparison"
3221 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3222 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3223 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3224 #  columns:
3225 #    - title: "1908.1"
3226 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3227 #    - title: "1908.2"
3228 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3229 #  comparisons:
3230 #    - title: "Diff"
3231 #      reference: 1
3232 #      compare: 2
3233 #  legend:
3234 #    - "Legend to Table:"
3235 #    - "1908.1, 1908.2 - VPP versions tested."
3236 #    - "Diff - difference between the previous and the current VPP version."
3237 #
3238 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3239 #- type: "table"
3240 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3241 #  algorithm: "table_comparison"
3242 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3243 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3244 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3245 #  columns:
3246 #    - title: "1908.1"
3247 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3248 #    - title: "1908.2"
3249 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3250 #  comparisons:
3251 #    - title: "Diff"
3252 #      reference: 1
3253 #      compare: 2
3254 #  legend:
3255 #    - "Legend to Table:"
3256 #    - "1908.1, 1908.2 - VPP versions tested."
3257 #    - "Diff - difference between the previous and the current VPP version."
3258 #
3259 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3260 #- type: "table"
3261 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3262 #  algorithm: "table_comparison"
3263 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3264 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3265 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3266 #  columns:
3267 #    - title: "1908.1"
3268 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3269 #    - title: "1908.2"
3270 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3271 #  comparisons:
3272 #    - title: "Diff"
3273 #      reference: 1
3274 #      compare: 2
3275 #  legend:
3276 #    - "Legend to Table:"
3277 #    - "1908.1, 1908.2 - VPP versions tested."
3278 #    - "Diff - difference between the previous and the current VPP version."
3279 #
3280 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3281 #- type: "table"
3282 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3283 #  algorithm: "table_comparison"
3284 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3285 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3286 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3287 #  columns:
3288 #    - title: "1908.1"
3289 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3290 #    - title: "1908.2"
3291 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3292 #  comparisons:
3293 #    - title: "Diff"
3294 #      reference: 1
3295 #      compare: 2
3296 #  legend:
3297 #    - "Legend to Table:"
3298 #    - "1908.1, 1908.2 - VPP versions tested."
3299 #    - "Diff - difference between the previous and the current VPP version."
3300 #
3301 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3302 #- type: "table"
3303 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3304 #  algorithm: "table_comparison"
3305 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3306 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3307 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3308 #  columns:
3309 #    - title: "1908.1"
3310 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3311 #    - title: "1908.2"
3312 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3313 #  comparisons:
3314 #    - title: "Diff"
3315 #      reference: 1
3316 #      compare: 2
3317 #  legend:
3318 #    - "Legend to Table:"
3319 #    - "1908.1, 1908.2 - VPP versions tested."
3320 #    - "Diff - difference between the previous and the current VPP version."
3321 #
3322 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3323 #- type: "table"
3324 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3325 #  algorithm: "table_comparison"
3326 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3327 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3328 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3329 #  columns:
3330 #    - title: "1908.1"
3331 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3332 #    - title: "1908.2"
3333 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3334 #  comparisons:
3335 #    - title: "Diff"
3336 #      reference: 1
3337 #      compare: 2
3338 #  legend:
3339 #    - "Legend to Table:"
3340 #    - "1908.1, 1908.2 - VPP versions tested."
3341 #    - "Diff - difference between the previous and the current VPP version."
3342
3343 # VPP Performance Changes 3n-hsw 1t1c pdr
3344 - type: "table"
3345   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3346   algorithm: "table_comparison"
3347   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3348   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3349   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3350   columns:
3351     - title: "1908"
3352       data-set: "vpp-performance-changes-3n-hsw-h1"
3353     - title: "2001"
3354       data-set: "vpp-performance-changes-3n-hsw-ref"
3355     - title: "2005"
3356       data-set: "vpp-performance-changes-3n-hsw-cmp"
3357   comparisons:
3358     - title: "Diff"
3359       reference: 2
3360       compare: 3
3361   legend:
3362     - "Legend to Table"
3363     - "1908, 2001, 2005 - VPP versions tested."
3364     - "Diff - difference between 2001 and 2008 VPP version."
3365
3366 # VPP Performance Changes 3n-hsw 2t2c pdr
3367 - type: "table"
3368   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3369   algorithm: "table_comparison"
3370   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3371   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3372   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3373   columns:
3374     - title: "1908"
3375       data-set: "vpp-performance-changes-3n-hsw-h1"
3376     - title: "2001"
3377       data-set: "vpp-performance-changes-3n-hsw-ref"
3378     - title: "2005"
3379       data-set: "vpp-performance-changes-3n-hsw-cmp"
3380   comparisons:
3381     - title: "Diff"
3382       reference: 2
3383       compare: 3
3384   legend:
3385     - "Legend to Table"
3386     - "1908, 2001, 2005 - VPP versions tested."
3387     - "Diff - difference between 2001 and 2008 VPP version."
3388
3389 # VPP Performance Changes 3n-hsw 1t1c ndr
3390 - type: "table"
3391   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3392   algorithm: "table_comparison"
3393   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3394   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3395   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3396   columns:
3397     - title: "1908"
3398       data-set: "vpp-performance-changes-3n-hsw-h1"
3399     - title: "2001"
3400       data-set: "vpp-performance-changes-3n-hsw-ref"
3401     - title: "2005"
3402       data-set: "vpp-performance-changes-3n-hsw-cmp"
3403   comparisons:
3404     - title: "Diff"
3405       reference: 2
3406       compare: 3
3407   legend:
3408     - "Legend to Table"
3409     - "1908, 2001, 2005 - VPP versions tested."
3410     - "Diff - difference between 2001 and 2008 VPP version."
3411
3412 # VPP Performance Changes 3n-hsw 2t2c ndr
3413 - type: "table"
3414   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3415   algorithm: "table_comparison"
3416   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3417   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3418   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3419   columns:
3420     - title: "1908"
3421       data-set: "vpp-performance-changes-3n-hsw-h1"
3422     - title: "2001"
3423       data-set: "vpp-performance-changes-3n-hsw-ref"
3424     - title: "2005"
3425       data-set: "vpp-performance-changes-3n-hsw-cmp"
3426   comparisons:
3427     - title: "Diff"
3428       reference: 2
3429       compare: 3
3430   legend:
3431     - "Legend to Table"
3432     - "1908, 2001, 2005 - VPP versions tested."
3433     - "Diff - difference between 2001 and 2008 VPP version."
3434
3435 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3436 #- type: "table"
3437 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3438 #  algorithm: "table_comparison"
3439 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3440 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3441 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3442 #  rca:
3443 #    - title: "RCA1"
3444 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3445 #    - title: "RCA2"
3446 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3447 #  columns:
3448 #    - title: "1908.0-1"
3449 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3450 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3451 #    - title: "1908.1-1"
3452 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3453 #    - title: "1908.1-2"
3454 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3455 #    - title: "2001.0-2"
3456 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3457 #  comparisons:
3458 #    - title: "Diff1"
3459 #      reference: 2
3460 #      reference-alt: 1
3461 #      compare: 3
3462 #    - title: "Diff2"
3463 #      reference: 3
3464 #      compare: 4
3465 #  legend:
3466 #    - 'Legend to Table:'
3467 #    - '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).'
3468 #    - '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).'
3469 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3470 #    - 'RCA1 - root cause analysis reference for Diff1.'
3471 #    - 'RCA2 - root cause analysis reference for Diff2.'
3472 #
3473 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3474 #- type: "table"
3475 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3476 #  algorithm: "table_comparison"
3477 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3478 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3479 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3480 #  rca:
3481 #    - title: "RCA1"
3482 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3483 #    - title: "RCA2"
3484 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3485 #  columns:
3486 #    - title: "1908.0-1"
3487 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3488 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3489 #    - title: "1908.1-1"
3490 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3491 #    - title: "1908.1-2"
3492 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3493 #    - title: "2001.0-2"
3494 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3495 #  comparisons:
3496 #    - title: "Diff1"
3497 #      reference: 2
3498 #      reference-alt: 1
3499 #      compare: 3
3500 #    - title: "Diff2"
3501 #      reference: 3
3502 #      compare: 4
3503 #  legend:
3504 #    - 'Legend to Table:'
3505 #    - '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).'
3506 #    - '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).'
3507 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3508 #    - 'RCA1 - root cause analysis reference for Diff1.'
3509 #    - 'RCA2 - root cause analysis reference for Diff2.'
3510
3511 # VPP Performance Changes 3n-skx 2t1c pdr
3512 - type: "table"
3513   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3514   algorithm: "table_comparison"
3515   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3516   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3517   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3518   columns:
3519     - title: "1908"
3520       data-set: "vpp-performance-changes-3n-skx-h1"
3521     - title: "2001"
3522       data-set: "vpp-performance-changes-3n-skx-ref"
3523     - title: "2005"
3524       data-set: "vpp-performance-changes-3n-skx-cmp"
3525   comparisons:
3526     - title: "Diff"
3527       reference: 2
3528       compare: 3
3529   legend:
3530     - "Legend to Table"
3531     - "1908, 2001, 2005 - VPP versions tested."
3532     - "Diff - difference between 2001 and 2005 VPP version."
3533
3534 # VPP Performance Changes 3n-skx 4t2c pdr
3535 - type: "table"
3536   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3537   algorithm: "table_comparison"
3538   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3539   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3540   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3541   columns:
3542     - title: "1908"
3543       data-set: "vpp-performance-changes-3n-skx-h1"
3544     - title: "2001"
3545       data-set: "vpp-performance-changes-3n-skx-ref"
3546     - title: "2005"
3547       data-set: "vpp-performance-changes-3n-skx-cmp"
3548   comparisons:
3549     - title: "Diff"
3550       reference: 2
3551       compare: 3
3552   legend:
3553     - "Legend to Table"
3554     - "1908, 2001, 2005 - VPP versions tested."
3555     - "Diff - difference between 2001 and 2005 VPP version."
3556
3557 # VPP Performance Changes 3n-skx 2t1c ndr
3558 - type: "table"
3559   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3560   algorithm: "table_comparison"
3561   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3562   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3563   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3564   columns:
3565     - title: "1908"
3566       data-set: "vpp-performance-changes-3n-skx-h1"
3567     - title: "2001"
3568       data-set: "vpp-performance-changes-3n-skx-ref"
3569     - title: "2005"
3570       data-set: "vpp-performance-changes-3n-skx-cmp"
3571   comparisons:
3572     - title: "Diff"
3573       reference: 2
3574       compare: 3
3575   legend:
3576     - "Legend to Table"
3577     - "1908, 2001, 2005 - VPP versions tested."
3578     - "Diff - difference between 2001 and 2005 VPP version."
3579
3580 # VPP Performance Changes 3n-skx 4t2c ndr
3581 - type: "table"
3582   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3583   algorithm: "table_comparison"
3584   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3585   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3586   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3587   columns:
3588     - title: "1908"
3589       data-set: "vpp-performance-changes-3n-skx-h1"
3590     - title: "2001"
3591       data-set: "vpp-performance-changes-3n-skx-ref"
3592     - title: "2005"
3593       data-set: "vpp-performance-changes-3n-skx-cmp"
3594   comparisons:
3595     - title: "Diff"
3596       reference: 2
3597       compare: 3
3598   legend:
3599     - "Legend to Table"
3600     - "1908, 2001, 2005 - VPP versions tested."
3601     - "Diff - difference between 2001 and 2005 VPP version."
3602
3603 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3604 #- type: "table"
3605 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3606 #  algorithm: "table_comparison"
3607 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3608 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3609 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3610 #  rca:
3611 #    - title: "RCA1"
3612 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3613 #    - title: "RCA2"
3614 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3615 #  columns:
3616 #    - title: "1908.0-1"
3617 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3618 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3619 #    - title: "1908.1-1"
3620 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3621 #    - title: "1908.1-2"
3622 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3623 #    - title: "2001.0-2"
3624 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3625 #  comparisons:
3626 #    - title: "Diff1"
3627 #      reference: 2
3628 #      reference-alt: 1
3629 #      compare: 3
3630 #    - title: "Diff2"
3631 #      reference: 3
3632 #      compare: 4
3633 #  legend:
3634 #    - 'Legend to Table:'
3635 #    - '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).'
3636 #    - '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).'
3637 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3638 #    - 'RCA1 - root cause analysis reference for Diff1.'
3639 #    - 'RCA2 - root cause analysis reference for Diff2.'
3640 #
3641 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3642 #- type: "table"
3643 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3644 #  algorithm: "table_comparison"
3645 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3646 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3647 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3648 #  rca:
3649 #    - title: "RCA1"
3650 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3651 #    - title: "RCA2"
3652 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3653 #  columns:
3654 #    - title: "1908.0-1"
3655 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3656 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3657 #    - title: "1908.1-1"
3658 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3659 #    - title: "1908.1-2"
3660 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3661 #    - title: "2001.0-2"
3662 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3663 #  comparisons:
3664 #    - title: "Diff1"
3665 #      reference: 2
3666 #      reference-alt: 1
3667 #      compare: 3
3668 #    - title: "Diff2"
3669 #      reference: 3
3670 #      compare: 4
3671 #  legend:
3672 #    - 'Legend to Table:'
3673 #    - '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).'
3674 #    - '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).'
3675 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3676 #    - 'RCA1 - root cause analysis reference for Diff1.'
3677 #    - 'RCA2 - root cause analysis reference for Diff2.'
3678
3679 # VPP Performance Changes 2n-skx 2t1c pdr
3680 - type: "table"
3681   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3682   algorithm: "table_comparison"
3683   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3684   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3685   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3686   columns:
3687     - title: "1908"
3688       data-set: "vpp-performance-changes-2n-skx-h1"
3689     - title: "2001"
3690       data-set: "vpp-performance-changes-2n-skx-ref"
3691     - title: "2005"
3692       data-set: "vpp-performance-changes-2n-skx-cmp"
3693   comparisons:
3694     - title: "Diff"
3695       reference: 2
3696       compare: 3
3697   legend:
3698     - "Legend to Table"
3699     - "1908, 2001, 2005 - VPP versions tested."
3700     - "Diff - difference between 2001 and 2005 VPP version."
3701
3702 # VPP Performance Changes 2n-skx 4t2c pdr
3703 - type: "table"
3704   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3705   algorithm: "table_comparison"
3706   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3707   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3708   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3709   columns:
3710     - title: "1908"
3711       data-set: "vpp-performance-changes-2n-skx-h1"
3712     - title: "2001"
3713       data-set: "vpp-performance-changes-2n-skx-ref"
3714     - title: "2005"
3715       data-set: "vpp-performance-changes-2n-skx-cmp"
3716   comparisons:
3717     - title: "Diff"
3718       reference: 2
3719       compare: 3
3720   legend:
3721     - "Legend to Table"
3722     - "1908, 2001, 2005 - VPP versions tested."
3723     - "Diff - difference between 2001 and 2005 VPP version."
3724
3725 # VPP Performance Changes 2n-skx 2t1c ndr
3726 - type: "table"
3727   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3728   algorithm: "table_comparison"
3729   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3730   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3731   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3732   columns:
3733     - title: "1908"
3734       data-set: "vpp-performance-changes-2n-skx-h1"
3735     - title: "2001"
3736       data-set: "vpp-performance-changes-2n-skx-ref"
3737     - title: "2005"
3738       data-set: "vpp-performance-changes-2n-skx-cmp"
3739   comparisons:
3740     - title: "Diff"
3741       reference: 2
3742       compare: 3
3743   legend:
3744     - "Legend to Table"
3745     - "1908, 2001, 2005 - VPP versions tested."
3746     - "Diff - difference between 2001 and 2005 VPP version."
3747
3748 # VPP Performance Changes 2n-skx 4t2c ndr
3749 - type: "table"
3750   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3751   algorithm: "table_comparison"
3752   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3753   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3754   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3755   columns:
3756     - title: "1908"
3757       data-set: "vpp-performance-changes-2n-skx-h1"
3758     - title: "2001"
3759       data-set: "vpp-performance-changes-2n-skx-ref"
3760     - title: "2005"
3761       data-set: "vpp-performance-changes-2n-skx-cmp"
3762   comparisons:
3763     - title: "Diff"
3764       reference: 2
3765       compare: 3
3766   legend:
3767     - "Legend to Table"
3768     - "1908, 2001, 2005 - VPP versions tested."
3769     - "Diff - difference between 2001 and 2005 VPP version."
3770
3771 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3772 - type: "table"
3773   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3774   algorithm: "table_comparison"
3775   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3776   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3777   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3778   columns:
3779     - title: "2001"
3780       data-set: "vpp-performance-changes-2n-clx-ref"
3781     - title: "2005"
3782       data-set: "vpp-performance-changes-2n-clx-cmp"
3783   comparisons:
3784     - title: "Diff"
3785       reference: 1
3786       compare: 2
3787   legend:
3788     - "Legend to Table"
3789     - "2001, 2005 - VPP versions tested."
3790     - "Diff - difference between 2001 and 2005 VPP version."
3791
3792 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3793 - type: "table"
3794   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3795   algorithm: "table_comparison"
3796   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3797   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3798   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3799   columns:
3800     - title: "2001"
3801       data-set: "vpp-performance-changes-2n-clx-ref"
3802     - title: "2005"
3803       data-set: "vpp-performance-changes-2n-clx-cmp"
3804   comparisons:
3805     - title: "Diff"
3806       reference: 1
3807       compare: 2
3808   legend:
3809     - "Legend to Table"
3810     - "2001, 2005 - VPP versions tested."
3811     - "Diff - difference between 2001 and 2005 VPP version."
3812
3813 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3814 - type: "table"
3815   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3816   algorithm: "table_comparison"
3817   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3818   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3819   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3820   columns:
3821     - title: "2001"
3822       data-set: "vpp-performance-changes-2n-clx-ref"
3823     - title: "2005"
3824       data-set: "vpp-performance-changes-2n-clx-cmp"
3825   comparisons:
3826     - title: "Diff"
3827       reference: 1
3828       compare: 2
3829   legend:
3830     - "Legend to Table"
3831     - "2001, 2005 - VPP versions tested."
3832     - "Diff - difference between 2001 and 2005 VPP version."
3833
3834 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3835 - type: "table"
3836   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3837   algorithm: "table_comparison"
3838   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3839   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3840   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3841   columns:
3842     - title: "2001"
3843       data-set: "vpp-performance-changes-2n-clx-ref"
3844     - title: "2005"
3845       data-set: "vpp-performance-changes-2n-clx-cmp"
3846   comparisons:
3847     - title: "Diff"
3848       reference: 1
3849       compare: 2
3850   legend:
3851     - "Legend to Table"
3852     - "2001, 2005 - VPP versions tested."
3853     - "Diff - difference between 2001 and 2005 VPP version."
3854
3855 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3856 - type: "table"
3857   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3858   algorithm: "table_comparison"
3859   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3860   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3861   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3862   columns:
3863     - title: "2001"
3864       data-set: "vpp-performance-changes-2n-clx-ref"
3865     - title: "2005"
3866       data-set: "vpp-performance-changes-2n-clx-cmp"
3867   comparisons:
3868     - title: "Diff"
3869       reference: 1
3870       compare: 2
3871   legend:
3872     - "Legend to Table"
3873     - "2001, 2005 - VPP versions tested."
3874     - "Diff - difference between 2001 and 2005 VPP version."
3875
3876 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3877 - type: "table"
3878   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3879   algorithm: "table_comparison"
3880   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3881   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3882   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3883   columns:
3884     - title: "2001"
3885       data-set: "vpp-performance-changes-2n-clx-ref"
3886     - title: "2005"
3887       data-set: "vpp-performance-changes-2n-clx-cmp"
3888   comparisons:
3889     - title: "Diff"
3890       reference: 1
3891       compare: 2
3892   legend:
3893     - "Legend to Table"
3894     - "2001, 2005 - VPP versions tested."
3895     - "Diff - difference between 2001 and 2005 VPP version."
3896
3897 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3898 - type: "table"
3899   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3900   algorithm: "table_comparison"
3901   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3902   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3903   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3904   columns:
3905     - title: "2001"
3906       data-set: "vpp-performance-changes-2n-clx-ref"
3907     - title: "2005"
3908       data-set: "vpp-performance-changes-2n-clx-cmp"
3909   comparisons:
3910     - title: "Diff"
3911       reference: 1
3912       compare: 2
3913   legend:
3914     - "Legend to Table"
3915     - "2001, 2005 - VPP versions tested."
3916     - "Diff - difference between 2001 and 2005 VPP version."
3917
3918 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3919 - type: "table"
3920   title: "VPP Performance Changes 2n-clx-x556 ndr"
3921   algorithm: "table_comparison"
3922   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3923   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3924   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3925   columns:
3926     - title: "2001"
3927       data-set: "vpp-performance-changes-2n-clx-ref"
3928     - title: "2005"
3929       data-set: "vpp-performance-changes-2n-clx-cmp"
3930   comparisons:
3931     - title: "Diff"
3932       reference: 1
3933       compare: 2
3934   legend:
3935     - "Legend to Table"
3936     - "2001, 2005 - VPP versions tested."
3937     - "Diff - difference between 2001 and 2005 VPP version."
3938
3939 # VPP Performance Changes 2n-dnv 1t1c pdr
3940 - type: "table"
3941   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3942   algorithm: "table_comparison"
3943   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3944   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3945   filter: "'1T1C'"
3946   columns:
3947     - title: "1908"
3948       data-set: "vpp-performance-changes-2n-dnv-h1"
3949     - title: "2001"
3950       data-set: "vpp-performance-changes-2n-dnv-ref"
3951     - title: "2005"
3952       data-set: "vpp-performance-changes-2n-dnv-cmp"
3953   comparisons:
3954     - title: "Diff"
3955       reference: 2
3956       compare: 3
3957   legend:
3958     - "Legend to Table"
3959     - "1908, 2001, 2005 - VPP versions tested."
3960     - "Diff - difference between 2001 and 2005 VPP version."
3961
3962 # VPP Performance Changes 2n-dnv 2t2c pdr
3963 - type: "table"
3964   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3965   algorithm: "table_comparison"
3966   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3967   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3968   filter: "'2T2C'"
3969   columns:
3970     - title: "1908"
3971       data-set: "vpp-performance-changes-2n-dnv-h1"
3972     - title: "2001"
3973       data-set: "vpp-performance-changes-2n-dnv-ref"
3974     - title: "2005"
3975       data-set: "vpp-performance-changes-2n-dnv-cmp"
3976   comparisons:
3977     - title: "Diff"
3978       reference: 2
3979       compare: 3
3980   legend:
3981     - "Legend to Table"
3982     - "1908, 2001, 2005 - VPP versions tested."
3983     - "Diff - difference between 2001 and 2005 VPP version."
3984
3985 # VPP Performance Changes 2n-dnv 1t1c ndr
3986 - type: "table"
3987   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3988   algorithm: "table_comparison"
3989   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3990   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3991   filter: "'1T1C'"
3992   columns:
3993     - title: "1908"
3994       data-set: "vpp-performance-changes-2n-dnv-h1"
3995     - title: "2001"
3996       data-set: "vpp-performance-changes-2n-dnv-ref"
3997     - title: "2005"
3998       data-set: "vpp-performance-changes-2n-dnv-cmp"
3999   comparisons:
4000     - title: "Diff"
4001       reference: 2
4002       compare: 3
4003   legend:
4004     - "Legend to Table"
4005     - "1908, 2001, 2005 - VPP versions tested."
4006     - "Diff - difference between 2001 and 2005 VPP version."
4007
4008 # VPP Performance Changes 2n-dnv 2t2c ndr
4009 - type: "table"
4010   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4011   algorithm: "table_comparison"
4012   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4013   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4014   filter: "'2T2C'"
4015   columns:
4016     - title: "1908"
4017       data-set: "vpp-performance-changes-2n-dnv-h1"
4018     - title: "2001"
4019       data-set: "vpp-performance-changes-2n-dnv-ref"
4020     - title: "2005"
4021       data-set: "vpp-performance-changes-2n-dnv-cmp"
4022   comparisons:
4023     - title: "Diff"
4024       reference: 2
4025       compare: 3
4026   legend:
4027     - "Legend to Table"
4028     - "1908, 2001, 2005 - VPP versions tested."
4029     - "Diff - difference between 2001 and 2005 VPP version."
4030
4031 # VPP Performance Changes 3n-dnv 1t1c pdr
4032 - type: "table"
4033   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4034   algorithm: "table_comparison"
4035   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4036   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4037   filter: "'1T1C'"
4038   columns:
4039     - title: "1908"
4040       data-set: "vpp-performance-changes-3n-dnv-h1"
4041     - title: "2001"
4042       data-set: "vpp-performance-changes-3n-dnv-ref"
4043     - title: "2005"
4044       data-set: "vpp-performance-changes-3n-dnv-cmp"
4045   comparisons:
4046     - title: "Diff"
4047       reference: 2
4048       compare: 3
4049   legend:
4050     - "Legend to Table"
4051     - "1908, 2001, 2005 - VPP versions tested."
4052     - "Diff - difference between 2001 and 2005 VPP version."
4053
4054 # VPP Performance Changes 3n-dnv 2t2c pdr
4055 - type: "table"
4056   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4057   algorithm: "table_comparison"
4058   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4059   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4060   filter: "'2T2C'"
4061   columns:
4062     - title: "1908"
4063       data-set: "vpp-performance-changes-3n-dnv-h1"
4064     - title: "2001"
4065       data-set: "vpp-performance-changes-3n-dnv-ref"
4066     - title: "2005"
4067       data-set: "vpp-performance-changes-3n-dnv-cmp"
4068   comparisons:
4069     - title: "Diff"
4070       reference: 2
4071       compare: 3
4072   legend:
4073     - "Legend to Table"
4074     - "1908, 2001, 2005 - VPP versions tested."
4075     - "Diff - difference between 2001 and 2005 VPP version."
4076
4077 # VPP Performance Changes 3n-dnv 1t1c ndr
4078 - type: "table"
4079   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4080   algorithm: "table_comparison"
4081   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4083   filter: "'1T1C'"
4084   columns:
4085     - title: "1908"
4086       data-set: "vpp-performance-changes-3n-dnv-h1"
4087     - title: "2001"
4088       data-set: "vpp-performance-changes-3n-dnv-ref"
4089     - title: "2005"
4090       data-set: "vpp-performance-changes-3n-dnv-cmp"
4091   comparisons:
4092     - title: "Diff"
4093       reference: 2
4094       compare: 3
4095   legend:
4096     - "Legend to Table"
4097     - "1908, 2001, 2005 - VPP versions tested."
4098     - "Diff - difference between 2001 and 2005 VPP version."
4099
4100 # VPP Performance Changes 3n-dnv 2t2c ndr
4101 - type: "table"
4102   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4103   algorithm: "table_comparison"
4104   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4105   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4106   filter: "'2T2C'"
4107   columns:
4108     - title: "1908"
4109       data-set: "vpp-performance-changes-3n-dnv-h1"
4110     - title: "2001"
4111       data-set: "vpp-performance-changes-3n-dnv-ref"
4112     - title: "2005"
4113       data-set: "vpp-performance-changes-3n-dnv-cmp"
4114   comparisons:
4115     - title: "Diff"
4116       reference: 2
4117       compare: 3
4118   legend:
4119     - "Legend to Table"
4120     - "1908, 2001, 2005 - VPP versions tested."
4121     - "Diff - difference between 2001 and 2005 VPP version."
4122
4123 # VPP Performance Changes 3n-tsh 1t1c pdr
4124 - type: "table"
4125   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4126   algorithm: "table_comparison"
4127   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4128   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4129   filter: "'1T1C'"
4130   columns:
4131     - title: "1908"
4132       data-set: "vpp-performance-changes-3n-tsh-h1"
4133     - title: "2001"
4134       data-set: "vpp-performance-changes-3n-tsh-ref"
4135     - title: "2005"
4136       data-set: "vpp-performance-changes-3n-tsh-cmp"
4137   comparisons:
4138     - title: "Diff"
4139       reference: 2
4140       compare: 3
4141   legend:
4142     - "Legend to Table"
4143     - "1908, 2001, 2005 - VPP versions tested."
4144     - "Diff - difference between 2001 and 2005 VPP version."
4145
4146 # VPP Performance Changes 3n-tsh 2t2c pdr
4147 - type: "table"
4148   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4149   algorithm: "table_comparison"
4150   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4151   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4152   filter: "'2T2C'"
4153   columns:
4154     - title: "1908"
4155       data-set: "vpp-performance-changes-3n-tsh-h1"
4156     - title: "2001"
4157       data-set: "vpp-performance-changes-3n-tsh-ref"
4158     - title: "2005"
4159       data-set: "vpp-performance-changes-3n-tsh-cmp"
4160   comparisons:
4161     - title: "Diff"
4162       reference: 2
4163       compare: 3
4164   legend:
4165     - "Legend to Table"
4166     - "1908, 2001, 2005 - VPP versions tested."
4167     - "Diff - difference between 2001 and 2005 VPP version."
4168
4169 # VPP Performance Changes 3n-tsh 1t1c ndr
4170 - type: "table"
4171   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4172   algorithm: "table_comparison"
4173   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4175   filter: "'1T1C'"
4176   columns:
4177     - title: "1908"
4178       data-set: "vpp-performance-changes-3n-tsh-h1"
4179     - title: "2001"
4180       data-set: "vpp-performance-changes-3n-tsh-ref"
4181     - title: "2005"
4182       data-set: "vpp-performance-changes-3n-tsh-cmp"
4183   comparisons:
4184     - title: "Diff"
4185       reference: 2
4186       compare: 3
4187   legend:
4188     - "Legend to Table"
4189     - "1908, 2001, 2005 - VPP versions tested."
4190     - "Diff - difference between 2001 and 2005 VPP version."
4191
4192 # VPP Performance Changes 3n-tsh 2t2c ndr
4193 - type: "table"
4194   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4195   algorithm: "table_comparison"
4196   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4197   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4198   filter: "'2T2C'"
4199   columns:
4200     - title: "1908"
4201       data-set: "vpp-performance-changes-3n-tsh-h1"
4202     - title: "2001"
4203       data-set: "vpp-performance-changes-3n-tsh-ref"
4204     - title: "2005"
4205       data-set: "vpp-performance-changes-3n-tsh-cmp"
4206   comparisons:
4207     - title: "Diff"
4208       reference: 2
4209       compare: 3
4210   legend:
4211     - "Legend to Table"
4212     - "1908, 2001, 2005 - VPP versions tested."
4213     - "Diff - difference between 2001 and 2005 VPP version."
4214
4215 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4216 - type: "table"
4217   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4218   algorithm: "table_comparison"
4219   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4220   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4221   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4222   columns:
4223     - title: "3n-hsw xl710"
4224       data-set: "vpp-compare-testbeds-ref"
4225       tag: "NIC_Intel-XL710"
4226     - title: "3n-skx xxv710"
4227       data-set: "vpp-compare-testbeds-cmp"
4228       tag: "NIC_Intel-XXV710"
4229   comparisons:
4230     - title: "Diff"
4231       reference: 1
4232       compare: 2
4233   legend:
4234     - "Legend to Table"
4235     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4236     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4237
4238 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4239 - type: "table"
4240   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4241   algorithm: "table_comparison"
4242   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4243   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4244   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4245   columns:
4246     - title: "3n-hsw xl710"
4247       data-set: "vpp-compare-testbeds-ref"
4248       tag: "NIC_Intel-XL710"
4249     - title: "3n-skx xxv710"
4250       data-set: "vpp-compare-testbeds-cmp"
4251       tag: "NIC_Intel-XXV710"
4252   comparisons:
4253     - title: "Diff"
4254       reference: 1
4255       compare: 2
4256   legend:
4257     - "Legend to Table"
4258     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4259     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4260
4261 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4262 - type: "table"
4263   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4264   algorithm: "table_comparison"
4265   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4266   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4267   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4268   columns:
4269     - title: "3n-hsw xl710"
4270       data-set: "vpp-compare-testbeds-ref"
4271       tag: "NIC_Intel-XL710"
4272     - title: "3n-skx xxv710"
4273       data-set: "vpp-compare-testbeds-cmp"
4274       tag: "NIC_Intel-XXV710"
4275   comparisons:
4276     - title: "Diff"
4277       reference: 1
4278       compare: 2
4279   legend:
4280     - "Legend to Table"
4281     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4282     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4283
4284 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4285 - type: "table"
4286   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4287   algorithm: "table_comparison"
4288   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4289   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4290   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4291   columns:
4292     - title: "3n-hsw xl710"
4293       data-set: "vpp-compare-testbeds-ref"
4294       tag: "NIC_Intel-XL710"
4295     - title: "3n-skx xxv710"
4296       data-set: "vpp-compare-testbeds-cmp"
4297       tag: "NIC_Intel-XXV710"
4298   comparisons:
4299     - title: "Diff"
4300       reference: 1
4301       compare: 2
4302   legend:
4303     - "Legend to Table"
4304     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4305     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4306
4307 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4308 - type: "table"
4309   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4310   algorithm: "table_comparison"
4311   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4312   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4313   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4314   columns:
4315     - title: "2n-skx"
4316       data-set: "vpp-compare-testbeds-skx-clx-ref"
4317     - title: "2n-clx"
4318       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4319   comparisons:
4320     - title: "Diff"
4321       reference: 1
4322       compare: 2
4323   legend:
4324     - "Legend to Table"
4325     - "2n-skx, 2n-clx - testbeds and NICs tested."
4326     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4327
4328 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4329 - type: "table"
4330   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4331   algorithm: "table_comparison"
4332   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4333   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4334   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4335   columns:
4336     - title: "2n-skx"
4337       data-set: "vpp-compare-testbeds-skx-clx-ref"
4338     - title: "2n-clx"
4339       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4340   comparisons:
4341     - title: "Diff"
4342       reference: 1
4343       compare: 2
4344   legend:
4345     - "Legend to Table"
4346     - "2n-skx, 2n-clx - testbeds and NICs tested."
4347     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4348
4349 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4350 - type: "table"
4351   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4352   algorithm: "table_comparison"
4353   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4354   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4355   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4356   columns:
4357     - title: "2n-skx"
4358       data-set: "vpp-compare-testbeds-skx-clx-ref"
4359     - title: "2n-clx"
4360       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4361   comparisons:
4362     - title: "Diff"
4363       reference: 1
4364       compare: 2
4365   legend:
4366     - "Legend to Table"
4367     - "2n-skx, 2n-clx - testbeds and NICs tested."
4368     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4369
4370 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4371 - type: "table"
4372   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4373   algorithm: "table_comparison"
4374   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4375   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4376   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4377   columns:
4378     - title: "2n-skx"
4379       data-set: "vpp-compare-testbeds-skx-clx-ref"
4380     - title: "2n-clx"
4381       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4382   comparisons:
4383     - title: "Diff"
4384       reference: 1
4385       compare: 2
4386   legend:
4387     - "Legend to Table"
4388     - "2n-skx, 2n-clx - testbeds and NICs tested."
4389     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4390
4391 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4392 - type: "table"
4393   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4394   algorithm: "table_comparison"
4395   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4396   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4397   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4398   columns:
4399     - title: "3n-hsw xl710"
4400       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4401       tag: "NIC_Intel-XL710"
4402     - title: "2n-clx xxv710"
4403       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4404       tag: "NIC_Intel-XXV710"
4405   comparisons:
4406     - title: "Diff"
4407       reference: 1
4408       compare: 2
4409   legend:
4410     - "Legend to Table"
4411     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4412     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4413
4414 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4415 - type: "table"
4416   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4417   algorithm: "table_comparison"
4418   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4419   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4420   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4421   columns:
4422     - title: "3n-hsw xl710"
4423       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4424       tag: "NIC_Intel-XL710"
4425     - title: "2n-clx xxv710"
4426       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4427       tag: "NIC_Intel-XXV710"
4428   comparisons:
4429     - title: "Diff"
4430       reference: 1
4431       compare: 2
4432   legend:
4433     - "Legend to Table"
4434     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4435     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4436
4437 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4438 - type: "table"
4439   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4440   algorithm: "table_comparison"
4441   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4442   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4443   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4444   columns:
4445     - title: "3n-hsw xl710"
4446       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4447       tag: "NIC_Intel-XL710"
4448     - title: "2n-clx xxv710"
4449       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4450       tag: "NIC_Intel-XXV710"
4451   comparisons:
4452     - title: "Diff"
4453       reference: 1
4454       compare: 2
4455   legend:
4456     - "Legend to Table"
4457     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4458     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4459
4460 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4461 - type: "table"
4462   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4463   algorithm: "table_comparison"
4464   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4465   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4466   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4467   columns:
4468     - title: "3n-hsw xl710"
4469       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4470       tag: "NIC_Intel-XL710"
4471     - title: "2n-clx xxv710"
4472       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4473       tag: "NIC_Intel-XXV710"
4474   comparisons:
4475     - title: "Diff"
4476       reference: 1
4477       compare: 2
4478   legend:
4479     - "Legend to Table"
4480     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4481     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4482
4483 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4484 - type: "table"
4485   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4486   algorithm: "table_comparison"
4487   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4488   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4489   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4490   columns:
4491     - title: "3n-skx"
4492       data-set: "vpp-compare-topologies-ref"
4493     - title: "2n-skx"
4494       data-set: "vpp-compare-topologies-cmp"
4495   comparisons:
4496     - title: "Diff"
4497       reference: 1
4498       compare: 2
4499   legend:
4500     - "Legend to Table"
4501     - "3n-skx, 2n-skx - topologies tested."
4502     - "Diff - difference between 3n-skx and 2n-skx topologies."
4503
4504 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4505 - type: "table"
4506   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4507   algorithm: "table_comparison"
4508   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4509   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4510   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4511   columns:
4512     - title: "3n-skx"
4513       data-set: "vpp-compare-topologies-ref"
4514     - title: "2n-skx"
4515       data-set: "vpp-compare-topologies-cmp"
4516   comparisons:
4517     - title: "Diff"
4518       reference: 1
4519       compare: 2
4520   legend:
4521     - "Legend to Table"
4522     - "3n-skx, 2n-skx - topologies tested."
4523     - "Diff - difference between 3n-skx and 2n-skx topologies."
4524
4525 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4526 - type: "table"
4527   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4528   algorithm: "table_comparison"
4529   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4531   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4532   columns:
4533     - title: "3n-skx"
4534       data-set: "vpp-compare-topologies-ref"
4535     - title: "2n-skx"
4536       data-set: "vpp-compare-topologies-cmp"
4537   comparisons:
4538     - title: "Diff"
4539       reference: 1
4540       compare: 2
4541   legend:
4542     - "Legend to Table"
4543     - "3n-skx, 2n-skx - topologies tested."
4544     - "Diff - difference between 3n-skx and 2n-skx topologies."
4545
4546 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4547 - type: "table"
4548   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4549   algorithm: "table_comparison"
4550   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4551   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4552   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4553   columns:
4554     - title: "3n-skx"
4555       data-set: "vpp-compare-topologies-ref"
4556     - title: "2n-skx"
4557       data-set: "vpp-compare-topologies-cmp"
4558   comparisons:
4559     - title: "Diff"
4560       reference: 1
4561       compare: 2
4562   legend:
4563     - "Legend to Table"
4564     - "3n-skx, 2n-skx - topologies tested."
4565     - "Diff - difference between 3n-skx and 2n-skx topologies."
4566
4567 # VPP Performance Changes 3n-hsw 1t1c mrr
4568 - type: "table"
4569   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4570   algorithm: "table_comparison"
4571   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4572   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4573   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4574   columns:
4575     - title: "1908"
4576       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4577     - title: "2001"
4578       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4579     - title: "2005"
4580       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4581   comparisons:
4582     - title: "Diff"
4583       reference: 2
4584       compare: 3
4585   legend:
4586     - "Legend to Table"
4587     - "1908, 2001, 2005 - VPP versions tested."
4588     - "Diff - difference between 2001 and 2005 VPP version."
4589
4590 # VPP Performance Changes 3n-hsw 2t2c mrr
4591 - type: "table"
4592   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4593   algorithm: "table_comparison"
4594   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4595   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4596   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4597   columns:
4598     - title: "1908"
4599       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4600     - title: "2001"
4601       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4602     - title: "2005"
4603       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4604   comparisons:
4605     - title: "Diff"
4606       reference: 2
4607       compare: 3
4608   legend:
4609     - "Legend to Table"
4610     - "1908, 2001, 2005 - VPP versions tested."
4611     - "Diff - difference between 2001 and 2005 VPP version."
4612
4613 # VPP Performance Changes 3n-hsw 4t4c mrr
4614 - type: "table"
4615   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4616   algorithm: "table_comparison"
4617   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4618   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4619   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4620   columns:
4621     - title: "1908"
4622       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4623     - title: "2001"
4624       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4625     - title: "2005"
4626       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4627   comparisons:
4628     - title: "Diff"
4629       reference: 2
4630       compare: 3
4631   legend:
4632     - "Legend to Table"
4633     - "1908, 2001, 2005 - VPP versions tested."
4634     - "Diff - difference between 2001 and 2005 VPP version."
4635
4636 # VPP Performance Changes 3n-skx 2t1c mrr
4637 - type: "table"
4638   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4639   algorithm: "table_comparison"
4640   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4641   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4642   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4643   columns:
4644 #    - title: "1908"
4645 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4646     - title: "2001"
4647       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4648     - title: "2005"
4649       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4650   comparisons:
4651     - title: "Diff"
4652       reference: 1
4653       compare: 2
4654   legend:
4655     - "Legend to Table"
4656     - "2001, 2005 - VPP versions tested."
4657     - "Diff - difference between 2001 and 2005 VPP version."
4658
4659 # VPP Performance Changes 3n-skx 4t2c mrr
4660 - type: "table"
4661   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4662   algorithm: "table_comparison"
4663   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4665   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4666   columns:
4667 #    - title: "1908"
4668 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4669     - title: "2001"
4670       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4671     - title: "2005"
4672       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4673   comparisons:
4674     - title: "Diff"
4675       reference: 1
4676       compare: 2
4677   legend:
4678     - "Legend to Table"
4679     - "2001, 2005 - VPP versions tested."
4680     - "Diff - difference between 2001 and 2005 VPP version."
4681
4682 # VPP Performance Changes 3n-skx 8t4c mrr
4683 - type: "table"
4684   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4685   algorithm: "table_comparison"
4686   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4687   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4688   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4689   columns:
4690 #    - title: "1908"
4691 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4692     - title: "2001"
4693       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4694     - title: "2005"
4695       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4696   comparisons:
4697     - title: "Diff"
4698       reference: 1
4699       compare: 2
4700   legend:
4701     - "Legend to Table"
4702     - "2001, 2005 - VPP versions tested."
4703     - "Diff - difference between 2001 and 2005 VPP version."
4704
4705 # VPP Performance Changes 2n-skx 2t1c mrr
4706 - type: "table"
4707   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4708   algorithm: "table_comparison"
4709   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4710   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4711   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4712   columns:
4713 #    - title: "1908"
4714 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4715     - title: "2001"
4716       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4717     - title: "2005"
4718       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4719   comparisons:
4720     - title: "Diff"
4721       reference: 1
4722       compare: 2
4723   legend:
4724     - "Legend to Table"
4725     - "2001, 2005 - VPP versions tested."
4726     - "Diff - difference between 2001 and 2005 VPP version."
4727
4728 # VPP Performance Changes 2n-skx 4t2c mrr
4729 - type: "table"
4730   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4731   algorithm: "table_comparison"
4732   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4733   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4734   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4735   columns:
4736 #    - title: "1908"
4737 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4738     - title: "2001"
4739       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4740     - title: "2005"
4741       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4742   comparisons:
4743     - title: "Diff"
4744       reference: 1
4745       compare: 2
4746   legend:
4747     - "Legend to Table"
4748     - "2001, 2005 - VPP versions tested."
4749     - "Diff - difference between 2001 and 2005 VPP version."
4750
4751 # VPP Performance Changes 2n-skx 8t4c mrr
4752 - type: "table"
4753   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4754   algorithm: "table_comparison"
4755   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4756   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4757   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4758   columns:
4759 #    - title: "1908"
4760 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4761     - title: "2001"
4762       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4763     - title: "2005"
4764       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4765   comparisons:
4766     - title: "Diff"
4767       reference: 1
4768       compare: 2
4769   legend:
4770     - "Legend to Table"
4771     - "2001, 2005 - VPP versions tested."
4772     - "Diff - difference between 2001 and 2005 VPP version."
4773
4774 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4775 - type: "table"
4776   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4777   algorithm: "table_comparison"
4778   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4779   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4780   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4781   columns:
4782     - title: "2001"
4783       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4784     - title: "2005"
4785       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4786   comparisons:
4787     - title: "Diff"
4788       reference: 1
4789       compare: 2
4790   legend:
4791     - "Legend to Table"
4792     - "2001, 2005 - VPP versions tested."
4793     - "Diff - difference between 2001 and 2005 VPP version."
4794
4795 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4796 - type: "table"
4797   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4798   algorithm: "table_comparison"
4799   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4801   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4802   columns:
4803     - title: "2001"
4804       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4805     - title: "2005"
4806       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4807   comparisons:
4808     - title: "Diff"
4809       reference: 1
4810       compare: 2
4811   legend:
4812     - "Legend to Table"
4813     - "2001, 2005 - VPP versions tested."
4814     - "Diff - difference between 2001 and 2005 VPP version."
4815
4816 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4817 - type: "table"
4818   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4819   algorithm: "table_comparison"
4820   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4822   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4823   columns:
4824     - title: "2001"
4825       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4826     - title: "2005"
4827       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4828   comparisons:
4829     - title: "Diff"
4830       reference: 1
4831       compare: 2
4832   legend:
4833     - "Legend to Table"
4834     - "2001, 2005 - VPP versions tested."
4835     - "Diff - difference between 2001 and 2005 VPP version."
4836
4837 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4838 - type: "table"
4839   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4840   algorithm: "table_comparison"
4841   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4842   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4843   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4844   columns:
4845     - title: "2001"
4846       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4847     - title: "2005"
4848       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4849   comparisons:
4850     - title: "Diff"
4851       reference: 1
4852       compare: 2
4853   legend:
4854     - "Legend to Table"
4855     - "2001, 2005 - VPP versions tested."
4856     - "Diff - difference between 2001 and 2005 VPP version."
4857
4858 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4859 - type: "table"
4860   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4861   algorithm: "table_comparison"
4862   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4863   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4864   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4865   columns:
4866     - title: "2001"
4867       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4868     - title: "2005"
4869       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4870   comparisons:
4871     - title: "Diff"
4872       reference: 1
4873       compare: 2
4874   legend:
4875     - "Legend to Table"
4876     - "2001, 2005 - VPP versions tested."
4877     - "Diff - difference between 2001 and 2005 VPP version."
4878
4879 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4880 - type: "table"
4881   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4882   algorithm: "table_comparison"
4883   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4884   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4885   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4886   columns:
4887     - title: "2001"
4888       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4889     - title: "2005"
4890       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4891   comparisons:
4892     - title: "Diff"
4893       reference: 1
4894       compare: 2
4895   legend:
4896     - "Legend to Table"
4897     - "2001, 2005 - VPP versions tested."
4898     - "Diff - difference between 2001 and 2005 VPP version."
4899
4900 # VPP Performance Changes 2n-dnv 1t1c mrr
4901 - type: "table"
4902   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4903   algorithm: "table_comparison"
4904   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4905   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4906   filter: "'1T1C'"
4907   columns:
4908     - title: "1908"
4909       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4910     - title: "2001"
4911       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4912     - title: "2005"
4913       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4914   comparisons:
4915     - title: "Diff"
4916       reference: 2
4917       compare: 3
4918   legend:
4919     - "Legend to Table"
4920     - "1908, 2001, 2005 - VPP versions tested."
4921     - "Diff - difference between 2001 and 2005 VPP version."
4922
4923 # VPP Performance Changes 2n-dnv 2t2c mrr
4924 - type: "table"
4925   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4926   algorithm: "table_comparison"
4927   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4928   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4929   filter: "'2T2C'"
4930   columns:
4931     - title: "1908"
4932       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4933     - title: "2001"
4934       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4935     - title: "2005"
4936       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4937   comparisons:
4938     - title: "Diff"
4939       reference: 2
4940       compare: 3
4941   legend:
4942     - "Legend to Table"
4943     - "1908, 2001, 2005 - VPP versions tested."
4944     - "Diff - difference between 2001 and 2005 VPP version."
4945
4946 # VPP Performance Changes 2n-dnv 4t4c mrr
4947 - type: "table"
4948   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4949   algorithm: "table_comparison"
4950   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4951   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4952   filter: "'4T4C'"
4953   columns:
4954     - title: "1908"
4955       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4956     - title: "2001"
4957       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4958     - title: "2005"
4959       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4960   comparisons:
4961     - title: "Diff"
4962       reference: 2
4963       compare: 3
4964   legend:
4965     - "Legend to Table"
4966     - "1908, 2001, 2005 - VPP versions tested."
4967     - "Diff - difference between 2001 and 2005 VPP version."
4968
4969 # VPP Performance Changes 3n-dnv 1t1c mrr
4970 - type: "table"
4971   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4972   algorithm: "table_comparison"
4973   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4974   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4975   filter: "'1T1C'"
4976   columns:
4977     - title: "1908"
4978       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4979     - title: "2001"
4980       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4981     - title: "2005"
4982       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4983   comparisons:
4984     - title: "Diff"
4985       reference: 2
4986       compare: 3
4987   legend:
4988     - "Legend to Table"
4989     - "1908, 2001, 2005 - VPP versions tested."
4990     - "Diff - difference between 2001 and 2005 VPP version."
4991
4992 # VPP Performance Changes 3n-dnv 2t2c mrr
4993 - type: "table"
4994   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4995   algorithm: "table_comparison"
4996   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4998   filter: "'2T2C'"
4999   columns:
5000     - title: "1908"
5001       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5002     - title: "2001"
5003       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5004     - title: "2005"
5005       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5006   comparisons:
5007     - title: "Diff"
5008       reference: 2
5009       compare: 3
5010   legend:
5011     - "Legend to Table"
5012     - "1908, 2001, 2005 - VPP versions tested."
5013     - "Diff - difference between 2001 and 2005 VPP version."
5014
5015 # VPP Performance Changes 3n-dnv 4t4c mrr
5016 - type: "table"
5017   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5018   algorithm: "table_comparison"
5019   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5020   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5021   filter: "'4T4C'"
5022   columns:
5023     - title: "1908"
5024       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5025     - title: "2001"
5026       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5027     - title: "2005"
5028       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5029   comparisons:
5030     - title: "Diff"
5031       reference: 2
5032       compare: 3
5033   legend:
5034     - "Legend to Table"
5035     - "1908, 2001, 2005 - VPP versions tested."
5036     - "Diff - difference between 2001 and 2005 VPP version."
5037
5038 # VPP Performance Changes 3n-tsh 1t1c mrr
5039 - type: "table"
5040   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5041   algorithm: "table_comparison"
5042   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5043   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5044   filter: "'1T1C'"
5045   columns:
5046     - title: "1908"
5047       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5048     - title: "2001"
5049       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5050     - title: "2005"
5051       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5052   comparisons:
5053     - title: "Diff"
5054       reference: 2
5055       compare: 3
5056   legend:
5057     - "Legend to Table"
5058     - "1908, 2001, 2005 - VPP versions tested."
5059     - "Diff - difference between 2001 and 2005 VPP version."
5060
5061 # VPP Performance Changes 3n-tsh 2t2c mrr
5062 - type: "table"
5063   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5064   algorithm: "table_comparison"
5065   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5066   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5067   filter: "'2T2C'"
5068   columns:
5069     - title: "1908"
5070       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5071     - title: "2001"
5072       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5073     - title: "2005"
5074       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5075   comparisons:
5076     - title: "Diff"
5077       reference: 2
5078       compare: 3
5079   legend:
5080     - "Legend to Table"
5081     - "1908, 2001, 2005 - VPP versions tested."
5082     - "Diff - difference between 2001 and 2005 VPP version."
5083
5084 # VPP Performance Changes 3n-tsh 4t4c mrr
5085 - type: "table"
5086   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5087   algorithm: "table_comparison"
5088   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5089   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5090   filter: "'4T4C'"
5091   columns:
5092     - title: "1908"
5093       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5094     - title: "2001"
5095       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5096     - title: "2005"
5097       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5098   comparisons:
5099     - title: "Diff"
5100       reference: 2
5101       compare: 3
5102   legend:
5103     - "Legend to Table"
5104     - "1908, 2001, 2005 - VPP versions tested."
5105     - "Diff - difference between 2001 and 2005 VPP version."
5106
5107 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5108 - type: "table"
5109   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5110   algorithm: "table_comparison"
5111   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5112   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5113   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5114   columns:
5115     - title: "3n-hsw xl710"
5116       data-set: "vpp-compare-testbeds-mrr-ref"
5117       tag: "NIC_Intel-XL710"
5118     - title: "3n-skx xxv710"
5119       data-set: "vpp-compare-testbeds-mrr-cmp"
5120       tag: "NIC_Intel-XXV710"
5121   comparisons:
5122     - title: "Diff"
5123       reference: 1
5124       compare: 2
5125   legend:
5126     - "Legend to Table"
5127     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5128     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5129
5130 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5131 - type: "table"
5132   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5133   algorithm: "table_comparison"
5134   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5135   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5136   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5137   columns:
5138     - title: "3n-hsw xl710"
5139       data-set: "vpp-compare-testbeds-mrr-ref"
5140       tag: "NIC_Intel-XL710"
5141     - title: "3n-skx xxv710"
5142       data-set: "vpp-compare-testbeds-mrr-cmp"
5143       tag: "NIC_Intel-XXV710"
5144   comparisons:
5145     - title: "Diff"
5146       reference: 1
5147       compare: 2
5148   legend:
5149     - "Legend to Table"
5150     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5151     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5152
5153 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5154 - type: "table"
5155   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5156   algorithm: "table_comparison"
5157   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5158   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5159   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5160   columns:
5161     - title: "3n-hsw xl710"
5162       data-set: "vpp-compare-testbeds-mrr-ref"
5163       tag: "NIC_Intel-XL710"
5164     - title: "3n-skx xxv710"
5165       data-set: "vpp-compare-testbeds-mrr-cmp"
5166       tag: "NIC_Intel-XXV710"
5167   comparisons:
5168     - title: "Diff"
5169       reference: 1
5170       compare: 2
5171   legend:
5172     - "Legend to Table"
5173     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5174     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5175
5176 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5177 - type: "table"
5178   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5179   algorithm: "table_comparison"
5180   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5181   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5182   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5183   columns:
5184     - title: "2n-skx"
5185       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5186     - title: "2n-clx"
5187       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5188   comparisons:
5189     - title: "Diff"
5190       reference: 1
5191       compare: 2
5192   legend:
5193     - "Legend to Table"
5194     - "2n-skx, 2n-clx - testbeds and NICs tested."
5195     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5196
5197 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5198 - type: "table"
5199   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5200   algorithm: "table_comparison"
5201   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5202   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5203   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5204   columns:
5205     - title: "2n-skx"
5206       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5207     - title: "2n-clx"
5208       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5209   comparisons:
5210     - title: "Diff"
5211       reference: 1
5212       compare: 2
5213   legend:
5214     - "Legend to Table"
5215     - "2n-skx, 2n-clx - testbeds and NICs tested."
5216     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5217
5218 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5219 - type: "table"
5220   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5221   algorithm: "table_comparison"
5222   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5223   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5224   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5225   columns:
5226     - title: "2n-skx"
5227       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5228     - title: "2n-clx"
5229       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5230   comparisons:
5231     - title: "Diff"
5232       reference: 1
5233       compare: 2
5234   legend:
5235     - "Legend to Table"
5236     - "2n-skx, 2n-clx - testbeds and NICs tested."
5237     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5238
5239 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5240 - type: "table"
5241   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5242   algorithm: "table_comparison"
5243   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5245   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5246   columns:
5247     - title: "3n-skx"
5248       data-set: "vpp-compare-topologies-mrr-ref"
5249     - title: "2n-skx"
5250       data-set: "vpp-compare-topologies-mrr-cmp"
5251   comparisons:
5252     - title: "Diff"
5253       reference: 1
5254       compare: 2
5255   legend:
5256     - "Legend to Table"
5257     - "3n-skx, 2n-skx - topologies tested."
5258     - "Diff - difference between 3n-skx and 2n-skx topologies."
5259
5260 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5261 - type: "table"
5262   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5263   algorithm: "table_comparison"
5264   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5265   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5266   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5267   columns:
5268     - title: "3n-skx"
5269       data-set: "vpp-compare-topologies-mrr-ref"
5270     - title: "2n-skx"
5271       data-set: "vpp-compare-topologies-mrr-cmp"
5272   comparisons:
5273     - title: "Diff"
5274       reference: 1
5275       compare: 2
5276   legend:
5277     - "Legend to Table"
5278     - "3n-skx, 2n-skx - topologies tested."
5279     - "Diff - difference between 3n-skx and 2n-skx topologies."
5280
5281 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5282 - type: "table"
5283   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5284   algorithm: "table_comparison"
5285   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5286   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5287   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5288   columns:
5289     - title: "3n-skx"
5290       data-set: "vpp-compare-topologies-mrr-ref"
5291     - title: "2n-skx"
5292       data-set: "vpp-compare-topologies-mrr-cmp"
5293   comparisons:
5294     - title: "Diff"
5295       reference: 1
5296       compare: 2
5297   legend:
5298     - "Legend to Table"
5299     - "3n-skx, 2n-skx - topologies tested."
5300     - "Diff - difference between 3n-skx and 2n-skx topologies."
5301
5302 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5303 - type: "table"
5304   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5305   algorithm: "table_comparison"
5306   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5307   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5308   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5309   columns:
5310     - title: "3n-hsw xl710"
5311       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5312       tag: "NIC_Intel-XL710"
5313     - title: "2n-clx xxv710"
5314       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5315       tag: "NIC_Intel-XXV710"
5316   comparisons:
5317     - title: "Diff"
5318       reference: 1
5319       compare: 2
5320   legend:
5321     - "Legend to Table"
5322     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5323     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5324
5325 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5326 - type: "table"
5327   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5328   algorithm: "table_comparison"
5329   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5330   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5331   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5332   columns:
5333     - title: "3n-hsw xl710"
5334       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5335       tag: "NIC_Intel-XL710"
5336     - title: "2n-clx xxv710"
5337       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5338       tag: "NIC_Intel-XXV710"
5339   comparisons:
5340     - title: "Diff"
5341       reference: 1
5342       compare: 2
5343   legend:
5344     - "Legend to Table"
5345     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5346     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5347
5348 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5349 - type: "table"
5350   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5351   algorithm: "table_comparison"
5352   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5353   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5354   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5355   columns:
5356     - title: "3n-hsw xl710"
5357       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5358       tag: "NIC_Intel-XL710"
5359     - title: "2n-clx xxv710"
5360       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5361       tag: "NIC_Intel-XXV710"
5362   comparisons:
5363     - title: "Diff"
5364       reference: 1
5365       compare: 2
5366   legend:
5367     - "Legend to Table"
5368     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5369     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5370
5371 # Detailed Test Results - VPP Performance Results 3n-hsw
5372 - type: "table"
5373   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5374   algorithm: "table_merged_details"
5375   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5376   columns:
5377     - title: " |prein| Test Name |preout| "
5378       data: "data name"
5379     - 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| "
5380       data: "data msg"
5381   data: "vpp-perf-results-3n-hsw"
5382   filter: "all"
5383   parameters:
5384   - "name"
5385   - "parent"
5386   - "msg"
5387
5388 # Detailed Test Results - VPP Performance Results 3n-skx
5389 - type: "table"
5390   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5391   algorithm: "table_merged_details"
5392   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5393   columns:
5394     - title: " |prein| Test Name |preout| "
5395       data: "data name"
5396     - 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| "
5397       data: "data msg"
5398   data: "vpp-perf-results-3n-skx"
5399   filter: "all"
5400   remove-ndr: False
5401   parameters:
5402   - "name"
5403   - "parent"
5404   - "msg"
5405
5406 # Detailed Test Results - VPP Performance Results 2n-skx
5407 - type: "table"
5408   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5409   algorithm: "table_merged_details"
5410   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5411   columns:
5412     - title: " |prein| Test Name |preout| "
5413       data: "data name"
5414     - 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| "
5415       data: "data msg"
5416   data: "vpp-perf-results-2n-skx"
5417   filter: "all"
5418   remove-ndr: False
5419   parameters:
5420   - "name"
5421   - "parent"
5422   - "msg"
5423
5424 # Detailed Test Results - VPP Performance Results 2n-clx
5425 - type: "table"
5426   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5427   algorithm: "table_merged_details"
5428   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5429   columns:
5430     - title: " |prein| Test Name |preout| "
5431       data: "data name"
5432     - 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| "
5433       data: "data msg"
5434   data: "vpp-perf-results-2n-clx"
5435   filter: "all"
5436   parameters:
5437   - "name"
5438   - "parent"
5439   - "msg"
5440
5441 # Detailed Test Results - VPP Performance Results 3n-tsh
5442 - type: "table"
5443   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5444   algorithm: "table_merged_details"
5445   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5446   columns:
5447     - title: " |prein| Test Name |preout| "
5448       data: "data name"
5449     - 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| "
5450       data: "data msg"
5451   data: "vpp-perf-results-3n-tsh"
5452   filter: "all"
5453   parameters:
5454   - "name"
5455   - "parent"
5456   - "msg"
5457
5458 # Detailed Test Results - VPP Performance Results 3n-dnv
5459 - type: "table"
5460   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5461   algorithm: "table_merged_details"
5462   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5463   columns:
5464     - title: " |prein| Test Name |preout| "
5465       data: "data name"
5466     - 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| "
5467       data: "data msg"
5468   data: "vpp-perf-results-3n-dnv"
5469   filter: "all"
5470   parameters:
5471   - "name"
5472   - "parent"
5473   - "msg"
5474
5475 # Detailed Test Results - VPP Performance Results 2n-dnv
5476 - type: "table"
5477   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5478   algorithm: "table_merged_details"
5479   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5480   columns:
5481     - title: " |prein| Test Name |preout| "
5482       data: "data name"
5483     - 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| "
5484       data: "data msg"
5485   data: "vpp-perf-results-2n-dnv"
5486   filter: "all"
5487   parameters:
5488   - "name"
5489   - "parent"
5490   - "msg"
5491
5492 # Test configuration - VPP Performance Test Configs 3n-hsw
5493 - type: "table"
5494   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5495   algorithm: "table_merged_details"
5496   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5497   columns:
5498     - title: " |prein| Test Name |preout| "
5499       data: "data name"
5500     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5501       data: "data conf-history"
5502   data: "vpp-perf-results-3n-hsw"
5503   filter: "all"
5504   parameters:
5505   - "parent"
5506   - "name"
5507   - "conf-history"
5508
5509 # Test configuration - VPP Performance Test Configs 3n-skx
5510 - type: "table"
5511   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5512   algorithm: "table_merged_details"
5513   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5514   columns:
5515     - title: " |prein| Test Name |preout| "
5516       data: "data name"
5517     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5518       data: "data conf-history"
5519   data: "vpp-perf-results-3n-skx"
5520   filter: "all"
5521   parameters:
5522   - "parent"
5523   - "name"
5524   - "conf-history"
5525
5526 # Test configuration - VPP Performance Test Configs 2n-skx
5527 - type: "table"
5528   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5529   algorithm: "table_merged_details"
5530   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5531   columns:
5532     - title: " |prein| Test Name |preout| "
5533       data: "data name"
5534     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5535       data: "data conf-history"
5536   data: "vpp-perf-results-2n-skx"
5537   filter: "all"
5538   parameters:
5539   - "parent"
5540   - "name"
5541   - "conf-history"
5542
5543 # Test configuration - VPP Performance Test Configs 2n-clx
5544 - type: "table"
5545   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5546   algorithm: "table_merged_details"
5547   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5548   columns:
5549     - title: " |prein| Test Name |preout| "
5550       data: "data name"
5551     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5552       data: "data conf-history"
5553   data: "vpp-perf-results-2n-clx"
5554   filter: "all"
5555   parameters:
5556   - "parent"
5557   - "name"
5558   - "conf-history"
5559
5560 # Test configuration - VPP Performance Test Configs 3n-tsh
5561 - type: "table"
5562   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5563   algorithm: "table_merged_details"
5564   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5565   columns:
5566     - title: " |prein| Test Name |preout| "
5567       data: "data name"
5568     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5569       data: "data conf-history"
5570   data: "vpp-perf-results-3n-tsh"
5571   filter: "all"
5572   parameters:
5573   - "parent"
5574   - "name"
5575   - "conf-history"
5576
5577 # Test configuration - VPP Performance Test Configs 3n-dnv
5578 - type: "table"
5579   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5580   algorithm: "table_merged_details"
5581   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5582   columns:
5583     - title: " |prein| Test Name |preout| "
5584       data: "data name"
5585     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5586       data: "data conf-history"
5587   data: "vpp-perf-results-3n-dnv"
5588   filter: "all"
5589   parameters:
5590   - "parent"
5591   - "name"
5592   - "conf-history"
5593
5594 # Test configuration - VPP Performance Test Configs 2n-dnv
5595 - type: "table"
5596   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5597   algorithm: "table_merged_details"
5598   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5599   columns:
5600     - title: " |prein| Test Name |preout| "
5601       data: "data name"
5602     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5603       data: "data conf-history"
5604   data: "vpp-perf-results-2n-dnv"
5605   filter: "all"
5606   parameters:
5607   - "parent"
5608   - "name"
5609   - "conf-history"
5610
5611 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5612 - type: "table"
5613   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5614   algorithm: "table_oper_data_html"
5615   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5616   data: "vpp-perf-results-3n-hsw"
5617   filter: "all"
5618
5619 # Test Operational Data - VPP Performance Operational Data 3n-skx
5620 - type: "table"
5621   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5622   algorithm: "table_oper_data_html"
5623   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5624   data: "vpp-perf-results-3n-skx"
5625   filter: "all"
5626
5627 # Test Operational Data - VPP Performance Operational Data 2n-skx
5628 - type: "table"
5629   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5630   algorithm: "table_oper_data_html"
5631   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5632   data: "vpp-perf-results-2n-skx"
5633   filter: "all"
5634
5635 # Test Operational Data - VPP Performance Operational Data 2n-clx
5636 - type: "table"
5637   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5638   algorithm: "table_oper_data_html"
5639   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5640   data: "vpp-perf-results-2n-clx"
5641   filter: "all"
5642
5643 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5644 - type: "table"
5645   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5646   algorithm: "table_oper_data_html"
5647   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5648   data: "vpp-perf-results-3n-tsh"
5649   filter: "all"
5650
5651 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5652 - type: "table"
5653   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5654   algorithm: "table_oper_data_html"
5655   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5656   data: "vpp-perf-results-3n-dnv"
5657   filter: "all"
5658
5659 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5660 - type: "table"
5661   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5662   algorithm: "table_oper_data_html"
5663   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5664   data: "vpp-perf-results-2n-dnv"
5665   filter: "all"
5666
5667 # Detailed Test Results - VPP MRR Results 3n-hsw
5668 - type: "table"
5669   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5670   algorithm: "table_merged_details"
5671   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5672   columns:
5673     - title: " |prein| Test Name |preout| "
5674       data: "data name"
5675     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5676       data: "data msg"
5677   data: "vpp-mrr-results-3n-hsw"
5678   filter: "all"
5679   parameters:
5680   - "name"
5681   - "parent"
5682   - "msg"
5683
5684 # Detailed Test Results - VPP MRR Results 3n-skx
5685 - type: "table"
5686   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5687   algorithm: "table_merged_details"
5688   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5689   columns:
5690     - title: " |prein| Test Name |preout| "
5691       data: "data name"
5692     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5693       data: "data msg"
5694   data: "vpp-mrr-results-3n-skx"
5695   filter: "all"
5696   parameters:
5697   - "name"
5698   - "parent"
5699   - "msg"
5700
5701 # Detailed Test Results - VPP MRR Results 2n-skx
5702 - type: "table"
5703   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5704   algorithm: "table_merged_details"
5705   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5706   columns:
5707     - title: " |prein| Test Name |preout| "
5708       data: "data name"
5709     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5710       data: "data msg"
5711   data: "vpp-mrr-results-2n-skx"
5712   filter: "all"
5713   parameters:
5714   - "name"
5715   - "parent"
5716   - "msg"
5717
5718 # Detailed Test Results - VPP MRR Results 2n-clx
5719 - type: "table"
5720   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5721   algorithm: "table_merged_details"
5722   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5723   columns:
5724     - title: " |prein| Test Name |preout| "
5725       data: "data name"
5726     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5727       data: "data msg"
5728   data: "vpp-mrr-results-2n-clx"
5729   filter: "all"
5730   parameters:
5731   - "name"
5732   - "parent"
5733   - "msg"
5734
5735 # Detailed Test Results - VPP MRR Results 3n-tsh
5736 - type: "table"
5737   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5738   algorithm: "table_merged_details"
5739   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5740   columns:
5741     - title: " |prein| Test Name |preout| "
5742       data: "data name"
5743     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5744       data: "data msg"
5745   data: "vpp-mrr-results-3n-tsh"
5746   filter: "all"
5747   parameters:
5748   - "name"
5749   - "parent"
5750   - "msg"
5751
5752 # Detailed Test Results - VPP MRR Results 3n-dnv
5753 - type: "table"
5754   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5755   algorithm: "table_merged_details"
5756   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5757   columns:
5758     - title: " |prein| Test Name |preout| "
5759       data: "data name"
5760     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5761       data: "data msg"
5762   data: "vpp-mrr-results-3n-dnv"
5763   filter: "all"
5764   parameters:
5765   - "name"
5766   - "parent"
5767   - "msg"
5768
5769 # Detailed Test Results - VPP MRR Results 2n-dnv
5770 - type: "table"
5771   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5772   algorithm: "table_merged_details"
5773   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5774   columns:
5775     - title: " |prein| Test Name |preout| "
5776       data: "data name"
5777     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5778       data: "data msg"
5779   data: "vpp-mrr-results-2n-dnv"
5780   filter: "all"
5781   parameters:
5782   - "name"
5783   - "parent"
5784   - "msg"
5785
5786 # Test configuration - VPP MRR Test Configs 3n-hsw
5787 - type: "table"
5788   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5789   algorithm: "table_merged_details"
5790   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5791   columns:
5792     - title: " |prein| Test Name |preout| "
5793       data: "data name"
5794     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5795       data: "data conf-history"
5796   data: "vpp-mrr-results-3n-hsw"
5797   filter: "all"
5798   parameters:
5799   - "parent"
5800   - "name"
5801   - "conf-history"
5802
5803 # Test configuration - VPP MRR Test Configs 3n-skx
5804 - type: "table"
5805   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5806   algorithm: "table_merged_details"
5807   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5808   columns:
5809     - title: " |prein| Test Name |preout| "
5810       data: "data name"
5811     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5812       data: "data conf-history"
5813   data: "vpp-mrr-results-3n-skx"
5814   filter: "all"
5815   parameters:
5816   - "parent"
5817   - "name"
5818   - "conf-history"
5819
5820 # Test configuration - VPP MRR Test Configs 2n-skx
5821 - type: "table"
5822   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5823   algorithm: "table_merged_details"
5824   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5825   columns:
5826     - title: " |prein| Test Name |preout| "
5827       data: "data name"
5828     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5829       data: "data conf-history"
5830   data: "vpp-mrr-results-2n-skx"
5831   filter: "all"
5832   parameters:
5833   - "parent"
5834   - "name"
5835   - "conf-history"
5836
5837 # Test configuration - VPP MRR Test Configs 2n-clx
5838 - type: "table"
5839   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5840   algorithm: "table_merged_details"
5841   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5842   columns:
5843     - title: " |prein| Test Name |preout| "
5844       data: "data name"
5845     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5846       data: "data conf-history"
5847   data: "vpp-mrr-results-2n-clx"
5848   filter: "all"
5849   parameters:
5850   - "parent"
5851   - "name"
5852   - "conf-history"
5853
5854 # Test configuration - VPP MRR Test Configs 3n-tsh
5855 - type: "table"
5856   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5857   algorithm: "table_merged_details"
5858   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5859   columns:
5860     - title: " |prein| Test Name |preout| "
5861       data: "data name"
5862     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5863       data: "data conf-history"
5864   data: "vpp-mrr-results-3n-tsh"
5865   filter: "all"
5866   parameters:
5867   - "parent"
5868   - "name"
5869   - "conf-history"
5870
5871 # Test configuration - VPP MRR Test Configs 3n-dnv
5872 - type: "table"
5873   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5874   algorithm: "table_merged_details"
5875   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5876   columns:
5877     - title: " |prein| Test Name |preout| "
5878       data: "data name"
5879     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5880       data: "data conf-history"
5881   data: "vpp-mrr-results-3n-dnv"
5882   filter: "all"
5883   parameters:
5884   - "parent"
5885   - "name"
5886   - "conf-history"
5887
5888 # Test configuration - VPP MRR Test Configs 2n-dnv
5889 - type: "table"
5890   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5891   algorithm: "table_merged_details"
5892   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5893   columns:
5894     - title: " |prein| Test Name |preout| "
5895       data: "data name"
5896     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5897       data: "data conf-history"
5898   data: "vpp-mrr-results-2n-dnv"
5899   filter: "all"
5900   parameters:
5901   - "parent"
5902   - "name"
5903   - "conf-history"
5904
5905 # Detailed Test Results - VPP Device Results - Ubuntu
5906 - type: "table"
5907   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5908   algorithm: "table_merged_details"
5909   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5910   columns:
5911     - title: " |prein| Test Name |preout| "
5912       data: "data name"
5913     - title: " |prein| Status |preout| "
5914       data: "data status"
5915   data: "vpp-device-results-ubuntu"
5916   filter: "all"
5917   parameters:
5918   - "name"
5919   - "parent"
5920   - "doc"
5921   - "status"
5922
5923 # Test configuration - VPP Device Test Configs - Ubuntu
5924 - type: "table"
5925   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5926   algorithm: "table_merged_details"
5927   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5928   columns:
5929     - title: " |prein| Test Name |preout| "
5930       data: "data name"
5931     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5932       data: "data conf-history"
5933   data: "vpp-device-results-ubuntu"
5934   filter: "all"
5935   parameters:
5936   - "parent"
5937   - "name"
5938   - "conf-history"
5939
5940 ################################################################################
5941
5942 # DPDK Performance Changes 3n-hsw 1t1c pdr
5943 - type: "table"
5944   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5945   algorithm: "table_comparison"
5946   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5947   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5948   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5949   columns:
5950     - title: "1908"
5951       data-set: "dpdk-performance-changes-3n-hsw-h1"
5952     - title: "2001"
5953       data-set: "dpdk-performance-changes-3n-hsw-ref"
5954     - title: "2005"
5955       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5956   comparisons:
5957     - title: "Diff"
5958       reference: 2
5959       compare: 3
5960   legend:
5961     - "Legend to Table"
5962     - "1908, 2001, 2005 - DPDK versions tested."
5963     - "Diff - difference between 2001 and 2005 DPDK version."
5964
5965 # DPDK Performance Changes 3n-hsw 2t2c pdr
5966 - type: "table"
5967   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5968   algorithm: "table_comparison"
5969   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5971   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5972   columns:
5973     - title: "1908"
5974       data-set: "dpdk-performance-changes-3n-hsw-h1"
5975     - title: "2001"
5976       data-set: "dpdk-performance-changes-3n-hsw-ref"
5977     - title: "2005"
5978       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5979   comparisons:
5980     - title: "Diff"
5981       reference: 2
5982       compare: 3
5983   legend:
5984     - "Legend to Table"
5985     - "1908, 2001, 2005 - DPDK versions tested."
5986     - "Diff - difference between 2001 and 2005 DPDK version."
5987
5988 # DPDK Performance Changes 3n-hsw 1t1c pdr
5989 - type: "table"
5990   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5991   algorithm: "table_comparison"
5992   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5993   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5994   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5995   columns:
5996     - title: "1908"
5997       data-set: "dpdk-performance-changes-3n-hsw-h1"
5998     - title: "2001"
5999       data-set: "dpdk-performance-changes-3n-hsw-ref"
6000     - title: "2005"
6001       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6002   comparisons:
6003     - title: "Diff"
6004       reference: 2
6005       compare: 3
6006   legend:
6007     - "Legend to Table"
6008     - "1908, 2001, 2005 - DPDK versions tested."
6009     - "Diff - difference between 2001 and 2005 DPDK version."
6010
6011 # DPDK Performance Changes 3n-hsw 2t2c ndr
6012 - type: "table"
6013   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6014   algorithm: "table_comparison"
6015   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6016   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6017   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6018   columns:
6019     - title: "1908"
6020       data-set: "dpdk-performance-changes-3n-hsw-h1"
6021     - title: "2001"
6022       data-set: "dpdk-performance-changes-3n-hsw-ref"
6023     - title: "2005"
6024       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6025   comparisons:
6026     - title: "Diff"
6027       reference: 2
6028       compare: 3
6029   legend:
6030     - "Legend to Table"
6031     - "1908, 2001, 2005 - DPDK versions tested."
6032     - "Diff - difference between 2001 and 2005 DPDK version."
6033
6034 # DPDK Performance Changes 3n-skx 2t1c pdr
6035 - type: "table"
6036   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6037   algorithm: "table_comparison"
6038   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6040   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6041   columns:
6042     - title: "1908"
6043       data-set: "dpdk-performance-changes-3n-skx-h1"
6044     - title: "2001"
6045       data-set: "dpdk-performance-changes-3n-skx-ref"
6046     - title: "2005"
6047       data-set: "dpdk-performance-changes-3n-skx-cmp"
6048   comparisons:
6049     - title: "Diff"
6050       reference: 2
6051       compare: 3
6052   legend:
6053     - "Legend to Table"
6054     - "1908, 2001, 2005 - DPDK versions tested."
6055     - "Diff - difference between 2001 and 2005 DPDK version."
6056
6057 # DPDK Performance Changes 3n-skx 4t2c pdr
6058 - type: "table"
6059   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6060   algorithm: "table_comparison"
6061   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6062   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6063   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6064   columns:
6065     - title: "1908"
6066       data-set: "dpdk-performance-changes-3n-skx-h1"
6067     - title: "2001"
6068       data-set: "dpdk-performance-changes-3n-skx-ref"
6069     - title: "2005"
6070       data-set: "dpdk-performance-changes-3n-skx-cmp"
6071   comparisons:
6072     - title: "Diff"
6073       reference: 2
6074       compare: 3
6075   legend:
6076     - "Legend to Table"
6077     - "1908, 2001, 2005 - DPDK versions tested."
6078     - "Diff - difference between 2001 and 2005 DPDK version."
6079
6080 # DPDK Performance Changes 3n-skx 2t1c ndr
6081 - type: "table"
6082   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6083   algorithm: "table_comparison"
6084   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6086   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6087   columns:
6088     - title: "1908"
6089       data-set: "dpdk-performance-changes-3n-skx-h1"
6090     - title: "2001"
6091       data-set: "dpdk-performance-changes-3n-skx-ref"
6092     - title: "2005"
6093       data-set: "dpdk-performance-changes-3n-skx-cmp"
6094   comparisons:
6095     - title: "Diff"
6096       reference: 2
6097       compare: 3
6098   legend:
6099     - "Legend to Table"
6100     - "1908, 2001, 2005 - DPDK versions tested."
6101     - "Diff - difference between 2001 and 2005 DPDK version."
6102
6103 # DPDK Performance Changes 3n-skx 4t2c ndr
6104 - type: "table"
6105   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6106   algorithm: "table_comparison"
6107   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6108   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6109   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6110   columns:
6111     - title: "1908"
6112       data-set: "dpdk-performance-changes-3n-skx-h1"
6113     - title: "2001"
6114       data-set: "dpdk-performance-changes-3n-skx-ref"
6115     - title: "2005"
6116       data-set: "dpdk-performance-changes-3n-skx-cmp"
6117   comparisons:
6118     - title: "Diff"
6119       reference: 2
6120       compare: 3
6121   legend:
6122     - "Legend to Table"
6123     - "1908, 2001, 2005 - DPDK versions tested."
6124     - "Diff - difference between 2001 and 2005 DPDK version."
6125
6126 # DPDK Performance Changes 2n-skx 2t1c pdr
6127 - type: "table"
6128   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6129   algorithm: "table_comparison"
6130   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6131   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6132   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6133   columns:
6134     - title: "1908"
6135       data-set: "dpdk-performance-changes-2n-skx-h1"
6136     - title: "2001"
6137       data-set: "dpdk-performance-changes-2n-skx-ref"
6138     - title: "2005"
6139       data-set: "dpdk-performance-changes-2n-skx-cmp"
6140   comparisons:
6141     - title: "Diff"
6142       reference: 2
6143       compare: 3
6144   legend:
6145     - "Legend to Table"
6146     - "1908, 2001, 2005 - DPDK versions tested."
6147     - "Diff - difference between 2001 and 2005 DPDK version."
6148
6149 # DPDK Performance Changes 2n-skx 4t2c pdr
6150 - type: "table"
6151   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6152   algorithm: "table_comparison"
6153   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6154   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6155   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6156   columns:
6157     - title: "1908"
6158       data-set: "dpdk-performance-changes-2n-skx-h1"
6159     - title: "2001"
6160       data-set: "dpdk-performance-changes-2n-skx-ref"
6161     - title: "2005"
6162       data-set: "dpdk-performance-changes-2n-skx-cmp"
6163   comparisons:
6164     - title: "Diff"
6165       reference: 2
6166       compare: 3
6167   legend:
6168     - "Legend to Table"
6169     - "1908, 2001, 2005 - DPDK versions tested."
6170     - "Diff - difference between 2001 and 2005 DPDK version."
6171
6172 # DPDK Performance Changes 2n-skx 2t1c ndr
6173 - type: "table"
6174   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6175   algorithm: "table_comparison"
6176   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6177   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6178   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6179   columns:
6180     - title: "1908"
6181       data-set: "dpdk-performance-changes-2n-skx-h1"
6182     - title: "2001"
6183       data-set: "dpdk-performance-changes-2n-skx-ref"
6184     - title: "2005"
6185       data-set: "dpdk-performance-changes-2n-skx-cmp"
6186   comparisons:
6187     - title: "Diff"
6188       reference: 2
6189       compare: 3
6190   legend:
6191     - "Legend to Table"
6192     - "1908, 2001, 2005 - DPDK versions tested."
6193     - "Diff - difference between 2001 and 2005 DPDK version."
6194
6195 # DPDK Performance Changes 2n-skx 4t2c ndr
6196 - type: "table"
6197   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6198   algorithm: "table_comparison"
6199   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6200   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6201   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6202   columns:
6203     - title: "1908"
6204       data-set: "dpdk-performance-changes-2n-skx-h1"
6205     - title: "2001"
6206       data-set: "dpdk-performance-changes-2n-skx-ref"
6207     - title: "2005"
6208       data-set: "dpdk-performance-changes-2n-skx-cmp"
6209   comparisons:
6210     - title: "Diff"
6211       reference: 2
6212       compare: 3
6213   legend:
6214     - "Legend to Table"
6215     - "1908, 2001, 2005 - DPDK versions tested."
6216     - "Diff - difference between 2001 and 2005 DPDK version."
6217
6218 # DPDK Performance Changes 2n-clx 2t1c pdr
6219 - type: "table"
6220   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6221   algorithm: "table_comparison"
6222   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6223   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6224   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6225   columns:
6226     - title: "2001"
6227       data-set: "dpdk-performance-changes-2n-clx-ref"
6228     - title: "2005"
6229       data-set: "dpdk-performance-changes-2n-clx-cmp"
6230   comparisons:
6231     - title: "Diff"
6232       reference: 1
6233       compare: 2
6234   legend:
6235     - "Legend to Table"
6236     - "2001, 2005 - DPDK versions tested."
6237     - "Diff - difference between 2001 and 2005 DPDK version."
6238
6239 # DPDK Performance Changes 2n-clx 4t2c pdr
6240 - type: "table"
6241   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6242   algorithm: "table_comparison"
6243   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6244   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6245   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6246   columns:
6247     - title: "2001"
6248       data-set: "dpdk-performance-changes-2n-clx-ref"
6249     - title: "2005"
6250       data-set: "dpdk-performance-changes-2n-clx-cmp"
6251   comparisons:
6252     - title: "Diff"
6253       reference: 1
6254       compare: 2
6255   legend:
6256     - "Legend to Table"
6257     - "2001, 2005 - DPDK versions tested."
6258     - "Diff - difference between 2001 and 2005 DPDK version."
6259
6260 # DPDK Performance Changes 2n-clx 2t1c ndr
6261 - type: "table"
6262   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6263   algorithm: "table_comparison"
6264   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6265   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6266   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6267   columns:
6268     - title: "2001"
6269       data-set: "dpdk-performance-changes-2n-clx-ref"
6270     - title: "2005"
6271       data-set: "dpdk-performance-changes-2n-clx-cmp"
6272   comparisons:
6273     - title: "Diff"
6274       reference: 1
6275       compare: 2
6276   legend:
6277     - "Legend to Table"
6278     - "2001, 2005 - DPDK versions tested."
6279     - "Diff - difference between 2001 and 2005 DPDK version."
6280
6281 # DPDK Performance Changes 2n-clx 4t2c ndr
6282 - type: "table"
6283   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6284   algorithm: "table_comparison"
6285   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6286   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6287   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6288   columns:
6289     - title: "2001"
6290       data-set: "dpdk-performance-changes-2n-clx-ref"
6291     - title: "2005"
6292       data-set: "dpdk-performance-changes-2n-clx-cmp"
6293   comparisons:
6294     - title: "Diff"
6295       reference: 1
6296       compare: 2
6297   legend:
6298     - "Legend to Table"
6299     - "2001, 2005 - DPDK versions tested."
6300     - "Diff - difference between 2001 and 2005 DPDK version."
6301
6302 # DPDK Performance Changes 2n-dnv 1t1c pdr
6303 - type: "table"
6304   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6305   algorithm: "table_comparison"
6306   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6307   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6308   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6309   columns:
6310     - title: "2001"
6311       data-set: "dpdk-performance-changes-2n-dnv-ref"
6312     - title: "2005"
6313       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6314   comparisons:
6315     - title: "Diff"
6316       reference: 1
6317       compare: 2
6318   legend:
6319     - "Legend to Table"
6320     - "2001, 2005 - DPDK versions tested."
6321     - "Diff - difference between 2001 and 2005 DPDK version."
6322
6323 # DPDK Performance Changes 2n-dnv 2t2c pdr
6324 - type: "table"
6325   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6326   algorithm: "table_comparison"
6327   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6328   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6329   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6330   columns:
6331     - title: "2001"
6332       data-set: "dpdk-performance-changes-2n-dnv-ref"
6333     - title: "2005"
6334       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6335   comparisons:
6336     - title: "Diff"
6337       reference: 1
6338       compare: 2
6339   legend:
6340     - "Legend to Table"
6341     - "2001, 2005 - DPDK versions tested."
6342     - "Diff - difference between 2001 and 2005 DPDK version."
6343
6344 # DPDK Performance Changes 2n-dnv 1t1c ndr
6345 - type: "table"
6346   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6347   algorithm: "table_comparison"
6348   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6350   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6351   columns:
6352     - title: "2001"
6353       data-set: "dpdk-performance-changes-2n-dnv-ref"
6354     - title: "2005"
6355       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6356   comparisons:
6357     - title: "Diff"
6358       reference: 1
6359       compare: 2
6360   legend:
6361     - "Legend to Table"
6362     - "2001, 2005 - DPDK versions tested."
6363     - "Diff - difference between 2001 and 2005 DPDK version."
6364
6365 # DPDK Performance Changes 2n-dnv 2t2c ndr
6366 - type: "table"
6367   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6368   algorithm: "table_comparison"
6369   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6370   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6371   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6372   columns:
6373     - title: "2001"
6374       data-set: "dpdk-performance-changes-2n-dnv-ref"
6375     - title: "2005"
6376       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6377   comparisons:
6378     - title: "Diff"
6379       reference: 1
6380       compare: 2
6381   legend:
6382     - "Legend to Table"
6383     - "2001, 2005 - DPDK versions tested."
6384     - "Diff - difference between 2001 and 2005 DPDK version."
6385
6386 # DPDK Performance Changes 3n-dnv 1t1c pdr
6387 - type: "table"
6388   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6389   algorithm: "table_comparison"
6390   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6391   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6392   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6393   columns:
6394     - title: "2001"
6395       data-set: "dpdk-performance-changes-3n-dnv-ref"
6396     - title: "2005"
6397       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6398   comparisons:
6399     - title: "Diff"
6400       reference: 1
6401       compare: 2
6402   legend:
6403     - "Legend to Table"
6404     - "2001, 2005 - DPDK versions tested."
6405     - "Diff - difference between 2001 and 2005 DPDK version."
6406
6407 # DPDK Performance Changes 3n-dnv 2t2c pdr
6408 - type: "table"
6409   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6410   algorithm: "table_comparison"
6411   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6412   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6413   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6414   columns:
6415     - title: "2001"
6416       data-set: "dpdk-performance-changes-3n-dnv-ref"
6417     - title: "2005"
6418       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6419   comparisons:
6420     - title: "Diff"
6421       reference: 1
6422       compare: 2
6423   legend:
6424     - "Legend to Table"
6425     - "2001, 2005 - DPDK versions tested."
6426     - "Diff - difference between 2001 and 2005 DPDK version."
6427
6428 # DPDK Performance Changes 3n-dnv 1t1c ndr
6429 - type: "table"
6430   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6431   algorithm: "table_comparison"
6432   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6433   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6434   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6435   columns:
6436     - title: "2001"
6437       data-set: "dpdk-performance-changes-3n-dnv-ref"
6438     - title: "2005"
6439       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6440   comparisons:
6441     - title: "Diff"
6442       reference: 1
6443       compare: 2
6444   legend:
6445     - "Legend to Table"
6446     - "2001, 2005 - DPDK versions tested."
6447     - "Diff - difference between 2001 and 2005 DPDK version."
6448
6449 # DPDK Performance Changes 3n-dnv 2t2c ndr
6450 - type: "table"
6451   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6452   algorithm: "table_comparison"
6453   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6454   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6455   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6456   columns:
6457     - title: "2001"
6458       data-set: "dpdk-performance-changes-3n-dnv-ref"
6459     - title: "2005"
6460       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6461   comparisons:
6462     - title: "Diff"
6463       reference: 1
6464       compare: 2
6465   legend:
6466     - "Legend to Table"
6467     - "2001, 2005 - DPDK versions tested."
6468     - "Diff - difference between 2001 and 2005 DPDK version."
6469
6470 # DPDK Performance Changes 3n-tsh 1t1c pdr
6471 - type: "table"
6472   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6473   algorithm: "table_comparison"
6474   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6476   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6477   columns:
6478     - title: "2001"
6479       data-set: "dpdk-performance-changes-3n-tsh-ref"
6480     - title: "2005"
6481       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6482   comparisons:
6483     - title: "Diff"
6484       reference: 1
6485       compare: 2
6486   legend:
6487     - "Legend to Table"
6488     - "2001, 2005 - DPDK versions tested."
6489     - "Diff - difference between 2001 and 2005 DPDK version."
6490
6491 # DPDK Performance Changes 3n-tsh 2t2c pdr
6492 - type: "table"
6493   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6494   algorithm: "table_comparison"
6495   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6496   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6497   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6498   columns:
6499     - title: "2001"
6500       data-set: "dpdk-performance-changes-3n-tsh-ref"
6501     - title: "2005"
6502       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6503   comparisons:
6504     - title: "Diff"
6505       reference: 1
6506       compare: 2
6507   legend:
6508     - "Legend to Table"
6509     - "2001, 2005 - DPDK versions tested."
6510     - "Diff - difference between 2001 and 2005 DPDK version."
6511
6512 # DPDK Performance Changes 3n-tsh 1t1c ndr
6513 - type: "table"
6514   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6515   algorithm: "table_comparison"
6516   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6517   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6518   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6519   columns:
6520     - title: "2001"
6521       data-set: "dpdk-performance-changes-3n-tsh-ref"
6522     - title: "2005"
6523       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6524   comparisons:
6525     - title: "Diff"
6526       reference: 1
6527       compare: 2
6528   legend:
6529     - "Legend to Table"
6530     - "2001, 2005 - DPDK versions tested."
6531     - "Diff - difference between 2001 and 2005 DPDK version."
6532
6533 # DPDK Performance Changes 3n-tsh 2t2c ndr
6534 - type: "table"
6535   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6536   algorithm: "table_comparison"
6537   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6538   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6539   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6540   columns:
6541     - title: "2001"
6542       data-set: "dpdk-performance-changes-3n-tsh-ref"
6543     - title: "2005"
6544       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6545   comparisons:
6546     - title: "Diff"
6547       reference: 1
6548       compare: 2
6549   legend:
6550     - "Legend to Table"
6551     - "2001, 2005 - DPDK versions tested."
6552     - "Diff - difference between 2001 and 2005 DPDK version."
6553
6554 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6555 - type: "table"
6556   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6557   algorithm: "table_comparison"
6558   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6559   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6560   filter: "'NIC_Intel-X710'"
6561   columns:
6562     - title: "3n-hsw x710"
6563       data-set: "dpdk-compare-testbeds-ref"
6564     - title: "3n-skx x710"
6565       data-set: "dpdk-compare-testbeds-cmp"
6566   comparisons:
6567     - title: "Diff"
6568       reference: 1
6569       compare: 2
6570   legend:
6571     - "Legend to Table"
6572     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6573     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6574
6575 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6576 - type: "table"
6577   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6578   algorithm: "table_comparison"
6579   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6580   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6581   filter: "'NIC_Intel-X710'"
6582   columns:
6583     - title: "3n-hsw x710"
6584       data-set: "dpdk-compare-testbeds-ref"
6585     - title: "3n-skx x710"
6586       data-set: "dpdk-compare-testbeds-cmp"
6587   comparisons:
6588     - title: "Diff"
6589       reference: 1
6590       compare: 2
6591   legend:
6592     - "Legend to Table"
6593     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6594     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6595
6596 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6597 - type: "table"
6598   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6599   algorithm: "table_comparison"
6600   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6601   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6602   filter: "'NIC_Intel-XXV710'"
6603   columns:
6604     - title: "2n-skx"
6605       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6606     - title: "2n-clx"
6607       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6608   comparisons:
6609     - title: "Diff"
6610       reference: 1
6611       compare: 2
6612   legend:
6613     - "Legend to Table"
6614     - "2n-skx, 2n-clx - testbeds and NICs tested."
6615     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6616
6617 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6618 - type: "table"
6619   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6620   algorithm: "table_comparison"
6621   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6622   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6623   filter: "'NIC_Intel-XXV710'"
6624   columns:
6625     - title: "2n-skx"
6626       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6627     - title: "2n-clx"
6628       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6629   comparisons:
6630     - title: "Diff"
6631       reference: 1
6632       compare: 2
6633   legend:
6634     - "Legend to Table"
6635     - "2n-skx, 2n-clx - testbeds and NICs tested."
6636     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6637
6638 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6639 - type: "table"
6640   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6641   algorithm: "table_comparison"
6642   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6643   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6644   filter: "'NIC_Intel-XXV710'"
6645   columns:
6646     - title: "3n-skx"
6647       data-set: "dpdk-compare-topologies-ref"
6648     - title: "2n-skx"
6649       data-set: "dpdk-compare-topologies-cmp"
6650   comparisons:
6651     - title: "Diff"
6652       reference: 1
6653       compare: 2
6654   legend:
6655     - "Legend to Table"
6656     - "3n-skx, 2n-skx - topologies tested."
6657     - "Diff - difference between 3n-skx and 2n-skx topologies."
6658
6659 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6660 - type: "table"
6661   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6662   algorithm: "table_comparison"
6663   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6664   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6665   filter: "'NIC_Intel-XXV710'"
6666   columns:
6667     - title: "3n-skx"
6668       data-set: "dpdk-compare-topologies-ref"
6669     - title: "2n-skx"
6670       data-set: "dpdk-compare-topologies-cmp"
6671   comparisons:
6672     - title: "Diff"
6673       reference: 1
6674       compare: 2
6675   legend:
6676     - "Legend to Table"
6677     - "3n-skx, 2n-skx - topologies tested."
6678     - "Diff - difference between 3n-skx and 2n-skx topologies."
6679
6680 # Detailed Test Results - DPDK Performance Results 3n-hsw
6681 - type: "table"
6682   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6683   algorithm: "table_merged_details"
6684   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6685   columns:
6686     - title: " |prein| Test Name |preout| "
6687       data: "data name"
6688     - 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| "
6689       data: "data msg"
6690   data: "dpdk-perf-results-3n-hsw"
6691   filter: "all"
6692   parameters:
6693   - "name"
6694   - "parent"
6695   - "msg"
6696
6697 # Detailed Test Results - DPDK Performance Results 3n-skx
6698 - type: "table"
6699   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6700   algorithm: "table_merged_details"
6701   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6702   columns:
6703     - title: " |prein| Test Name |preout| "
6704       data: "data name"
6705     - 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| "
6706       data: "data msg"
6707   data: "dpdk-perf-results-3n-skx"
6708   filter: "all"
6709   remove-ndr: False
6710   parameters:
6711   - "name"
6712   - "parent"
6713   - "msg"
6714
6715 # Detailed Test Results - DPDK Performance Results 2n-skx
6716 - type: "table"
6717   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6718   algorithm: "table_merged_details"
6719   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6720   columns:
6721     - title: " |prein| Test Name |preout| "
6722       data: "data name"
6723     - 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| "
6724       data: "data msg"
6725   data: "dpdk-perf-results-2n-skx"
6726   filter: "all"
6727   remove-ndr: False
6728   parameters:
6729   - "name"
6730   - "parent"
6731   - "msg"
6732
6733 # Detailed Test Results - DPDK Performance Results 2n-clx
6734 - type: "table"
6735   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6736   algorithm: "table_merged_details"
6737   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6738   columns:
6739     - title: " |prein| Test Name |preout| "
6740       data: "data name"
6741     - 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| "
6742       data: "data msg"
6743   data: "dpdk-perf-results-2n-clx"
6744   filter: "all"
6745   parameters:
6746   - "name"
6747   - "parent"
6748   - "msg"
6749
6750 # Detailed Test Results - DPDK Performance Results 2n-dnv
6751 - type: "table"
6752   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6753   algorithm: "table_merged_details"
6754   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6755   columns:
6756     - title: " |prein| Test Name |preout| "
6757       data: "data name"
6758     - 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| "
6759       data: "data msg"
6760   data: "dpdk-perf-results-2n-dnv"
6761   filter: "all"
6762   parameters:
6763   - "name"
6764   - "parent"
6765   - "msg"
6766
6767 # Detailed Test Results - DPDK Performance Results 3n-dnv
6768 - type: "table"
6769   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6770   algorithm: "table_merged_details"
6771   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6772   columns:
6773     - title: " |prein| Test Name |preout| "
6774       data: "data name"
6775     - 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| "
6776       data: "data msg"
6777   data: "dpdk-perf-results-3n-dnv"
6778   filter: "all"
6779   parameters:
6780   - "name"
6781   - "parent"
6782   - "msg"
6783
6784 # Detailed Test Results - DPDK Performance Results 3n-tsh
6785 - type: "table"
6786   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6787   algorithm: "table_merged_details"
6788   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6789   columns:
6790     - title: " |prein| Test Name |preout| "
6791       data: "data name"
6792     - 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| "
6793       data: "data msg"
6794   data: "dpdk-perf-results-3n-tsh"
6795   filter: "all"
6796   parameters:
6797   - "name"
6798   - "parent"
6799   - "msg"
6800
6801 ################################################################################
6802 ###                                F I L E S                                 ###
6803 ################################################################################
6804
6805 # VPP Performance Results
6806 - type: "file"
6807   title: "VPP Performance Results"
6808   algorithm: "file_details_split"
6809   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6810   dir-tables:
6811     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6812     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6813     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6814     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6815     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6816     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6817     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6818   data:
6819     - "vpp-perf-results-2n-skx"
6820     - "vpp-perf-results-3n-skx"
6821     - "vpp-perf-results-2n-clx"
6822     - "vpp-perf-results-3n-hsw"
6823     - "vpp-perf-results-3n-tsh"
6824     - "vpp-perf-results-2n-dnv"
6825     - "vpp-perf-results-3n-dnv"
6826   filter: "all"
6827   data-start-level: 4
6828   order-chapters:
6829     level-1:
6830       - "l2"
6831       - "ip4"
6832       - "ip6"
6833       - "srv6"
6834       - "ip4_tunnels"
6835       - "ip6_tunnels"
6836       - "vm_vhost"
6837       - "container_memif"
6838       - "crypto"
6839       - "vts"
6840       - "lb"
6841       - "nfv_density"
6842       - "hoststack"
6843     level-2:
6844       - "2n-skx"
6845       - "3n-skx"
6846       - "2n-clx"
6847       - "3n-hsw"
6848       - "3n-tsh"
6849       - "2n-dnv"
6850       - "3n-dnv"
6851     level-3:
6852       - "xl710"
6853       - "x520"
6854       - "xxv710"
6855       - "x710"
6856       - "x553"
6857       - "cx556a"
6858       - "vic1227"
6859       - "vic1385"
6860
6861 # VPP Performance Configuration
6862 - type: "file"
6863   title: "VPP Performance Configuration"
6864   algorithm: "file_details_split"
6865   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6866   dir-tables:
6867     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6868     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6869     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6870     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6871     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6872     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6873     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6874   data:
6875     - "vpp-perf-results-2n-skx"
6876     - "vpp-perf-results-3n-skx"
6877     - "vpp-perf-results-2n-clx"
6878     - "vpp-perf-results-3n-hsw"
6879     - "vpp-perf-results-3n-tsh"
6880     - "vpp-perf-results-2n-dnv"
6881     - "vpp-perf-results-3n-dnv"
6882   filter: "all"
6883   data-start-level: 4
6884   order-chapters:
6885     level-1:
6886       - "l2"
6887       - "ip4"
6888       - "ip6"
6889       - "srv6"
6890       - "ip4_tunnels"
6891       - "ip6_tunnels"
6892       - "vm_vhost"
6893       - "container_memif"
6894       - "crypto"
6895       - "vts"
6896       - "lb"
6897       - "nfv_density"
6898       - "hoststack"
6899     level-2:
6900       - "2n-skx"
6901       - "3n-skx"
6902       - "2n-clx"
6903       - "3n-hsw"
6904       - "3n-tsh"
6905       - "2n-dnv"
6906       - "3n-dnv"
6907     level-3:
6908       - "xl710"
6909       - "x520"
6910       - "xxv710"
6911       - "x710"
6912       - "x553"
6913       - "cx556a"
6914       - "vic1227"
6915       - "vic1385"
6916
6917 # VPP Performance Operational
6918 - type: "file"
6919   title: "VPP Performance Operational"
6920   algorithm: "file_details_split_html"
6921   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6922   dir-tables:
6923     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6924     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6925     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6926     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6927     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6928     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6929     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6930   data:
6931     - "vpp-perf-results-2n-skx"
6932     - "vpp-perf-results-3n-skx"
6933     - "vpp-perf-results-2n-clx"
6934     - "vpp-perf-results-3n-hsw"
6935     - "vpp-perf-results-3n-tsh"
6936     - "vpp-perf-results-2n-dnv"
6937     - "vpp-perf-results-3n-dnv"
6938   filter: "all"
6939   data-start-level: 4
6940   order-chapters:
6941     level-1:
6942       - "l2"
6943       - "ip4"
6944       - "ip6"
6945       - "srv6"
6946       - "ip4_tunnels"
6947       - "ip6_tunnels"
6948       - "vm_vhost"
6949       - "container_memif"
6950       - "crypto"
6951       - "vts"
6952       - "lb"
6953       - "nfv_density"
6954       - "hoststack"
6955     level-2:
6956       - "2n-skx"
6957       - "3n-skx"
6958       - "2n-clx"
6959       - "3n-hsw"
6960       - "3n-tsh"
6961       - "2n-dnv"
6962       - "3n-dnv"
6963     level-3:
6964       - "xl710"
6965       - "x520"
6966       - "xxv710"
6967       - "x710"
6968       - "x553"
6969       - "cx556a"
6970       - "vic1227"
6971       - "vic1385"
6972
6973 # VPP MRR Results
6974 - type: "file"
6975   title: "VPP MRR Results"
6976   algorithm: "file_details_split"
6977   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6978   dir-tables:
6979     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6980     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6981     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6982     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6983     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6984     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6985     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6986   data:
6987     - "vpp-mrr-results-2n-skx"
6988     - "vpp-mrr-results-3n-skx"
6989     - "vpp-mrr-results-2n-clx"
6990     - "vpp-mrr-results-3n-hsw"
6991     - "vpp-mrr-results-3n-tsh"
6992     - "vpp-mrr-results-2n-dnv"
6993     - "vpp-mrr-results-3n-dnv"
6994   filter: "all"
6995   data-start-level: 4
6996   order-chapters:
6997     level-1:
6998       - "l2"
6999       - "ip4"
7000       - "ip6"
7001       - "srv6"
7002       - "ip4_tunnels"
7003       - "ip6_tunnels"
7004       - "vm_vhost"
7005       - "container_memif"
7006       - "crypto"
7007       - "vts"
7008       - "lb"
7009       - "nfv_density"
7010       - "hoststack"
7011     level-2:
7012       - "2n-skx"
7013       - "3n-skx"
7014       - "2n-clx"
7015       - "3n-hsw"
7016       - "3n-tsh"
7017       - "2n-dnv"
7018       - "3n-dnv"
7019     level-3:
7020       - "xl710"
7021       - "x520"
7022       - "xxv710"
7023       - "x710"
7024       - "x553"
7025       - "cx556a"
7026       - "vic1227"
7027       - "vic1385"
7028
7029 # VPP MRR Configuration
7030 - type: "file"
7031   title: "VPP MRR Configuration"
7032   algorithm: "file_details_split"
7033   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7034   dir-tables:
7035     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7036     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7037     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7038     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7039     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7040     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7041     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7042   data:
7043     - "vpp-mrr-results-2n-skx"
7044     - "vpp-mrr-results-3n-skx"
7045     - "vpp-mrr-results-2n-clx"
7046     - "vpp-mrr-results-3n-hsw"
7047     - "vpp-mrr-results-3n-tsh"
7048     - "vpp-mrr-results-2n-dnv"
7049     - "vpp-mrr-results-3n-dnv"
7050   filter: "all"
7051   data-start-level: 4
7052   order-chapters:
7053     level-1:
7054       - "l2"
7055       - "ip4"
7056       - "ip6"
7057       - "srv6"
7058       - "ip4_tunnels"
7059       - "ip6_tunnels"
7060       - "vm_vhost"
7061       - "container_memif"
7062       - "crypto"
7063       - "vts"
7064       - "lb"
7065       - "nfv_density"
7066       - "hoststack"
7067     level-2:
7068       - "2n-skx"
7069       - "3n-skx"
7070       - "2n-clx"
7071       - "3n-hsw"
7072       - "3n-tsh"
7073       - "2n-dnv"
7074       - "3n-dnv"
7075     level-3:
7076       - "xl710"
7077       - "x520"
7078       - "xxv710"
7079       - "x710"
7080       - "x553"
7081       - "cx556a"
7082       - "vic1227"
7083       - "vic1385"
7084
7085 # VPP Device Results - Ubuntu
7086 - type: "file"
7087   title: "VPP Device Results - Ubuntu"
7088   algorithm: "file_test_results"
7089   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7090   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7091   data: "vpp-device-results-ubuntu"
7092   filter: "all"
7093   data-start-level: 4
7094
7095 # VPP Device Configuration - Ubuntu
7096 - type: "file"
7097   title: "VPP Device Configuration - Ubuntu"
7098   algorithm: "file_test_results"
7099   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7100   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7101   data: "vpp-device-results-ubuntu"
7102   filter: "all"
7103   data-start-level: 4
7104
7105 # DPDK Performance Results 3n-hsw
7106 - type: "file"
7107   title: "DPDK Performance Results 3n-hsw"
7108   algorithm: "file_test_results"
7109   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7110   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7111   data: "dpdk-perf-results-3n-hsw"
7112   filter: "all"
7113   data-start-level: 4
7114
7115 # DPDK Performance Results 3n-skx
7116 - type: "file"
7117   title: "DPDK Performance Results 3n-skx"
7118   algorithm: "file_test_results"
7119   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7120   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7121   data: "dpdk-perf-results-3n-skx"
7122   filter: "all"
7123   data-start-level: 4
7124
7125 # DPDK Performance Results 2n-skx
7126 - type: "file"
7127   title: "DPDK Performance Results 2n-skx"
7128   algorithm: "file_test_results"
7129   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7130   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7131   data: "dpdk-perf-results-2n-skx"
7132   filter: "all"
7133   data-start-level: 4
7134
7135 # DPDK Performance Results 2n-clx
7136 - type: "file"
7137   title: "DPDK Performance Results 2n-clx"
7138   algorithm: "file_test_results"
7139   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7140   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7141   data: "dpdk-perf-results-2n-clx"
7142   filter: "all"
7143   data-start-level: 4
7144
7145 # DPDK Performance Results 2n-dnv
7146 - type: "file"
7147   title: "DPDK Performance Results 2n-dnv"
7148   algorithm: "file_test_results"
7149   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7150   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7151   data: "dpdk-perf-results-2n-dnv"
7152   filter: "all"
7153   data-start-level: 4
7154
7155 # DPDK Performance Results 3n-dnv
7156 - type: "file"
7157   title: "DPDK Performance Results 3n-dnv"
7158   algorithm: "file_test_results"
7159   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7160   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7161   data: "dpdk-perf-results-3n-dnv"
7162   filter: "all"
7163   data-start-level: 4
7164
7165 # DPDK Performance Results 3n-tsh
7166 - type: "file"
7167   title: "DPDK Performance Results 3n-tsh"
7168   algorithm: "file_test_results"
7169   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7170   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7171   data: "dpdk-perf-results-3n-tsh"
7172   filter: "all"
7173   data-start-level: 4
7174
7175 ################################################################################
7176 ###                                P L O T S                                 ###
7177 ################################################################################
7178
7179 # Hoststack tests 3n-hsw
7180
7181 - type: "plot"
7182   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7183   algorithm: "plot_perf_box_name"
7184   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7185   data: "plot-vpp-hoststack-3n-hsw"
7186   include:
7187     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7188     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7189   layout:
7190     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7191     layout: "plot-hoststack"
7192
7193 - type: "plot"
7194   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7195   algorithm: "plot_perf_box_name"
7196   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7197   data: "plot-vpp-hoststack-3n-hsw"
7198   include:
7199     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7200     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7201   layout:
7202     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7203     layout: "plot-hoststack"
7204
7205 - type: "plot"
7206   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7207   algorithm: "plot_perf_box_name"
7208   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7209   data: "plot-vpp-hoststack-3n-hsw"
7210   include:
7211     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7212     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7213     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7214     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7215   layout:
7216     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7217     layout: "plot-hoststack"
7218
7219 ## Plots VPP HTTP Server Performance
7220 #- type: "plot"
7221 #  title: "VPP HTTP Server Performance"
7222 #  algorithm: "plot_http_server_perf_box"
7223 #  output-file-type: ".html"
7224 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7225 #  data:
7226 #    "plot-vpp-http-server-performance"
7227 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7228 #  parameters:
7229 #  - "result"
7230 #  - "name"
7231 #  traces:
7232 #    hoverinfo: "y+name"
7233 #    boxpoints: "outliers"
7234 #    whiskerwidth: 0
7235 #  layout:
7236 #    title: "VPP HTTP Server Performance"
7237 #    layout:
7238 #      "plot-cps"
7239 #
7240 #- type: "plot"
7241 #  title: "VPP HTTP Server Performance"
7242 #  algorithm: "plot_http_server_perf_box"
7243 #  output-file-type: ".html"
7244 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7245 #  data:
7246 #    "plot-vpp-http-server-performance"
7247 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7248 #  parameters:
7249 #  - "result"
7250 #  - "name"
7251 #  traces:
7252 #    hoverinfo: "y+name"
7253 #    boxpoints: "outliers"
7254 #    whiskerwidth: 0
7255 #  layout:
7256 #    title: "VPP HTTP Server Performance"
7257 #    layout:
7258 #      "plot-rps"
7259
7260 ################################################################################
7261
7262 # Soak Test (PLRsearch), boxes - 2n-clx
7263 - type: "plot"
7264   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7265   algorithm: "plot_perf_box_name"
7266   output-file-type: ".html"
7267   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7268   data: "plot-vpp-soak-2n-clx"
7269   include:
7270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7276   layout:
7277     title: "30 Minutes Soak Test (PLRsearch)"
7278     layout: "plot-soak-throughput"
7279
7280 # Soak Test (PLRsearch), boxes - 2n-clx
7281 - type: "plot"
7282   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7283   algorithm: "plot_perf_box_name"
7284   output-file-type: ".html"
7285   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7286   data: "plot-vpp-soak-2n-clx"
7287   include:
7288     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7289     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7290     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7291     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7293     - "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"
7294   layout:
7295     title: "30 Minutes Soak Test (PLRsearch)"
7296     layout: "plot-soak-throughput"
7297
7298 # Soak Test (PLRsearch), boxes - 2n-skx
7299 - type: "plot"
7300   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7301   algorithm: "plot_perf_box_name"
7302   output-file-type: ".html"
7303   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7304   data: "plot-vpp-soak-2n-skx"
7305   include:
7306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7307     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7308     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7309     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7312   layout:
7313     title: "30 Minutes Soak Test (PLRsearch)"
7314     layout: "plot-soak-throughput"
7315
7316 # Soak Test (PLRsearch), boxes - 2n-skx
7317 - type: "plot"
7318   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7319   algorithm: "plot_perf_box_name"
7320   output-file-type: ".html"
7321   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7322   data: "plot-vpp-soak-2n-skx"
7323   include:
7324     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7325     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7326     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7327     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7329     - "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"
7330   layout:
7331     title: "30 Minutes Soak Test (PLRsearch)"
7332     layout: "plot-soak-throughput"
7333
7334 ###############################################################################
7335
7336 # Reconf tests 2n-skx
7337
7338 - type: "plot"
7339   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-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-2t1c-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-2t1c-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-2t1c-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-2t1c-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-2t1c-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-2t1c-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-2t1c-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 - type: "plot"
7355   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7356   algorithm: "plot_nf_reconf_box_name"
7357   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7358   data: "plot-vpp-nfv-reconf-2n-skx"
7359   include:
7360     - "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"
7361     - "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"
7362     - "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"
7363     - "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"
7364     - "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"
7365     - "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"
7366   layout:
7367     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7368     layout: "plot-throughput"
7369
7370 - type: "plot"
7371   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7372   algorithm: "plot_nf_reconf_box_name"
7373   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7374   data: "plot-vpp-nfv-reconf-2n-skx"
7375   include:
7376     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7377     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7378     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7379     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7380     - "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"
7381     - "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"
7382   layout:
7383     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7384     layout: "plot-throughput"
7385
7386 ###############################################################################
7387
7388 # Reconf tests 2n-clx
7389
7390 - type: "plot"
7391   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7392   algorithm: "plot_nf_reconf_box_name"
7393   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7394   data: "plot-vpp-nfv-reconf-2n-clx"
7395   include:
7396     - "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"
7397     - "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"
7398     - "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"
7399     - "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"
7400   layout:
7401     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7402     layout: "plot-throughput"
7403
7404 - type: "plot"
7405   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7406   algorithm: "plot_nf_reconf_box_name"
7407   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7408   data: "plot-vpp-nfv-reconf-2n-clx"
7409   include:
7410     - "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"
7411     - "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"
7412     - "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"
7413     - "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"
7414   layout:
7415     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7416     layout: "plot-throughput"
7417
7418 - type: "plot"
7419   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7420   algorithm: "plot_nf_reconf_box_name"
7421   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7422   data: "plot-vpp-nfv-reconf-2n-clx"
7423   include:
7424     - "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"
7425     - "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"
7426     - "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"
7427     - "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"
7428   layout:
7429     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7430     layout: "plot-throughput"
7431
7432 ###############################################################################
7433
7434 # Plots - NF Density - VSC - MRR IMIX
7435 - type: "plot"
7436   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7437   algorithm: "plot_nf_heatmap"
7438   output-file-type: ".html"
7439   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7440   data: "plot-vpp-nfv-2n-skx-mrr"
7441   filter: "'NIC_Intel-XXV710' and
7442            'NF_DENSITY' and
7443            'VHOST' and
7444            not 'VXLAN' and
7445            'CHAIN' and
7446            'NF_VPPIP4' and
7447            'IMIX' and
7448            '2T1C' and
7449            'MRR'"
7450   parameters:
7451   - "result"
7452   - "name"
7453   - "tags"
7454   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7455   x-axis: "X = VNFs per Service Chain"
7456   y-axis: "Y = Number of Service Chains"
7457   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7458   layout:
7459     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7460     layout: "plot-service-density"
7461
7462 - type: "plot"
7463   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7464   algorithm: "plot_nf_heatmap"
7465   output-file-type: ".html"
7466   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7467   data: "plot-vpp-nfv-2n-skx-mrr"
7468   filter: "'NIC_Intel-XXV710' and
7469            'NF_DENSITY' and
7470            'VHOST' and
7471            not 'VXLAN' and
7472            'CHAIN' and
7473            'NF_VPPIP4' and
7474            'IMIX' and
7475            '4T2C' and
7476            'MRR'"
7477   parameters:
7478   - "result"
7479   - "name"
7480   - "tags"
7481   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7482   x-axis: "X = VNFs per Service Chain"
7483   y-axis: "Y = Number of Service Chains"
7484   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7485   layout:
7486     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7487     layout: "plot-service-density"
7488
7489 - type: "plot"
7490   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7491   algorithm: "plot_nf_heatmap"
7492   output-file-type: ".html"
7493   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7494   data: "plot-vpp-nfv-2n-skx-mrr"
7495   filter: "'NIC_Intel-XXV710' and
7496            'NF_DENSITY' and
7497            'VHOST' and
7498            not 'VXLAN' and
7499            'CHAIN' and
7500            'NF_VPPIP4' and
7501            'IMIX' and
7502            '8T4C' and
7503            'MRR'"
7504   parameters:
7505   - "result"
7506   - "name"
7507   - "tags"
7508   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7509   x-axis: "X = VNFs per Service Chain"
7510   y-axis: "Y = Number of Service Chains"
7511   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7512   layout:
7513     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7514     layout: "plot-service-density"
7515
7516 # Plots - NF Density - VSC - NDR IMIX
7517 - type: "plot"
7518   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7519   algorithm: "plot_nf_heatmap"
7520   output-file-type: ".html"
7521   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7522   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7523   filter: "'NIC_Intel-XXV710' and
7524            'NF_DENSITY' and
7525            'VHOST' and
7526            not 'VXLAN' and
7527            'CHAIN' and
7528            'NF_VPPIP4' and
7529            'IMIX' and
7530            '2T1C' and
7531            'NDRPDR'"
7532   parameters:
7533   - "throughput"
7534   - "name"
7535   - "tags"
7536   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7537   x-axis: "X = VNFs per Service Chain"
7538   y-axis: "Y = Number of Service Chains"
7539   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7540   layout:
7541     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7542     layout: "plot-service-density"
7543
7544 - type: "plot"
7545   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7546   algorithm: "plot_nf_heatmap"
7547   output-file-type: ".html"
7548   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7549   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7550   filter: "'NIC_Intel-XXV710' and
7551            'NF_DENSITY' and
7552            'VHOST' and
7553            not 'VXLAN' and
7554            'CHAIN' and
7555            'NF_VPPIP4' and
7556            'IMIX' and
7557            '4T2C' and
7558            'NDRPDR'"
7559   parameters:
7560   - "throughput"
7561   - "name"
7562   - "tags"
7563   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7564   x-axis: "X = VNFs per Service Chain"
7565   y-axis: "Y = Number of Service Chains"
7566   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7567   layout:
7568     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7569     layout: "plot-service-density"
7570
7571 - type: "plot"
7572   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7573   algorithm: "plot_nf_heatmap"
7574   output-file-type: ".html"
7575   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7576   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7577   filter: "'NIC_Intel-XXV710' and
7578            'NF_DENSITY' and
7579            'VHOST' and
7580            not 'VXLAN' and
7581            'CHAIN' and
7582            'NF_VPPIP4' and
7583            'IMIX' and
7584            '8T4C' and
7585            'NDRPDR'"
7586   parameters:
7587   - "throughput"
7588   - "name"
7589   - "tags"
7590   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7591   x-axis: "X = VNFs per Service Chain"
7592   y-axis: "Y = Number of Service Chains"
7593   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7594   layout:
7595     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7596     layout: "plot-service-density"
7597
7598 # Plots - NF Density - VSC - PDR IMIX
7599 - type: "plot"
7600   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7601   algorithm: "plot_nf_heatmap"
7602   output-file-type: ".html"
7603   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7604   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7605   filter: "'NIC_Intel-XXV710' and
7606            'NF_DENSITY' and
7607            'VHOST' and
7608            not 'VXLAN' and
7609            'CHAIN' and
7610            'NF_VPPIP4' and
7611            'IMIX' and
7612            '2T1C' and
7613            'NDRPDR'"
7614   parameters:
7615   - "throughput"
7616   - "name"
7617   - "tags"
7618   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7619   x-axis: "X = VNFs per Service Chain"
7620   y-axis: "Y = Number of Service Chains"
7621   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7622   layout:
7623     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7624     layout: "plot-service-density"
7625
7626 - type: "plot"
7627   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7628   algorithm: "plot_nf_heatmap"
7629   output-file-type: ".html"
7630   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7631   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7632   filter: "'NIC_Intel-XXV710' and
7633            'NF_DENSITY' and
7634            'VHOST' and
7635            not 'VXLAN' and
7636            'CHAIN' and
7637            'NF_VPPIP4' and
7638            'IMIX' and
7639            '4T2C' and
7640            'NDRPDR'"
7641   parameters:
7642   - "throughput"
7643   - "name"
7644   - "tags"
7645   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7646   x-axis: "X = VNFs per Service Chain"
7647   y-axis: "Y = Number of Service Chains"
7648   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7649   layout:
7650     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7651     layout: "plot-service-density"
7652
7653 - type: "plot"
7654   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7655   algorithm: "plot_nf_heatmap"
7656   output-file-type: ".html"
7657   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7658   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7659   filter: "'NIC_Intel-XXV710' and
7660            'NF_DENSITY' and
7661            'VHOST' and
7662            not 'VXLAN' and
7663            'CHAIN' and
7664            'NF_VPPIP4' and
7665            'IMIX' and
7666            '8T4C' and
7667            'NDRPDR'"
7668   parameters:
7669   - "throughput"
7670   - "name"
7671   - "tags"
7672   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7673   x-axis: "X = VNFs per Service Chain"
7674   y-axis: "Y = Number of Service Chains"
7675   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7676   layout:
7677     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7678     layout: "plot-service-density"
7679
7680 ###############################################################################
7681
7682 # Plots - NF Density - VSC - MRR IMIX
7683 - type: "plot"
7684   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7685   algorithm: "plot_nf_heatmap"
7686   output-file-type: ".html"
7687   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7688   data: "plot-vpp-nfv-2n-skx-mrr"
7689   filter: "'NIC_Intel-XXV710' and
7690            'NF_DENSITY' and
7691            'VHOST' and
7692            'VXLAN' and
7693            'CHAIN' and
7694            'IMIX' and
7695            '2T1C' and
7696            'MRR'"
7697   parameters:
7698   - "result"
7699   - "name"
7700   - "tags"
7701   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7702   x-axis: "X = VNFs per Service Chain"
7703   y-axis: "Y = Number of Service Chains"
7704   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7705   layout:
7706     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7707     layout: "plot-service-density"
7708
7709 - type: "plot"
7710   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7711   algorithm: "plot_nf_heatmap"
7712   output-file-type: ".html"
7713   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7714   data: "plot-vpp-nfv-2n-skx-mrr"
7715   filter: "'NIC_Intel-XXV710' and
7716            'NF_DENSITY' and
7717            'VHOST' and
7718            'VXLAN' and
7719            'CHAIN' and
7720            'IMIX' and
7721            '4T2C' and
7722            'MRR'"
7723   parameters:
7724   - "result"
7725   - "name"
7726   - "tags"
7727   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7728   x-axis: "X = VNFs per Service Chain"
7729   y-axis: "Y = Number of Service Chains"
7730   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7731   layout:
7732     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7733     layout: "plot-service-density"
7734
7735 - type: "plot"
7736   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7737   algorithm: "plot_nf_heatmap"
7738   output-file-type: ".html"
7739   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7740   data: "plot-vpp-nfv-2n-skx-mrr"
7741   filter: "'NIC_Intel-XXV710' and
7742            'NF_DENSITY' and
7743            'VHOST' and
7744            'VXLAN' and
7745            'CHAIN' and
7746            'IMIX' and
7747            '8T4C' and
7748            'MRR'"
7749   parameters:
7750   - "result"
7751   - "name"
7752   - "tags"
7753   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7754   x-axis: "X = VNFs per Service Chain"
7755   y-axis: "Y = Number of Service Chains"
7756   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7757   layout:
7758     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7759     layout: "plot-service-density"
7760
7761 # Plots - NF Density - VSC - NDR IMIX
7762 - type: "plot"
7763   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7764   algorithm: "plot_nf_heatmap"
7765   output-file-type: ".html"
7766   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7767   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7768   filter: "'NIC_Intel-XXV710' and
7769            'NF_DENSITY' and
7770            'VHOST' and
7771            'VXLAN' and
7772            'CHAIN' and
7773            'IMIX' and
7774            '2T1C' and
7775            'NDRPDR'"
7776   parameters:
7777   - "throughput"
7778   - "name"
7779   - "tags"
7780   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7781   x-axis: "X = VNFs per Service Chain"
7782   y-axis: "Y = Number of Service Chains"
7783   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7784   layout:
7785     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7786     layout: "plot-service-density"
7787
7788 - type: "plot"
7789   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7790   algorithm: "plot_nf_heatmap"
7791   output-file-type: ".html"
7792   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7793   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7794   filter: "'NIC_Intel-XXV710' and
7795            'NF_DENSITY' and
7796            'VHOST' and
7797            'VXLAN' and
7798            'CHAIN' and
7799            'IMIX' and
7800            '4T2C' and
7801            'NDRPDR'"
7802   parameters:
7803   - "throughput"
7804   - "name"
7805   - "tags"
7806   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7807   x-axis: "X = VNFs per Service Chain"
7808   y-axis: "Y = Number of Service Chains"
7809   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7810   layout:
7811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7812     layout: "plot-service-density"
7813
7814 - type: "plot"
7815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7816   algorithm: "plot_nf_heatmap"
7817   output-file-type: ".html"
7818   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7819   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7820   filter: "'NIC_Intel-XXV710' and
7821            'NF_DENSITY' and
7822            'VHOST' and
7823            'VXLAN' and
7824            'CHAIN' and
7825            'IMIX' and
7826            '8T4C' and
7827            'NDRPDR'"
7828   parameters:
7829   - "throughput"
7830   - "name"
7831   - "tags"
7832   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7833   x-axis: "X = VNFs per Service Chain"
7834   y-axis: "Y = Number of Service Chains"
7835   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7836   layout:
7837     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7838     layout: "plot-service-density"
7839
7840 # Plots - NF Density - VSC - PDR IMIX
7841 - type: "plot"
7842   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7843   algorithm: "plot_nf_heatmap"
7844   output-file-type: ".html"
7845   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7846   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7847   filter: "'NIC_Intel-XXV710' and
7848            'NF_DENSITY' and
7849            'VHOST' and
7850            'VXLAN' and
7851            'CHAIN' and
7852            'IMIX' and
7853            '2T1C' and
7854            'NDRPDR'"
7855   parameters:
7856   - "throughput"
7857   - "name"
7858   - "tags"
7859   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7860   x-axis: "X = VNFs per Service Chain"
7861   y-axis: "Y = Number of Service Chains"
7862   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7863   layout:
7864     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7865     layout: "plot-service-density"
7866
7867 - type: "plot"
7868   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7869   algorithm: "plot_nf_heatmap"
7870   output-file-type: ".html"
7871   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7872   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7873   filter: "'NIC_Intel-XXV710' and
7874            'NF_DENSITY' and
7875            'VHOST' and
7876            'VXLAN' and
7877            'CHAIN' and
7878            'IMIX' and
7879            '4T2C' 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-vxlan-vppip4-pdr"
7891     layout: "plot-service-density"
7892
7893 - type: "plot"
7894   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7895   algorithm: "plot_nf_heatmap"
7896   output-file-type: ".html"
7897   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7898   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7899   filter: "'NIC_Intel-XXV710' and
7900            'NF_DENSITY' and
7901            'VHOST' and
7902            'VXLAN' and
7903            'CHAIN' and
7904            'IMIX' and
7905            '8T4C' and
7906            'NDRPDR'"
7907   parameters:
7908   - "throughput"
7909   - "name"
7910   - "tags"
7911   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7912   x-axis: "X = VNFs per Service Chain"
7913   y-axis: "Y = Number of Service Chains"
7914   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7915   layout:
7916     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7917     layout: "plot-service-density"
7918
7919 ###############################################################################
7920
7921 # Plots - NF Density - CSC - MRR IMIX
7922 - type: "plot"
7923   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7924   algorithm: "plot_nf_heatmap"
7925   output-file-type: ".html"
7926   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7927   data: "plot-vpp-nfv-2n-skx-mrr"
7928   filter: "'NIC_Intel-XXV710' and
7929            'NF_DENSITY' and
7930            'DOCKER' and
7931            'CHAIN' and
7932            'NF_VPPIP4' and
7933            'IMIX' and
7934            '2T1C' and
7935            'MRR'"
7936   parameters:
7937   - "result"
7938   - "name"
7939   - "tags"
7940   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7941   x-axis: "X = CNFs per Service Chain"
7942   y-axis: "Y = Number of Service Chains"
7943   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7944   layout:
7945     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7946     layout: "plot-service-density"
7947
7948 - type: "plot"
7949   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7950   algorithm: "plot_nf_heatmap"
7951   output-file-type: ".html"
7952   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7953   data: "plot-vpp-nfv-2n-skx-mrr"
7954   filter: "'NIC_Intel-XXV710' and
7955            'NF_DENSITY' and
7956            'DOCKER' and
7957            'CHAIN' and
7958            'NF_VPPIP4' and
7959            'IMIX' and
7960            '4T2C' and
7961            'MRR'"
7962   parameters:
7963   - "result"
7964   - "name"
7965   - "tags"
7966   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7967   x-axis: "X = CNFs per Service Chain"
7968   y-axis: "Y = Number of Service Chains"
7969   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7970   layout:
7971     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7972     layout: "plot-service-density"
7973
7974 - type: "plot"
7975   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7976   algorithm: "plot_nf_heatmap"
7977   output-file-type: ".html"
7978   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7979   data: "plot-vpp-nfv-2n-skx-mrr"
7980   filter: "'NIC_Intel-XXV710' and
7981            'NF_DENSITY' and
7982            'DOCKER' and
7983            'CHAIN' and
7984            'NF_VPPIP4' and
7985            'IMIX' and
7986            '8T4C' and
7987            'MRR'"
7988   parameters:
7989   - "result"
7990   - "name"
7991   - "tags"
7992   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7993   x-axis: "X = CNFs 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}mif-{XY}dcr-vppip4-mrr"
7998     layout: "plot-service-density"
7999
8000 # Plots - NF Density - CSC - NDR IMIX
8001 - type: "plot"
8002   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8003   algorithm: "plot_nf_heatmap"
8004   output-file-type: ".html"
8005   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8006   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8007   filter: "'NIC_Intel-XXV710' and
8008            'NF_DENSITY' and
8009            'DOCKER' and
8010            'CHAIN' and
8011            'NF_VPPIP4' and
8012            'IMIX' and
8013            '2T1C' and
8014            'NDRPDR'"
8015   parameters:
8016   - "throughput"
8017   - "name"
8018   - "tags"
8019   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8020   x-axis: "X = CNFs per Service Chain"
8021   y-axis: "Y = Number of Service Chains"
8022   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8023   layout:
8024     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8025     layout: "plot-service-density"
8026
8027 - type: "plot"
8028   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8029   algorithm: "plot_nf_heatmap"
8030   output-file-type: ".html"
8031   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8032   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8033   filter: "'NIC_Intel-XXV710' and
8034            'NF_DENSITY' and
8035            'DOCKER' and
8036            'CHAIN' and
8037            'NF_VPPIP4' and
8038            'IMIX' and
8039            '4T2C' and
8040            'NDRPDR'"
8041   parameters:
8042   - "throughput"
8043   - "name"
8044   - "tags"
8045   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8046   x-axis: "X = CNFs per Service Chain"
8047   y-axis: "Y = Number of Service Chains"
8048   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8049   layout:
8050     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8051     layout: "plot-service-density"
8052
8053 - type: "plot"
8054   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8055   algorithm: "plot_nf_heatmap"
8056   output-file-type: ".html"
8057   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8058   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8059   filter: "'NIC_Intel-XXV710' and
8060            'NF_DENSITY' and
8061            'DOCKER' and
8062            'CHAIN' and
8063            'NF_VPPIP4' and
8064            'IMIX' and
8065            '8T4C' and
8066            'NDRPDR'"
8067   parameters:
8068   - "throughput"
8069   - "name"
8070   - "tags"
8071   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8072   x-axis: "X = CNFs per Service Chain"
8073   y-axis: "Y = Number of Service Chains"
8074   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8075   layout:
8076     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8077     layout: "plot-service-density"
8078
8079 # Plots - NF Density - CSC - PDR IMIX
8080 - type: "plot"
8081   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8082   algorithm: "plot_nf_heatmap"
8083   output-file-type: ".html"
8084   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8085   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8086   filter: "'NIC_Intel-XXV710' and
8087            'NF_DENSITY' and
8088            'DOCKER' and
8089            'CHAIN' and
8090            'NF_VPPIP4' and
8091            'IMIX' and
8092            '2T1C' and
8093            'NDRPDR'"
8094   parameters:
8095   - "throughput"
8096   - "name"
8097   - "tags"
8098   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8099   x-axis: "X = CNFs per Service Chain"
8100   y-axis: "Y = Number of Service Chains"
8101   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8102   layout:
8103     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8104     layout: "plot-service-density"
8105
8106 - type: "plot"
8107   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8108   algorithm: "plot_nf_heatmap"
8109   output-file-type: ".html"
8110   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8111   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8112   filter: "'NIC_Intel-XXV710' and
8113            'NF_DENSITY' and
8114            'DOCKER' and
8115            'CHAIN' and
8116            'NF_VPPIP4' and
8117            'IMIX' and
8118            '4T2C' and
8119            'NDRPDR'"
8120   parameters:
8121   - "throughput"
8122   - "name"
8123   - "tags"
8124   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8125   x-axis: "X = CNFs per Service Chain"
8126   y-axis: "Y = Number of Service Chains"
8127   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8128   layout:
8129     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8130     layout: "plot-service-density"
8131
8132 - type: "plot"
8133   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8134   algorithm: "plot_nf_heatmap"
8135   output-file-type: ".html"
8136   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8137   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8138   filter: "'NIC_Intel-XXV710' and
8139            'NF_DENSITY' and
8140            'DOCKER' and
8141            'CHAIN' and
8142            'NF_VPPIP4' and
8143            'IMIX' and
8144            '8T4C' and
8145            'NDRPDR'"
8146   parameters:
8147   - "throughput"
8148   - "name"
8149   - "tags"
8150   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8151   x-axis: "X = CNFs per Service Chain"
8152   y-axis: "Y = Number of Service Chains"
8153   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8154   layout:
8155     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8156     layout: "plot-service-density"
8157
8158 ################################################################################
8159 #
8160 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8161 #- type: "plot"
8162 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8163 #  algorithm: "plot_nf_heatmap"
8164 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8165 #  data: "plot-vpp-nfv-3n-skx-mrr"
8166 #  filter: "'NIC_Intel-XXV710' and
8167 #           'NF_DENSITY' and
8168 #           'DOCKER' and
8169 #           'CHAIN' and
8170 #           'NF_VPPIP4' and
8171 #           'IPSEC' and
8172 #           'TNL_4' and
8173 #           'IMIX' and
8174 #           '2T1C' and
8175 #           'MRR'"
8176 #  parameters:
8177 #  - "result"
8178 #  - "name"
8179 #  - "tags"
8180 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8181 #  x-axis: "X = CNFs per Service Chain"
8182 #  y-axis: "Y = Number of Service Chains"
8183 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8184 #  layout:
8185 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8186 #    layout: "plot-service-density"
8187 #
8188 #- type: "plot"
8189 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8190 #  algorithm: "plot_nf_heatmap"
8191 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8192 #  data: "plot-vpp-nfv-3n-skx-mrr"
8193 #  filter: "'NIC_Intel-XXV710' and
8194 #           'NF_DENSITY' and
8195 #           'DOCKER' and
8196 #           'CHAIN' and
8197 #           'NF_VPPIP4' and
8198 #           'IPSEC' and
8199 #           'TNL_4' and
8200 #           'IMIX' and
8201 #           '4T2C' and
8202 #           'MRR'"
8203 #  parameters:
8204 #  - "result"
8205 #  - "name"
8206 #  - "tags"
8207 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8208 #  x-axis: "X = CNFs per Service Chain"
8209 #  y-axis: "Y = Number of Service Chains"
8210 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8211 #  layout:
8212 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8213 #    layout: "plot-service-density"
8214 #
8215 #- type: "plot"
8216 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8217 #  algorithm: "plot_nf_heatmap"
8218 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8219 #  data: "plot-vpp-nfv-3n-skx-mrr"
8220 #  filter: "'NIC_Intel-XXV710' and
8221 #           'NF_DENSITY' and
8222 #           'DOCKER' and
8223 #           'CHAIN' and
8224 #           'NF_VPPIP4' and
8225 #           'IPSEC' and
8226 #           'TNL_4' and
8227 #           'IMIX' and
8228 #           '8T4C' and
8229 #           'MRR'"
8230 #  parameters:
8231 #  - "result"
8232 #  - "name"
8233 #  - "tags"
8234 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8235 #  x-axis: "X = CNFs per Service Chain"
8236 #  y-axis: "Y = Number of Service Chains"
8237 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8238 #  layout:
8239 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8240 #    layout: "plot-service-density"
8241
8242 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8243 - type: "plot"
8244   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8245   algorithm: "plot_nf_heatmap"
8246   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8247   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8248   filter: "'NIC_Intel-XXV710' and
8249            'NF_DENSITY' and
8250            'DOCKER' and
8251            'CHAIN' and
8252            'NF_VPPIP4' and
8253            'IPSEC' and
8254            'TNL_4' and
8255            'IMIX' and
8256            '2T1C' and
8257            'NDRPDR'"
8258   parameters:
8259   - "throughput"
8260   - "name"
8261   - "tags"
8262   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8263   x-axis: "X = CNFs per Service Chain"
8264   y-axis: "Y = Number of Service Chains"
8265   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8266   layout:
8267     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8268     layout: "plot-service-density"
8269
8270 - type: "plot"
8271   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8272   algorithm: "plot_nf_heatmap"
8273   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8274   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8275   filter: "'NIC_Intel-XXV710' and
8276            'NF_DENSITY' and
8277            'DOCKER' and
8278            'CHAIN' and
8279            'NF_VPPIP4' and
8280            'IPSEC' and
8281            'TNL_4' and
8282            'IMIX' and
8283            '4T2C' and
8284            'NDRPDR'"
8285   parameters:
8286   - "throughput"
8287   - "name"
8288   - "tags"
8289   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8290   x-axis: "X = CNFs per Service Chain"
8291   y-axis: "Y = Number of Service Chains"
8292   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8293   layout:
8294     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8295     layout: "plot-service-density"
8296
8297 - type: "plot"
8298   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8299   algorithm: "plot_nf_heatmap"
8300   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8301   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8302   filter: "'NIC_Intel-XXV710' and
8303            'NF_DENSITY' and
8304            'DOCKER' and
8305            'CHAIN' and
8306            'NF_VPPIP4' and
8307            'IPSEC' and
8308            'TNL_4' and
8309            'IMIX' and
8310            '8T4C' and
8311            'NDRPDR'"
8312   parameters:
8313   - "throughput"
8314   - "name"
8315   - "tags"
8316   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8317   x-axis: "X = CNFs per Service Chain"
8318   y-axis: "Y = Number of Service Chains"
8319   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8320   layout:
8321     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8322     layout: "plot-service-density"
8323
8324 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8325 - type: "plot"
8326   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8327   algorithm: "plot_nf_heatmap"
8328   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8329   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8330   filter: "'NIC_Intel-XXV710' and
8331            'NF_DENSITY' and
8332            'DOCKER' and
8333            'CHAIN' and
8334            'NF_VPPIP4' and
8335            'IPSEC' and
8336            'TNL_4' and
8337            'IMIX' and
8338            '2T1C' and
8339            'NDRPDR'"
8340   parameters:
8341   - "throughput"
8342   - "name"
8343   - "tags"
8344   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8345   x-axis: "X = CNFs per Service Chain"
8346   y-axis: "Y = Number of Service Chains"
8347   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8348   layout:
8349     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8350     layout: "plot-service-density"
8351
8352 - type: "plot"
8353   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8354   algorithm: "plot_nf_heatmap"
8355   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8356   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8357   filter: "'NIC_Intel-XXV710' and
8358            'NF_DENSITY' and
8359            'DOCKER' and
8360            'CHAIN' and
8361            'NF_VPPIP4' and
8362            'IPSEC' and
8363            'TNL_4' and
8364            'IMIX' and
8365            '4T2C' and
8366            'NDRPDR'"
8367   parameters:
8368   - "throughput"
8369   - "name"
8370   - "tags"
8371   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8372   x-axis: "X = CNFs per Service Chain"
8373   y-axis: "Y = Number of Service Chains"
8374   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8375   layout:
8376     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8377     layout: "plot-service-density"
8378
8379 - type: "plot"
8380   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8381   algorithm: "plot_nf_heatmap"
8382   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8383   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8384   filter: "'NIC_Intel-XXV710' and
8385            'NF_DENSITY' and
8386            'DOCKER' and
8387            'CHAIN' and
8388            'NF_VPPIP4' and
8389            'IPSEC' and
8390            'TNL_4' and
8391            'IMIX' and
8392            '8T4C' and
8393            'NDRPDR'"
8394   parameters:
8395   - "throughput"
8396   - "name"
8397   - "tags"
8398   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8399   x-axis: "X = CNFs per Service Chain"
8400   y-axis: "Y = Number of Service Chains"
8401   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8402   layout:
8403     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8404     layout: "plot-service-density"
8405
8406 ###############################################################################
8407
8408 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8409 #- type: "plot"
8410 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8411 #  algorithm: "plot_nf_heatmap"
8412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8413 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8414 #  filter: "'NIC_Intel-XL710' and
8415 #           'NF_DENSITY' and
8416 #           'DOCKER' and
8417 #           'CHAIN' and
8418 #           'NF_VPPIP4' and
8419 #           'IMIX' and
8420 #           'TNL_4' and
8421 #           '1T1C' and
8422 #           'MRR'"
8423 #  parameters:
8424 #  - "result"
8425 #  - "name"
8426 #  - "tags"
8427 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8428 #  x-axis: "X = CNFs per Service Chain"
8429 #  y-axis: "Y = Number of Service Chains"
8430 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8431 #  layout:
8432 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8433 #    layout: "plot-service-density"
8434 #
8435 #- type: "plot"
8436 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8437 #  algorithm: "plot_nf_heatmap"
8438 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8439 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8440 #  filter: "'NIC_Intel-XL710' and
8441 #           'NF_DENSITY' and
8442 #           'DOCKER' and
8443 #           'CHAIN' and
8444 #           'NF_VPPIP4' and
8445 #           'IPSEC' and
8446 #           'TNL_4' and
8447 #           'IMIX' and
8448 #           '2T2C' and
8449 #           'MRR'"
8450 #  parameters:
8451 #  - "result"
8452 #  - "name"
8453 #  - "tags"
8454 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8455 #  x-axis: "X = CNFs per Service Chain"
8456 #  y-axis: "Y = Number of Service Chains"
8457 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8458 #  layout:
8459 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8460 #    layout: "plot-service-density"
8461 #
8462 #- type: "plot"
8463 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8464 #  algorithm: "plot_nf_heatmap"
8465 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8466 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8467 #  filter: "'NIC_Intel-XL710' and
8468 #           'NF_DENSITY' and
8469 #           'DOCKER' and
8470 #           'CHAIN' and
8471 #           'NF_VPPIP4' and
8472 #           'IPSEC' and
8473 #           'TNL_4' and
8474 #           'IMIX' and
8475 #           '4T4C' and
8476 #           'MRR'"
8477 #  parameters:
8478 #  - "result"
8479 #  - "name"
8480 #  - "tags"
8481 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8482 #  x-axis: "X = CNFs per Service Chain"
8483 #  y-axis: "Y = Number of Service Chains"
8484 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8485 #  layout:
8486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8487 #    layout: "plot-service-density"
8488
8489 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8490 #- type: "plot"
8491 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8492 #  algorithm: "plot_nf_heatmap"
8493 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8494 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8495 #  filter: "'NIC_Intel-XL710' and
8496 #           'NF_DENSITY' and
8497 #           'DOCKER' and
8498 #           'CHAIN' and
8499 #           'NF_VPPIP4' and
8500 #           'IPSEC' and
8501 #           'TNL_4' and
8502 #           'IMIX' and
8503 #           '1T1C' and
8504 #           'NDRPDR'"
8505 #  parameters:
8506 #  - "throughput"
8507 #  - "name"
8508 #  - "tags"
8509 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8510 #  x-axis: "X = CNFs per Service Chain"
8511 #  y-axis: "Y = Number of Service Chains"
8512 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8513 #  layout:
8514 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8515 #    layout: "plot-service-density"
8516 #
8517 #- type: "plot"
8518 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8519 #  algorithm: "plot_nf_heatmap"
8520 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8521 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8522 #  filter: "'NIC_Intel-XL710' and
8523 #           'NF_DENSITY' and
8524 #           'DOCKER' and
8525 #           'CHAIN' and
8526 #           'NF_VPPIP4' and
8527 #           'IPSEC' and
8528 #           'TNL_4' and
8529 #           'IMIX' and
8530 #           '2T2C' and
8531 #           'NDRPDR'"
8532 #  parameters:
8533 #  - "throughput"
8534 #  - "name"
8535 #  - "tags"
8536 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8537 #  x-axis: "X = CNFs per Service Chain"
8538 #  y-axis: "Y = Number of Service Chains"
8539 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8540 #  layout:
8541 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8542 #    layout: "plot-service-density"
8543 #
8544 #- type: "plot"
8545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8546 #  algorithm: "plot_nf_heatmap"
8547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8548 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8549 #  filter: "'NIC_Intel-XL710' and
8550 #           'NF_DENSITY' and
8551 #           'DOCKER' and
8552 #           'CHAIN' and
8553 #           'NF_VPPIP4' and
8554 #           'IPSEC' and
8555 #           'TNL_4' and
8556 #           'IMIX' and
8557 #           '4T4C' and
8558 #           'NDRPDR'"
8559 #  parameters:
8560 #  - "throughput"
8561 #  - "name"
8562 #  - "tags"
8563 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8564 #  x-axis: "X = CNFs per Service Chain"
8565 #  y-axis: "Y = Number of Service Chains"
8566 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8567 #  layout:
8568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8569 #    layout: "plot-service-density"
8570 #
8571 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8572 #- type: "plot"
8573 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8574 #  algorithm: "plot_nf_heatmap"
8575 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8576 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8577 #  filter: "'NIC_Intel-XL710' and
8578 #           'NF_DENSITY' and
8579 #           'DOCKER' and
8580 #           'CHAIN' and
8581 #           'NF_VPPIP4' and
8582 #           'IPSEC' and
8583 #           'TNL_4' and
8584 #           'IMIX' and
8585 #           '1T1C' and
8586 #           'NDRPDR'"
8587 #  parameters:
8588 #  - "throughput"
8589 #  - "name"
8590 #  - "tags"
8591 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8592 #  x-axis: "X = CNFs per Service Chain"
8593 #  y-axis: "Y = Number of Service Chains"
8594 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8595 #  layout:
8596 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8597 #    layout: "plot-service-density"
8598 #
8599 #- type: "plot"
8600 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8601 #  algorithm: "plot_nf_heatmap"
8602 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8603 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8604 #  filter: "'NIC_Intel-XL710' and
8605 #           'NF_DENSITY' and
8606 #           'DOCKER' and
8607 #           'CHAIN' and
8608 #           'NF_VPPIP4' and
8609 #           'IPSEC' and
8610 #           'TNL_4' and
8611 #           'IMIX' and
8612 #           '2T2C' and
8613 #           'NDRPDR'"
8614 #  parameters:
8615 #  - "throughput"
8616 #  - "name"
8617 #  - "tags"
8618 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8619 #  x-axis: "X = CNFs per Service Chain"
8620 #  y-axis: "Y = Number of Service Chains"
8621 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8622 #  layout:
8623 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8624 #    layout: "plot-service-density"
8625 #
8626 #- type: "plot"
8627 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8628 #  algorithm: "plot_nf_heatmap"
8629 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8630 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8631 #  filter: "'NIC_Intel-XL710' and
8632 #           'NF_DENSITY' and
8633 #           'DOCKER' and
8634 #           'CHAIN' and
8635 #           'NF_VPPIP4' and
8636 #           'IPSEC' and
8637 #           'TNL_4' and
8638 #           'IMIX' and
8639 #           '4T4C' and
8640 #           'NDRPDR'"
8641 #  parameters:
8642 #  - "throughput"
8643 #  - "name"
8644 #  - "tags"
8645 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8646 #  x-axis: "X = CNFs per Service Chain"
8647 #  y-axis: "Y = Number of Service Chains"
8648 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8649 #  layout:
8650 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8651 #    layout: "plot-service-density"
8652
8653 ###############################################################################
8654
8655 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8656 #- type: "plot"
8657 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8658 #  algorithm: "plot_nf_heatmap"
8659 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8660 #  data: "plot-vpp-nfv-3n-skx-mrr"
8661 #  filter: "'NIC_Intel-XXV710' and
8662 #           'NF_DENSITY' and
8663 #           'DOCKER' and
8664 #           'CHAIN' and
8665 #           'NF_VPPIP4' and
8666 #           'IPSEC' and
8667 #           'TNL_1000' and
8668 #           'IMIX' and
8669 #           '2T1C' and
8670 #           'MRR'"
8671 #  parameters:
8672 #  - "result"
8673 #  - "name"
8674 #  - "tags"
8675 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8676 #  x-axis: "X = CNFs per Service Chain"
8677 #  y-axis: "Y = Number of Service Chains"
8678 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8679 #  layout:
8680 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8681 #    layout: "plot-service-density"
8682 #
8683 #- type: "plot"
8684 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8685 #  algorithm: "plot_nf_heatmap"
8686 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8687 #  data: "plot-vpp-nfv-3n-skx-mrr"
8688 #  filter: "'NIC_Intel-XXV710' and
8689 #           'NF_DENSITY' and
8690 #           'DOCKER' and
8691 #           'CHAIN' and
8692 #           'NF_VPPIP4' and
8693 #           'IPSEC' and
8694 #           'TNL_1000' and
8695 #           'IMIX' and
8696 #           '4T2C' and
8697 #           'MRR'"
8698 #  parameters:
8699 #  - "result"
8700 #  - "name"
8701 #  - "tags"
8702 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8703 #  x-axis: "X = CNFs per Service Chain"
8704 #  y-axis: "Y = Number of Service Chains"
8705 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8706 #  layout:
8707 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8708 #    layout: "plot-service-density"
8709 #
8710 #- type: "plot"
8711 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8712 #  algorithm: "plot_nf_heatmap"
8713 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8714 #  data: "plot-vpp-nfv-3n-skx-mrr"
8715 #  filter: "'NIC_Intel-XXV710' and
8716 #           'NF_DENSITY' and
8717 #           'DOCKER' and
8718 #           'CHAIN' and
8719 #           'NF_VPPIP4' and
8720 #           'IPSEC' and
8721 #           'TNL_1000' and
8722 #           'IMIX' and
8723 #           '8T4C' and
8724 #           'MRR'"
8725 #  parameters:
8726 #  - "result"
8727 #  - "name"
8728 #  - "tags"
8729 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8730 #  x-axis: "X = CNFs per Service Chain"
8731 #  y-axis: "Y = Number of Service Chains"
8732 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8733 #  layout:
8734 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8735 #    layout: "plot-service-density"
8736
8737 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8738 - type: "plot"
8739   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8740   algorithm: "plot_nf_heatmap"
8741   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8742   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8743   filter: "'NIC_Intel-XXV710' and
8744            'NF_DENSITY' and
8745            'DOCKER' and
8746            'CHAIN' and
8747            'NF_VPPIP4' and
8748            'IPSEC' and
8749            'TNL_1000' and
8750            'IMIX' and
8751            '2T1C' and
8752            'NDRPDR'"
8753   parameters:
8754   - "throughput"
8755   - "name"
8756   - "tags"
8757   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8758   x-axis: "X = CNFs per Service Chain"
8759   y-axis: "Y = Number of Service Chains"
8760   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8761   layout:
8762     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8763     layout: "plot-service-density"
8764
8765 - type: "plot"
8766   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8767   algorithm: "plot_nf_heatmap"
8768   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8769   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8770   filter: "'NIC_Intel-XXV710' and
8771            'NF_DENSITY' and
8772            'DOCKER' and
8773            'CHAIN' and
8774            'NF_VPPIP4' and
8775            'IPSEC' and
8776            'TNL_1000' and
8777            'IMIX' and
8778            '4T2C' and
8779            'NDRPDR'"
8780   parameters:
8781   - "throughput"
8782   - "name"
8783   - "tags"
8784   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8785   x-axis: "X = CNFs per Service Chain"
8786   y-axis: "Y = Number of Service Chains"
8787   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8788   layout:
8789     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8790     layout: "plot-service-density"
8791
8792 - type: "plot"
8793   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8794   algorithm: "plot_nf_heatmap"
8795   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8796   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8797   filter: "'NIC_Intel-XXV710' and
8798            'NF_DENSITY' and
8799            'DOCKER' and
8800            'CHAIN' and
8801            'NF_VPPIP4' and
8802            'IPSEC' and
8803            'TNL_1000' and
8804            'IMIX' and
8805            '8T4C' and
8806            'NDRPDR'"
8807   parameters:
8808   - "throughput"
8809   - "name"
8810   - "tags"
8811   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8812   x-axis: "X = CNFs per Service Chain"
8813   y-axis: "Y = Number of Service Chains"
8814   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8815   layout:
8816     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8817     layout: "plot-service-density"
8818
8819 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8820 - type: "plot"
8821   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8822   algorithm: "plot_nf_heatmap"
8823   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8824   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8825   filter: "'NIC_Intel-XXV710' and
8826            'NF_DENSITY' and
8827            'DOCKER' and
8828            'CHAIN' and
8829            'NF_VPPIP4' and
8830            'IPSEC' and
8831            'TNL_1000' and
8832            'IMIX' and
8833            '2T1C' and
8834            'NDRPDR'"
8835   parameters:
8836   - "throughput"
8837   - "name"
8838   - "tags"
8839   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8840   x-axis: "X = CNFs per Service Chain"
8841   y-axis: "Y = Number of Service Chains"
8842   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8843   layout:
8844     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8845     layout: "plot-service-density"
8846
8847 - type: "plot"
8848   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8849   algorithm: "plot_nf_heatmap"
8850   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8851   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8852   filter: "'NIC_Intel-XXV710' and
8853            'NF_DENSITY' and
8854            'DOCKER' and
8855            'CHAIN' and
8856            'NF_VPPIP4' and
8857            'IPSEC' and
8858            'TNL_1000' and
8859            'IMIX' and
8860            '4T2C' and
8861            'NDRPDR'"
8862   parameters:
8863   - "throughput"
8864   - "name"
8865   - "tags"
8866   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8867   x-axis: "X = CNFs per Service Chain"
8868   y-axis: "Y = Number of Service Chains"
8869   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8870   layout:
8871     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8872     layout: "plot-service-density"
8873
8874 - type: "plot"
8875   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8876   algorithm: "plot_nf_heatmap"
8877   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8878   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8879   filter: "'NIC_Intel-XXV710' and
8880            'NF_DENSITY' and
8881            'DOCKER' and
8882            'CHAIN' and
8883            'NF_VPPIP4' and
8884            'IPSEC' and
8885            'TNL_1000' and
8886            'IMIX' and
8887            '8T4C' and
8888            'NDRPDR'"
8889   parameters:
8890   - "throughput"
8891   - "name"
8892   - "tags"
8893   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8894   x-axis: "X = CNFs per Service Chain"
8895   y-axis: "Y = Number of Service Chains"
8896   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8897   layout:
8898     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8899     layout: "plot-service-density"
8900
8901 ###############################################################################
8902
8903 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8904 #- type: "plot"
8905 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8906 #  algorithm: "plot_nf_heatmap"
8907 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8908 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8909 #  filter: "'NIC_Intel-XL710' and
8910 #           'NF_DENSITY' and
8911 #           'DOCKER' and
8912 #           'CHAIN' and
8913 #           'NF_VPPIP4' and
8914 #           'IMIX' and
8915 #           'TNL_1000' and
8916 #           '1T1C' and
8917 #           'MRR'"
8918 #  parameters:
8919 #  - "result"
8920 #  - "name"
8921 #  - "tags"
8922 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8923 #  x-axis: "X = CNFs per Service Chain"
8924 #  y-axis: "Y = Number of Service Chains"
8925 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8926 #  layout:
8927 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8928 #    layout: "plot-service-density"
8929 #
8930 #- type: "plot"
8931 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8932 #  algorithm: "plot_nf_heatmap"
8933 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8934 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8935 #  filter: "'NIC_Intel-XL710' and
8936 #           'NF_DENSITY' and
8937 #           'DOCKER' and
8938 #           'CHAIN' and
8939 #           'NF_VPPIP4' and
8940 #           'IPSEC' and
8941 #           'TNL_1000' and
8942 #           'IMIX' and
8943 #           '2T2C' and
8944 #           'MRR'"
8945 #  parameters:
8946 #  - "result"
8947 #  - "name"
8948 #  - "tags"
8949 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8950 #  x-axis: "X = CNFs per Service Chain"
8951 #  y-axis: "Y = Number of Service Chains"
8952 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8953 #  layout:
8954 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8955 #    layout: "plot-service-density"
8956 #
8957 #- type: "plot"
8958 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8959 #  algorithm: "plot_nf_heatmap"
8960 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8961 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8962 #  filter: "'NIC_Intel-XL710' and
8963 #           'NF_DENSITY' and
8964 #           'DOCKER' and
8965 #           'CHAIN' and
8966 #           'NF_VPPIP4' and
8967 #           'IPSEC' and
8968 #           'TNL_1000' and
8969 #           'IMIX' and
8970 #           '4T4C' and
8971 #           'MRR'"
8972 #  parameters:
8973 #  - "result"
8974 #  - "name"
8975 #  - "tags"
8976 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8977 #  x-axis: "X = CNFs per Service Chain"
8978 #  y-axis: "Y = Number of Service Chains"
8979 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8980 #  layout:
8981 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8982 #    layout: "plot-service-density"
8983
8984 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8985 #- type: "plot"
8986 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8987 #  algorithm: "plot_nf_heatmap"
8988 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8989 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8990 #  filter: "'NIC_Intel-XL710' and
8991 #           'NF_DENSITY' and
8992 #           'DOCKER' and
8993 #           'CHAIN' and
8994 #           'NF_VPPIP4' and
8995 #           'IPSEC' and
8996 #           'TNL_1000' and
8997 #           'IMIX' and
8998 #           '1T1C' and
8999 #           'NDRPDR'"
9000 #  parameters:
9001 #  - "throughput"
9002 #  - "name"
9003 #  - "tags"
9004 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9005 #  x-axis: "X = CNFs per Service Chain"
9006 #  y-axis: "Y = Number of Service Chains"
9007 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9008 #  layout:
9009 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9010 #    layout: "plot-service-density"
9011 #
9012 #- type: "plot"
9013 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9014 #  algorithm: "plot_nf_heatmap"
9015 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9016 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9017 #  filter: "'NIC_Intel-XL710' and
9018 #           'NF_DENSITY' and
9019 #           'DOCKER' and
9020 #           'CHAIN' and
9021 #           'NF_VPPIP4' and
9022 #           'IPSEC' and
9023 #           'TNL_1000' and
9024 #           'IMIX' and
9025 #           '2T2C' and
9026 #           'NDRPDR'"
9027 #  parameters:
9028 #  - "throughput"
9029 #  - "name"
9030 #  - "tags"
9031 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9032 #  x-axis: "X = CNFs per Service Chain"
9033 #  y-axis: "Y = Number of Service Chains"
9034 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9035 #  layout:
9036 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9037 #    layout: "plot-service-density"
9038 #
9039 #- type: "plot"
9040 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9041 #  algorithm: "plot_nf_heatmap"
9042 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9043 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9044 #  filter: "'NIC_Intel-XL710' and
9045 #           'NF_DENSITY' and
9046 #           'DOCKER' and
9047 #           'CHAIN' and
9048 #           'NF_VPPIP4' and
9049 #           'IPSEC' and
9050 #           'TNL_1000' and
9051 #           'IMIX' and
9052 #           '4T4C' and
9053 #           'NDRPDR'"
9054 #  parameters:
9055 #  - "throughput"
9056 #  - "name"
9057 #  - "tags"
9058 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9059 #  x-axis: "X = CNFs per Service Chain"
9060 #  y-axis: "Y = Number of Service Chains"
9061 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9062 #  layout:
9063 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9064 #    layout: "plot-service-density"
9065 #
9066 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9067 #- type: "plot"
9068 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9069 #  algorithm: "plot_nf_heatmap"
9070 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9071 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9072 #  filter: "'NIC_Intel-XL710' and
9073 #           'NF_DENSITY' and
9074 #           'DOCKER' and
9075 #           'CHAIN' and
9076 #           'NF_VPPIP4' and
9077 #           'IPSEC' and
9078 #           'TNL_1000' and
9079 #           'IMIX' and
9080 #           '1T1C' and
9081 #           'NDRPDR'"
9082 #  parameters:
9083 #  - "throughput"
9084 #  - "name"
9085 #  - "tags"
9086 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9087 #  x-axis: "X = CNFs per Service Chain"
9088 #  y-axis: "Y = Number of Service Chains"
9089 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9090 #  layout:
9091 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9092 #    layout: "plot-service-density"
9093 #
9094 #- type: "plot"
9095 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9096 #  algorithm: "plot_nf_heatmap"
9097 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9098 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9099 #  filter: "'NIC_Intel-XL710' and
9100 #           'NF_DENSITY' and
9101 #           'DOCKER' and
9102 #           'CHAIN' and
9103 #           'NF_VPPIP4' and
9104 #           'IPSEC' and
9105 #           'TNL_1000' and
9106 #           'IMIX' and
9107 #           '2T2C' and
9108 #           'NDRPDR'"
9109 #  parameters:
9110 #  - "throughput"
9111 #  - "name"
9112 #  - "tags"
9113 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9114 #  x-axis: "X = CNFs per Service Chain"
9115 #  y-axis: "Y = Number of Service Chains"
9116 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9117 #  layout:
9118 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9119 #    layout: "plot-service-density"
9120 #
9121 #- type: "plot"
9122 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9123 #  algorithm: "plot_nf_heatmap"
9124 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9125 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9126 #  filter: "'NIC_Intel-XL710' and
9127 #           'NF_DENSITY' and
9128 #           'DOCKER' and
9129 #           'CHAIN' and
9130 #           'NF_VPPIP4' and
9131 #           'IPSEC' and
9132 #           'TNL_1000' and
9133 #           'IMIX' and
9134 #           '4T4C' and
9135 #           'NDRPDR'"
9136 #  parameters:
9137 #  - "throughput"
9138 #  - "name"
9139 #  - "tags"
9140 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9141 #  x-axis: "X = CNFs per Service Chain"
9142 #  y-axis: "Y = Number of Service Chains"
9143 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9144 #  layout:
9145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9146 #    layout: "plot-service-density"
9147
9148 ###############################################################################
9149
9150 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9151 #- type: "plot"
9152 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9153 #  algorithm: "plot_nf_heatmap"
9154 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9155 #  data: "plot-vpp-nfv-3n-skx-mrr"
9156 #  filter: "'NIC_Intel-XXV710' and
9157 #           'NF_DENSITY' and
9158 #           'DOCKER' and
9159 #           'CHAIN' and
9160 #           'NF_VPPIP4' and
9161 #           'IPSEC' and
9162 #           'TNL_10000' and
9163 #           'IMIX' and
9164 #           '2T1C' and
9165 #           'MRR'"
9166 #  parameters:
9167 #  - "result"
9168 #  - "name"
9169 #  - "tags"
9170 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9171 #  x-axis: "X = CNFs per Service Chain"
9172 #  y-axis: "Y = Number of Service Chains"
9173 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9174 #  layout:
9175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9176 #    layout: "plot-service-density"
9177 #
9178 #- type: "plot"
9179 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9180 #  algorithm: "plot_nf_heatmap"
9181 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9182 #  data: "plot-vpp-nfv-3n-skx-mrr"
9183 #  filter: "'NIC_Intel-XXV710' and
9184 #           'NF_DENSITY' and
9185 #           'DOCKER' and
9186 #           'CHAIN' and
9187 #           'NF_VPPIP4' and
9188 #           'IPSEC' and
9189 #           'TNL_10000' and
9190 #           'IMIX' and
9191 #           '4T2C' and
9192 #           'MRR'"
9193 #  parameters:
9194 #  - "result"
9195 #  - "name"
9196 #  - "tags"
9197 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9198 #  x-axis: "X = CNFs per Service Chain"
9199 #  y-axis: "Y = Number of Service Chains"
9200 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9201 #  layout:
9202 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9203 #    layout: "plot-service-density"
9204 #
9205 #- type: "plot"
9206 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9207 #  algorithm: "plot_nf_heatmap"
9208 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9209 #  data: "plot-vpp-nfv-3n-skx-mrr"
9210 #  filter: "'NIC_Intel-XXV710' and
9211 #           'NF_DENSITY' and
9212 #           'DOCKER' and
9213 #           'CHAIN' and
9214 #           'NF_VPPIP4' and
9215 #           'IPSEC' and
9216 #           'TNL_10000' and
9217 #           'IMIX' and
9218 #           '8T4C' and
9219 #           'MRR'"
9220 #  parameters:
9221 #  - "result"
9222 #  - "name"
9223 #  - "tags"
9224 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9225 #  x-axis: "X = CNFs per Service Chain"
9226 #  y-axis: "Y = Number of Service Chains"
9227 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9228 #  layout:
9229 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9230 #    layout: "plot-service-density"
9231
9232 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9233 - type: "plot"
9234   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9235   algorithm: "plot_nf_heatmap"
9236   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9237   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9238   filter: "'NIC_Intel-XXV710' and
9239            'NF_DENSITY' and
9240            'DOCKER' and
9241            'CHAIN' and
9242            'NF_VPPIP4' and
9243            'IPSEC' and
9244            'TNL_10000' and
9245            'IMIX' and
9246            '2T1C' and
9247            'NDRPDR'"
9248   parameters:
9249   - "throughput"
9250   - "name"
9251   - "tags"
9252   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9253   x-axis: "X = CNFs per Service Chain"
9254   y-axis: "Y = Number of Service Chains"
9255   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9256   layout:
9257     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9258     layout: "plot-service-density"
9259
9260 - type: "plot"
9261   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9262   algorithm: "plot_nf_heatmap"
9263   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9264   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9265   filter: "'NIC_Intel-XXV710' and
9266            'NF_DENSITY' and
9267            'DOCKER' and
9268            'CHAIN' and
9269            'NF_VPPIP4' and
9270            'IPSEC' and
9271            'TNL_10000' and
9272            'IMIX' and
9273            '4T2C' and
9274            'NDRPDR'"
9275   parameters:
9276   - "throughput"
9277   - "name"
9278   - "tags"
9279   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9280   x-axis: "X = CNFs per Service Chain"
9281   y-axis: "Y = Number of Service Chains"
9282   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9283   layout:
9284     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9285     layout: "plot-service-density"
9286
9287 - type: "plot"
9288   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9289   algorithm: "plot_nf_heatmap"
9290   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9291   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9292   filter: "'NIC_Intel-XXV710' and
9293            'NF_DENSITY' and
9294            'DOCKER' and
9295            'CHAIN' and
9296            'NF_VPPIP4' and
9297            'IPSEC' and
9298            'TNL_10000' and
9299            'IMIX' and
9300            '8T4C' and
9301            'NDRPDR'"
9302   parameters:
9303   - "throughput"
9304   - "name"
9305   - "tags"
9306   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9307   x-axis: "X = CNFs per Service Chain"
9308   y-axis: "Y = Number of Service Chains"
9309   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9310   layout:
9311     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9312     layout: "plot-service-density"
9313
9314 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9315 - type: "plot"
9316   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9317   algorithm: "plot_nf_heatmap"
9318   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9319   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9320   filter: "'NIC_Intel-XXV710' and
9321            'NF_DENSITY' and
9322            'DOCKER' and
9323            'CHAIN' and
9324            'NF_VPPIP4' and
9325            'IPSEC' and
9326            'TNL_10000' and
9327            'IMIX' and
9328            '2T1C' and
9329            'NDRPDR'"
9330   parameters:
9331   - "throughput"
9332   - "name"
9333   - "tags"
9334   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9335   x-axis: "X = CNFs per Service Chain"
9336   y-axis: "Y = Number of Service Chains"
9337   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9338   layout:
9339     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9340     layout: "plot-service-density"
9341
9342 - type: "plot"
9343   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9344   algorithm: "plot_nf_heatmap"
9345   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9346   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9347   filter: "'NIC_Intel-XXV710' and
9348            'NF_DENSITY' and
9349            'DOCKER' and
9350            'CHAIN' and
9351            'NF_VPPIP4' and
9352            'IPSEC' and
9353            'TNL_10000' and
9354            'IMIX' and
9355            '4T2C' and
9356            'NDRPDR'"
9357   parameters:
9358   - "throughput"
9359   - "name"
9360   - "tags"
9361   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9362   x-axis: "X = CNFs per Service Chain"
9363   y-axis: "Y = Number of Service Chains"
9364   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9365   layout:
9366     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9367     layout: "plot-service-density"
9368
9369 - type: "plot"
9370   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9371   algorithm: "plot_nf_heatmap"
9372   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9373   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9374   filter: "'NIC_Intel-XXV710' and
9375            'NF_DENSITY' and
9376            'DOCKER' and
9377            'CHAIN' and
9378            'NF_VPPIP4' and
9379            'IPSEC' and
9380            'TNL_10000' and
9381            'IMIX' and
9382            '8T4C' and
9383            'NDRPDR'"
9384   parameters:
9385   - "throughput"
9386   - "name"
9387   - "tags"
9388   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9389   x-axis: "X = CNFs per Service Chain"
9390   y-axis: "Y = Number of Service Chains"
9391   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9392   layout:
9393     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9394     layout: "plot-service-density"
9395
9396 ###############################################################################
9397
9398 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9399 #- type: "plot"
9400 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9401 #  algorithm: "plot_nf_heatmap"
9402 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9403 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9404 #  filter: "'NIC_Intel-XL710' and
9405 #           'NF_DENSITY' and
9406 #           'DOCKER' and
9407 #           'CHAIN' and
9408 #           'NF_VPPIP4' and
9409 #           'IMIX' and
9410 #           'TNL_10000' and
9411 #           '1T1C' and
9412 #           'MRR'"
9413 #  parameters:
9414 #  - "result"
9415 #  - "name"
9416 #  - "tags"
9417 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9418 #  x-axis: "X = CNFs per Service Chain"
9419 #  y-axis: "Y = Number of Service Chains"
9420 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9421 #  layout:
9422 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9423 #    layout: "plot-service-density"
9424 #
9425 #- type: "plot"
9426 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9427 #  algorithm: "plot_nf_heatmap"
9428 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9429 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9430 #  filter: "'NIC_Intel-XL710' and
9431 #           'NF_DENSITY' and
9432 #           'DOCKER' and
9433 #           'CHAIN' and
9434 #           'NF_VPPIP4' and
9435 #           'IPSEC' and
9436 #           'TNL_10000' and
9437 #           'IMIX' and
9438 #           '2T2C' and
9439 #           'MRR'"
9440 #  parameters:
9441 #  - "result"
9442 #  - "name"
9443 #  - "tags"
9444 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9445 #  x-axis: "X = CNFs per Service Chain"
9446 #  y-axis: "Y = Number of Service Chains"
9447 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9448 #  layout:
9449 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9450 #    layout: "plot-service-density"
9451 #
9452 #- type: "plot"
9453 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9454 #  algorithm: "plot_nf_heatmap"
9455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9456 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9457 #  filter: "'NIC_Intel-XL710' and
9458 #           'NF_DENSITY' and
9459 #           'DOCKER' and
9460 #           'CHAIN' and
9461 #           'NF_VPPIP4' and
9462 #           'IPSEC' and
9463 #           'TNL_10000' and
9464 #           'IMIX' and
9465 #           '4T4C' and
9466 #           'MRR'"
9467 #  parameters:
9468 #  - "result"
9469 #  - "name"
9470 #  - "tags"
9471 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9472 #  x-axis: "X = CNFs per Service Chain"
9473 #  y-axis: "Y = Number of Service Chains"
9474 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9475 #  layout:
9476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9477 #    layout: "plot-service-density"
9478
9479 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9480 #- type: "plot"
9481 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9482 #  algorithm: "plot_nf_heatmap"
9483 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9484 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9485 #  filter: "'NIC_Intel-XL710' and
9486 #           'NF_DENSITY' and
9487 #           'DOCKER' and
9488 #           'CHAIN' and
9489 #           'NF_VPPIP4' and
9490 #           'IPSEC' and
9491 #           'TNL_10000' and
9492 #           'IMIX' and
9493 #           '1T1C' and
9494 #           'NDRPDR'"
9495 #  parameters:
9496 #  - "throughput"
9497 #  - "name"
9498 #  - "tags"
9499 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9500 #  x-axis: "X = CNFs per Service Chain"
9501 #  y-axis: "Y = Number of Service Chains"
9502 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9503 #  layout:
9504 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9505 #    layout: "plot-service-density"
9506 #
9507 #- type: "plot"
9508 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9509 #  algorithm: "plot_nf_heatmap"
9510 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9511 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9512 #  filter: "'NIC_Intel-XL710' and
9513 #           'NF_DENSITY' and
9514 #           'DOCKER' and
9515 #           'CHAIN' and
9516 #           'NF_VPPIP4' and
9517 #           'IPSEC' and
9518 #           'TNL_10000' and
9519 #           'IMIX' and
9520 #           '2T2C' and
9521 #           'NDRPDR'"
9522 #  parameters:
9523 #  - "throughput"
9524 #  - "name"
9525 #  - "tags"
9526 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9527 #  x-axis: "X = CNFs per Service Chain"
9528 #  y-axis: "Y = Number of Service Chains"
9529 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9530 #  layout:
9531 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9532 #    layout: "plot-service-density"
9533 #
9534 #- type: "plot"
9535 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9536 #  algorithm: "plot_nf_heatmap"
9537 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9538 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9539 #  filter: "'NIC_Intel-XL710' and
9540 #           'NF_DENSITY' and
9541 #           'DOCKER' and
9542 #           'CHAIN' and
9543 #           'NF_VPPIP4' and
9544 #           'IPSEC' and
9545 #           'TNL_10000' and
9546 #           'IMIX' and
9547 #           '4T4C' and
9548 #           'NDRPDR'"
9549 #  parameters:
9550 #  - "throughput"
9551 #  - "name"
9552 #  - "tags"
9553 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9554 #  x-axis: "X = CNFs per Service Chain"
9555 #  y-axis: "Y = Number of Service Chains"
9556 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9557 #  layout:
9558 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9559 #    layout: "plot-service-density"
9560 #
9561 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9562 #- type: "plot"
9563 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9564 #  algorithm: "plot_nf_heatmap"
9565 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9566 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9567 #  filter: "'NIC_Intel-XL710' and
9568 #           'NF_DENSITY' and
9569 #           'DOCKER' and
9570 #           'CHAIN' and
9571 #           'NF_VPPIP4' and
9572 #           'IPSEC' and
9573 #           'TNL_10000' and
9574 #           'IMIX' and
9575 #           '1T1C' and
9576 #           'NDRPDR'"
9577 #  parameters:
9578 #  - "throughput"
9579 #  - "name"
9580 #  - "tags"
9581 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9582 #  x-axis: "X = CNFs per Service Chain"
9583 #  y-axis: "Y = Number of Service Chains"
9584 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9585 #  layout:
9586 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9587 #    layout: "plot-service-density"
9588 #
9589 #- type: "plot"
9590 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9591 #  algorithm: "plot_nf_heatmap"
9592 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9593 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9594 #  filter: "'NIC_Intel-XL710' and
9595 #           'NF_DENSITY' and
9596 #           'DOCKER' and
9597 #           'CHAIN' and
9598 #           'NF_VPPIP4' and
9599 #           'IPSEC' and
9600 #           'TNL_10000' and
9601 #           'IMIX' and
9602 #           '2T2C' and
9603 #           'NDRPDR'"
9604 #  parameters:
9605 #  - "throughput"
9606 #  - "name"
9607 #  - "tags"
9608 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9609 #  x-axis: "X = CNFs per Service Chain"
9610 #  y-axis: "Y = Number of Service Chains"
9611 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9612 #  layout:
9613 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9614 #    layout: "plot-service-density"
9615 #
9616 #- type: "plot"
9617 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9618 #  algorithm: "plot_nf_heatmap"
9619 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9620 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9621 #  filter: "'NIC_Intel-XL710' and
9622 #           'NF_DENSITY' and
9623 #           'DOCKER' and
9624 #           'CHAIN' and
9625 #           'NF_VPPIP4' and
9626 #           'IPSEC' and
9627 #           'TNL_10000' and
9628 #           'IMIX' and
9629 #           '4T4C' and
9630 #           'NDRPDR'"
9631 #  parameters:
9632 #  - "throughput"
9633 #  - "name"
9634 #  - "tags"
9635 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9636 #  x-axis: "X = CNFs per Service Chain"
9637 #  y-axis: "Y = Number of Service Chains"
9638 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9639 #  layout:
9640 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9641 #    layout: "plot-service-density"
9642
9643 ###############################################################################
9644
9645 # Plots - NF Density - CSP - MRR IMIX
9646 - type: "plot"
9647   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9648   algorithm: "plot_nf_heatmap"
9649   output-file-type: ".html"
9650   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9651   data: "plot-vpp-nfv-2n-skx-mrr"
9652   filter: "'NIC_Intel-XXV710' and
9653            'NF_DENSITY' and
9654            'DOCKER' and
9655            'PIPELINE' and
9656            'NF_VPPIP4' and
9657            'IMIX' and
9658            '2T1C' and
9659            'MRR'"
9660   parameters:
9661   - "result"
9662   - "name"
9663   - "tags"
9664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9665   x-axis: "X = CNFs per Service Pipeline"
9666   y-axis: "Y = Number of Service Pipelines"
9667   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9668   layout:
9669     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9670     layout: "plot-service-density"
9671
9672 - type: "plot"
9673   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9674   algorithm: "plot_nf_heatmap"
9675   output-file-type: ".html"
9676   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9677   data: "plot-vpp-nfv-2n-skx-mrr"
9678   filter: "'NIC_Intel-XXV710' and
9679            'NF_DENSITY' and
9680            'DOCKER' and
9681            'PIPELINE' and
9682            'NF_VPPIP4' and
9683            'IMIX' and
9684            '4T2C' and
9685            'MRR'"
9686   parameters:
9687   - "result"
9688   - "name"
9689   - "tags"
9690   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9691   x-axis: "X = CNFs per Service Pipeline"
9692   y-axis: "Y = Number of Service Pipelines"
9693   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9694   layout:
9695     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9696     layout: "plot-service-density"
9697
9698 - type: "plot"
9699   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9700   algorithm: "plot_nf_heatmap"
9701   output-file-type: ".html"
9702   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9703   data: "plot-vpp-nfv-2n-skx-mrr"
9704   filter: "'NIC_Intel-XXV710' and
9705            'NF_DENSITY' and
9706            'DOCKER' and
9707            'PIPELINE' and
9708            'NF_VPPIP4' and
9709            'IMIX' and
9710            '8T4C' and
9711            'MRR'"
9712   parameters:
9713   - "result"
9714   - "name"
9715   - "tags"
9716   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9717   x-axis: "X = CNFs per Service Pipeline"
9718   y-axis: "Y = Number of Service Pipelines"
9719   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9720   layout:
9721     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9722     layout: "plot-service-density"
9723
9724 # Plots - NF Density - CSP - NDR IMIX
9725 - type: "plot"
9726   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9727   algorithm: "plot_nf_heatmap"
9728   output-file-type: ".html"
9729   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9730   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9731   filter: "'NIC_Intel-XXV710' and
9732            'NF_DENSITY' and
9733            'DOCKER' and
9734            'PIPELINE' and
9735            'NF_VPPIP4' and
9736            'IMIX' and
9737            '2T1C' 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 Pipeline"
9745   y-axis: "Y = Number of Service Pipelines"
9746   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9747   layout:
9748     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9749     layout: "plot-service-density"
9750
9751 - type: "plot"
9752   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9753   algorithm: "plot_nf_heatmap"
9754   output-file-type: ".html"
9755   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9756   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9757   filter: "'NIC_Intel-XXV710' and
9758            'NF_DENSITY' and
9759            'DOCKER' and
9760            'PIPELINE' and
9761            'NF_VPPIP4' and
9762            'IMIX' and
9763            '4T2C' and
9764            'NDRPDR'"
9765   parameters:
9766   - "throughput"
9767   - "name"
9768   - "tags"
9769   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9770   x-axis: "X = CNFs per Service Pipeline"
9771   y-axis: "Y = Number of Service Pipelines"
9772   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9773   layout:
9774     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9775     layout: "plot-service-density"
9776
9777 - type: "plot"
9778   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9779   algorithm: "plot_nf_heatmap"
9780   output-file-type: ".html"
9781   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9782   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9783   filter: "'NIC_Intel-XXV710' and
9784            'NF_DENSITY' and
9785            'DOCKER' and
9786            'PIPELINE' and
9787            'NF_VPPIP4' and
9788            'IMIX' and
9789            '8T4C' and
9790            'NDRPDR'"
9791   parameters:
9792   - "throughput"
9793   - "name"
9794   - "tags"
9795   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9796   x-axis: "X = CNFs per Service Pipeline"
9797   y-axis: "Y = Number of Service Pipelines"
9798   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9799   layout:
9800     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9801     layout: "plot-service-density"
9802
9803 # Plots - NF Density - CSP - PDR IMIX
9804 - type: "plot"
9805   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9806   algorithm: "plot_nf_heatmap"
9807   output-file-type: ".html"
9808   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9809   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9810   filter: "'NIC_Intel-XXV710' and
9811            'NF_DENSITY' and
9812            'DOCKER' and
9813            'PIPELINE' and
9814            'NF_VPPIP4' and
9815            'IMIX' and
9816            '2T1C' and
9817            'NDRPDR'"
9818   parameters:
9819   - "throughput"
9820   - "name"
9821   - "tags"
9822   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9823   x-axis: "X = CNFs per Service Pipeline"
9824   y-axis: "Y = Number of Service Pipelines"
9825   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9826   layout:
9827     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9828     layout: "plot-service-density"
9829
9830 - type: "plot"
9831   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9832   algorithm: "plot_nf_heatmap"
9833   output-file-type: ".html"
9834   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9835   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9836   filter: "'NIC_Intel-XXV710' and
9837            'NF_DENSITY' and
9838            'DOCKER' and
9839            'PIPELINE' and
9840            'NF_VPPIP4' and
9841            'IMIX' and
9842            '4T2C' and
9843            'NDRPDR'"
9844   parameters:
9845   - "throughput"
9846   - "name"
9847   - "tags"
9848   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9849   x-axis: "X = CNFs per Service Pipeline"
9850   y-axis: "Y = Number of Service Pipelines"
9851   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9852   layout:
9853     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9854     layout: "plot-service-density"
9855
9856 - type: "plot"
9857   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9858   algorithm: "plot_nf_heatmap"
9859   output-file-type: ".html"
9860   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9861   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9862   filter: "'NIC_Intel-XXV710' and
9863            'NF_DENSITY' and
9864            'DOCKER' and
9865            'PIPELINE' and
9866            'NF_VPPIP4' and
9867            'IMIX' and
9868            '8T4C' and
9869            'NDRPDR'"
9870   parameters:
9871   - "throughput"
9872   - "name"
9873   - "tags"
9874   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9875   x-axis: "X = CNFs per Service Pipeline"
9876   y-axis: "Y = Number of Service Pipelines"
9877   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9878   layout:
9879     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9880     layout: "plot-service-density"
9881
9882 ###############################################################################
9883 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9884
9885 - type: "plot"
9886   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9887   algorithm: "plot_nf_heatmap"
9888   output-file-type: ".html"
9889   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9890   data: "plot-vpp-nfv-2n-clx-mrr"
9891   filter: "'NIC_Intel-XXV710' and
9892            'NF_DENSITY' and
9893            'VHOST' and
9894            not 'VXLAN' and
9895            'CHAIN' and
9896            'NF_VPPIP4' and
9897            'IMIX' and
9898            '2T1C' and
9899            'MRR'"
9900   parameters:
9901   - "result"
9902   - "name"
9903   - "tags"
9904   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9905   x-axis: "X = VNFs per Service Chain"
9906   y-axis: "Y = Number of Service Chains"
9907   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9908   layout:
9909     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9910     layout: "plot-service-density"
9911
9912 - type: "plot"
9913   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9914   algorithm: "plot_nf_heatmap"
9915   output-file-type: ".html"
9916   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9917   data: "plot-vpp-nfv-2n-clx-mrr"
9918   filter: "'NIC_Intel-XXV710' and
9919            'NF_DENSITY' and
9920            'VHOST' and
9921            not 'VXLAN' and
9922            'CHAIN' and
9923            'NF_VPPIP4' and
9924            'IMIX' and
9925            '4T2C' and
9926            'MRR'"
9927   parameters:
9928   - "result"
9929   - "name"
9930   - "tags"
9931   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9932   x-axis: "X = VNFs per Service Chain"
9933   y-axis: "Y = Number of Service Chains"
9934   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9935   layout:
9936     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9937     layout: "plot-service-density"
9938
9939 - type: "plot"
9940   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9941   algorithm: "plot_nf_heatmap"
9942   output-file-type: ".html"
9943   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9944   data: "plot-vpp-nfv-2n-clx-mrr"
9945   filter: "'NIC_Intel-XXV710' and
9946            'NF_DENSITY' and
9947            'VHOST' and
9948            not 'VXLAN' and
9949            'CHAIN' and
9950            'NF_VPPIP4' and
9951            'IMIX' and
9952            '8T4C' and
9953            'MRR'"
9954   parameters:
9955   - "result"
9956   - "name"
9957   - "tags"
9958   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9959   x-axis: "X = VNFs per Service Chain"
9960   y-axis: "Y = Number of Service Chains"
9961   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9962   layout:
9963     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9964     layout: "plot-service-density"
9965
9966 # Plots - NF Density - VSC - NDR IMIX
9967 - type: "plot"
9968   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9969   algorithm: "plot_nf_heatmap"
9970   output-file-type: ".html"
9971   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9972   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9973   filter: "'NIC_Intel-XXV710' and
9974            'NF_DENSITY' and
9975            'VHOST' and
9976            not 'VXLAN' and
9977            'CHAIN' and
9978            'NF_VPPIP4' and
9979            'IMIX' and
9980            '2T1C' and
9981            'NDRPDR'"
9982   parameters:
9983   - "throughput"
9984   - "name"
9985   - "tags"
9986   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9987   x-axis: "X = VNFs per Service Chain"
9988   y-axis: "Y = Number of Service Chains"
9989   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9990   layout:
9991     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9992     layout: "plot-service-density"
9993
9994 - type: "plot"
9995   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9996   algorithm: "plot_nf_heatmap"
9997   output-file-type: ".html"
9998   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9999   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10000   filter: "'NIC_Intel-XXV710' and
10001            'NF_DENSITY' and
10002            'VHOST' and
10003            not 'VXLAN' and
10004            'CHAIN' and
10005            'NF_VPPIP4' and
10006            'IMIX' and
10007            '4T2C' and
10008            'NDRPDR'"
10009   parameters:
10010   - "throughput"
10011   - "name"
10012   - "tags"
10013   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10014   x-axis: "X = VNFs per Service Chain"
10015   y-axis: "Y = Number of Service Chains"
10016   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10017   layout:
10018     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10019     layout: "plot-service-density"
10020
10021 - type: "plot"
10022   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10023   algorithm: "plot_nf_heatmap"
10024   output-file-type: ".html"
10025   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10026   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10027   filter: "'NIC_Intel-XXV710' and
10028            'NF_DENSITY' and
10029            'VHOST' and
10030            not 'VXLAN' and
10031            'CHAIN' and
10032            'NF_VPPIP4' and
10033            'IMIX' and
10034            '8T4C' and
10035            'NDRPDR'"
10036   parameters:
10037   - "throughput"
10038   - "name"
10039   - "tags"
10040   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10041   x-axis: "X = VNFs per Service Chain"
10042   y-axis: "Y = Number of Service Chains"
10043   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10044   layout:
10045     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10046     layout: "plot-service-density"
10047
10048 # Plots - NF Density - VSC - PDR IMIX
10049 - type: "plot"
10050   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10051   algorithm: "plot_nf_heatmap"
10052   output-file-type: ".html"
10053   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10054   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10055   filter: "'NIC_Intel-XXV710' and
10056            'NF_DENSITY' and
10057            'VHOST' and
10058            not 'VXLAN' and
10059            'CHAIN' and
10060            'NF_VPPIP4' and
10061            'IMIX' and
10062            '2T1C' and
10063            'NDRPDR'"
10064   parameters:
10065   - "throughput"
10066   - "name"
10067   - "tags"
10068   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10069   x-axis: "X = VNFs per Service Chain"
10070   y-axis: "Y = Number of Service Chains"
10071   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10072   layout:
10073     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10074     layout: "plot-service-density"
10075
10076 - type: "plot"
10077   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10078   algorithm: "plot_nf_heatmap"
10079   output-file-type: ".html"
10080   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10081   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10082   filter: "'NIC_Intel-XXV710' and
10083            'NF_DENSITY' and
10084            'VHOST' and
10085            not 'VXLAN' and
10086            'CHAIN' and
10087            'NF_VPPIP4' and
10088            'IMIX' and
10089            '4T2C' and
10090            'NDRPDR'"
10091   parameters:
10092   - "throughput"
10093   - "name"
10094   - "tags"
10095   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10096   x-axis: "X = VNFs per Service Chain"
10097   y-axis: "Y = Number of Service Chains"
10098   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10099   layout:
10100     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10101     layout: "plot-service-density"
10102
10103 - type: "plot"
10104   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10105   algorithm: "plot_nf_heatmap"
10106   output-file-type: ".html"
10107   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10108   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10109   filter: "'NIC_Intel-XXV710' and
10110            'NF_DENSITY' and
10111            'VHOST' and
10112            not 'VXLAN' and
10113            'CHAIN' and
10114            'NF_VPPIP4' and
10115            'IMIX' and
10116            '8T4C' and
10117            'NDRPDR'"
10118   parameters:
10119   - "throughput"
10120   - "name"
10121   - "tags"
10122   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10123   x-axis: "X = VNFs per Service Chain"
10124   y-axis: "Y = Number of Service Chains"
10125   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10126   layout:
10127     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10128     layout: "plot-service-density"
10129
10130 # Plots - NF Density - VSC - MRR IMIX
10131 - type: "plot"
10132   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10133   algorithm: "plot_nf_heatmap"
10134   output-file-type: ".html"
10135   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10136   data: "plot-vpp-nfv-2n-clx-mrr"
10137   filter: "'NIC_Intel-XXV710' and
10138            'NF_DENSITY' and
10139            'VHOST' and
10140            'VXLAN' and
10141            'CHAIN' and
10142            'IMIX' and
10143            '2T1C' and
10144            'MRR'"
10145   parameters:
10146   - "result"
10147   - "name"
10148   - "tags"
10149   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10150   x-axis: "X = VNFs per Service Chain"
10151   y-axis: "Y = Number of Service Chains"
10152   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10153   layout:
10154     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10155     layout: "plot-service-density"
10156
10157 - type: "plot"
10158   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10159   algorithm: "plot_nf_heatmap"
10160   output-file-type: ".html"
10161   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10162   data: "plot-vpp-nfv-2n-clx-mrr"
10163   filter: "'NIC_Intel-XXV710' and
10164            'NF_DENSITY' and
10165            'VHOST' and
10166            'VXLAN' and
10167            'CHAIN' and
10168            'IMIX' and
10169            '4T2C' and
10170            'MRR'"
10171   parameters:
10172   - "result"
10173   - "name"
10174   - "tags"
10175   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10176   x-axis: "X = VNFs per Service Chain"
10177   y-axis: "Y = Number of Service Chains"
10178   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10179   layout:
10180     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10181     layout: "plot-service-density"
10182
10183 - type: "plot"
10184   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10185   algorithm: "plot_nf_heatmap"
10186   output-file-type: ".html"
10187   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10188   data: "plot-vpp-nfv-2n-clx-mrr"
10189   filter: "'NIC_Intel-XXV710' and
10190            'NF_DENSITY' and
10191            'VHOST' and
10192            'VXLAN' and
10193            'CHAIN' and
10194            'IMIX' and
10195            '8T4C' and
10196            'MRR'"
10197   parameters:
10198   - "result"
10199   - "name"
10200   - "tags"
10201   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10202   x-axis: "X = VNFs per Service Chain"
10203   y-axis: "Y = Number of Service Chains"
10204   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10205   layout:
10206     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10207     layout: "plot-service-density"
10208
10209 # Plots - NF Density - VSC - NDR IMIX
10210 - type: "plot"
10211   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10212   algorithm: "plot_nf_heatmap"
10213   output-file-type: ".html"
10214   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10215   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10216   filter: "'NIC_Intel-XXV710' and
10217            'NF_DENSITY' and
10218            'VHOST' and
10219            'VXLAN' and
10220            'CHAIN' and
10221            'IMIX' and
10222            '2T1C' and
10223            'NDRPDR'"
10224   parameters:
10225   - "throughput"
10226   - "name"
10227   - "tags"
10228   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10229   x-axis: "X = VNFs per Service Chain"
10230   y-axis: "Y = Number of Service Chains"
10231   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10232   layout:
10233     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10234     layout: "plot-service-density"
10235
10236 - type: "plot"
10237   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10238   algorithm: "plot_nf_heatmap"
10239   output-file-type: ".html"
10240   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10241   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10242   filter: "'NIC_Intel-XXV710' and
10243            'NF_DENSITY' and
10244            'VHOST' and
10245            'VXLAN' and
10246            'CHAIN' and
10247            'IMIX' and
10248            '4T2C' and
10249            'NDRPDR'"
10250   parameters:
10251   - "throughput"
10252   - "name"
10253   - "tags"
10254   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10255   x-axis: "X = VNFs per Service Chain"
10256   y-axis: "Y = Number of Service Chains"
10257   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10258   layout:
10259     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10260     layout: "plot-service-density"
10261
10262 - type: "plot"
10263   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10264   algorithm: "plot_nf_heatmap"
10265   output-file-type: ".html"
10266   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10267   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10268   filter: "'NIC_Intel-XXV710' and
10269            'NF_DENSITY' and
10270            'VHOST' and
10271            'VXLAN' and
10272            'CHAIN' and
10273            'IMIX' and
10274            '8T4C' and
10275            'NDRPDR'"
10276   parameters:
10277   - "throughput"
10278   - "name"
10279   - "tags"
10280   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10281   x-axis: "X = VNFs per Service Chain"
10282   y-axis: "Y = Number of Service Chains"
10283   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10284   layout:
10285     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10286     layout: "plot-service-density"
10287
10288 # Plots - NF Density - VSC - PDR IMIX
10289 - type: "plot"
10290   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10291   algorithm: "plot_nf_heatmap"
10292   output-file-type: ".html"
10293   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10294   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10295   filter: "'NIC_Intel-XXV710' and
10296            'NF_DENSITY' and
10297            'VHOST' and
10298            'VXLAN' and
10299            'CHAIN' and
10300            'IMIX' and
10301            '2T1C' and
10302            'NDRPDR'"
10303   parameters:
10304   - "throughput"
10305   - "name"
10306   - "tags"
10307   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10308   x-axis: "X = VNFs per Service Chain"
10309   y-axis: "Y = Number of Service Chains"
10310   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10311   layout:
10312     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10313     layout: "plot-service-density"
10314
10315 - type: "plot"
10316   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10317   algorithm: "plot_nf_heatmap"
10318   output-file-type: ".html"
10319   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10320   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10321   filter: "'NIC_Intel-XXV710' and
10322            'NF_DENSITY' and
10323            'VHOST' and
10324            'VXLAN' and
10325            'CHAIN' and
10326            'IMIX' and
10327            '4T2C' and
10328            'NDRPDR'"
10329   parameters:
10330   - "throughput"
10331   - "name"
10332   - "tags"
10333   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10334   x-axis: "X = VNFs per Service Chain"
10335   y-axis: "Y = Number of Service Chains"
10336   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10337   layout:
10338     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10339     layout: "plot-service-density"
10340
10341 - type: "plot"
10342   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10343   algorithm: "plot_nf_heatmap"
10344   output-file-type: ".html"
10345   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10346   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10347   filter: "'NIC_Intel-XXV710' and
10348            'NF_DENSITY' and
10349            'VHOST' and
10350            'VXLAN' and
10351            'CHAIN' and
10352            'IMIX' and
10353            '8T4C' and
10354            'NDRPDR'"
10355   parameters:
10356   - "throughput"
10357   - "name"
10358   - "tags"
10359   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10360   x-axis: "X = VNFs per Service Chain"
10361   y-axis: "Y = Number of Service Chains"
10362   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10363   layout:
10364     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10365     layout: "plot-service-density"
10366
10367 # Plots - NF Density - CSC - MRR IMIX
10368 - type: "plot"
10369   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10370   algorithm: "plot_nf_heatmap"
10371   output-file-type: ".html"
10372   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10373   data: "plot-vpp-nfv-2n-clx-mrr"
10374   filter: "'NIC_Intel-XXV710' and
10375            'NF_DENSITY' and
10376            'DOCKER' and
10377            'CHAIN' and
10378            'NF_VPPIP4' and
10379            'IMIX' and
10380            '2T1C' and
10381            'MRR'"
10382   parameters:
10383   - "result"
10384   - "name"
10385   - "tags"
10386   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10387   x-axis: "X = CNFs per Service Chain"
10388   y-axis: "Y = Number of Service Chains"
10389   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10390   layout:
10391     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10392     layout: "plot-service-density"
10393
10394 - type: "plot"
10395   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10396   algorithm: "plot_nf_heatmap"
10397   output-file-type: ".html"
10398   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10399   data: "plot-vpp-nfv-2n-clx-mrr"
10400   filter: "'NIC_Intel-XXV710' and
10401            'NF_DENSITY' and
10402            'DOCKER' and
10403            'CHAIN' and
10404            'NF_VPPIP4' and
10405            'IMIX' and
10406            '4T2C' and
10407            'MRR'"
10408   parameters:
10409   - "result"
10410   - "name"
10411   - "tags"
10412   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10413   x-axis: "X = CNFs per Service Chain"
10414   y-axis: "Y = Number of Service Chains"
10415   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10416   layout:
10417     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10418     layout: "plot-service-density"
10419
10420 - type: "plot"
10421   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10422   algorithm: "plot_nf_heatmap"
10423   output-file-type: ".html"
10424   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10425   data: "plot-vpp-nfv-2n-clx-mrr"
10426   filter: "'NIC_Intel-XXV710' and
10427            'NF_DENSITY' and
10428            'DOCKER' and
10429            'CHAIN' and
10430            'NF_VPPIP4' and
10431            'IMIX' and
10432            '8T4C' and
10433            'MRR'"
10434   parameters:
10435   - "result"
10436   - "name"
10437   - "tags"
10438   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10439   x-axis: "X = CNFs per Service Chain"
10440   y-axis: "Y = Number of Service Chains"
10441   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10442   layout:
10443     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10444     layout: "plot-service-density"
10445
10446 # Plots - NF Density - CSC - NDR IMIX
10447 - type: "plot"
10448   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10449   algorithm: "plot_nf_heatmap"
10450   output-file-type: ".html"
10451   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10452   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10453   filter: "'NIC_Intel-XXV710' and
10454            'NF_DENSITY' and
10455            'DOCKER' and
10456            'CHAIN' and
10457            'NF_VPPIP4' and
10458            'IMIX' and
10459            '2T1C' and
10460            'NDRPDR'"
10461   parameters:
10462   - "throughput"
10463   - "name"
10464   - "tags"
10465   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10466   x-axis: "X = CNFs per Service Chain"
10467   y-axis: "Y = Number of Service Chains"
10468   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10469   layout:
10470     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10471     layout: "plot-service-density"
10472
10473 - type: "plot"
10474   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10475   algorithm: "plot_nf_heatmap"
10476   output-file-type: ".html"
10477   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10478   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10479   filter: "'NIC_Intel-XXV710' and
10480            'NF_DENSITY' and
10481            'DOCKER' and
10482            'CHAIN' and
10483            'NF_VPPIP4' and
10484            'IMIX' and
10485            '4T2C' and
10486            'NDRPDR'"
10487   parameters:
10488   - "throughput"
10489   - "name"
10490   - "tags"
10491   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10492   x-axis: "X = CNFs per Service Chain"
10493   y-axis: "Y = Number of Service Chains"
10494   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10495   layout:
10496     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10497     layout: "plot-service-density"
10498
10499 - type: "plot"
10500   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10501   algorithm: "plot_nf_heatmap"
10502   output-file-type: ".html"
10503   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10504   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10505   filter: "'NIC_Intel-XXV710' and
10506            'NF_DENSITY' and
10507            'DOCKER' and
10508            'CHAIN' and
10509            'NF_VPPIP4' and
10510            'IMIX' and
10511            '8T4C' and
10512            'NDRPDR'"
10513   parameters:
10514   - "throughput"
10515   - "name"
10516   - "tags"
10517   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10518   x-axis: "X = CNFs per Service Chain"
10519   y-axis: "Y = Number of Service Chains"
10520   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10521   layout:
10522     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10523     layout: "plot-service-density"
10524
10525 # Plots - NF Density - CSC - PDR IMIX
10526 - type: "plot"
10527   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10528   algorithm: "plot_nf_heatmap"
10529   output-file-type: ".html"
10530   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10531   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10532   filter: "'NIC_Intel-XXV710' and
10533            'NF_DENSITY' and
10534            'DOCKER' and
10535            'CHAIN' and
10536            'NF_VPPIP4' and
10537            'IMIX' and
10538            '2T1C' and
10539            'NDRPDR'"
10540   parameters:
10541   - "throughput"
10542   - "name"
10543   - "tags"
10544   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10545   x-axis: "X = CNFs per Service Chain"
10546   y-axis: "Y = Number of Service Chains"
10547   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10548   layout:
10549     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10550     layout: "plot-service-density"
10551
10552 - type: "plot"
10553   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10554   algorithm: "plot_nf_heatmap"
10555   output-file-type: ".html"
10556   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10557   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10558   filter: "'NIC_Intel-XXV710' and
10559            'NF_DENSITY' and
10560            'DOCKER' and
10561            'CHAIN' and
10562            'NF_VPPIP4' and
10563            'IMIX' and
10564            '4T2C' and
10565            'NDRPDR'"
10566   parameters:
10567   - "throughput"
10568   - "name"
10569   - "tags"
10570   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10571   x-axis: "X = CNFs per Service Chain"
10572   y-axis: "Y = Number of Service Chains"
10573   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10574   layout:
10575     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10576     layout: "plot-service-density"
10577
10578 - type: "plot"
10579   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10580   algorithm: "plot_nf_heatmap"
10581   output-file-type: ".html"
10582   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10583   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10584   filter: "'NIC_Intel-XXV710' and
10585            'NF_DENSITY' and
10586            'DOCKER' and
10587            'CHAIN' and
10588            'NF_VPPIP4' and
10589            'IMIX' and
10590            '8T4C' and
10591            'NDRPDR'"
10592   parameters:
10593   - "throughput"
10594   - "name"
10595   - "tags"
10596   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10597   x-axis: "X = CNFs per Service Chain"
10598   y-axis: "Y = Number of Service Chains"
10599   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10600   layout:
10601     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10602     layout: "plot-service-density"
10603
10604 # Plots - NF Density - CSP - MRR IMIX
10605 - type: "plot"
10606   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10607   algorithm: "plot_nf_heatmap"
10608   output-file-type: ".html"
10609   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10610   data: "plot-vpp-nfv-2n-clx-mrr"
10611   filter: "'NIC_Intel-XXV710' and
10612            'NF_DENSITY' and
10613            'DOCKER' and
10614            'PIPELINE' and
10615            'NF_VPPIP4' and
10616            'IMIX' and
10617            '2T1C' and
10618            'MRR'"
10619   parameters:
10620   - "result"
10621   - "name"
10622   - "tags"
10623   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10624   x-axis: "X = CNFs per Service Pipeline"
10625   y-axis: "Y = Number of Service Pipelines"
10626   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10627   layout:
10628     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10629     layout: "plot-service-density"
10630
10631 - type: "plot"
10632   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10633   algorithm: "plot_nf_heatmap"
10634   output-file-type: ".html"
10635   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10636   data: "plot-vpp-nfv-2n-clx-mrr"
10637   filter: "'NIC_Intel-XXV710' and
10638            'NF_DENSITY' and
10639            'DOCKER' and
10640            'PIPELINE' and
10641            'NF_VPPIP4' and
10642            'IMIX' and
10643            '4T2C' and
10644            'MRR'"
10645   parameters:
10646   - "result"
10647   - "name"
10648   - "tags"
10649   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10650   x-axis: "X = CNFs per Service Pipeline"
10651   y-axis: "Y = Number of Service Pipelines"
10652   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10653   layout:
10654     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10655     layout: "plot-service-density"
10656
10657 - type: "plot"
10658   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10659   algorithm: "plot_nf_heatmap"
10660   output-file-type: ".html"
10661   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10662   data: "plot-vpp-nfv-2n-clx-mrr"
10663   filter: "'NIC_Intel-XXV710' and
10664            'NF_DENSITY' and
10665            'DOCKER' and
10666            'PIPELINE' and
10667            'NF_VPPIP4' and
10668            'IMIX' and
10669            '8T4C' and
10670            'MRR'"
10671   parameters:
10672   - "result"
10673   - "name"
10674   - "tags"
10675   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10676   x-axis: "X = CNFs per Service Pipeline"
10677   y-axis: "Y = Number of Service Pipelines"
10678   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10679   layout:
10680     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10681     layout: "plot-service-density"
10682
10683 # Plots - NF Density - CSP - NDR IMIX
10684 - type: "plot"
10685   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10686   algorithm: "plot_nf_heatmap"
10687   output-file-type: ".html"
10688   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10689   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10690   filter: "'NIC_Intel-XXV710' and
10691            'NF_DENSITY' and
10692            'DOCKER' and
10693            'PIPELINE' and
10694            'NF_VPPIP4' and
10695            'IMIX' and
10696            '2T1C' and
10697            'NDRPDR'"
10698   parameters:
10699   - "throughput"
10700   - "name"
10701   - "tags"
10702   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10703   x-axis: "X = CNFs per Service Pipeline"
10704   y-axis: "Y = Number of Service Pipelines"
10705   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10706   layout:
10707     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10708     layout: "plot-service-density"
10709
10710 - type: "plot"
10711   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10712   algorithm: "plot_nf_heatmap"
10713   output-file-type: ".html"
10714   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10715   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10716   filter: "'NIC_Intel-XXV710' and
10717            'NF_DENSITY' and
10718            'DOCKER' and
10719            'PIPELINE' and
10720            'NF_VPPIP4' and
10721            'IMIX' and
10722            '4T2C' and
10723            'NDRPDR'"
10724   parameters:
10725   - "throughput"
10726   - "name"
10727   - "tags"
10728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10729   x-axis: "X = CNFs per Service Pipeline"
10730   y-axis: "Y = Number of Service Pipelines"
10731   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10732   layout:
10733     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10734     layout: "plot-service-density"
10735
10736 - type: "plot"
10737   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10738   algorithm: "plot_nf_heatmap"
10739   output-file-type: ".html"
10740   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10741   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10742   filter: "'NIC_Intel-XXV710' and
10743            'NF_DENSITY' and
10744            'DOCKER' and
10745            'PIPELINE' and
10746            'NF_VPPIP4' and
10747            'IMIX' and
10748            '8T4C' and
10749            'NDRPDR'"
10750   parameters:
10751   - "throughput"
10752   - "name"
10753   - "tags"
10754   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10755   x-axis: "X = CNFs per Service Pipeline"
10756   y-axis: "Y = Number of Service Pipelines"
10757   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10758   layout:
10759     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10760     layout: "plot-service-density"
10761
10762 # Plots - NF Density - CSP - PDR IMIX
10763 - type: "plot"
10764   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10765   algorithm: "plot_nf_heatmap"
10766   output-file-type: ".html"
10767   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10768   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10769   filter: "'NIC_Intel-XXV710' and
10770            'NF_DENSITY' and
10771            'DOCKER' and
10772            'PIPELINE' and
10773            'NF_VPPIP4' and
10774            'IMIX' and
10775            '2T1C' and
10776            'NDRPDR'"
10777   parameters:
10778   - "throughput"
10779   - "name"
10780   - "tags"
10781   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10782   x-axis: "X = CNFs per Service Pipeline"
10783   y-axis: "Y = Number of Service Pipelines"
10784   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10785   layout:
10786     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10787     layout: "plot-service-density"
10788
10789 - type: "plot"
10790   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10791   algorithm: "plot_nf_heatmap"
10792   output-file-type: ".html"
10793   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10794   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10795   filter: "'NIC_Intel-XXV710' and
10796            'NF_DENSITY' and
10797            'DOCKER' and
10798            'PIPELINE' and
10799            'NF_VPPIP4' and
10800            'IMIX' and
10801            '4T2C' and
10802            'NDRPDR'"
10803   parameters:
10804   - "throughput"
10805   - "name"
10806   - "tags"
10807   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10808   x-axis: "X = CNFs per Service Pipeline"
10809   y-axis: "Y = Number of Service Pipelines"
10810   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10811   layout:
10812     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10813     layout: "plot-service-density"
10814
10815 - type: "plot"
10816   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10817   algorithm: "plot_nf_heatmap"
10818   output-file-type: ".html"
10819   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10820   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10821   filter: "'NIC_Intel-XXV710' and
10822            'NF_DENSITY' and
10823            'DOCKER' and
10824            'PIPELINE' and
10825            'NF_VPPIP4' and
10826            'IMIX' and
10827            '8T4C' and
10828            'NDRPDR'"
10829   parameters:
10830   - "throughput"
10831   - "name"
10832   - "tags"
10833   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10834   x-axis: "X = CNFs per Service Pipeline"
10835   y-axis: "Y = Number of Service Pipelines"
10836   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10837   layout:
10838     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10839     layout: "plot-service-density"
10840
10841 ################################################################################
10842
10843 # Packet Throughput
10844
10845 - type: "plot"
10846   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10847   algorithm: "plot_perf_box_name"
10848   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10849   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10850   include:
10851     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10852     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10853     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10854     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10855   layout:
10856     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10857     layout: "plot-throughput"
10858
10859 - type: "plot"
10860   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10861   algorithm: "plot_perf_box_name"
10862   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10863   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10864   include:
10865     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10866     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10867     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10868     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10869   layout:
10870     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10871     layout: "plot-throughput"
10872
10873 - type: "plot"
10874   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10875   algorithm: "plot_perf_box_name"
10876   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10877   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10878   include:
10879     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10880     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10881     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10882     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10883   layout:
10884     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10885     layout: "plot-throughput"
10886
10887 - type: "plot"
10888   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10889   algorithm: "plot_perf_box_name"
10890   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10891   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10892   include:
10893     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10894     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10895     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10896     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10897   layout:
10898     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10899     layout: "plot-throughput"
10900
10901 - type: "plot"
10902   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10903   algorithm: "plot_perf_box_name"
10904   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10906   include:
10907     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10908     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10909     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10910     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10911     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10912   layout:
10913     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10914     layout: "plot-throughput"
10915
10916 - type: "plot"
10917   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10918   algorithm: "plot_perf_box_name"
10919   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10921   include:
10922     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10923     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10924     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10925     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10926     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10927   layout:
10928     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10929     layout: "plot-throughput"
10930
10931 - type: "plot"
10932   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10933   algorithm: "plot_perf_box_name"
10934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10936   include:
10937     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10938     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10939     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10940     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10941     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10942   layout:
10943     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10944     layout: "plot-throughput"
10945
10946 - type: "plot"
10947   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10948   algorithm: "plot_perf_box_name"
10949   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10951   include:
10952     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10953     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10954     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10955     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10956     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10957   layout:
10958     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10959     layout: "plot-throughput"
10960
10961 - type: "plot"
10962   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10963   algorithm: "plot_perf_box_name"
10964   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10965   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10966   include:
10967     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10968     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10969     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10970     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10971     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10972   layout:
10973     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10974     layout: "plot-throughput"
10975
10976 - type: "plot"
10977   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10978   algorithm: "plot_perf_box_name"
10979   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10980   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10981   include:
10982     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10983     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10984     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10985     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10986     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10987   layout:
10988     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10989     layout: "plot-throughput"
10990
10991 - type: "plot"
10992   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10993   algorithm: "plot_perf_box_name"
10994   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10996   include:
10997     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10998     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10999     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11000     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11001     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11002     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11003   layout:
11004     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11005     layout: "plot-throughput"
11006
11007 - type: "plot"
11008   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11009   algorithm: "plot_perf_box_name"
11010   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11012   include:
11013     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11014     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11015     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11016     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11017     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11018     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11019   layout:
11020     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11021     layout: "plot-throughput"
11022
11023 - type: "plot"
11024   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11025   algorithm: "plot_perf_box_name"
11026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11028   include:
11029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11034   layout:
11035     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11036     layout: "plot-throughput"
11037
11038 - type: "plot"
11039   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11040   algorithm: "plot_perf_box_name"
11041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11043   include:
11044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11049   layout:
11050     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11051     layout: "plot-throughput"
11052
11053 - type: "plot"
11054   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11055   algorithm: "plot_perf_box_name"
11056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11058   include:
11059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11062   layout:
11063     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11064     layout: "plot-throughput"
11065
11066 - type: "plot"
11067   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11068   algorithm: "plot_perf_box_name"
11069   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11071   include:
11072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11075   layout:
11076     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11077     layout: "plot-throughput"
11078
11079 - type: "plot"
11080   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11081   algorithm: "plot_perf_box_name"
11082   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11084   include:
11085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11090   layout:
11091     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11092     layout: "plot-throughput"
11093
11094 - type: "plot"
11095   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11096   algorithm: "plot_perf_box_name"
11097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11099   include:
11100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11105   layout:
11106     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11107     layout: "plot-throughput"
11108
11109 - type: "plot"
11110   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11111   algorithm: "plot_perf_box_name"
11112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11114   include:
11115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11118   layout:
11119     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11120     layout: "plot-throughput"
11121
11122 - type: "plot"
11123   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11124   algorithm: "plot_perf_box_name"
11125   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11127   include:
11128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11131   layout:
11132     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11133     layout: "plot-throughput"
11134
11135 - type: "plot"
11136   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11137   algorithm: "plot_perf_box_name"
11138   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11139   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11140   include:
11141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11147   layout:
11148     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11149     layout: "plot-throughput"
11150
11151 - type: "plot"
11152   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11153   algorithm: "plot_perf_box_name"
11154   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11156   include:
11157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11163   layout:
11164     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11165     layout: "plot-throughput"
11166
11167 - type: "plot"
11168   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11169   algorithm: "plot_perf_box_name"
11170   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11171   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11172   include:
11173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11179   layout:
11180     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11181     layout: "plot-throughput"
11182
11183 - type: "plot"
11184   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11185   algorithm: "plot_perf_box_name"
11186   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11187   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11188   include:
11189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11195   layout:
11196     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11197     layout: "plot-throughput"
11198
11199 - type: "plot"
11200   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11201   algorithm: "plot_perf_box_name"
11202   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11204   include:
11205     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11207     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11208   layout:
11209     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11210     layout: "plot-throughput"
11211
11212 - type: "plot"
11213   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11214   algorithm: "plot_perf_box_name"
11215   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11216   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11217   include:
11218     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11221   layout:
11222     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11223     layout: "plot-throughput"
11224
11225 - type: "plot"
11226   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11227   algorithm: "plot_perf_box_name"
11228   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11230   include:
11231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11233 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11234 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11235 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11236   layout:
11237     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11238     layout: "plot-throughput"
11239
11240 - type: "plot"
11241   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11242   algorithm: "plot_perf_box_name"
11243   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11245   include:
11246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11248 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11249 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11250 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11251   layout:
11252     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11253     layout: "plot-throughput"
11254
11255 - type: "plot"
11256   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11257   algorithm: "plot_perf_box_name"
11258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11260   include:
11261     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11262     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11263     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11264     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11265     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11266   layout:
11267     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11268     layout: "plot-throughput"
11269
11270 - type: "plot"
11271   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11272   algorithm: "plot_perf_box_name"
11273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11275   include:
11276     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11277     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11278     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11279     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11280     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11281   layout:
11282     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11283     layout: "plot-throughput"
11284
11285 - type: "plot"
11286   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11287   algorithm: "plot_perf_box_name"
11288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11290   include:
11291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11294     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11296   layout:
11297     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11298     layout: "plot-throughput"
11299
11300 - type: "plot"
11301   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11302   algorithm: "plot_perf_box_name"
11303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11305   include:
11306     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11309     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11310     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11311   layout:
11312     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11313     layout: "plot-throughput"
11314
11315 - type: "plot"
11316   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11317   algorithm: "plot_perf_box_name"
11318   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11320   include:
11321     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11324     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11325     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11326     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11327   layout:
11328     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11329     layout: "plot-throughput"
11330
11331 - type: "plot"
11332   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11333   algorithm: "plot_perf_box_name"
11334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11336   include:
11337     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11339     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11340     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11341     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11342     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11343   layout:
11344     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11345     layout: "plot-throughput"
11346
11347 - type: "plot"
11348   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11349   algorithm: "plot_perf_box_name"
11350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11352   include:
11353     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11354     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11355     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11356     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11357     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11358     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11359   layout:
11360     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11361     layout: "plot-throughput"
11362
11363 - type: "plot"
11364   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11365   algorithm: "plot_perf_box_name"
11366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11368   include:
11369     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11370     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11371     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11372     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11373     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11374     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11375   layout:
11376     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11377     layout: "plot-throughput"
11378
11379 - type: "plot"
11380   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11381   algorithm: "plot_perf_box_name"
11382   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11383   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11384   include:
11385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11390   layout:
11391     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11392     layout: "plot-throughput"
11393
11394 - type: "plot"
11395   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11396   algorithm: "plot_perf_box_name"
11397   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11398   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11399   include:
11400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11405   layout:
11406     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11407     layout: "plot-throughput"
11408
11409 - type: "plot"
11410   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11411   algorithm: "plot_perf_box_name"
11412   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11413   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11414   include:
11415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11421   layout:
11422     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11423     layout: "plot-throughput"
11424
11425 - type: "plot"
11426   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11427   algorithm: "plot_perf_box_name"
11428   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11429   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11430   include:
11431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11437   layout:
11438     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11439     layout: "plot-throughput"
11440
11441 - type: "plot"
11442   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11443   algorithm: "plot_perf_box_name"
11444   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11445   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11446   include:
11447     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11448     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11449     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11450     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11451     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11452   layout:
11453     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11454     layout: "plot-throughput"
11455
11456 - type: "plot"
11457   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11458   algorithm: "plot_perf_box_name"
11459   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11460   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11461   include:
11462     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11463     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11465     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11466     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11467   layout:
11468     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11469     layout: "plot-throughput"
11470
11471 - type: "plot"
11472   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11473   algorithm: "plot_perf_box_name"
11474   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11475   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11476   include:
11477     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11479     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11480     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11482     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11483   layout:
11484     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11485     layout: "plot-throughput"
11486
11487 - type: "plot"
11488   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11489   algorithm: "plot_perf_box_name"
11490   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11491   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11492   include:
11493     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11499   layout:
11500     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11501     layout: "plot-throughput"
11502
11503 - type: "plot"
11504   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11505   algorithm: "plot_perf_box_name"
11506   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11507   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11508   include:
11509     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11512     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11514   layout:
11515     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11516     layout: "plot-throughput"
11517
11518 - type: "plot"
11519   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11520   algorithm: "plot_perf_box_name"
11521   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11522   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11523   include:
11524     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11525     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11529   layout:
11530     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11531     layout: "plot-throughput"
11532
11533 - type: "plot"
11534   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11535   algorithm: "plot_perf_box_name"
11536   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11537   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11538   include:
11539     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11545   layout:
11546     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11547     layout: "plot-throughput"
11548
11549 - type: "plot"
11550   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11551   algorithm: "plot_perf_box_name"
11552   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11553   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11554   include:
11555     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11561   layout:
11562     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11563     layout: "plot-throughput"
11564
11565 - type: "plot"
11566   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11567   algorithm: "plot_perf_box_name"
11568   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11569   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11570   include:
11571     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11573   layout:
11574     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11575     layout: "plot-throughput"
11576
11577 - type: "plot"
11578   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11579   algorithm: "plot_perf_box_name"
11580   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11581   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11582   include:
11583     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11585   layout:
11586     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11587     layout: "plot-throughput"
11588
11589 - type: "plot"
11590   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11591   algorithm: "plot_perf_box_name"
11592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11594   include:
11595     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11599   layout:
11600     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11601     layout: "plot-throughput"
11602
11603 - type: "plot"
11604   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11605   algorithm: "plot_perf_box_name"
11606   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11608   include:
11609     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11610     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11613   layout:
11614     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11615     layout: "plot-throughput"
11616
11617 - type: "plot"
11618   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11619   algorithm: "plot_perf_box_name"
11620   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11621   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11622   include:
11623     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11627   layout:
11628     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11629     layout: "plot-throughput"
11630
11631 - type: "plot"
11632   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11633   algorithm: "plot_perf_box_name"
11634   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11635   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11636   include:
11637     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11638     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11639     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11640     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11641   layout:
11642     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11643     layout: "plot-throughput"
11644
11645 - type: "plot"
11646   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11647   algorithm: "plot_perf_box_name"
11648   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11649   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11650   include:
11651     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11652     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11653     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11654     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11655   layout:
11656     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11657     layout: "plot-throughput"
11658
11659 - type: "plot"
11660   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11661   algorithm: "plot_perf_box_name"
11662   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11663   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11664   include:
11665     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11666     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11667     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11668     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11669   layout:
11670     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11671     layout: "plot-throughput"
11672
11673 - type: "plot"
11674   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11675   algorithm: "plot_perf_box_name"
11676   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11677   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11678   include:
11679     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11682     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11683   layout:
11684     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11685     layout: "plot-throughput"
11686
11687 - type: "plot"
11688   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11689   algorithm: "plot_perf_box_name"
11690   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11691   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11692   include:
11693     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11697   layout:
11698     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11699     layout: "plot-throughput"
11700
11701 - type: "plot"
11702   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11703   algorithm: "plot_perf_box_name"
11704   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11705   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11706   include:
11707     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11712     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11713   layout:
11714     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11715     layout: "plot-throughput"
11716
11717 - type: "plot"
11718   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11719   algorithm: "plot_perf_box_name"
11720   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11721   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11722   include:
11723     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11729   layout:
11730     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11731     layout: "plot-throughput"
11732
11733 - type: "plot"
11734   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11735   algorithm: "plot_perf_box_name"
11736   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11738   include:
11739     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11744   layout:
11745     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11746     layout: "plot-throughput"
11747
11748 - type: "plot"
11749   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11750   algorithm: "plot_perf_box_name"
11751   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11753   include:
11754     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11759   layout:
11760     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11761     layout: "plot-throughput"
11762
11763 - type: "plot"
11764   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11765   algorithm: "plot_perf_box_name"
11766   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11767   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11768   include:
11769     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11774   layout:
11775     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11776     layout: "plot-throughput"
11777
11778 - type: "plot"
11779   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11780   algorithm: "plot_perf_box_name"
11781   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11782   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11783   include:
11784     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11789   layout:
11790     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11791     layout: "plot-throughput"
11792
11793 - type: "plot"
11794   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11795   algorithm: "plot_perf_box_name"
11796   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11798   include:
11799     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11802   layout:
11803     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11804     layout: "plot-throughput"
11805
11806 - type: "plot"
11807   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11808   algorithm: "plot_perf_box_name"
11809   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11810   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11811   include:
11812     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11815   layout:
11816     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11817     layout: "plot-throughput"
11818
11819 - type: "plot"
11820   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11821   algorithm: "plot_perf_box_name"
11822   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11824   include:
11825     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11828   layout:
11829     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11830     layout: "plot-throughput"
11831
11832 - type: "plot"
11833   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11834   algorithm: "plot_perf_box_name"
11835   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11837   include:
11838     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11839     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11841   layout:
11842     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11843     layout: "plot-throughput"
11844
11845 - type: "plot"
11846   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11847   algorithm: "plot_perf_box_name"
11848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11850   include:
11851     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11856   layout:
11857     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11858     layout: "plot-throughput"
11859
11860 - type: "plot"
11861   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11862   algorithm: "plot_perf_box_name"
11863   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11865   include:
11866     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11871   layout:
11872     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11873     layout: "plot-throughput"
11874
11875 - type: "plot"
11876   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11877   algorithm: "plot_perf_box_name"
11878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11880   include:
11881     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11886   layout:
11887     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11888     layout: "plot-throughput"
11889
11890 - type: "plot"
11891   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11892   algorithm: "plot_perf_box_name"
11893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11895   include:
11896     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11899     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11900     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11901   layout:
11902     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11903     layout: "plot-throughput"
11904
11905 - type: "plot"
11906   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11907   algorithm: "plot_perf_box_name"
11908   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11909   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11910   include:
11911     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11913     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11914     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11915     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11916   layout:
11917     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11918     layout: "plot-throughput"
11919
11920 - type: "plot"
11921   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11922   algorithm: "plot_perf_box_name"
11923   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11924   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11925   include:
11926     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11928     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11931   layout:
11932     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11933     layout: "plot-throughput"
11934
11935 - type: "plot"
11936   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11937   algorithm: "plot_perf_box_name"
11938   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11939   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11940   include:
11941     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11942     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11943     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11944     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11945     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11946   layout:
11947     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11948     layout: "plot-throughput"
11949
11950 - type: "plot"
11951   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11952   algorithm: "plot_perf_box_name"
11953   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11954   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11955   include:
11956     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11958     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11961   layout:
11962     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11963     layout: "plot-throughput"
11964
11965 - type: "plot"
11966   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11967   algorithm: "plot_perf_box_name"
11968   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11969   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11970   include:
11971     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11974     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11976   layout:
11977     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11978     layout: "plot-throughput"
11979
11980 - type: "plot"
11981   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11982   algorithm: "plot_perf_box_name"
11983   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11984   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11985   include:
11986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11987     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11988     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11989     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11990     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11991   layout:
11992     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11993     layout: "plot-throughput"
11994
11995 - type: "plot"
11996   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11997   algorithm: "plot_perf_box_name"
11998   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11999   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12000   include:
12001     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12002     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12003     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12004     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12005     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12006     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12007   layout:
12008     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12009     layout: "plot-throughput"
12010
12011 - type: "plot"
12012   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12013   algorithm: "plot_perf_box_name"
12014   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12015   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12016   include:
12017     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12018     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12019     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12020     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12021     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12022     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12023   layout:
12024     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12025     layout: "plot-throughput"
12026
12027 - type: "plot"
12028   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12029   algorithm: "plot_perf_box_name"
12030   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12031   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12032   include:
12033     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12034     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12035     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12036     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12037   layout:
12038     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12039     layout: "plot-throughput"
12040
12041 - type: "plot"
12042   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12043   algorithm: "plot_perf_box_name"
12044   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12046   include:
12047     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12048     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12049     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12050     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12051   layout:
12052     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12053     layout: "plot-throughput"
12054
12055 - type: "plot"
12056   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12057   algorithm: "plot_perf_box_name"
12058   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12059   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12060   include:
12061     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12062     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12063     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12064     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12065     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12066     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12067   layout:
12068     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12069     layout: "plot-throughput"
12070
12071 - type: "plot"
12072   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12073   algorithm: "plot_perf_box_name"
12074   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12076   include:
12077     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12078     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12079     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12080     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12081     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12082     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12083   layout:
12084     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12085     layout: "plot-throughput"
12086
12087 - type: "plot"
12088   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12089   algorithm: "plot_perf_box_name"
12090   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12092   include:
12093     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12094     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12095     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12096     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12097     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12098     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12099   layout:
12100     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12101     layout: "plot-throughput"
12102
12103 - type: "plot"
12104   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12105   algorithm: "plot_perf_box_name"
12106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12108   include:
12109     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12110     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12111     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12112     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12113     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12114     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12115   layout:
12116     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12117     layout: "plot-throughput"
12118
12119 - type: "plot"
12120   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12121   algorithm: "plot_perf_box_name"
12122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12124   include:
12125     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12126     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12127     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12128     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12129     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12130     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12131   layout:
12132     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12133     layout: "plot-throughput"
12134
12135 - type: "plot"
12136   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12137   algorithm: "plot_perf_box_name"
12138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12140   include:
12141     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12142     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12143     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12144     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12145     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12146     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12147   layout:
12148     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12149     layout: "plot-throughput"
12150
12151 - type: "plot"
12152   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12153   algorithm: "plot_perf_box_name"
12154   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12155   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12156   include:
12157     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12158     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12159     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12160     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12161     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12162     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12163   layout:
12164     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12165     layout: "plot-throughput"
12166
12167 - type: "plot"
12168   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12169   algorithm: "plot_perf_box_name"
12170   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12171   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12172   include:
12173     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12174     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12175     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12176     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12177     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12178     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12179   layout:
12180     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12181     layout: "plot-throughput"
12182
12183 - type: "plot"
12184   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12185   algorithm: "plot_perf_box_name"
12186   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12187   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12188   include:
12189     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12190     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12191     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12192     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12193     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12194     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12195   layout:
12196     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12197     layout: "plot-throughput"
12198
12199 - type: "plot"
12200   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12201   algorithm: "plot_perf_box_name"
12202   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12203   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12204   include:
12205     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12206     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12207     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12208     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12209     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12210     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12211   layout:
12212     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12213     layout: "plot-throughput"
12214
12215 - type: "plot"
12216   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12217   algorithm: "plot_perf_box_name"
12218   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12219   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12220   include:
12221     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12222     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12223     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12224     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12225     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12226     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12227   layout:
12228     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12229     layout: "plot-throughput"
12230
12231 - type: "plot"
12232   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12233   algorithm: "plot_perf_box_name"
12234   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12235   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12236   include:
12237     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12238     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12239     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12240     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12241     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12242     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12243   layout:
12244     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12245     layout: "plot-throughput"
12246
12247 - type: "plot"
12248   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12249   algorithm: "plot_perf_box_name"
12250   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12251   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12252   include:
12253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12259   layout:
12260     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12261     layout: "plot-throughput"
12262
12263 - type: "plot"
12264   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12265   algorithm: "plot_perf_box_name"
12266   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12267   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12268   include:
12269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12275   layout:
12276     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12277     layout: "plot-throughput"
12278
12279 - type: "plot"
12280   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12281   algorithm: "plot_perf_box_name"
12282   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12283   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12284   include:
12285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12291   layout:
12292     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12293     layout: "plot-throughput"
12294
12295 - type: "plot"
12296   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12297   algorithm: "plot_perf_box_name"
12298   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12299   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12300   include:
12301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12307   layout:
12308     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12309     layout: "plot-throughput"
12310
12311 - type: "plot"
12312   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12313   algorithm: "plot_perf_box_name"
12314   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12315   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12316   include:
12317     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12321   layout:
12322     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12323     layout: "plot-throughput"
12324
12325 - type: "plot"
12326   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12327   algorithm: "plot_perf_box_name"
12328   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12329   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12330   include:
12331     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12335   layout:
12336     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12337     layout: "plot-throughput"
12338
12339 - type: "plot"
12340   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12341   algorithm: "plot_perf_box_name"
12342   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12343   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12344   include:
12345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12346     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12349   layout:
12350     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12351     layout: "plot-throughput"
12352
12353 - type: "plot"
12354   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12355   algorithm: "plot_perf_box_name"
12356   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12357   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12358   include:
12359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12360     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12363   layout:
12364     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12365     layout: "plot-throughput"
12366
12367 - type: "plot"
12368   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12369   algorithm: "plot_perf_box_name"
12370   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12371   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12372   include:
12373     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12374     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12375     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12376     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12377     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12378     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12379   layout:
12380     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12381     layout: "plot-throughput"
12382
12383 - type: "plot"
12384   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12385   algorithm: "plot_perf_box_name"
12386   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12387   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12388   include:
12389     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12390     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12391     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12392     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12393     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12394     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12395   layout:
12396     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12397     layout: "plot-throughput"
12398
12399 - type: "plot"
12400   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12401   algorithm: "plot_perf_box_name"
12402   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12404   include:
12405     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12406     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12407     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12408     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12409     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12410   layout:
12411     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12412     layout: "plot-throughput"
12413
12414 - type: "plot"
12415   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12416   algorithm: "plot_perf_box_name"
12417   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12419   include:
12420     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12421     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12422     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12423     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12424     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12425   layout:
12426     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12427     layout: "plot-throughput"
12428
12429 - type: "plot"
12430   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12431   algorithm: "plot_perf_box_name"
12432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12434   include:
12435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12440   layout:
12441     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12442     layout: "plot-throughput"
12443
12444 - type: "plot"
12445   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12446   algorithm: "plot_perf_box_name"
12447   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12449   include:
12450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12455   layout:
12456     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12457     layout: "plot-throughput"
12458
12459 - type: "plot"
12460   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12461   algorithm: "plot_perf_box_name"
12462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12464   include:
12465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12469   layout:
12470     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12471     layout: "plot-throughput"
12472
12473 - type: "plot"
12474   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12475   algorithm: "plot_perf_box_name"
12476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12478   include:
12479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12483   layout:
12484     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12485     layout: "plot-throughput"
12486
12487 - type: "plot"
12488   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12489   algorithm: "plot_perf_box_name"
12490   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12492   include:
12493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12497     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12498     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12499   layout:
12500     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12501     layout: "plot-throughput"
12502
12503 - type: "plot"
12504   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12505   algorithm: "plot_perf_box_name"
12506   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12508   include:
12509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12513     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12514     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12515   layout:
12516     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12517     layout: "plot-throughput"
12518
12519 - type: "plot"
12520   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12521   algorithm: "plot_perf_box_name"
12522   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12524   include:
12525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12527     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12529     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12530     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12531   layout:
12532     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12533     layout: "plot-throughput"
12534
12535 - type: "plot"
12536   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12537   algorithm: "plot_perf_box_name"
12538   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12540   include:
12541     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12542     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12543     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12544     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12545     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12546     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12547   layout:
12548     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12549     layout: "plot-throughput"
12550
12551 - type: "plot"
12552   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12553   algorithm: "plot_perf_box_name"
12554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12556   include:
12557     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12558     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12559     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12560     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12562     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12563   layout:
12564     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12565     layout: "plot-throughput"
12566
12567 - type: "plot"
12568   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12569   algorithm: "plot_perf_box_name"
12570   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12572   include:
12573     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12574     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12575     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12576     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12577     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12578     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12579   layout:
12580     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12581     layout: "plot-throughput"
12582
12583 - type: "plot"
12584   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12585   algorithm: "plot_perf_box_name"
12586   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12588   include:
12589     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12590     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12591     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12592     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12593     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12594     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12595   layout:
12596     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12597     layout: "plot-throughput"
12598
12599 - type: "plot"
12600   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12601   algorithm: "plot_perf_box_name"
12602   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12604   include:
12605     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12606     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12607     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12608     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12609     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12610     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12611   layout:
12612     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12613     layout: "plot-throughput"
12614
12615 - type: "plot"
12616   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12617   algorithm: "plot_perf_box_name"
12618   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12619   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12620   include:
12621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12625   layout:
12626     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12627     layout: "plot-throughput"
12628
12629 - type: "plot"
12630   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12631   algorithm: "plot_perf_box_name"
12632   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12633   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12634   include:
12635     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12636     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12637     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12639   layout:
12640     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12641     layout: "plot-throughput"
12642
12643 - type: "plot"
12644   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12645   algorithm: "plot_perf_box_name"
12646   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12647   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12648   include:
12649     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12650     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12651     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12652     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12655   layout:
12656     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12657     layout: "plot-throughput"
12658
12659 - type: "plot"
12660   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12661   algorithm: "plot_perf_box_name"
12662   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12663   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12664   include:
12665     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12666     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12667     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12668     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12671   layout:
12672     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12673     layout: "plot-throughput"
12674
12675 - type: "plot"
12676   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12677   algorithm: "plot_perf_box_name"
12678   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12679   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12680   include:
12681     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12682     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12683     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12684     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12687   layout:
12688     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12689     layout: "plot-throughput"
12690
12691 - type: "plot"
12692   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12693   algorithm: "plot_perf_box_name"
12694   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12695   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12696   include:
12697     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12698     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12699     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12700     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12703   layout:
12704     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12705     layout: "plot-throughput"
12706
12707 #- type: "plot"
12708 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12709 #  algorithm: "plot_perf_box_name"
12710 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12711 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12712 #  include:
12713 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12714 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12715 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12716 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12717 #  layout:
12718 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12719 #    layout: "plot-throughput"
12720 #
12721 #- type: "plot"
12722 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12723 #  algorithm: "plot_perf_box_name"
12724 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12725 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12726 #  include:
12727 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12728 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12729 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12730 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12731 #  layout:
12732 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12733 #    layout: "plot-throughput"
12734
12735 - type: "plot"
12736   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12737   algorithm: "plot_perf_box_name"
12738   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12739   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12740   include:
12741     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12742     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12743     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12744     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12747   layout:
12748     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12749     layout: "plot-throughput"
12750
12751 - type: "plot"
12752   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12753   algorithm: "plot_perf_box_name"
12754   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12755   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12756   include:
12757     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12758     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12759     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12763   layout:
12764     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12765     layout: "plot-throughput"
12766
12767 #- type: "plot"
12768 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12769 #  algorithm: "plot_perf_box_name"
12770 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12771 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12772 #  include:
12773 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12774 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12775 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12776 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12777 #  layout:
12778 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12779 #    layout: "plot-throughput"
12780 #
12781 #- type: "plot"
12782 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12783 #  algorithm: "plot_perf_box_name"
12784 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12785 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12786 #  include:
12787 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12788 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12789 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12790 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12791 #  layout:
12792 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12793 #    layout: "plot-throughput"
12794
12795 - type: "plot"
12796   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12797   algorithm: "plot_perf_box_name"
12798   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12799   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12800   include:
12801     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12802     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12803     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12804     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12807   layout:
12808     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12809     layout: "plot-throughput"
12810
12811 - type: "plot"
12812   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12813   algorithm: "plot_perf_box_name"
12814   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12815   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12816   include:
12817     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12818     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12819     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12820     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12821     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12822     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12823   layout:
12824     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12825     layout: "plot-throughput"
12826
12827 #- type: "plot"
12828 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12829 #  algorithm: "plot_perf_box_name"
12830 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12831 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12832 #  include:
12833 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12834 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12835 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12836 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12837 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12838 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12839 #  layout:
12840 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12841 #    layout: "plot-throughput"
12842 #
12843 #- type: "plot"
12844 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12845 #  algorithm: "plot_perf_box_name"
12846 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12847 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12848 #  include:
12849 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12850 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12851 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12852 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12853 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12854 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12855 #  layout:
12856 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12857 #    layout: "plot-throughput"
12858
12859 - type: "plot"
12860   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12861   algorithm: "plot_perf_box_name"
12862   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12863   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12864   include:
12865     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12866     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12867     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12868     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12869     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12870     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12871   layout:
12872     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12873     layout: "plot-throughput"
12874
12875 - type: "plot"
12876   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12877   algorithm: "plot_perf_box_name"
12878   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12879   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12880   include:
12881     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12882     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12883     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12884     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12885     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12886     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12887   layout:
12888     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12889     layout: "plot-throughput"
12890
12891 - type: "plot"
12892   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12893   algorithm: "plot_perf_box_name"
12894   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12896   include:
12897     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12898     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12899     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12900 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12901 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12902 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12903   layout:
12904     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12905     layout: "plot-throughput"
12906
12907 - type: "plot"
12908   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12909   algorithm: "plot_perf_box_name"
12910   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12912   include:
12913     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12914     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12915     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12916 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12917 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12918 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12919   layout:
12920     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12921     layout: "plot-throughput"
12922
12923 - type: "plot"
12924   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12925   algorithm: "plot_perf_box_name"
12926   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12927   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12928   include:
12929     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12930     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12931     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12932     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12933     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12934     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12935   layout:
12936     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12937     layout: "plot-throughput"
12938
12939 - type: "plot"
12940   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12941   algorithm: "plot_perf_box_name"
12942   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12944   include:
12945     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12946     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12947     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12948     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12949     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12950     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12951   layout:
12952     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12953     layout: "plot-throughput"
12954
12955 - type: "plot"
12956   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12957   algorithm: "plot_perf_box_name"
12958   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12959   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12960   include:
12961     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12962     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12963     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12964     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12965     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12966     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12967   layout:
12968     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12969     layout: "plot-throughput"
12970
12971 - type: "plot"
12972   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12973   algorithm: "plot_perf_box_name"
12974   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12975   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12976   include:
12977     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12978     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12979     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12980     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12981     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12982     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12983   layout:
12984     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12985     layout: "plot-throughput"
12986
12987 #- type: "plot"
12988 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12989 #  algorithm: "plot_perf_box_name"
12990 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12991 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12992 #  include:
12993 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12994 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12995 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12996 #  layout:
12997 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12998 #    layout: "plot-throughput"
12999 #
13000 #- type: "plot"
13001 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13002 #  algorithm: "plot_perf_box_name"
13003 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13004 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13005 #  include:
13006 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13007 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13008 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13009 #  layout:
13010 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13011 #    layout: "plot-throughput"
13012
13013 - type: "plot"
13014   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13015   algorithm: "plot_perf_box_name"
13016   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13018   include:
13019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13021     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13022     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13024   layout:
13025     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13026     layout: "plot-throughput"
13027
13028 - type: "plot"
13029   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13030   algorithm: "plot_perf_box_name"
13031   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13033   include:
13034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13036     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13039   layout:
13040     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13041     layout: "plot-throughput"
13042
13043 - type: "plot"
13044   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13045   algorithm: "plot_perf_box_name"
13046   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13048   include:
13049     - "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"
13050     - "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"
13051     - "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"
13052     - "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"
13053     - "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"
13054   layout:
13055     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13056     layout: "plot-throughput"
13057
13058 - type: "plot"
13059   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13060   algorithm: "plot_perf_box_name"
13061   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13063   include:
13064     - "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"
13065     - "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"
13066     - "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"
13067     - "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"
13068     - "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"
13069   layout:
13070     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13071     layout: "plot-throughput"
13072
13073 - type: "plot"
13074   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13075   algorithm: "plot_perf_box_name"
13076   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13078   include:
13079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13084   layout:
13085     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13086     layout: "plot-throughput"
13087
13088 - type: "plot"
13089   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13090   algorithm: "plot_perf_box_name"
13091   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13092   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13093   include:
13094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13095     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13096     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13097     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13098     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13099   layout:
13100     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13101     layout: "plot-throughput"
13102
13103 - type: "plot"
13104   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13105   algorithm: "plot_perf_box_name"
13106   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13107   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13108   include:
13109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13110     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13112     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13113     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13114   layout:
13115     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13116     layout: "plot-throughput"
13117
13118 - type: "plot"
13119   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13120   algorithm: "plot_perf_box_name"
13121   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13123   include:
13124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13129   layout:
13130     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13131     layout: "plot-throughput"
13132
13133 - type: "plot"
13134   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13135   algorithm: "plot_perf_box_name"
13136   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13138   include:
13139     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13140     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13141     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13142     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13143     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13144   layout:
13145     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13146     layout: "plot-throughput"
13147
13148 - type: "plot"
13149   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13150   algorithm: "plot_perf_box_name"
13151   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13152   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13153   include:
13154     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13155     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13156     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13157     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13158     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13159   layout:
13160     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13161     layout: "plot-throughput"
13162
13163 - type: "plot"
13164   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13165   algorithm: "plot_perf_box_name"
13166   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13167   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13168   include:
13169     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13170     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13171     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13172     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13173     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13174   layout:
13175     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13176     layout: "plot-throughput"
13177
13178 - type: "plot"
13179   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13180   algorithm: "plot_perf_box_name"
13181   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13182   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13183   include:
13184     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13185     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13186     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13187     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13188     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13189   layout:
13190     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13191     layout: "plot-throughput"
13192
13193 - type: "plot"
13194   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13195   algorithm: "plot_perf_box_name"
13196   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13198   include:
13199     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13200     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13201     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13202     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13203   layout:
13204     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13205     layout: "plot-throughput"
13206
13207 - type: "plot"
13208   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13209   algorithm: "plot_perf_box_name"
13210   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13212   include:
13213     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13214     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13215     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13216     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13217   layout:
13218     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13219     layout: "plot-throughput"
13220
13221 - type: "plot"
13222   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13223   algorithm: "plot_perf_box_name"
13224   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13226   include:
13227     - "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"
13228     - "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"
13229     - "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"
13230     - "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"
13231   layout:
13232     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13233     layout: "plot-throughput"
13234
13235 - type: "plot"
13236   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13237   algorithm: "plot_perf_box_name"
13238   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13240   include:
13241     - "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"
13242     - "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"
13243     - "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"
13244     - "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"
13245   layout:
13246     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13247     layout: "plot-throughput"
13248
13249 - type: "plot"
13250   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13251   algorithm: "plot_perf_box_name"
13252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13254   include:
13255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13261   layout:
13262     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13263     layout: "plot-throughput"
13264
13265 - type: "plot"
13266   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13267   algorithm: "plot_perf_box_name"
13268   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13270   include:
13271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13277   layout:
13278     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13279     layout: "plot-throughput"
13280
13281 - type: "plot"
13282   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13283   algorithm: "plot_perf_box_name"
13284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13286   include:
13287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13293   layout:
13294     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13295     layout: "plot-throughput"
13296
13297 - type: "plot"
13298   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13299   algorithm: "plot_perf_box_name"
13300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13302   include:
13303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13309   layout:
13310     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13311     layout: "plot-throughput"
13312
13313 - type: "plot"
13314   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13315   algorithm: "plot_perf_box_name"
13316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13318   include:
13319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13325   layout:
13326     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13327     layout: "plot-throughput"
13328
13329 - type: "plot"
13330   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13331   algorithm: "plot_perf_box_name"
13332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13334   include:
13335     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13336     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13337     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13338     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13339     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13341   layout:
13342     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13343     layout: "plot-throughput"
13344
13345 - type: "plot"
13346   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13347   algorithm: "plot_perf_box_name"
13348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13350   include:
13351     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13354     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13356   layout:
13357     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13358     layout: "plot-throughput"
13359
13360 - type: "plot"
13361   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13362   algorithm: "plot_perf_box_name"
13363   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13365   include:
13366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13370     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13371   layout:
13372     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13373     layout: "plot-throughput"
13374
13375 - type: "plot"
13376   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13377   algorithm: "plot_perf_box_name"
13378   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13380   include:
13381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13383   layout:
13384     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13385     layout: "plot-throughput"
13386
13387 - type: "plot"
13388   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13389   algorithm: "plot_perf_box_name"
13390   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13392   include:
13393     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13394     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13395   layout:
13396     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13397     layout: "plot-throughput"
13398
13399 - type: "plot"
13400   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13401   algorithm: "plot_perf_box_name"
13402   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13404   include:
13405     - "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"
13406     - "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"
13407   layout:
13408     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13409     layout: "plot-throughput"
13410
13411 - type: "plot"
13412   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13413   algorithm: "plot_perf_box_name"
13414   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13415   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13416   include:
13417     - "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"
13418     - "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"
13419   layout:
13420     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13421     layout: "plot-throughput"
13422
13423 - type: "plot"
13424   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13425   algorithm: "plot_perf_box_name"
13426   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13428   include:
13429     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13430     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13431   layout:
13432     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13433     layout: "plot-throughput"
13434
13435 - type: "plot"
13436   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13437   algorithm: "plot_perf_box_name"
13438   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13440   include:
13441     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13442     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13443   layout:
13444     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13445     layout: "plot-throughput"
13446
13447 - type: "plot"
13448   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13449   algorithm: "plot_perf_box_name"
13450   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13452   include:
13453     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13454     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13455   layout:
13456     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13457     layout: "plot-throughput"
13458
13459 - type: "plot"
13460   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13461   algorithm: "plot_perf_box_name"
13462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13464   include:
13465     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13466     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13467   layout:
13468     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13469     layout: "plot-throughput"
13470
13471 - type: "plot"
13472   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13473   algorithm: "plot_perf_box_name"
13474   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13475   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13476   include:
13477     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13478     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13479     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13480     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13481     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13482     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13483   layout:
13484     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13485     layout: "plot-throughput"
13486
13487 - type: "plot"
13488   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13489   algorithm: "plot_perf_box_name"
13490   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13491   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13492   include:
13493     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13494     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13495     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13496     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13497     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13498     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13499   layout:
13500     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13501     layout: "plot-throughput"
13502
13503 - type: "plot"
13504   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13505   algorithm: "plot_perf_box_name"
13506   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13507   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13508   include:
13509     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13510     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13511     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13512     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13513     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13514     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13515   layout:
13516     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13517     layout: "plot-throughput"
13518
13519 - type: "plot"
13520   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13521   algorithm: "plot_perf_box_name"
13522   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13523   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13524   include:
13525     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13526     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13527     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13528     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13529     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13530     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13531   layout:
13532     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13533     layout: "plot-throughput"
13534
13535 #- type: "plot"
13536 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13537 #  algorithm: "plot_perf_box_name"
13538 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13539 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13540 #  include:
13541 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13542 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13543 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13544 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13545 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13546 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13547 #  layout:
13548 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13549 #    layout: "plot-throughput"
13550 #
13551 #- type: "plot"
13552 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13553 #  algorithm: "plot_perf_box_name"
13554 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13555 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13556 #  include:
13557 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13558 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13559 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13560 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13561 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13562 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13563 #  layout:
13564 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13565 #    layout: "plot-throughput"
13566
13567 - type: "plot"
13568   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13569   algorithm: "plot_perf_box_name"
13570   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13571   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13572   include:
13573     - "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"
13574     - "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"
13575     - "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"
13576     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13577     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13578     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13579   layout:
13580     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13581     layout: "plot-throughput"
13582
13583 - type: "plot"
13584   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13585   algorithm: "plot_perf_box_name"
13586   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13588   include:
13589     - "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"
13590     - "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"
13591     - "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"
13592     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13593     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13594     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13595   layout:
13596     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13597     layout: "plot-throughput"
13598
13599 ################################################################################
13600
13601 # Packet Speedup
13602
13603 - type: "plot"
13604   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13605   algorithm: "plot_tsa_name"
13606   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13607   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13608   include:
13609     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13610     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13611     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13612     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13613   layout:
13614     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13615     layout: "plot-throughput-speedup-analysis"
13616
13617 - type: "plot"
13618   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13619   algorithm: "plot_tsa_name"
13620   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13621   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13622   include:
13623     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13624     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13625     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13626     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13627   layout:
13628     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13629     layout: "plot-throughput-speedup-analysis"
13630
13631 - type: "plot"
13632   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13633   algorithm: "plot_tsa_name"
13634   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13635   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13636   include:
13637     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13638     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13639     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13641   layout:
13642     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13643     layout: "plot-throughput-speedup-analysis"
13644
13645 - type: "plot"
13646   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13647   algorithm: "plot_tsa_name"
13648   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13649   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13650   include:
13651     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13652     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13653     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13654     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13655   layout:
13656     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13657     layout: "plot-throughput-speedup-analysis"
13658
13659 - type: "plot"
13660   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13661   algorithm: "plot_tsa_name"
13662   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13664   include:
13665     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13666     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13667     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13668     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13669     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13670   layout:
13671     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13672     layout: "plot-throughput-speedup-analysis"
13673
13674 - type: "plot"
13675   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13676   algorithm: "plot_tsa_name"
13677   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13678   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13679   include:
13680     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13681     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13682     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13683     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13684     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13685   layout:
13686     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13687     layout: "plot-throughput-speedup-analysis"
13688
13689 - type: "plot"
13690   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13691   algorithm: "plot_tsa_name"
13692   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13694   include:
13695     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13696     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13697     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13698     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13699     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13700   layout:
13701     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13702     layout: "plot-throughput-speedup-analysis"
13703
13704 - type: "plot"
13705   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13706   algorithm: "plot_tsa_name"
13707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13709   include:
13710     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13711     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13712     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13713     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13714     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13715   layout:
13716     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13717     layout: "plot-throughput-speedup-analysis"
13718
13719 - type: "plot"
13720   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13721   algorithm: "plot_tsa_name"
13722   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13724   include:
13725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13729     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13730     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13731   layout:
13732     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13733     layout: "plot-throughput-speedup-analysis"
13734
13735 - type: "plot"
13736   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13737   algorithm: "plot_tsa_name"
13738   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13740   include:
13741     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13743     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13744     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13745     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13746     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13747   layout:
13748     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13749     layout: "plot-throughput-speedup-analysis"
13750
13751 - type: "plot"
13752   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13753   algorithm: "plot_tsa_name"
13754   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13755   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13756   include:
13757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13762   layout:
13763     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13764     layout: "plot-throughput-speedup-analysis"
13765
13766 - type: "plot"
13767   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13768   algorithm: "plot_tsa_name"
13769   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13770   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13771   include:
13772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13777   layout:
13778     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13779     layout: "plot-throughput-speedup-analysis"
13780
13781 - type: "plot"
13782   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13783   algorithm: "plot_tsa_name"
13784   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13785   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13786   include:
13787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13790   layout:
13791     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13792     layout: "plot-throughput-speedup-analysis"
13793
13794 - type: "plot"
13795   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13796   algorithm: "plot_tsa_name"
13797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13799   include:
13800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13803   layout:
13804     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13805     layout: "plot-throughput-speedup-analysis"
13806
13807 - type: "plot"
13808   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13809   algorithm: "plot_tsa_name"
13810   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13812   include:
13813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13818   layout:
13819     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13820     layout: "plot-throughput-speedup-analysis"
13821
13822 - type: "plot"
13823   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13824   algorithm: "plot_tsa_name"
13825   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13826   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13827   include:
13828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13833   layout:
13834     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13835     layout: "plot-throughput-speedup-analysis"
13836
13837 - type: "plot"
13838   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13839   algorithm: "plot_tsa_name"
13840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13842   include:
13843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13846   layout:
13847     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13848     layout: "plot-throughput-speedup-analysis"
13849
13850 - type: "plot"
13851   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13852   algorithm: "plot_tsa_name"
13853   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13854   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13855   include:
13856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13859   layout:
13860     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13861     layout: "plot-throughput-speedup-analysis"
13862
13863 - type: "plot"
13864   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13865   algorithm: "plot_tsa_name"
13866   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13868   include:
13869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13875   layout:
13876     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13877     layout: "plot-throughput-speedup-analysis"
13878
13879 - type: "plot"
13880   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13881   algorithm: "plot_tsa_name"
13882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13883   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13884   include:
13885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13891   layout:
13892     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13893     layout: "plot-throughput-speedup-analysis"
13894
13895 - type: "plot"
13896   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13897   algorithm: "plot_tsa_name"
13898   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13899   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13900   include:
13901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13907   layout:
13908     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13909     layout: "plot-throughput-speedup-analysis"
13910
13911 - type: "plot"
13912   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13913   algorithm: "plot_tsa_name"
13914   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13915   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13916   include:
13917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13923   layout:
13924     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13925     layout: "plot-throughput-speedup-analysis"
13926
13927 - type: "plot"
13928   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13929   algorithm: "plot_tsa_name"
13930   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13931   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13932   include:
13933     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13934     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13935     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13936   layout:
13937     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13938     layout: "plot-throughput-speedup-analysis"
13939
13940 - type: "plot"
13941   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13942   algorithm: "plot_tsa_name"
13943   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13944   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13945   include:
13946     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13947     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13948     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13949   layout:
13950     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13951     layout: "plot-throughput-speedup-analysis"
13952
13953 - type: "plot"
13954   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13955   algorithm: "plot_tsa_name"
13956   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13958   include:
13959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13962 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13963 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13964   layout:
13965     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13966     layout: "plot-throughput-speedup-analysis"
13967
13968 - type: "plot"
13969   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13970   algorithm: "plot_tsa_name"
13971   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13972   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13973   include:
13974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13977 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13978 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13979   layout:
13980     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13981     layout: "plot-throughput-speedup-analysis"
13982
13983 - type: "plot"
13984   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13985   algorithm: "plot_tsa_name"
13986   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13988   include:
13989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13991     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13992     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13993     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13994   layout:
13995     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13996     layout: "plot-throughput-speedup-analysis"
13997
13998 - type: "plot"
13999   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14000   algorithm: "plot_tsa_name"
14001   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14003   include:
14004     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14006     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14007     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14008     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14009   layout:
14010     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14011     layout: "plot-throughput-speedup-analysis"
14012
14013 - type: "plot"
14014   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14015   algorithm: "plot_tsa_name"
14016   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14018   include:
14019     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14020     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14021     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14022     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14023     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14024   layout:
14025     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14026     layout: "plot-throughput-speedup-analysis"
14027
14028 - type: "plot"
14029   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14030   algorithm: "plot_tsa_name"
14031   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14032   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14033   include:
14034     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14037     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14038     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14039   layout:
14040     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14041     layout: "plot-throughput-speedup-analysis"
14042
14043 - type: "plot"
14044   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14045   algorithm: "plot_tsa_name"
14046   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14047   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14048   include:
14049     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14050     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14051     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14052     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14053     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14054     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14055   layout:
14056     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14057     layout: "plot-throughput-speedup-analysis"
14058
14059 - type: "plot"
14060   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14061   algorithm: "plot_tsa_name"
14062   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14063   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14064   include:
14065     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14066     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14067     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14068     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14069     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14070     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14071   layout:
14072     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14073     layout: "plot-throughput-speedup-analysis"
14074
14075 - type: "plot"
14076   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14077   algorithm: "plot_tsa_name"
14078   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14080   include:
14081     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14082     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14083     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14084     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14085     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14086     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14087   layout:
14088     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14089     layout: "plot-throughput-speedup-analysis"
14090
14091 - type: "plot"
14092   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14093   algorithm: "plot_tsa_name"
14094   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14095   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14096   include:
14097     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14098     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14099     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14100     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14101     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14102     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14103   layout:
14104     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14105     layout: "plot-throughput-speedup-analysis"
14106
14107 - type: "plot"
14108   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14109   algorithm: "plot_tsa_name"
14110   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14111   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14112   include:
14113     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14114     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14115   layout:
14116     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14117     layout: "plot-throughput-speedup-analysis"
14118
14119 - type: "plot"
14120   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14121   algorithm: "plot_tsa_name"
14122   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14124   include:
14125     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14126     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14127   layout:
14128     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14129     layout: "plot-throughput-speedup-analysis"
14130
14131 - type: "plot"
14132   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14133   algorithm: "plot_tsa_name"
14134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14136   include:
14137     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14138     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14141   layout:
14142     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14143     layout: "plot-throughput-speedup-analysis"
14144
14145 - type: "plot"
14146   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14147   algorithm: "plot_tsa_name"
14148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14150   include:
14151     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14154     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14155   layout:
14156     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14157     layout: "plot-throughput-speedup-analysis"
14158
14159 - type: "plot"
14160   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14161   algorithm: "plot_tsa_name"
14162   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14164   include:
14165     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14169   layout:
14170     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14171     layout: "plot-throughput-speedup-analysis"
14172
14173 - type: "plot"
14174   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14175   algorithm: "plot_tsa_name"
14176   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14178   include:
14179     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14180     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14183   layout:
14184     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14185     layout: "plot-throughput-speedup-analysis"
14186
14187 - type: "plot"
14188   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14189   algorithm: "plot_tsa_name"
14190   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14191   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14192   include:
14193     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14194     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14196     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14199   layout:
14200     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14201     layout: "plot-throughput-speedup-analysis"
14202
14203 - type: "plot"
14204   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14205   algorithm: "plot_tsa_name"
14206   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14207   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14208   include:
14209     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14210     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14211     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14215   layout:
14216     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14217     layout: "plot-throughput-speedup-analysis"
14218
14219 - type: "plot"
14220   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14221   algorithm: "plot_tsa_name"
14222   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14224   include:
14225     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14230   layout:
14231     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14232     layout: "plot-throughput-speedup-analysis"
14233
14234 - type: "plot"
14235   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14236   algorithm: "plot_tsa_name"
14237   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14239   include:
14240     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14245   layout:
14246     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14247     layout: "plot-throughput-speedup-analysis"
14248
14249 - type: "plot"
14250   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14251   algorithm: "plot_tsa_name"
14252   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14253   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14254   include:
14255     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14259     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14260   layout:
14261     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14262     layout: "plot-throughput-speedup-analysis"
14263
14264 - type: "plot"
14265   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14266   algorithm: "plot_tsa_name"
14267   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14268   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14269   include:
14270     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14274     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14275   layout:
14276     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14277     layout: "plot-throughput-speedup-analysis"
14278
14279 - type: "plot"
14280   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14281   algorithm: "plot_tsa_name"
14282   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14284   include:
14285     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14288   layout:
14289     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14290     layout: "plot-throughput-speedup-analysis"
14291
14292 - type: "plot"
14293   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14294   algorithm: "plot_tsa_name"
14295   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14296   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14297   include:
14298     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14301   layout:
14302     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14303     layout: "plot-throughput-speedup-analysis"
14304
14305 - type: "plot"
14306   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14307   algorithm: "plot_tsa_name"
14308   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14310   include:
14311     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14314   layout:
14315     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14316     layout: "plot-throughput-speedup-analysis"
14317
14318 - type: "plot"
14319   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14320   algorithm: "plot_tsa_name"
14321   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14323   include:
14324     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14327   layout:
14328     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14329     layout: "plot-throughput-speedup-analysis"
14330
14331 - type: "plot"
14332   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14333   algorithm: "plot_tsa_name"
14334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14336   include:
14337     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14338     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14339     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14340     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14342   layout:
14343     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14344     layout: "plot-throughput-speedup-analysis"
14345
14346 - type: "plot"
14347   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14348   algorithm: "plot_tsa_name"
14349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14351   include:
14352     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14353     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14354     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14356     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14357   layout:
14358     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14359     layout: "plot-throughput-speedup-analysis"
14360
14361 - type: "plot"
14362   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14363   algorithm: "plot_tsa_name"
14364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14366   include:
14367     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14368     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14369     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14370     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14371     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14372   layout:
14373     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14374     layout: "plot-throughput-speedup-analysis"
14375
14376 - type: "plot"
14377   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14378   algorithm: "plot_tsa_name"
14379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14381   include:
14382     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14383     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14384     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14385     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14386     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14387   layout:
14388     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14389     layout: "plot-throughput-speedup-analysis"
14390
14391 - type: "plot"
14392   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14393   algorithm: "plot_tsa_name"
14394   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14395   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14396   include:
14397     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14398     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14399     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14400     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14401     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14402     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14403   layout:
14404     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14405     layout: "plot-throughput-speedup-analysis"
14406
14407 - type: "plot"
14408   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14409   algorithm: "plot_tsa_name"
14410   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14411   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14412   include:
14413     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14414     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14415     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14416     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14417     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14418     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14419   layout:
14420     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14421     layout: "plot-throughput-speedup-analysis"
14422
14423 - type: "plot"
14424   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14425   algorithm: "plot_tsa_name"
14426   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14427   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14428   include:
14429     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14430     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14431     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14432     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14433   layout:
14434     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14435     layout: "plot-throughput-speedup-analysis"
14436
14437 - type: "plot"
14438   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14439   algorithm: "plot_tsa_name"
14440   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14441   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14442   include:
14443     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14444     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14445     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14446     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14447   layout:
14448     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14449     layout: "plot-throughput-speedup-analysis"
14450
14451 - type: "plot"
14452   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14453   algorithm: "plot_tsa_name"
14454   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14455   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14456   include:
14457     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14458     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14459     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14460     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14461     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14462     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14463   layout:
14464     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14465     layout: "plot-throughput-speedup-analysis"
14466
14467 - type: "plot"
14468   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14469   algorithm: "plot_tsa_name"
14470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14472   include:
14473     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14474     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14475     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14476     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14477     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14478     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14479   layout:
14480     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14481     layout: "plot-throughput-speedup-analysis"
14482
14483 - type: "plot"
14484   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14485   algorithm: "plot_tsa_name"
14486   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14487   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14488   include:
14489     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14490     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14491     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14492     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14493     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14494     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14495   layout:
14496     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14497     layout: "plot-throughput-speedup-analysis"
14498
14499 - type: "plot"
14500   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14501   algorithm: "plot_tsa_name"
14502   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14504   include:
14505     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14506     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14507     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14508     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14509     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14510     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14511   layout:
14512     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14513     layout: "plot-throughput-speedup-analysis"
14514
14515 - type: "plot"
14516   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14517   algorithm: "plot_tsa_name"
14518   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14519   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14520   include:
14521     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14522     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14523     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14524     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14525     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14526     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14527   layout:
14528     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14529     layout: "plot-throughput-speedup-analysis"
14530
14531 - type: "plot"
14532   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14533   algorithm: "plot_tsa_name"
14534   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14536   include:
14537     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14538     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14539     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14541     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14542     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14543   layout:
14544     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14545     layout: "plot-throughput-speedup-analysis"
14546
14547 - type: "plot"
14548   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14549   algorithm: "plot_tsa_name"
14550   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14551   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14552   include:
14553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14559   layout:
14560     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14561     layout: "plot-throughput-speedup-analysis"
14562
14563 - type: "plot"
14564   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14565   algorithm: "plot_tsa_name"
14566   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14567   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14568   include:
14569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14575   layout:
14576     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14577     layout: "plot-throughput-speedup-analysis"
14578
14579 - type: "plot"
14580   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14581   algorithm: "plot_tsa_name"
14582   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14584   include:
14585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14591   layout:
14592     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14593     layout: "plot-throughput-speedup-analysis"
14594
14595 - type: "plot"
14596   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14597   algorithm: "plot_tsa_name"
14598   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14599   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14600   include:
14601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14607   layout:
14608     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14609     layout: "plot-throughput-speedup-analysis"
14610
14611 - type: "plot"
14612   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14613   algorithm: "plot_tsa_name"
14614   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14616   include:
14617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14621   layout:
14622     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14623     layout: "plot-throughput-speedup-analysis"
14624
14625 - type: "plot"
14626   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14627   algorithm: "plot_tsa_name"
14628   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14630   include:
14631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14635   layout:
14636     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14637     layout: "plot-throughput-speedup-analysis"
14638
14639 - type: "plot"
14640   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14641   algorithm: "plot_tsa_name"
14642   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14644   include:
14645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14649   layout:
14650     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14651     layout: "plot-throughput-speedup-analysis"
14652
14653 - type: "plot"
14654   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14655   algorithm: "plot_tsa_name"
14656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14658   include:
14659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14663   layout:
14664     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14665     layout: "plot-throughput-speedup-analysis"
14666
14667 - type: "plot"
14668   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14669   algorithm: "plot_tsa_name"
14670   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14671   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14672   include:
14673     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14674     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14675     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14676     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14677     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14678     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14679   layout:
14680     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14681     layout: "plot-throughput-speedup-analysis"
14682
14683 - type: "plot"
14684   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14685   algorithm: "plot_tsa_name"
14686   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14687   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14688   include:
14689     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14690     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14691     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14692     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14693     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14694     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14695   layout:
14696     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14697     layout: "plot-throughput-speedup-analysis"
14698
14699 - type: "plot"
14700   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14701   algorithm: "plot_tsa_name"
14702   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14704   include:
14705     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14706     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14707     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14708     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14709     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14710   layout:
14711     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14712     layout: "plot-throughput-speedup-analysis"
14713
14714 - type: "plot"
14715   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14716   algorithm: "plot_tsa_name"
14717   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14719   include:
14720     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14721     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14722     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14723     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14724     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14725   layout:
14726     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14727     layout: "plot-throughput-speedup-analysis"
14728
14729 - type: "plot"
14730   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14731   algorithm: "plot_tsa_name"
14732   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14734   include:
14735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14740   layout:
14741     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14742     layout: "plot-throughput-speedup-analysis"
14743
14744 - type: "plot"
14745   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14746   algorithm: "plot_tsa_name"
14747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14749   include:
14750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14755   layout:
14756     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14757     layout: "plot-throughput-speedup-analysis"
14758
14759 - type: "plot"
14760   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14761   algorithm: "plot_tsa_name"
14762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14764   include:
14765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14769   layout:
14770     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14771     layout: "plot-throughput-speedup-analysis"
14772
14773 - type: "plot"
14774   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14775   algorithm: "plot_tsa_name"
14776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14778   include:
14779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14783   layout:
14784     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14785     layout: "plot-throughput-speedup-analysis"
14786
14787 - type: "plot"
14788   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14789   algorithm: "plot_tsa_name"
14790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14792   include:
14793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14799   layout:
14800     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14801     layout: "plot-throughput-speedup-analysis"
14802
14803 - type: "plot"
14804   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14805   algorithm: "plot_tsa_name"
14806   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14808   include:
14809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14815   layout:
14816     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14817     layout: "plot-throughput-speedup-analysis"
14818
14819 - type: "plot"
14820   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14821   algorithm: "plot_tsa_name"
14822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14824   include:
14825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14829     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14831   layout:
14832     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14833     layout: "plot-throughput-speedup-analysis"
14834
14835 - type: "plot"
14836   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14837   algorithm: "plot_tsa_name"
14838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14840   include:
14841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14847   layout:
14848     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14849     layout: "plot-throughput-speedup-analysis"
14850
14851 - type: "plot"
14852   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14853   algorithm: "plot_tsa_name"
14854   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14856   include:
14857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14858     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14863   layout:
14864     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14865     layout: "plot-throughput-speedup-analysis"
14866
14867 - type: "plot"
14868   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14869   algorithm: "plot_tsa_name"
14870   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14872   include:
14873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14877     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14878     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14879   layout:
14880     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14881     layout: "plot-throughput-speedup-analysis"
14882
14883 - type: "plot"
14884   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14885   algorithm: "plot_tsa_name"
14886   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14888   include:
14889     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14890     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14891     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14892     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14893     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14894     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14895   layout:
14896     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14897     layout: "plot-throughput-speedup-analysis"
14898
14899 - type: "plot"
14900   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14901   algorithm: "plot_tsa_name"
14902   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14903   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14904   include:
14905     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14906     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14907     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14908     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14909     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14910     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14911   layout:
14912     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14913     layout: "plot-throughput-speedup-analysis"
14914
14915 - type: "plot"
14916   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14917   algorithm: "plot_tsa_name"
14918   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14919   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14920   include:
14921     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14922     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14923     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14924     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14925     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14926     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14927   layout:
14928     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14929     layout: "plot-throughput-speedup-analysis"
14930
14931 - type: "plot"
14932   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14933   algorithm: "plot_tsa_name"
14934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14936   include:
14937     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14938     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14939     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14940     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14941     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14942     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14943   layout:
14944     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14945     layout: "plot-throughput-speedup-analysis"
14946
14947 - type: "plot"
14948   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14949   algorithm: "plot_tsa_name"
14950   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14952   include:
14953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14958   layout:
14959     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14960     layout: "plot-throughput-speedup-analysis"
14961
14962 - type: "plot"
14963   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14964   algorithm: "plot_tsa_name"
14965   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14967   include:
14968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14973   layout:
14974     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14975     layout: "plot-throughput-speedup-analysis"
14976
14977 - type: "plot"
14978   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14979   algorithm: "plot_tsa_name"
14980   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14982   include:
14983     - "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"
14984     - "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"
14985     - "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"
14986     - "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"
14987     - "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"
14988   layout:
14989     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14990     layout: "plot-throughput-speedup-analysis"
14991
14992 - type: "plot"
14993   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14994   algorithm: "plot_tsa_name"
14995   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14997   include:
14998     - "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"
14999     - "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"
15000     - "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"
15001     - "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"
15002     - "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"
15003   layout:
15004     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15005     layout: "plot-throughput-speedup-analysis"
15006
15007 - type: "plot"
15008   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15009   algorithm: "plot_tsa_name"
15010   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15012   include:
15013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15018   layout:
15019     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15020     layout: "plot-throughput-speedup-analysis"
15021
15022 - type: "plot"
15023   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15024   algorithm: "plot_tsa_name"
15025   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15026   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15027   include:
15028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15033   layout:
15034     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15035     layout: "plot-throughput-speedup-analysis"
15036
15037 - type: "plot"
15038   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15039   algorithm: "plot_tsa_name"
15040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15042   include:
15043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15048   layout:
15049     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15050     layout: "plot-throughput-speedup-analysis"
15051
15052 - type: "plot"
15053   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15054   algorithm: "plot_tsa_name"
15055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15057   include:
15058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15063   layout:
15064     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15065     layout: "plot-throughput-speedup-analysis"
15066
15067 - type: "plot"
15068   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15069   algorithm: "plot_tsa_name"
15070   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15071   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15072   include:
15073     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15074     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15075     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15076     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15078   layout:
15079     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15080     layout: "plot-throughput-speedup-analysis"
15081
15082 - type: "plot"
15083   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15084   algorithm: "plot_tsa_name"
15085   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15086   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15087   include:
15088     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15089     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15093   layout:
15094     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15095     layout: "plot-throughput-speedup-analysis"
15096
15097 - type: "plot"
15098   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15099   algorithm: "plot_tsa_name"
15100   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15101   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15102   include:
15103     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15104     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15108   layout:
15109     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15110     layout: "plot-throughput-speedup-analysis"
15111
15112 - type: "plot"
15113   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15114   algorithm: "plot_tsa_name"
15115   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15117   include:
15118     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15119     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15120     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15121     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15122     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15123   layout:
15124     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15125     layout: "plot-throughput-speedup-analysis"
15126
15127 - type: "plot"
15128   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15129   algorithm: "plot_tsa_name"
15130   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15132   include:
15133     - "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"
15134     - "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"
15135     - "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"
15136     - "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"
15137   layout:
15138     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15139     layout: "plot-throughput-speedup-analysis"
15140
15141 - type: "plot"
15142   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15143   algorithm: "plot_tsa_name"
15144   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15146   include:
15147     - "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"
15148     - "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"
15149     - "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"
15150     - "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"
15151   layout:
15152     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15153     layout: "plot-throughput-speedup-analysis"
15154
15155 - type: "plot"
15156   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15157   algorithm: "plot_tsa_name"
15158   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15160   include:
15161     - "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"
15162     - "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"
15163     - "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"
15164     - "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"
15165   layout:
15166     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15167     layout: "plot-throughput-speedup-analysis"
15168
15169 - type: "plot"
15170   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15171   algorithm: "plot_tsa_name"
15172   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15174   include:
15175     - "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"
15176     - "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"
15177     - "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"
15178     - "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"
15179   layout:
15180     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15181     layout: "plot-throughput-speedup-analysis"
15182
15183 - type: "plot"
15184   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15185   algorithm: "plot_tsa_name"
15186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15188   include:
15189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15195   layout:
15196     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15197     layout: "plot-throughput-speedup-analysis"
15198
15199 - type: "plot"
15200   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15201   algorithm: "plot_tsa_name"
15202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15204   include:
15205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15211   layout:
15212     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15213     layout: "plot-throughput-speedup-analysis"
15214
15215 - type: "plot"
15216   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15217   algorithm: "plot_tsa_name"
15218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15220   include:
15221     - "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"
15222     - "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"
15223     - "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"
15224     - "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"
15225     - "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"
15226     - "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"
15227   layout:
15228     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15229     layout: "plot-throughput-speedup-analysis"
15230
15231 - type: "plot"
15232   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15233   algorithm: "plot_tsa_name"
15234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15236   include:
15237     - "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"
15238     - "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"
15239     - "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"
15240     - "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"
15241     - "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"
15242     - "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"
15243   layout:
15244     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15245     layout: "plot-throughput-speedup-analysis"
15246
15247 - type: "plot"
15248   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15249   algorithm: "plot_tsa_name"
15250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15252   include:
15253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15259   layout:
15260     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15261     layout: "plot-throughput-speedup-analysis"
15262
15263 - type: "plot"
15264   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15265   algorithm: "plot_tsa_name"
15266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15268   include:
15269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15275   layout:
15276     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15277     layout: "plot-throughput-speedup-analysis"
15278
15279 - type: "plot"
15280   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15281   algorithm: "plot_tsa_name"
15282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15284   include:
15285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15290   layout:
15291     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15292     layout: "plot-throughput-speedup-analysis"
15293
15294 - type: "plot"
15295   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15296   algorithm: "plot_tsa_name"
15297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15299   include:
15300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15305   layout:
15306     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15307     layout: "plot-throughput-speedup-analysis"
15308
15309 - type: "plot"
15310   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15311   algorithm: "plot_tsa_name"
15312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15314   include:
15315     - "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"
15316     - "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"
15317   layout:
15318     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15319     layout: "plot-throughput-speedup-analysis"
15320
15321 - type: "plot"
15322   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15323   algorithm: "plot_tsa_name"
15324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15326   include:
15327     - "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"
15328     - "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"
15329   layout:
15330     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15331     layout: "plot-throughput-speedup-analysis"
15332
15333 - type: "plot"
15334   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15335   algorithm: "plot_tsa_name"
15336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15338   include:
15339     - "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"
15340     - "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"
15341   layout:
15342     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15343     layout: "plot-throughput-speedup-analysis"
15344
15345 - type: "plot"
15346   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15347   algorithm: "plot_tsa_name"
15348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15350   include:
15351     - "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"
15352     - "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"
15353   layout:
15354     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15355     layout: "plot-throughput-speedup-analysis"
15356
15357 - type: "plot"
15358   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15359   algorithm: "plot_tsa_name"
15360   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15362   include:
15363     - "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"
15364     - "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"
15365     - "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"
15366     - "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"
15367     - "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"
15368     - "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"
15369   layout:
15370     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15371     layout: "plot-throughput-speedup-analysis"
15372
15373 - type: "plot"
15374   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15375   algorithm: "plot_tsa_name"
15376   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15377   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15378   include:
15379     - "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"
15380     - "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"
15381     - "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"
15382     - "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"
15383     - "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"
15384     - "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"
15385   layout:
15386     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15387     layout: "plot-throughput-speedup-analysis"
15388
15389 - type: "plot"
15390   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15391   algorithm: "plot_tsa_name"
15392   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15393   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15394   include:
15395     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15396     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15397     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15398     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15399     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15400   layout:
15401     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15402     layout: "plot-throughput-speedup-analysis"
15403
15404 - type: "plot"
15405   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15406   algorithm: "plot_tsa_name"
15407   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15408   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15409   include:
15410     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15411     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15412     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15413     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15414     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15415   layout:
15416     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15417     layout: "plot-throughput-speedup-analysis"
15418
15419 - type: "plot"
15420   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15421   algorithm: "plot_tsa_name"
15422   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15423   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15424   include:
15425     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15426     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15430   layout:
15431     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15432     layout: "plot-throughput-speedup-analysis"
15433
15434 - type: "plot"
15435   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15436   algorithm: "plot_tsa_name"
15437   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15438   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15439   include:
15440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15445   layout:
15446     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15447     layout: "plot-throughput-speedup-analysis"
15448
15449 - type: "plot"
15450   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15451   algorithm: "plot_tsa_name"
15452   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15453   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15454   include:
15455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15461   layout:
15462     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15463     layout: "plot-throughput-speedup-analysis"
15464
15465 - type: "plot"
15466   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15467   algorithm: "plot_tsa_name"
15468   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15469   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15470   include:
15471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15477   layout:
15478     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15479     layout: "plot-throughput-speedup-analysis"
15480
15481 - type: "plot"
15482   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15483   algorithm: "plot_tsa_name"
15484   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15485   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15486   include:
15487     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15488     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15489     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15490     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15491   layout:
15492     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15493     layout: "plot-throughput-speedup-analysis"
15494
15495 - type: "plot"
15496   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15497   algorithm: "plot_tsa_name"
15498   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15499   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15500   include:
15501     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15502     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15503     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15504     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15505   layout:
15506     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15507     layout: "plot-throughput-speedup-analysis"
15508
15509 - type: "plot"
15510   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15511   algorithm: "plot_tsa_name"
15512   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15513   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15514   include:
15515     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15516     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15517     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15518     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15519     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15520   layout:
15521     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15522     layout: "plot-throughput-speedup-analysis"
15523
15524 - type: "plot"
15525   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15526   algorithm: "plot_tsa_name"
15527   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15528   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15529   include:
15530     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15531     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15532     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15533     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15534     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15535   layout:
15536     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15537     layout: "plot-throughput-speedup-analysis"
15538
15539 - type: "plot"
15540   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15541   algorithm: "plot_tsa_name"
15542   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15543   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15544   include:
15545     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15546     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15547     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15548     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15549     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15550     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15551   layout:
15552     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15553     layout: "plot-throughput-speedup-analysis"
15554
15555 - type: "plot"
15556   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15557   algorithm: "plot_tsa_name"
15558   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15559   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15560   include:
15561     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15562     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15563     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15564     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15565     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15566     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15567   layout:
15568     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15569     layout: "plot-throughput-speedup-analysis"
15570
15571 - type: "plot"
15572   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15573   algorithm: "plot_tsa_name"
15574   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15575   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15576   include:
15577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15581   layout:
15582     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15583     layout: "plot-throughput-speedup-analysis"
15584
15585 - type: "plot"
15586   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15587   algorithm: "plot_tsa_name"
15588   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15589   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15590   include:
15591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15595   layout:
15596     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15597     layout: "plot-throughput-speedup-analysis"
15598
15599 - type: "plot"
15600   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15601   algorithm: "plot_tsa_name"
15602   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15603   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15604   include:
15605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15611   layout:
15612     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15613     layout: "plot-throughput-speedup-analysis"
15614
15615 - type: "plot"
15616   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15617   algorithm: "plot_tsa_name"
15618   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15619   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15620   include:
15621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15627   layout:
15628     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15629     layout: "plot-throughput-speedup-analysis"
15630
15631 - type: "plot"
15632   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15633   algorithm: "plot_tsa_name"
15634   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15635   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15636   include:
15637     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15639     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15643   layout:
15644     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15645     layout: "plot-throughput-speedup-analysis"
15646
15647 - type: "plot"
15648   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15649   algorithm: "plot_tsa_name"
15650   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15651   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15652   include:
15653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15658     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15659   layout:
15660     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15661     layout: "plot-throughput-speedup-analysis"
15662
15663 - type: "plot"
15664   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15665   algorithm: "plot_tsa_name"
15666   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15667   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15668   include:
15669     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15670     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15671     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15672     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15673     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15674     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15675   layout:
15676     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15677     layout: "plot-throughput-speedup-analysis"
15678
15679 - type: "plot"
15680   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15681   algorithm: "plot_tsa_name"
15682   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15683   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15684   include:
15685     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15686     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15687     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15688     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15689     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15690     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15691   layout:
15692     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15693     layout: "plot-throughput-speedup-analysis"
15694
15695 - type: "plot"
15696   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15697   algorithm: "plot_tsa_name"
15698   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15699   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15700   include:
15701     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15702     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15703     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15704     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15705     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15706     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15707   layout:
15708     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15709     layout: "plot-throughput-speedup-analysis"
15710
15711 - type: "plot"
15712   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15713   algorithm: "plot_tsa_name"
15714   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15715   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15716   include:
15717     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15718     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15719     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15720     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15721     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15722     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15723   layout:
15724     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15725     layout: "plot-throughput-speedup-analysis"
15726
15727 - type: "plot"
15728   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15729   algorithm: "plot_tsa_name"
15730   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15731   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15732   include:
15733     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15734     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15735     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15736     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15737     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15738     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15739   layout:
15740     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15741     layout: "plot-throughput-speedup-analysis"
15742
15743 - type: "plot"
15744   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15745   algorithm: "plot_tsa_name"
15746   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15747   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15748   include:
15749     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15750     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15751     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15752     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15753     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15754     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15755   layout:
15756     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15757     layout: "plot-throughput-speedup-analysis"
15758
15759 #- type: "plot"
15760 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15761 #  algorithm: "plot_tsa_name"
15762 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15763 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15764 #  include:
15765 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15766 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15767 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15768 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15769 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15770 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15771 #  layout:
15772 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15773 #    layout: "plot-throughput-speedup-analysis"
15774 #
15775 #- type: "plot"
15776 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15777 #  algorithm: "plot_tsa_name"
15778 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15779 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15780 #  include:
15781 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15782 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15783 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15784 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15785 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15786 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15787 #  layout:
15788 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15789 #    layout: "plot-throughput-speedup-analysis"
15790
15791 - type: "plot"
15792   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15793   algorithm: "plot_tsa_name"
15794   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15795   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15796   include:
15797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15798     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15799     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15800     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15801     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15802   layout:
15803     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15804     layout: "plot-throughput-speedup-analysis"
15805
15806 - type: "plot"
15807   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15808   algorithm: "plot_tsa_name"
15809   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15810   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15811   include:
15812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15813     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15814     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15815     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15816     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15817   layout:
15818     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15819     layout: "plot-throughput-speedup-analysis"
15820
15821 - type: "plot"
15822   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15823   algorithm: "plot_tsa_name"
15824   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15825   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15826   include:
15827     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15828     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15829     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15830     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15831     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15832     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15833   layout:
15834     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15835     layout: "plot-throughput-speedup-analysis"
15836
15837 - type: "plot"
15838   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15839   algorithm: "plot_tsa_name"
15840   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15841   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15842   include:
15843     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15844     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15845     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15847     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15848     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15849   layout:
15850     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15851     layout: "plot-throughput-speedup-analysis"
15852
15853 - type: "plot"
15854   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15855   algorithm: "plot_tsa_name"
15856   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15857   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15858   include:
15859     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15860     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15861     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15862     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15863     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15864   layout:
15865     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15866     layout: "plot-throughput-speedup-analysis"
15867
15868 - type: "plot"
15869   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15870   algorithm: "plot_tsa_name"
15871   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15872   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15873   include:
15874     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15876     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15877     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15878     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15879   layout:
15880     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15881     layout: "plot-throughput-speedup-analysis"
15882
15883 #- type: "plot"
15884 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15885 #  algorithm: "plot_tsa_name"
15886 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15887 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15888 #  include:
15889 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15890 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15891 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15892 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15893 #  layout:
15894 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15895 #    layout: "plot-throughput-speedup-analysis"
15896 #
15897 #- type: "plot"
15898 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15899 #  algorithm: "plot_tsa_name"
15900 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15901 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15902 #  include:
15903 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15904 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15905 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15906 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15907 #  layout:
15908 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15909 #    layout: "plot-throughput-speedup-analysis"
15910
15911 - type: "plot"
15912   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15913   algorithm: "plot_tsa_name"
15914   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15915   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15916   include:
15917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15921     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15922     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15923   layout:
15924     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15925     layout: "plot-throughput-speedup-analysis"
15926
15927 - type: "plot"
15928   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15929   algorithm: "plot_tsa_name"
15930   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15931   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15932   include:
15933     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15934     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15935     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15939   layout:
15940     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15941     layout: "plot-throughput-speedup-analysis"
15942
15943 - type: "plot"
15944   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15945   algorithm: "plot_tsa_name"
15946   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15947   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15948   include:
15949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15950     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15952     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15953     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15954   layout:
15955     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15956     layout: "plot-throughput-speedup-analysis"
15957
15958 - type: "plot"
15959   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15960   algorithm: "plot_tsa_name"
15961   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15962   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15963   include:
15964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15966     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15967     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15968     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15969   layout:
15970     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15971     layout: "plot-throughput-speedup-analysis"
15972
15973 - type: "plot"
15974   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15975   algorithm: "plot_tsa_name"
15976   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15977   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15978   include:
15979     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15985   layout:
15986     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15987     layout: "plot-throughput-speedup-analysis"
15988
15989 - type: "plot"
15990   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15991   algorithm: "plot_tsa_name"
15992   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15993   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15994   include:
15995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15999     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16000     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16001   layout:
16002     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16003     layout: "plot-throughput-speedup-analysis"
16004
16005 - type: "plot"
16006   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16007   algorithm: "plot_tsa_name"
16008   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16009   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16010   include:
16011     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16012     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16013     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16014     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16015   layout:
16016     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16017     layout: "plot-throughput-speedup-analysis"
16018
16019 - type: "plot"
16020   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16021   algorithm: "plot_tsa_name"
16022   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16023   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16024   include:
16025     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16026     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16027     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16028     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16029   layout:
16030     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16031     layout: "plot-throughput-speedup-analysis"
16032
16033 - type: "plot"
16034   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16035   algorithm: "plot_tsa_name"
16036   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16037   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16038   include:
16039     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16040     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16041     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16042     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16043     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16044   layout:
16045     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16046     layout: "plot-throughput-speedup-analysis"
16047
16048 - type: "plot"
16049   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16050   algorithm: "plot_tsa_name"
16051   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16052   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16053   include:
16054     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16055     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16056     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16057     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16058     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16059   layout:
16060     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16061     layout: "plot-throughput-speedup-analysis"
16062
16063 - type: "plot"
16064   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16065   algorithm: "plot_tsa_name"
16066   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16067   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16068   include:
16069     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16070     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16071     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16072     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16073     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16074     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16075   layout:
16076     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16077     layout: "plot-throughput-speedup-analysis"
16078
16079 - type: "plot"
16080   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16081   algorithm: "plot_tsa_name"
16082   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16083   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16084   include:
16085     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16086     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16087     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16088     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16089     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16090     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16091   layout:
16092     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16093     layout: "plot-throughput-speedup-analysis"
16094
16095 #- type: "plot"
16096 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16097 #  algorithm: "plot_tsa_name"
16098 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16099 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16100 #  include:
16101 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16102 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16103 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16104 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16105 #  layout:
16106 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16107 #    layout: "plot-throughput-speedup-analysis"
16108 #
16109 #- type: "plot"
16110 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16111 #  algorithm: "plot_tsa_name"
16112 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16113 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16114 #  include:
16115 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16116 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16117 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16118 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16119 #  layout:
16120 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16121 #    layout: "plot-throughput-speedup-analysis"
16122
16123 - type: "plot"
16124   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16125   algorithm: "plot_tsa_name"
16126   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16127   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16128   include:
16129     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16130     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16131     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16132     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16133     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16134     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16135   layout:
16136     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16137     layout: "plot-throughput-speedup-analysis"
16138
16139 - type: "plot"
16140   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16141   algorithm: "plot_tsa_name"
16142   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16143   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16144   include:
16145     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16146     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16147     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16148     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16149     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16150     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16151   layout:
16152     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16153     layout: "plot-throughput-speedup-analysis"
16154
16155 #- type: "plot"
16156 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16157 #  algorithm: "plot_tsa_name"
16158 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16159 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16160 #  include:
16161 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16162 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16163 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16164 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16165 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16166 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16167 #  layout:
16168 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16169 #    layout: "plot-throughput-speedup-analysis"
16170 #
16171 #- type: "plot"
16172 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16173 #  algorithm: "plot_tsa_name"
16174 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16175 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16176 #  include:
16177 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16178 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16179 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16180 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16181 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16182 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16183 #  layout:
16184 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16185 #    layout: "plot-throughput-speedup-analysis"
16186
16187 #- type: "plot"
16188 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16189 #  algorithm: "plot_tsa_name"
16190 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16191 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16192 #  include:
16193 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16194 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16195 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16196 #  layout:
16197 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16198 #    layout: "plot-throughput-speedup-analysis"
16199 #
16200 #- type: "plot"
16201 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16202 #  algorithm: "plot_tsa_name"
16203 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16204 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16205 #  include:
16206 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16207 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16208 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16209 #  layout:
16210 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16211 #    layout: "plot-throughput-speedup-analysis"
16212
16213 ################################################################################
16214
16215 # Packet Throughput - DPDK
16216
16217 # 2n-skx-xxv710
16218
16219 - type: "plot"
16220   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16221   algorithm: "plot_perf_box_name"
16222   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16223   data: "plot-dpdk-throughput-latency-2n-skx"
16224   include:
16225     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16226     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16227   layout:
16228     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16229     layout: "plot-throughput"
16230
16231 - type: "plot"
16232   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16233   algorithm: "plot_perf_box_name"
16234   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16235   data: "plot-dpdk-throughput-latency-2n-skx"
16236   include:
16237     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16238     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16239   layout:
16240     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16241     layout: "plot-throughput"
16242
16243 - type: "plot"
16244   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16245   algorithm: "plot_perf_box_name"
16246   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16247   data: "plot-dpdk-throughput-latency-2n-skx"
16248   include:
16249     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16250     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16251   layout:
16252     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16253     layout: "plot-throughput"
16254
16255 - type: "plot"
16256   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16257   algorithm: "plot_perf_box_name"
16258   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16259   data: "plot-dpdk-throughput-latency-2n-skx"
16260   include:
16261     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16262     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16263   layout:
16264     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16265     layout: "plot-throughput"
16266
16267 # 2n-skx-x710
16268
16269 - type: "plot"
16270   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16271   algorithm: "plot_perf_box_name"
16272   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16273   data: "plot-dpdk-throughput-latency-2n-skx"
16274   include:
16275     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16276     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16277   layout:
16278     title: "2n-skx-x710-64b-2t1c-base-ndr"
16279     layout: "plot-throughput"
16280
16281 - type: "plot"
16282   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16283   algorithm: "plot_perf_box_name"
16284   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16285   data: "plot-dpdk-throughput-latency-2n-skx"
16286   include:
16287     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16288     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16289   layout:
16290     title: "2n-skx-x710-64b-4t2c-base-ndr"
16291     layout: "plot-throughput"
16292
16293 - type: "plot"
16294   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16295   algorithm: "plot_perf_box_name"
16296   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16297   data: "plot-dpdk-throughput-latency-2n-skx"
16298   include:
16299     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16300     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16301   layout:
16302     title: "2n-skx-x710-64b-2t1c-base-pdr"
16303     layout: "plot-throughput"
16304
16305 - type: "plot"
16306   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16307   algorithm: "plot_perf_box_name"
16308   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16309   data: "plot-dpdk-throughput-latency-2n-skx"
16310   include:
16311     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16312     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16313   layout:
16314     title: "2n-skx-x710-64b-4t2c-base-pdr"
16315     layout: "plot-throughput"
16316
16317 # 3n-skx-xxv710
16318
16319 - type: "plot"
16320   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16321   algorithm: "plot_perf_box_name"
16322   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16323   data: "plot-dpdk-throughput-latency-3n-skx"
16324   include:
16325     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16326     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16327   layout:
16328     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16329     layout: "plot-throughput"
16330
16331 - type: "plot"
16332   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16333   algorithm: "plot_perf_box_name"
16334   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16335   data: "plot-dpdk-throughput-latency-3n-skx"
16336   include:
16337     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16338     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16339   layout:
16340     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16341     layout: "plot-throughput"
16342
16343 - type: "plot"
16344   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16345   algorithm: "plot_perf_box_name"
16346   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16347   data: "plot-dpdk-throughput-latency-3n-skx"
16348   include:
16349     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16350     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16351   layout:
16352     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16353     layout: "plot-throughput"
16354
16355 - type: "plot"
16356   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16357   algorithm: "plot_perf_box_name"
16358   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16359   data: "plot-dpdk-throughput-latency-3n-skx"
16360   include:
16361     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16362     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16363   layout:
16364     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16365     layout: "plot-throughput"
16366
16367 # 3n-skx-x710
16368
16369 - type: "plot"
16370   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16371   algorithm: "plot_perf_box_name"
16372   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16373   data: "plot-dpdk-throughput-latency-3n-skx"
16374   include:
16375     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16376     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16377   layout:
16378     title: "3n-skx-x710-64b-2t1c-base-ndr"
16379     layout: "plot-throughput"
16380
16381 - type: "plot"
16382   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16383   algorithm: "plot_perf_box_name"
16384   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16385   data: "plot-dpdk-throughput-latency-3n-skx"
16386   include:
16387     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16388     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16389   layout:
16390     title: "3n-skx-x710-64b-4t2c-base-ndr"
16391     layout: "plot-throughput"
16392
16393 - type: "plot"
16394   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16395   algorithm: "plot_perf_box_name"
16396   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16397   data: "plot-dpdk-throughput-latency-3n-skx"
16398   include:
16399     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16400     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16401   layout:
16402     title: "3n-skx-x710-64b-2t1c-base-pdr"
16403     layout: "plot-throughput"
16404
16405 - type: "plot"
16406   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16407   algorithm: "plot_perf_box_name"
16408   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16409   data: "plot-dpdk-throughput-latency-3n-skx"
16410   include:
16411     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16412     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16413   layout:
16414     title: "3n-skx-x710-64b-4t2c-base-pdr"
16415     layout: "plot-throughput"
16416
16417 # 3n-hsw-xl710
16418
16419 - type: "plot"
16420   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16421   algorithm: "plot_perf_box_name"
16422   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16423   data: "plot-dpdk-throughput-latency-3n-hsw"
16424   include:
16425     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16426     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16427   layout:
16428     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16429     layout: "plot-throughput"
16430
16431 - type: "plot"
16432   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16433   algorithm: "plot_perf_box_name"
16434   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16435   data: "plot-dpdk-throughput-latency-3n-hsw"
16436   include:
16437     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16438     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16439   layout:
16440     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16441     layout: "plot-throughput"
16442
16443 - type: "plot"
16444   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16445   algorithm: "plot_perf_box_name"
16446   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16447   data: "plot-dpdk-throughput-latency-3n-hsw"
16448   include:
16449     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16450     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16451   layout:
16452     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16453     layout: "plot-throughput"
16454
16455 - type: "plot"
16456   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16457   algorithm: "plot_perf_box_name"
16458   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16459   data: "plot-dpdk-throughput-latency-3n-hsw"
16460   include:
16461     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16462     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16463   layout:
16464     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16465     layout: "plot-throughput"
16466
16467 # 3n-hsw-x710
16468
16469 - type: "plot"
16470   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16471   algorithm: "plot_perf_box_name"
16472   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16473   data: "plot-dpdk-throughput-latency-3n-hsw"
16474   include:
16475     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16476     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16477   layout:
16478     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16479     layout: "plot-throughput"
16480
16481 - type: "plot"
16482   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16483   algorithm: "plot_perf_box_name"
16484   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16485   data: "plot-dpdk-throughput-latency-3n-hsw"
16486   include:
16487     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16488     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16489   layout:
16490     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16491     layout: "plot-throughput"
16492
16493 - type: "plot"
16494   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16495   algorithm: "plot_perf_box_name"
16496   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16497   data: "plot-dpdk-throughput-latency-3n-hsw"
16498   include:
16499     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16500     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16501   layout:
16502     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16503     layout: "plot-throughput"
16504
16505 - type: "plot"
16506   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16507   algorithm: "plot_perf_box_name"
16508   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16509   data: "plot-dpdk-throughput-latency-3n-hsw"
16510   include:
16511     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16512     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16513   layout:
16514     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16515     layout: "plot-throughput"
16516
16517 # 2n-dnv-x553
16518
16519 - type: "plot"
16520   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16521   algorithm: "plot_perf_box_name"
16522   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16523   data: "plot-dpdk-throughput-latency-2n-dnv"
16524   include:
16525     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16526     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16527   layout:
16528     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16529     layout: "plot-throughput"
16530
16531 - type: "plot"
16532   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16533   algorithm: "plot_perf_box_name"
16534   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16535   data: "plot-dpdk-throughput-latency-2n-dnv"
16536   include:
16537     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16538     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16539   layout:
16540     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16541     layout: "plot-throughput"
16542
16543 - type: "plot"
16544   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16545   algorithm: "plot_perf_box_name"
16546   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16547   data: "plot-dpdk-throughput-latency-2n-dnv"
16548   include:
16549     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16550     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16551   layout:
16552     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16553     layout: "plot-throughput"
16554
16555 - type: "plot"
16556   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16557   algorithm: "plot_perf_box_name"
16558   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16559   data: "plot-dpdk-throughput-latency-2n-dnv"
16560   include:
16561     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16562     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16563   layout:
16564     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16565     layout: "plot-throughput"
16566
16567 # 3n-dnv-x553
16568
16569 - type: "plot"
16570   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16571   algorithm: "plot_perf_box_name"
16572   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16573   data: "plot-dpdk-throughput-latency-3n-dnv"
16574   include:
16575     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16576     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16577   layout:
16578     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16579     layout: "plot-throughput"
16580
16581 - type: "plot"
16582   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16583   algorithm: "plot_perf_box_name"
16584   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16585   data: "plot-dpdk-throughput-latency-3n-dnv"
16586   include:
16587     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16588     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16589   layout:
16590     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16591     layout: "plot-throughput"
16592
16593 - type: "plot"
16594   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16595   algorithm: "plot_perf_box_name"
16596   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16597   data: "plot-dpdk-throughput-latency-3n-dnv"
16598   include:
16599     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16600     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16601   layout:
16602     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16603     layout: "plot-throughput"
16604
16605 - type: "plot"
16606   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16607   algorithm: "plot_perf_box_name"
16608   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16609   data: "plot-dpdk-throughput-latency-3n-dnv"
16610   include:
16611     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16612     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16613   layout:
16614     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16615     layout: "plot-throughput"
16616
16617 # 3n-tsh-x520
16618
16619 - type: "plot"
16620   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16621   algorithm: "plot_perf_box_name"
16622   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16623   data: "plot-dpdk-throughput-latency-3n-tsh"
16624   include:
16625     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16626     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16627   layout:
16628     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16629     layout: "plot-throughput"
16630
16631 - type: "plot"
16632   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16633   algorithm: "plot_perf_box_name"
16634   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16635   data: "plot-dpdk-throughput-latency-3n-tsh"
16636   include:
16637     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16638     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16639   layout:
16640     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16641     layout: "plot-throughput"
16642
16643 - type: "plot"
16644   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16645   algorithm: "plot_perf_box_name"
16646   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16647   data: "plot-dpdk-throughput-latency-3n-tsh"
16648   include:
16649     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16650     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16651   layout:
16652     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16653     layout: "plot-throughput"
16654
16655 - type: "plot"
16656   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16657   algorithm: "plot_perf_box_name"
16658   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16659   data: "plot-dpdk-throughput-latency-3n-tsh"
16660   include:
16661     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16662     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16663   layout:
16664     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16665     layout: "plot-throughput"
16666
16667 ################################################################################
16668 ###   2n-clx                                                                 ###
16669 ################################################################################
16670
16671 # Packet Throughput
16672
16673 - type: "plot"
16674   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16675   algorithm: "plot_perf_box_name"
16676   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16678   include:
16679     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16680     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16681     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16682     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16683   layout:
16684     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16685     layout: "plot-throughput"
16686
16687 - type: "plot"
16688   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16689   algorithm: "plot_perf_box_name"
16690   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16692   include:
16693     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16694     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16695     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16696     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16697   layout:
16698     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16699     layout: "plot-throughput"
16700
16701 - type: "plot"
16702   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16703   algorithm: "plot_perf_box_name"
16704   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16706   include:
16707     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16708     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16709     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16710     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16711   layout:
16712     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16713     layout: "plot-throughput"
16714
16715 - type: "plot"
16716   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16717   algorithm: "plot_perf_box_name"
16718   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16720   include:
16721     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16722     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16723     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16724     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16725   layout:
16726     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16727     layout: "plot-throughput"
16728
16729 - type: "plot"
16730   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16731   algorithm: "plot_perf_box_name"
16732   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16734   include:
16735 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16736     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16737     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16738     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16739   layout:
16740     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16741     layout: "plot-throughput"
16742
16743 - type: "plot"
16744   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16745   algorithm: "plot_perf_box_name"
16746   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16748   include:
16749 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16750     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16751     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16752     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16753   layout:
16754     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16755     layout: "plot-throughput"
16756
16757 - type: "plot"
16758   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16759   algorithm: "plot_perf_box_name"
16760   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16762   include:
16763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16765     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16766     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16767     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16768     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16769   layout:
16770     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16771     layout: "plot-throughput"
16772
16773 - type: "plot"
16774   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16775   algorithm: "plot_perf_box_name"
16776   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16778   include:
16779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16781     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16782     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16783     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16784     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16785   layout:
16786     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16787     layout: "plot-throughput"
16788
16789 - type: "plot"
16790   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16791   algorithm: "plot_perf_box_name"
16792   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16794   include:
16795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16799   layout:
16800     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16801     layout: "plot-throughput"
16802
16803 - type: "plot"
16804   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16805   algorithm: "plot_perf_box_name"
16806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16808   include:
16809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16813   layout:
16814     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16815     layout: "plot-throughput"
16816
16817 - type: "plot"
16818   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16819   algorithm: "plot_perf_box_name"
16820   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16822   include:
16823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16826   layout:
16827     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16828     layout: "plot-throughput"
16829
16830 - type: "plot"
16831   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16832   algorithm: "plot_perf_box_name"
16833   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16835   include:
16836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16839   layout:
16840     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16841     layout: "plot-throughput"
16842
16843 - type: "plot"
16844   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16845   algorithm: "plot_perf_box_name"
16846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16848   include:
16849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16854   layout:
16855     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16856     layout: "plot-throughput"
16857
16858 - type: "plot"
16859   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16860   algorithm: "plot_perf_box_name"
16861   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16863   include:
16864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16869   layout:
16870     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16871     layout: "plot-throughput"
16872
16873 - type: "plot"
16874   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16875   algorithm: "plot_perf_box_name"
16876   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16878   include:
16879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16882   layout:
16883     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16884     layout: "plot-throughput"
16885
16886 - type: "plot"
16887   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16888   algorithm: "plot_perf_box_name"
16889   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16891   include:
16892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16895   layout:
16896     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16897     layout: "plot-throughput"
16898
16899 - type: "plot"
16900   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16901   algorithm: "plot_perf_box_name"
16902   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16904   include:
16905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16911   layout:
16912     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16913     layout: "plot-throughput"
16914
16915 - type: "plot"
16916   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16917   algorithm: "plot_perf_box_name"
16918   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16920   include:
16921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16927   layout:
16928     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16929     layout: "plot-throughput"
16930
16931 - type: "plot"
16932   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16933   algorithm: "plot_perf_box_name"
16934   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16936   include:
16937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16943   layout:
16944     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16945     layout: "plot-throughput"
16946
16947 - type: "plot"
16948   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16949   algorithm: "plot_perf_box_name"
16950   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16952   include:
16953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16959   layout:
16960     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16961     layout: "plot-throughput"
16962
16963 - type: "plot"
16964   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16965   algorithm: "plot_perf_box_name"
16966   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16968   include:
16969     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16970     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16971   layout:
16972     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16973     layout: "plot-throughput"
16974
16975 - type: "plot"
16976   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16977   algorithm: "plot_perf_box_name"
16978   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16980   include:
16981     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16982     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16983   layout:
16984     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16985     layout: "plot-throughput"
16986
16987 - type: "plot"
16988   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16989   algorithm: "plot_perf_box_name"
16990   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16992   include:
16993     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16994     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16995     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16996     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16997     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16998     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16999   layout:
17000     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17001     layout: "plot-throughput"
17002
17003 - type: "plot"
17004   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17005   algorithm: "plot_perf_box_name"
17006   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17008   include:
17009     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17010     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17011     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17012     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17013     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17014     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17015   layout:
17016     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17017     layout: "plot-throughput"
17018
17019 - type: "plot"
17020   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17021   algorithm: "plot_perf_box_name"
17022   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17024   include:
17025     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17026     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17027     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17028     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17029     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17030 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17031   layout:
17032     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17033     layout: "plot-throughput"
17034
17035 - type: "plot"
17036   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17037   algorithm: "plot_perf_box_name"
17038   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17040   include:
17041     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17042     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17043     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17044     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17045     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17046 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17047   layout:
17048     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17049     layout: "plot-throughput"
17050
17051 - type: "plot"
17052   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17053   algorithm: "plot_perf_box_name"
17054   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17056   include:
17057     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17058     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17059     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17060     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17061     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17062     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17063   layout:
17064     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17065     layout: "plot-throughput"
17066
17067 - type: "plot"
17068   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17069   algorithm: "plot_perf_box_name"
17070   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17072   include:
17073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17075     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17076     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17077     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17078     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17079   layout:
17080     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17081     layout: "plot-throughput"
17082
17083 - type: "plot"
17084   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17085   algorithm: "plot_perf_box_name"
17086   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17088   include:
17089     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17090     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17091     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17092     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17093     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17094   layout:
17095     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17096     layout: "plot-throughput"
17097
17098 - type: "plot"
17099   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17100   algorithm: "plot_perf_box_name"
17101   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17102   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17103   include:
17104     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17106     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17107     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17109   layout:
17110     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17111     layout: "plot-throughput"
17112
17113 - type: "plot"
17114   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17115   algorithm: "plot_perf_box_name"
17116   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17117   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17118   include:
17119     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17120     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17121     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17122     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17123     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17124   layout:
17125     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17126     layout: "plot-throughput"
17127
17128 - type: "plot"
17129   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17130   algorithm: "plot_perf_box_name"
17131   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17132   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17133   include:
17134     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17135     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17136     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17137     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17138     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17139   layout:
17140     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17141     layout: "plot-throughput"
17142
17143 - type: "plot"
17144   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17145   algorithm: "plot_perf_box_name"
17146   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17148   include:
17149     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17150     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17151     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17152     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17153     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17154   layout:
17155     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17156     layout: "plot-throughput"
17157
17158 - type: "plot"
17159   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17160   algorithm: "plot_perf_box_name"
17161   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17163   include:
17164     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17165     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17166     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17167     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17168     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17169   layout:
17170     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17171     layout: "plot-throughput"
17172
17173 - type: "plot"
17174   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17175   algorithm: "plot_perf_box_name"
17176   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17177   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17178   include:
17179     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17180     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17181     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17184   layout:
17185     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17186     layout: "plot-throughput"
17187
17188 - type: "plot"
17189   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17190   algorithm: "plot_perf_box_name"
17191   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17193   include:
17194     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17199   layout:
17200     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17201     layout: "plot-throughput"
17202
17203 - type: "plot"
17204   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17205   algorithm: "plot_perf_box_name"
17206   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17207   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17208   include:
17209     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17210     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17211     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17212     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17213     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17214   layout:
17215     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17216     layout: "plot-throughput"
17217
17218 - type: "plot"
17219   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17220   algorithm: "plot_perf_box_name"
17221   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17223   include:
17224     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17225     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17226     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17227     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17228     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17229   layout:
17230     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17231     layout: "plot-throughput"
17232
17233 - type: "plot"
17234   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17235   algorithm: "plot_perf_box_name"
17236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17238   include:
17239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17245   layout:
17246     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17247     layout: "plot-throughput"
17248
17249 - type: "plot"
17250   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17251   algorithm: "plot_perf_box_name"
17252   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17254   include:
17255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17261   layout:
17262     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17263     layout: "plot-throughput"
17264
17265 - type: "plot"
17266   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17267   algorithm: "plot_perf_box_name"
17268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17270   include:
17271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17275   layout:
17276     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17277     layout: "plot-throughput"
17278
17279 - type: "plot"
17280   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17281   algorithm: "plot_perf_box_name"
17282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17284   include:
17285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17289   layout:
17290     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17291     layout: "plot-throughput"
17292
17293 - type: "plot"
17294   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17295   algorithm: "plot_perf_box_name"
17296   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17297   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17298   include:
17299     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17300     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17305   layout:
17306     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17307     layout: "plot-throughput"
17308
17309 - type: "plot"
17310   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17311   algorithm: "plot_perf_box_name"
17312   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17314   include:
17315     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17316     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17317     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17321   layout:
17322     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17323     layout: "plot-throughput"
17324
17325 - type: "plot"
17326   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17327   algorithm: "plot_perf_box_name"
17328   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17330   include:
17331     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17335   layout:
17336     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17337     layout: "plot-throughput"
17338
17339 - type: "plot"
17340   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17341   algorithm: "plot_perf_box_name"
17342   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17344   include:
17345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17346     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17349   layout:
17350     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17351     layout: "plot-throughput"
17352
17353 - type: "plot"
17354   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17355   algorithm: "plot_perf_box_name"
17356   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17358   include:
17359     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17360     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17361     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17362     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17363     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17364     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17365   layout:
17366     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17367     layout: "plot-throughput"
17368
17369 - type: "plot"
17370   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17371   algorithm: "plot_perf_box_name"
17372   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17374   include:
17375     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17376     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17377     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17378     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17379     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17380     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17381   layout:
17382     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17383     layout: "plot-throughput"
17384
17385 - type: "plot"
17386   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17387   algorithm: "plot_perf_box_name"
17388   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17390   include:
17391     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17392     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17393     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17394     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17395   layout:
17396     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17397     layout: "plot-throughput"
17398
17399 - type: "plot"
17400   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17401   algorithm: "plot_perf_box_name"
17402   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17404   include:
17405     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17406     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17407     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17408     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17409   layout:
17410     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17411     layout: "plot-throughput"
17412
17413 - type: "plot"
17414   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17415   algorithm: "plot_perf_box_name"
17416   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17417   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17418   include:
17419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17424   layout:
17425     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17426     layout: "plot-throughput"
17427
17428 - type: "plot"
17429   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17430   algorithm: "plot_perf_box_name"
17431   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17433   include:
17434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17439   layout:
17440     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17441     layout: "plot-throughput"
17442
17443 - type: "plot"
17444   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17445   algorithm: "plot_perf_box_name"
17446   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17448   include:
17449     - "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"
17450     - "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"
17451     - "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"
17452     - "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"
17453     - "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"
17454   layout:
17455     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17456     layout: "plot-throughput"
17457
17458 - type: "plot"
17459   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17460   algorithm: "plot_perf_box_name"
17461   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17462   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17463   include:
17464     - "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"
17465     - "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"
17466     - "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"
17467     - "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"
17468     - "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"
17469   layout:
17470     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17471     layout: "plot-throughput"
17472
17473 - type: "plot"
17474   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17475   algorithm: "plot_perf_box_name"
17476   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17478   include:
17479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17484   layout:
17485     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17486     layout: "plot-throughput"
17487
17488 - type: "plot"
17489   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17490   algorithm: "plot_perf_box_name"
17491   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17493   include:
17494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17499   layout:
17500     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17501     layout: "plot-throughput"
17502
17503 - type: "plot"
17504   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17505   algorithm: "plot_perf_box_name"
17506   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17507   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17508   include:
17509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17514   layout:
17515     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17516     layout: "plot-throughput"
17517
17518 - type: "plot"
17519   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17520   algorithm: "plot_perf_box_name"
17521   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17523   include:
17524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17529   layout:
17530     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17531     layout: "plot-throughput"
17532
17533 - type: "plot"
17534   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17535   algorithm: "plot_perf_box_name"
17536   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17538   include:
17539     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17541     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17542     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17543   layout:
17544     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17545     layout: "plot-throughput"
17546
17547 - type: "plot"
17548   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17549   algorithm: "plot_perf_box_name"
17550   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17551   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17552   include:
17553     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17554     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17555     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17556     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17557   layout:
17558     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17559     layout: "plot-throughput"
17560
17561 - type: "plot"
17562   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17563   algorithm: "plot_perf_box_name"
17564   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17565   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17566   include:
17567     - "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"
17568     - "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"
17569     - "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"
17570     - "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"
17571   layout:
17572     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17573     layout: "plot-throughput"
17574
17575 - type: "plot"
17576   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17577   algorithm: "plot_perf_box_name"
17578   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17580   include:
17581     - "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"
17582     - "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"
17583     - "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"
17584     - "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"
17585   layout:
17586     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17587     layout: "plot-throughput"
17588
17589 - type: "plot"
17590   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17591   algorithm: "plot_perf_box_name"
17592   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17593   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17594   include:
17595     - "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"
17596     - "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"
17597     - "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"
17598     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17599     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17600     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17601   layout:
17602     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17603     layout: "plot-throughput"
17604
17605 - type: "plot"
17606   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17607   algorithm: "plot_perf_box_name"
17608   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17610   include:
17611     - "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"
17612     - "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"
17613     - "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"
17614     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17615     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17616     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17617   layout:
17618     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17619     layout: "plot-throughput"
17620
17621 ################################################################################
17622
17623 # Packet Speedup
17624
17625 - type: "plot"
17626   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17627   algorithm: "plot_tsa_name"
17628   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17630   include:
17631     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17632     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17633     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17634     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17635   layout:
17636     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17637     layout: "plot-throughput-speedup-analysis"
17638
17639 - type: "plot"
17640   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17641   algorithm: "plot_tsa_name"
17642   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17644   include:
17645     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17646     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17647     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17648     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17649   layout:
17650     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17651     layout: "plot-throughput-speedup-analysis"
17652
17653 - type: "plot"
17654   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17655   algorithm: "plot_tsa_name"
17656   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17658   include:
17659     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17660     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17661     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17662     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17663   layout:
17664     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17665     layout: "plot-throughput-speedup-analysis"
17666
17667 - type: "plot"
17668   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17669   algorithm: "plot_tsa_name"
17670   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17671   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17672   include:
17673     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17674     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17675     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17676     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17677   layout:
17678     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17679     layout: "plot-throughput-speedup-analysis"
17680
17681 - type: "plot"
17682   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17683   algorithm: "plot_tsa_name"
17684   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17685   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17686   include:
17687     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17688     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17689     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17690     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17691   layout:
17692     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17693     layout: "plot-throughput-speedup-analysis"
17694
17695 - type: "plot"
17696   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17697   algorithm: "plot_tsa_name"
17698   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17700   include:
17701     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17702     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17703     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17704     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17705   layout:
17706     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17707     layout: "plot-throughput-speedup-analysis"
17708
17709 - type: "plot"
17710   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17711   algorithm: "plot_tsa_name"
17712   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17714   include:
17715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17716     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17717     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17721   layout:
17722     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17723     layout: "plot-throughput-speedup-analysis"
17724
17725 - type: "plot"
17726   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17727   algorithm: "plot_tsa_name"
17728   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17729   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17730   include:
17731     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17732     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17737   layout:
17738     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17739     layout: "plot-throughput-speedup-analysis"
17740
17741 - type: "plot"
17742   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17743   algorithm: "plot_tsa_name"
17744   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17745   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17746   include:
17747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17751   layout:
17752     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17753     layout: "plot-throughput-speedup-analysis"
17754
17755 - type: "plot"
17756   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17757   algorithm: "plot_tsa_name"
17758   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17759   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17760   include:
17761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17765   layout:
17766     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17767     layout: "plot-throughput-speedup-analysis"
17768
17769 - type: "plot"
17770   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17771   algorithm: "plot_tsa_name"
17772   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17774   include:
17775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17778   layout:
17779     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17780     layout: "plot-throughput-speedup-analysis"
17781
17782 - type: "plot"
17783   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17784   algorithm: "plot_tsa_name"
17785   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17787   include:
17788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17791   layout:
17792     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17793     layout: "plot-throughput-speedup-analysis"
17794
17795 - type: "plot"
17796   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17797   algorithm: "plot_tsa_name"
17798   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17800   include:
17801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17806   layout:
17807     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17808     layout: "plot-throughput-speedup-analysis"
17809
17810 - type: "plot"
17811   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17812   algorithm: "plot_tsa_name"
17813   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17814   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17815   include:
17816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17821   layout:
17822     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17823     layout: "plot-throughput-speedup-analysis"
17824
17825 - type: "plot"
17826   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17827   algorithm: "plot_tsa_name"
17828   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17830   include:
17831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17834   layout:
17835     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17836     layout: "plot-throughput-speedup-analysis"
17837
17838 - type: "plot"
17839   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17840   algorithm: "plot_tsa_name"
17841   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17843   include:
17844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17847   layout:
17848     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17849     layout: "plot-throughput-speedup-analysis"
17850
17851 - type: "plot"
17852   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17853   algorithm: "plot_tsa_name"
17854   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17856   include:
17857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17863   layout:
17864     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17865     layout: "plot-throughput-speedup-analysis"
17866
17867 - type: "plot"
17868   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17869   algorithm: "plot_tsa_name"
17870   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17871   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17872   include:
17873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17879   layout:
17880     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17881     layout: "plot-throughput-speedup-analysis"
17882
17883 - type: "plot"
17884   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17885   algorithm: "plot_tsa_name"
17886   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17888   include:
17889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17895   layout:
17896     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17897     layout: "plot-throughput-speedup-analysis"
17898
17899 - type: "plot"
17900   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17901   algorithm: "plot_tsa_name"
17902   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17904   include:
17905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17911   layout:
17912     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17913     layout: "plot-throughput-speedup-analysis"
17914
17915 - type: "plot"
17916   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17917   algorithm: "plot_tsa_name"
17918   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17920   include:
17921     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17923   layout:
17924     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17925     layout: "plot-throughput-speedup-analysis"
17926
17927 - type: "plot"
17928   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17929   algorithm: "plot_tsa_name"
17930   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17932   include:
17933     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17934     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17935   layout:
17936     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17937     layout: "plot-throughput-speedup-analysis"
17938
17939 - type: "plot"
17940   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17941   algorithm: "plot_tsa_name"
17942   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17943   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17944   include:
17945     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17947     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17948     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17949     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17950     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17951   layout:
17952     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17953     layout: "plot-throughput-speedup-analysis"
17954
17955 - type: "plot"
17956   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17957   algorithm: "plot_tsa_name"
17958   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17960   include:
17961     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17962     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17963     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17964     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17965     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17966     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17967   layout:
17968     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17969     layout: "plot-throughput-speedup-analysis"
17970
17971 - type: "plot"
17972   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17973   algorithm: "plot_tsa_name"
17974   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17976   include:
17977     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17978     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17979     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17980     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17981     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17982     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17983   layout:
17984     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17985     layout: "plot-throughput-speedup-analysis"
17986
17987 - type: "plot"
17988   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17989   algorithm: "plot_tsa_name"
17990   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17992   include:
17993     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17994     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17995     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17996     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17999   layout:
18000     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18001     layout: "plot-throughput-speedup-analysis"
18002
18003 - type: "plot"
18004   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18005   algorithm: "plot_tsa_name"
18006   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18008   include:
18009     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18010     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18015   layout:
18016     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18017     layout: "plot-throughput-speedup-analysis"
18018
18019 - type: "plot"
18020   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18021   algorithm: "plot_tsa_name"
18022   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18024   include:
18025     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18030     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18031   layout:
18032     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18033     layout: "plot-throughput-speedup-analysis"
18034
18035 - type: "plot"
18036   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18037   algorithm: "plot_tsa_name"
18038   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18040   include:
18041     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18042     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18043     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18044     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18045     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18046   layout:
18047     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18048     layout: "plot-throughput-speedup-analysis"
18049
18050 - type: "plot"
18051   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18052   algorithm: "plot_tsa_name"
18053   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18055   include:
18056     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18057     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18058     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18059     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18060     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18061   layout:
18062     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18063     layout: "plot-throughput-speedup-analysis"
18064
18065 - type: "plot"
18066   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18067   algorithm: "plot_tsa_name"
18068   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18070   include:
18071     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18072     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18073     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18074     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18075     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18076   layout:
18077     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18078     layout: "plot-throughput-speedup-analysis"
18079
18080 - type: "plot"
18081   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18082   algorithm: "plot_tsa_name"
18083   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18085   include:
18086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18087     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18088     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18089     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18090     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18091   layout:
18092     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18093     layout: "plot-throughput-speedup-analysis"
18094
18095 - type: "plot"
18096   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18097   algorithm: "plot_tsa_name"
18098   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18100   include:
18101     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18102     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18103     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18104     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18105     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18106   layout:
18107     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18108     layout: "plot-throughput-speedup-analysis"
18109
18110 - type: "plot"
18111   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18112   algorithm: "plot_tsa_name"
18113   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18115   include:
18116     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18117     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18118     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18119     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18120     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18121   layout:
18122     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18123     layout: "plot-throughput-speedup-analysis"
18124
18125 - type: "plot"
18126   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18127   algorithm: "plot_tsa_name"
18128   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18130   include:
18131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18133     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18134     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18135     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18136   layout:
18137     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18138     layout: "plot-throughput-speedup-analysis"
18139
18140 - type: "plot"
18141   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18142   algorithm: "plot_tsa_name"
18143   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18145   include:
18146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18149     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18151   layout:
18152     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18153     layout: "plot-throughput-speedup-analysis"
18154
18155 - type: "plot"
18156   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18157   algorithm: "plot_tsa_name"
18158   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18160   include:
18161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18166   layout:
18167     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18168     layout: "plot-throughput-speedup-analysis"
18169
18170 - type: "plot"
18171   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18172   algorithm: "plot_tsa_name"
18173   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18175   include:
18176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18178     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18179     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18180     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18181   layout:
18182     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18183     layout: "plot-throughput-speedup-analysis"
18184
18185 - type: "plot"
18186   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18187   algorithm: "plot_tsa_name"
18188   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18190   include:
18191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18197   layout:
18198     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18199     layout: "plot-throughput-speedup-analysis"
18200
18201 - type: "plot"
18202   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18203   algorithm: "plot_tsa_name"
18204   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18205   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18206   include:
18207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18213   layout:
18214     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18215     layout: "plot-throughput-speedup-analysis"
18216
18217 - type: "plot"
18218   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18219   algorithm: "plot_tsa_name"
18220   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18221   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18222   include:
18223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18227   layout:
18228     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18229     layout: "plot-throughput-speedup-analysis"
18230
18231 - type: "plot"
18232   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18233   algorithm: "plot_tsa_name"
18234   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18235   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18236   include:
18237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18241   layout:
18242     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18243     layout: "plot-throughput-speedup-analysis"
18244
18245 - type: "plot"
18246   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18247   algorithm: "plot_tsa_name"
18248   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18249   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18250   include:
18251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18257   layout:
18258     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18259     layout: "plot-throughput-speedup-analysis"
18260
18261 - type: "plot"
18262   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18263   algorithm: "plot_tsa_name"
18264   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18265   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18266   include:
18267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18273   layout:
18274     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18275     layout: "plot-throughput-speedup-analysis"
18276
18277 - type: "plot"
18278   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18279   algorithm: "plot_tsa_name"
18280   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18281   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18282   include:
18283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18287   layout:
18288     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18289     layout: "plot-throughput-speedup-analysis"
18290
18291 - type: "plot"
18292   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18293   algorithm: "plot_tsa_name"
18294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18296   include:
18297     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18299     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18300     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18301   layout:
18302     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18303     layout: "plot-throughput-speedup-analysis"
18304
18305 - type: "plot"
18306   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18307   algorithm: "plot_tsa_name"
18308   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18310   include:
18311     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18312     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18313     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18314     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18315     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18316     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18317   layout:
18318     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18319     layout: "plot-throughput-speedup-analysis"
18320
18321 - type: "plot"
18322   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18323   algorithm: "plot_tsa_name"
18324   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18326   include:
18327     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18328     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18329     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18330     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18331     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18332     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18333   layout:
18334     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18335     layout: "plot-throughput-speedup-analysis"
18336
18337 - type: "plot"
18338   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18339   algorithm: "plot_tsa_name"
18340   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18342   include:
18343     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18344     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18345     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18346     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18347   layout:
18348     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18349     layout: "plot-throughput-speedup-analysis"
18350
18351 - type: "plot"
18352   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18353   algorithm: "plot_tsa_name"
18354   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18355   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18356   include:
18357     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18358     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18359     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18360     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18361   layout:
18362     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18363     layout: "plot-throughput-speedup-analysis"
18364
18365 - type: "plot"
18366   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18367   algorithm: "plot_tsa_name"
18368   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18369   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18370   include:
18371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18376   layout:
18377     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18378     layout: "plot-throughput-speedup-analysis"
18379
18380 - type: "plot"
18381   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18382   algorithm: "plot_tsa_name"
18383   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18385   include:
18386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18391   layout:
18392     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18393     layout: "plot-throughput-speedup-analysis"
18394
18395 - type: "plot"
18396   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18397   algorithm: "plot_tsa_name"
18398   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18400   include:
18401     - "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"
18402     - "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"
18403     - "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"
18404     - "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"
18405     - "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"
18406   layout:
18407     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18408     layout: "plot-throughput-speedup-analysis"
18409
18410 - type: "plot"
18411   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18412   algorithm: "plot_tsa_name"
18413   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18415   include:
18416     - "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"
18417     - "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"
18418     - "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"
18419     - "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"
18420     - "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"
18421   layout:
18422     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18423     layout: "plot-throughput-speedup-analysis"
18424
18425 - type: "plot"
18426   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18427   algorithm: "plot_tsa_name"
18428   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18430   include:
18431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18436   layout:
18437     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18438     layout: "plot-throughput-speedup-analysis"
18439
18440 - type: "plot"
18441   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18442   algorithm: "plot_tsa_name"
18443   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18445   include:
18446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18451   layout:
18452     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18453     layout: "plot-throughput-speedup-analysis"
18454
18455 - type: "plot"
18456   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18457   algorithm: "plot_tsa_name"
18458   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18459   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18460   include:
18461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18466   layout:
18467     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18468     layout: "plot-throughput-speedup-analysis"
18469
18470 - type: "plot"
18471   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18472   algorithm: "plot_tsa_name"
18473   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18475   include:
18476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18481   layout:
18482     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18483     layout: "plot-throughput-speedup-analysis"
18484
18485 - type: "plot"
18486   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18487   algorithm: "plot_tsa_name"
18488   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18489   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18490   include:
18491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18495   layout:
18496     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18497     layout: "plot-throughput-speedup-analysis"
18498
18499 - type: "plot"
18500   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18501   algorithm: "plot_tsa_name"
18502   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18504   include:
18505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18509   layout:
18510     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18511     layout: "plot-throughput-speedup-analysis"
18512
18513 - type: "plot"
18514   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18515   algorithm: "plot_tsa_name"
18516   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18518   include:
18519     - "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"
18520     - "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"
18521     - "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"
18522     - "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"
18523   layout:
18524     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18525     layout: "plot-throughput-speedup-analysis"
18526
18527 - type: "plot"
18528   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18529   algorithm: "plot_tsa_name"
18530   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18531   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18532   include:
18533     - "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"
18534     - "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"
18535     - "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"
18536     - "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"
18537   layout:
18538     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18539     layout: "plot-throughput-speedup-analysis"
18540
18541 - type: "plot"
18542   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18543   algorithm: "plot_tsa_name"
18544   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18546   include:
18547     - "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"
18548     - "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"
18549     - "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"
18550     - "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"
18551     - "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"
18552     - "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"
18553   layout:
18554     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18555     layout: "plot-throughput-speedup-analysis"
18556
18557 - type: "plot"
18558   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18559   algorithm: "plot_tsa_name"
18560   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18562   include:
18563     - "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"
18564     - "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"
18565     - "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"
18566     - "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"
18567     - "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"
18568     - "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"
18569   layout:
18570     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18571     layout: "plot-throughput-speedup-analysis"
18572
18573 ################################################################################
18574
18575 # Packet Throughput - DPDK
18576
18577 # 2n-clx-xxv710
18578
18579 - type: "plot"
18580   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18581   algorithm: "plot_perf_box_name"
18582   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18583   data: "plot-dpdk-throughput-latency-2n-clx"
18584   include:
18585     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18586     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18587   layout:
18588     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18589     layout: "plot-throughput"
18590
18591 - type: "plot"
18592   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18593   algorithm: "plot_perf_box_name"
18594   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18595   data: "plot-dpdk-throughput-latency-2n-clx"
18596   include:
18597     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18598     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18599   layout:
18600     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18601     layout: "plot-throughput"
18602
18603 - type: "plot"
18604   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18605   algorithm: "plot_perf_box_name"
18606   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18607   data: "plot-dpdk-throughput-latency-2n-clx"
18608   include:
18609     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18610     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18611   layout:
18612     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18613     layout: "plot-throughput"
18614
18615 - type: "plot"
18616   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18617   algorithm: "plot_perf_box_name"
18618   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18619   data: "plot-dpdk-throughput-latency-2n-clx"
18620   include:
18621     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18622     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18623   layout:
18624     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18625     layout: "plot-throughput"
18626
18627 # 2n-clx-x710
18628
18629 - type: "plot"
18630   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18631   algorithm: "plot_perf_box_name"
18632   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18633   data: "plot-dpdk-throughput-latency-2n-clx"
18634   include:
18635     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18636     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18637   layout:
18638     title: "2n-clx-x710-64b-2t1c-base-ndr"
18639     layout: "plot-throughput"
18640
18641 - type: "plot"
18642   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18643   algorithm: "plot_perf_box_name"
18644   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18645   data: "plot-dpdk-throughput-latency-2n-clx"
18646   include:
18647     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18648     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18649   layout:
18650     title: "2n-clx-x710-64b-4t2c-base-ndr"
18651     layout: "plot-throughput"
18652
18653 - type: "plot"
18654   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18655   algorithm: "plot_perf_box_name"
18656   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18657   data: "plot-dpdk-throughput-latency-2n-clx"
18658   include:
18659     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18660     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18661   layout:
18662     title: "2n-clx-x710-64b-2t1c-base-pdr"
18663     layout: "plot-throughput"
18664
18665 - type: "plot"
18666   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18667   algorithm: "plot_perf_box_name"
18668   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18669   data: "plot-dpdk-throughput-latency-2n-clx"
18670   include:
18671     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18672     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18673   layout:
18674     title: "2n-clx-x710-64b-4t2c-base-pdr"
18675     layout: "plot-throughput"
18676
18677 ################################################################################
18678
18679 - type: "plot"
18680   title: "Latency by percentile: 2n-skx"
18681   algorithm: "plot_hdrh_lat_by_percentile"
18682   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18683   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18684   target-links: "../../_static/vpp"
18685   data: "plot-vpp-hdrh-lat-2n-skx"
18686   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18687   layout:
18688     layout: "plot-hdrh-latency-by-percentile"
18689
18690 - type: "plot"
18691   title: "Latency by percentile: 3n-skx"
18692   algorithm: "plot_hdrh_lat_by_percentile"
18693   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18694   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18695   target-links: "../../_static/vpp"
18696   data: "plot-vpp-hdrh-lat-3n-skx"
18697   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18698   layout:
18699     layout: "plot-hdrh-latency-by-percentile"
18700
18701 - type: "plot"
18702   title: "Latency by percentile: 2n-clx"
18703   algorithm: "plot_hdrh_lat_by_percentile"
18704   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18705   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18706   target-links: "../../_static/vpp"
18707   data: "plot-vpp-hdrh-lat-2n-clx"
18708   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18709   layout:
18710     layout: "plot-hdrh-latency-by-percentile"
18711
18712 - type: "plot"
18713   title: "Latency by percentile: 3n-hsw"
18714   algorithm: "plot_hdrh_lat_by_percentile"
18715   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18716   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18717   target-links: "../../_static/vpp"
18718   data: "plot-vpp-hdrh-lat-3n-hsw"
18719   filter: "'1T1C' and 'NIC_Intel-XL710'"
18720   layout:
18721     layout: "plot-hdrh-latency-by-percentile"
18722
18723 - type: "plot"
18724   title: "Latency by percentile: 3n-tsh"
18725   algorithm: "plot_hdrh_lat_by_percentile"
18726   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18727   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18728   target-links: "../../_static/vpp"
18729   data: "plot-vpp-hdrh-lat-3n-tsh"
18730   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18731   layout:
18732     layout: "plot-hdrh-latency-by-percentile"
18733
18734 - type: "plot"
18735   title: "Latency by percentile: DPDK 2n-skx"
18736   algorithm: "plot_hdrh_lat_by_percentile"
18737   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18738   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18739   target-links: "../../_static/dpdk"
18740   data: "plot-dpdk-hdrh-lat-2n-skx"
18741   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18742   layout:
18743     layout: "plot-hdrh-latency-by-percentile"
18744
18745 - type: "plot"
18746   title: "Latency by percentile: DPDK 3n-skx"
18747   algorithm: "plot_hdrh_lat_by_percentile"
18748   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18749   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18750   target-links: "../../_static/dpdk"
18751   data: "plot-dpdk-hdrh-lat-3n-skx"
18752   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18753   layout:
18754     layout: "plot-hdrh-latency-by-percentile"
18755
18756 - type: "plot"
18757   title: "Latency by percentile: DPDK 2n-clx"
18758   algorithm: "plot_hdrh_lat_by_percentile"
18759   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18760   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18761   target-links: "../../_static/dpdk"
18762   data: "plot-dpdk-hdrh-lat-2n-clx"
18763   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18764   layout:
18765     layout: "plot-hdrh-latency-by-percentile"
18766
18767 - type: "plot"
18768   title: "Latency by percentile: DPDK 3n-hsw"
18769   algorithm: "plot_hdrh_lat_by_percentile"
18770   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18771   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18772   target-links: "../../_static/dpdk"
18773   data: "plot-dpdk-hdrh-lat-3n-hsw"
18774   filter: "'1T1C' and 'NIC_Intel-XL710'"
18775   layout:
18776     layout: "plot-hdrh-latency-by-percentile"
18777
18778 - type: "plot"
18779   title: "Latency by percentile: DPDK 3n-tsh"
18780   algorithm: "plot_hdrh_lat_by_percentile"
18781   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18782   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18783   target-links: "../../_static/dpdk"
18784   data: "plot-dpdk-hdrh-lat-3n-tsh"
18785   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18786   layout:
18787     layout: "plot-hdrh-latency-by-percentile"