cf677648e5f03cb266922a0133a955e9e9564c47
[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     vpp-performance-changes-3n-hsw-cmp-2:
759       csit-vpp-perf-report-iterative-2005-3n-hsw:
760         - 20  # NDRPDR sel env 2
761         - 21  # NDRPDR sel env 2
762         - 22  # NDRPDR sel env 2
763
764     vpp-performance-changes-3n-skx-h1:
765       csit-vpp-perf-verify-1908_1-3n-skx:
766         - 26  # NDRPDR sel - new1908.1
767         - 27  # NDRPDR sel - new1908.1
768         - 28  # NDRPDR sel - new1908.1
769         - 29  # NDRPDR sel - new1908.1
770         - 30  # NDRPDR sel - new1908.1
771         - 31  # NDRPDR sel - new1908.1
772         - 33  # NDRPDR sel - new1908.1
773         - 34  # NDRPDR sel - new1908.1
774         - 35  # NDRPDR sel - new1908.1
775         - 36  # NDRPDR sel - new1908.1
776     vpp-performance-changes-3n-skx-ref:
777       csit-vpp-perf-verify-2001-3n-skx:
778         - 69  # NDRPDR sel - new2001.0
779         - 71  # NDRPDR sel - new2001.0
780         - 72  # NDRPDR sel - new2001.0
781         - 76  # NDRPDR sel - new2001.0
782         - 77  # NDRPDR sel - new2001.0
783         - 78  # NDRPDR sel - new2001.0
784         - 80  # NDRPDR sel - new2001.0
785     vpp-performance-changes-3n-skx-cmp:
786       csit-vpp-perf-report-iterative-2005-3n-skx:
787         - 4   # NDRPDR sel
788         - 5   # NDRPDR sel ??? all x710 failed
789         - 33  # NDRPDR sel
790         - 28  # NDRPDR sel
791         - 34  # NDRPDR sel
792         - 36  # NDRPDR sel
793         - 37  # NDRPDR sel
794         - 38  # NDRPDR sel
795         - 39  # NDRPDR sel
796         - 41  # NDRPDR sel
797
798     vpp-performance-changes-2n-skx-h1:
799       csit-vpp-perf-verify-1908_1-2n-skx:
800         - 39  # NDRPDR sel - new1908.1
801         - 40  # NDRPDR sel - new1908.1
802         - 41  # NDRPDR sel - new1908.1
803         - 43  # NDRPDR sel - new1908.1
804         - 44  # NDRPDR sel - new1908.1
805         - 45  # NDRPDR sel - new1908.1
806         - 46  # NDRPDR sel - new1908.1
807         - 47  # NDRPDR sel - new1908.1
808         - 48  # NDRPDR sel - new1908.1
809         - 49  # NDRPDR sel - new1908.1
810     vpp-performance-changes-2n-skx-ref:
811       csit-vpp-perf-verify-2001-2n-skx:
812         - 143  # NDRPDR sel - new2001.0
813         - 146  # NDRPDR sel - new2001.0
814         - 147  # NDRPDR sel - new2001.0
815         - 148  # NDRPDR sel - new2001.0
816         - 149  # NDRPDR sel - new2001.0
817         - 150  # NDRPDR sel - new2001.0
818         - 151  # NDRPDR sel - new2001.0
819         - 152  # NDRPDR sel - new2001.0
820         - 153  # NDRPDR sel - new2001.0
821         - 154  # NDRPDR sel - new2001.0
822     vpp-performance-changes-2n-skx-cmp:
823       csit-vpp-perf-report-iterative-2005-2n-skx:
824         - 43  # NDRPDR sel
825         - 38  # NDRPDR sel
826         - 7   # NDRPDR sel
827         - 65  # NDRPDR sel
828         - 47  # NDRPDR sel
829         - 55  # NDRPDR sel
830         - 67  # NDRPDR sel
831         - 75  # NDRPDR sel
832         - 76  # NDRPDR sel
833         - 73  # NDRPDR sel
834
835 #    vpp-performance-changes-nfv-2n-skx-ref:
836 #      csit-vpp-perf-verify-2001-2n-skx:
837 #        - 30  # NFV
838 #        - 31  # NFV
839 #    vpp-performance-changes-nfv-2n-skx-cmp:
840 #      csit-vpp-perf-report-iterative-2005-2n-skx:
841 #        - 43  # NDRPDR sel
842 #        - 38  # NDRPDR sel
843 #        - 7   # NDRPDR sel
844 #        - 83  # nf-density-sel
845
846     vpp-performance-changes-2n-clx-ref:
847       csit-vpp-perf-verify-2001-2n-clx:
848         - 28  # NDRPDR sel
849         - 29  # NDRPDR sel
850         - 32  # NDRPDR sel
851         - 40  # NDRPDR sel
852         - 43  # NDRPDR sel
853         - 44  # NDRPDR sel
854         - 45  # NDRPDR sel
855         - 47  # NDRPDR sel
856         - 48  # NDRPDR sel
857         - 49  # NDRPDR sel
858     vpp-performance-changes-2n-clx-cmp:
859       csit-vpp-perf-report-iterative-2005-2n-clx:
860         - 7   # NDRPDR sel
861         - 38  # NDRPDR sel
862         - 9   # NDRPDR sel
863         - 32  # NDRPDR sel ???
864         - 33  # NDRPDR sel ???
865         - 39  # NDRPDR sel
866         - 40  # NDRPDR sel
867         - 43  # NDRPDR sel
868         - 50  # NDRPDR sel
869         - 51  # NDRPDR sel
870
871     vpp-performance-changes-2n-dnv-h1:
872       csit-vpp-perf-verify-1908-2n-dnv:
873         - 1   # NDRPDR sel
874         - 2   # NDRPDR sel
875         - 3   # NDRPDR sel
876         - 4   # NDRPDR sel
877         - 5   # NDRPDR sel
878         - 6   # NDRPDR sel
879         - 7   # NDRPDR sel
880         - 8   # NDRPDR sel
881         - 9   # NDRPDR sel
882         - 10  # NDRPDR sel
883     vpp-performance-changes-2n-dnv-ref:
884       csit-vpp-perf-verify-2001-2n-dnv:
885         - 4   # NDRPDR sel
886         - 5   # NDRPDR sel
887         - 6   # NDRPDR sel
888         - 7   # NDRPDR sel
889         - 8   # NDRPDR sel
890         - 9   # NDRPDR sel
891         - 10  # NDRPDR sel
892         - 11  # NDRPDR sel
893         - 13  # NDRPDR sel
894         - 16  # NDRPDR sel
895     vpp-performance-changes-2n-dnv-cmp:
896       csit-vpp-perf-report-iterative-2005-2n-dnv:
897         - 3   # NDRPDR sel
898         - 6   # NDRPDR sel
899         - 7   # NDRPDR sel
900         - 8   # NDRPDR sel
901         - 9   # NDRPDR sel
902         - 10  # NDRPDR sel
903         - 11  # NDRPDR sel
904         - 12  # NDRPDR sel
905         - 13  # NDRPDR sel
906         - 14  # NDRPDR sel
907
908     vpp-performance-changes-3n-dnv-h1:
909       csit-vpp-perf-verify-1908-3n-dnv:
910         - 6   # NDRPDR sel
911         - 7   # NDRPDR sel
912         - 8   # NDRPDR sel
913         - 9   # NDRPDR sel
914         - 10  # NDRPDR sel
915         - 12  # NDRPDR sel
916         - 13  # NDRPDR sel
917         - 14  # NDRPDR sel
918         - 15  # NDRPDR sel
919         - 16  # NDRPDR sel
920     vpp-performance-changes-3n-dnv-ref:
921       csit-vpp-perf-verify-2001-3n-dnv:
922         - 5   # NDRPDR sel
923         - 6   # NDRPDR sel
924         - 7   # NDRPDR sel
925         - 8   # NDRPDR sel
926         - 9   # NDRPDR sel
927         - 10  # NDRPDR sel
928         - 12  # NDRPDR sel
929         - 16  # NDRPDR sel
930         - 17  # NDRPDR sel
931         - 18  # NDRPDR sel
932     vpp-performance-changes-3n-dnv-cmp:
933       csit-vpp-perf-report-iterative-2005-3n-dnv:
934         - 2   # NDRPDR sel
935         - 3   # NDRPDR sel
936         - 4   # NDRPDR sel
937         - 5   # NDRPDR sel
938         - 6   # NDRPDR sel
939         - 7   # NDRPDR sel
940         - 9   # NDRPDR sel
941         - 10  # NDRPDR sel
942         - 11  # NDRPDR sel
943         - 12  # NDRPDR sel
944
945     vpp-performance-changes-3n-tsh-h1:
946       csit-vpp-perf-verify-1908-3n-tsh:
947         - 7   # NDRPDR sel
948         - 8   # NDRPDR sel
949         - 9   # NDRPDR sel
950         - 10  # NDRPDR sel
951         - 11  # NDRPDR sel
952         - 12  # NDRPDR sel
953         - 13  # NDRPDR sel
954         - 14  # NDRPDR sel
955         - 15  # NDRPDR sel
956         - 16  # NDRPDR sel
957     vpp-performance-changes-3n-tsh-ref:
958       csit-vpp-perf-verify-2001-3n-tsh:
959         - 3   # NDRPDR sel
960         - 4   # NDRPDR sel
961         - 7   # NDRPDR sel
962         - 8   # NDRPDR sel
963         - 10  # NDRPDR sel
964         - 12  # NDRPDR sel
965         - 13  # NDRPDR sel
966         - 14  # NDRPDR sel
967         - 15  # NDRPDR sel
968         - 21  # NDRPDR sel
969     vpp-performance-changes-3n-tsh-cmp:
970       # TODO: Add data:
971       csit-vpp-perf-report-iterative-2005-3n-tsh:
972         - 9   # NDRPDR sel
973         - 11  # NDRPDR sel
974         - 12  # NDRPDR sel
975         - 20  # NDRPDR sel
976         - 14  # NDRPDR sel
977
978     vpp-soak-vs-ndr-2n-skx-ref:
979       csit-vpp-perf-report-iterative-2005-2n-skx:
980         - 43  # NDRPDR sel
981         - 38  # NDRPDR sel
982         - 7   # NDRPDR sel
983         - 65  # NDRPDR sel
984         - 47  # NDRPDR sel
985         - 55  # NDRPDR sel
986         - 67  # NDRPDR sel
987         - 75  # NDRPDR sel
988         - 76  # NDRPDR sel
989         - 73  # NDRPDR sel
990     vpp-soak-vs-ndr-2n-skx-cmp:
991       csit-vpp-perf-report-iterative-2005-2n-skx:
992         - 49  # Soak
993         - 54  # Soak
994     vpp-soak-vs-ndr-2n-skx:
995       csit-vpp-perf-report-iterative-2005-2n-skx:
996         - 43  # NDRPDR sel
997         - 38  # NDRPDR sel
998         - 7   # NDRPDR sel
999         - 65  # NDRPDR sel
1000         - 47  # NDRPDR sel
1001         - 55  # NDRPDR sel
1002         - 67  # NDRPDR sel
1003         - 75  # NDRPDR sel
1004         - 76  # NDRPDR sel
1005         - 73  # NDRPDR sel
1006         - 49  # Soak
1007         - 54  # Soak
1008
1009     vpp-soak-vs-ndr-2n-clx-ref:
1010       csit-vpp-perf-report-iterative-2005-2n-clx:
1011         - 7   # NDRPDR sel
1012         - 38  # NDRPDR sel
1013         - 9   # NDRPDR sel
1014         - 32  # NDRPDR sel ???
1015         - 33  # NDRPDR sel ???
1016         - 39  # NDRPDR sel
1017         - 40  # NDRPDR sel
1018         - 43  # NDRPDR sel
1019         - 50  # NDRPDR sel
1020         - 51  # NDRPDR sel
1021     vpp-soak-vs-ndr-2n-clx-cmp:
1022       csit-vpp-perf-report-iterative-2005-2n-clx:
1023         - 44  # Soak
1024         - 49  # Soak
1025     vpp-soak-vs-ndr-2n-clx:
1026       csit-vpp-perf-report-iterative-2005-2n-clx:
1027         - 7   # NDRPDR sel
1028         - 38  # NDRPDR sel
1029         - 9   # NDRPDR sel
1030         - 32  # NDRPDR sel ???
1031         - 33  # NDRPDR sel ???
1032         - 39  # NDRPDR sel
1033         - 40  # NDRPDR sel
1034         - 43  # NDRPDR sel
1035         - 50  # NDRPDR sel
1036         - 51  # NDRPDR sel
1037         - 44  # Soak
1038         - 49  # Soak
1039
1040     vpp-performance-changes-3n-hsw-mrr-h1:
1041       csit-vpp-perf-verify-1908-3n-hsw:
1042         - 39  # MRR sel
1043     vpp-performance-changes-3n-hsw-mrr-ref:
1044       csit-vpp-perf-verify-2001-3n-hsw:
1045         - 17  # MRR sel
1046     vpp-performance-changes-3n-hsw-mrr-cmp:
1047       csit-vpp-perf-report-iterative-2005-3n-hsw:
1048         - 13  # MRR
1049
1050 #    vpp-performance-changes-3n-skx-mrr-h1:
1051 #      csit-vpp-perf-verify-1908-3n-skx:
1052 #        - 36  # MRR sel
1053     vpp-performance-changes-3n-skx-mrr-ref:
1054       csit-vpp-perf-verify-2001-3n-skx:
1055         - 50  # MRR sel
1056         - 53  # MRR sel addition
1057     vpp-performance-changes-3n-skx-mrr-cmp:
1058       csit-vpp-perf-report-iterative-2005-3n-skx:
1059         - 6   # MRR sel
1060
1061 #    vpp-performance-changes-2n-skx-mrr-h1:
1062 #      csit-vpp-perf-verify-1908-2n-skx:
1063 #        - 69  # MRR sel
1064     vpp-performance-changes-2n-skx-mrr-ref:
1065       csit-vpp-perf-verify-2001-2n-skx:
1066         - 101 # MRR sel
1067         - 128 # MRR sel addition
1068     vpp-performance-changes-2n-skx-mrr-cmp:
1069       csit-vpp-perf-report-iterative-2005-2n-skx:
1070         - 42  # MRR sel
1071
1072     vpp-performance-changes-2n-clx-mrr-ref:
1073       csit-vpp-perf-verify-2001-2n-clx:
1074         - 39  # MRR
1075     vpp-performance-changes-2n-clx-mrr-cmp:
1076       csit-vpp-perf-report-iterative-2005-2n-clx:
1077         - 12   # MRR
1078
1079 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1080 #      csit-vpp-perf-verify-1908-2n-skx:
1081 #        - 71  # NFV MRR
1082 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1083 #      # csit-vpp-perf-verify-2001-2n-skx:
1084 #      csit-vpp-perf-verify-1908-2n-skx:
1085 #        - 71  # NFV MRR
1086
1087     vpp-performance-changes-2n-dnv-mrr-h1:
1088       csit-vpp-perf-verify-1908-2n-dnv:
1089         - 11  # MRR sel
1090     vpp-performance-changes-2n-dnv-mrr-ref:
1091       csit-vpp-perf-verify-2001-2n-dnv:
1092         - 12  # MRR sel
1093     vpp-performance-changes-2n-dnv-mrr-cmp:
1094       csit-vpp-perf-report-iterative-2005-2n-dnv:
1095         - 15  # MRR sel
1096
1097     vpp-performance-changes-3n-dnv-mrr-h1:
1098       csit-vpp-perf-verify-1908-3n-dnv:
1099         - 17  # MRR sel
1100     vpp-performance-changes-3n-dnv-mrr-ref:
1101       csit-vpp-perf-verify-2001-3n-dnv:
1102         - 11  # MRR sel
1103     vpp-performance-changes-3n-dnv-mrr-cmp:
1104       csit-vpp-perf-report-iterative-2005-3n-dnv:
1105         - 8   # MRR
1106
1107     vpp-performance-changes-3n-tsh-mrr-h1:
1108       csit-vpp-perf-verify-1908-3n-tsh:
1109         - 17  # MRR sel
1110     vpp-performance-changes-3n-tsh-mrr-ref:
1111       csit-vpp-perf-verify-2001-3n-tsh:
1112         - 9   # MRR sel
1113     vpp-performance-changes-3n-tsh-mrr-cmp:
1114       csit-vpp-perf-report-iterative-2005-3n-tsh:
1115         - 10  # MRR sel
1116
1117     dpdk-performance-changes-3n-hsw-h1:
1118       csit-dpdk-perf-verify-1908-3n-hsw:
1119         - 2   # NDRPDR sel
1120         - 3   # NDRPDR sel
1121         - 4   # NDRPDR sel
1122         - 5   # NDRPDR sel
1123         - 6   # NDRPDR sel
1124         - 7   # NDRPDR sel
1125         - 8   # NDRPDR sel
1126         - 9   # NDRPDR sel
1127         - 10  # NDRPDR sel
1128         - 11  # NDRPDR sel
1129     dpdk-performance-changes-3n-hsw-ref:
1130       csit-dpdk-perf-verify-2001-3n-hsw:
1131         - 4   # NDRPDR sel
1132         - 5   # NDRPDR sel
1133         - 6   # NDRPDR sel
1134         - 7   # NDRPDR sel
1135         - 8   # NDRPDR sel
1136         - 9   # NDRPDR sel
1137         - 10  # NDRPDR sel
1138         - 11  # NDRPDR sel
1139         - 12  # NDRPDR sel
1140         - 13  # NDRPDR sel
1141         - 15  # NDRPDR sel
1142         - 16  # NDRPDR sel
1143         - 17  # NDRPDR sel
1144         - 18  # NDRPDR sel
1145         - 19  # NDRPDR sel
1146         - 20  # NDRPDR sel
1147         - 21  # NDRPDR sel
1148         - 22  # NDRPDR sel
1149         - 23  # NDRPDR sel
1150         - 24  # NDRPDR sel
1151     dpdk-performance-changes-3n-hsw-cmp:
1152       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1153         - 5   # NDRPDR sel
1154         - 6   # NDRPDR sel
1155         - 7   # NDRPDR sel
1156         - 8   # NDRPDR sel
1157         - 9   # NDRPDR sel
1158         - 10  # NDRPDR sel
1159         - 11  # NDRPDR sel
1160         - 12  # NDRPDR sel
1161         - 13  # NDRPDR sel
1162         - 14  # NDRPDR sel
1163
1164     dpdk-performance-changes-3n-skx-h1:
1165       csit-dpdk-perf-verify-1908-3n-skx:
1166         - 3   # NDRPDR sel
1167         - 4   # NDRPDR sel
1168         - 5   # NDRPDR sel
1169         - 6   # NDRPDR sel
1170         - 7   # NDRPDR sel
1171         - 8   # NDRPDR sel
1172         - 9   # NDRPDR sel
1173         - 10  # NDRPDR sel
1174         - 11  # NDRPDR sel
1175         - 12  # NDRPDR sel
1176     dpdk-performance-changes-3n-skx-ref:
1177       csit-dpdk-perf-verify-2001-3n-skx:
1178         - 29  # NDRPDR sel xxv710
1179         - 33  # NDRPDR sel xxv710
1180         - 34  # NDRPDR sel xxv710
1181         - 35  # NDRPDR sel xxv710
1182         - 36  # NDRPDR sel xxv710
1183         - 37  # NDRPDR sel xxv710
1184         - 41  # NDRPDR sel xxv710
1185         - 42  # NDRPDR sel xxv710
1186         - 43  # NDRPDR sel xxv710
1187         - 45  # NDRPDR sel xxv710
1188         - 30  # NDRPDR sel x710
1189         - 31  # NDRPDR sel x710
1190         - 32  # NDRPDR sel x710
1191         - 38  # NDRPDR sel x710
1192         - 39  # NDRPDR sel x710
1193         - 40  # NDRPDR sel x710
1194         - 44  # NDRPDR sel x710
1195         - 46  # NDRPDR sel x710
1196         - 47  # NDRPDR sel x710
1197         - 48  # NDRPDR sel x710
1198     dpdk-performance-changes-3n-skx-cmp:
1199       csit-dpdk-perf-report-iterative-2005-3n-skx:
1200         - 4   # NDRPDR sel
1201         - 5   # NDRPDR sel
1202         - 6   # NDRPDR sel
1203         - 7   # NDRPDR sel
1204         - 8   # NDRPDR sel
1205         - 11  # NDRPDR sel
1206         - 12  # NDRPDR sel
1207         - 13  # NDRPDR sel
1208         - 14  # NDRPDR sel
1209         - 15  # NDRPDR sel
1210
1211     dpdk-performance-changes-2n-skx-h1:
1212       csit-dpdk-perf-verify-1908-2n-skx:
1213         - 2   # NDRPDR sel
1214         - 3   # NDRPDR sel
1215         - 4   # NDRPDR sel
1216         - 5   # NDRPDR sel
1217         - 7   # NDRPDR sel
1218         - 8   # NDRPDR sel
1219         - 9   # NDRPDR sel
1220         - 10  # NDRPDR sel
1221         - 11  # NDRPDR sel
1222         - 12  # NDRPDR sel
1223     dpdk-performance-changes-2n-skx-ref:
1224       csit-dpdk-perf-verify-2001-2n-skx:
1225         - 35  # NDRPDR sel xxv710
1226         - 36  # NDRPDR sel xxv710
1227         - 37  # NDRPDR sel xxv710
1228         - 41  # NDRPDR sel xxv710
1229         - 42  # NDRPDR sel xxv710
1230         - 43  # NDRPDR sel xxv710
1231         - 46  # NDRPDR sel xxv710
1232         - 47  # NDRPDR sel xxv710
1233         - 52  # NDRPDR sel xxv710
1234         - 53  # NDRPDR sel xxv710
1235         - 38  # NDRPDR sel x710
1236         - 39  # NDRPDR sel x710
1237         - 40  # NDRPDR sel x710
1238         - 44  # NDRPDR sel x710
1239         - 45  # NDRPDR sel x710
1240         - 48  # NDRPDR sel x710
1241         - 49  # NDRPDR sel x710
1242         - 50  # NDRPDR sel x710
1243         - 51  # NDRPDR sel x710
1244         - 54  # NDRPDR sel x710
1245     dpdk-performance-changes-2n-skx-cmp:
1246       csit-dpdk-perf-report-iterative-2005-2n-skx:
1247         - 1   # NDRPDR sel
1248         - 2   # NDRPDR sel
1249         - 3   # NDRPDR sel
1250         - 4   # NDRPDR sel
1251         - 5   # NDRPDR sel
1252         - 6   # NDRPDR sel
1253         - 7   # NDRPDR sel
1254         - 8   # NDRPDR sel
1255         - 9   # NDRPDR sel
1256         - 10  # NDRPDR sel
1257
1258     dpdk-performance-changes-2n-clx-ref:
1259       csit-dpdk-perf-verify-2001-2n-clx:
1260         - 15  # NDRPDR sel
1261         - 16  # NDRPDR sel
1262         - 17  # NDRPDR sel
1263         - 18  # NDRPDR sel
1264         - 19  # NDRPDR sel
1265         - 20  # NDRPDR sel
1266         - 21  # NDRPDR sel
1267         - 22  # NDRPDR sel
1268         - 23  # NDRPDR sel
1269         - 24  # NDRPDR sel
1270         - 25  # NDRPDR sel
1271         - 26  # NDRPDR sel
1272         - 27  # NDRPDR sel
1273         - 28  # NDRPDR sel
1274         - 29  # NDRPDR sel
1275         - 30  # NDRPDR sel
1276         - 31  # NDRPDR sel
1277         - 32  # NDRPDR sel
1278         - 33  # NDRPDR sel
1279         - 34  # NDRPDR sel
1280     dpdk-performance-changes-2n-clx-cmp:
1281       csit-dpdk-perf-report-iterative-2005-2n-clx:
1282         - 1   # NDRPDR sel
1283         - 2   # NDRPDR sel
1284         - 3   # NDRPDR sel
1285         - 4   # NDRPDR sel
1286         - 5   # NDRPDR sel
1287         - 6   # NDRPDR sel
1288         - 7   # NDRPDR sel
1289         - 8   # NDRPDR sel
1290         - 9   # NDRPDR sel
1291         - 10  # NDRPDR sel
1292
1293     dpdk-performance-changes-2n-dnv-ref:
1294       csit-dpdk-perf-verify-2001-2n-dnv:
1295         - 9   # NDRPDR sel
1296         - 10  # NDRPDR sel
1297         - 11  # NDRPDR sel
1298         - 12  # NDRPDR sel
1299         - 13  # NDRPDR sel
1300         - 14  # NDRPDR sel
1301         - 15  # NDRPDR sel
1302         - 16  # NDRPDR sel
1303         - 17  # NDRPDR sel
1304         - 18  # NDRPDR sel
1305     dpdk-performance-changes-2n-dnv-cmp:
1306       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1307         - 8   # NDRPDR sel
1308         - 9   # NDRPDR sel
1309         - 10  # NDRPDR sel
1310         - 11  # NDRPDR sel
1311         - 12  # NDRPDR sel
1312         - 13  # NDRPDR sel
1313         - 14  # NDRPDR sel
1314         - 15  # NDRPDR sel
1315         - 16  # NDRPDR sel
1316         - 17  # NDRPDR sel
1317
1318     dpdk-performance-changes-3n-dnv-ref:
1319       csit-dpdk-perf-verify-2001-3n-dnv:
1320         - 12  # NDRPDR sel
1321         - 13  # NDRPDR sel
1322         - 14  # NDRPDR sel
1323         - 15  # NDRPDR sel
1324         - 16  # NDRPDR sel
1325         - 17  # NDRPDR sel
1326         - 18  # NDRPDR sel
1327         - 19  # NDRPDR sel
1328         - 20  # NDRPDR sel
1329         - 22  # NDRPDR sel
1330     dpdk-performance-changes-3n-dnv-cmp:
1331       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1332         - 6   # NDRPDR sel
1333         - 7   # NDRPDR sel
1334         - 8   # NDRPDR sel
1335         - 9   # NDRPDR sel
1336         - 10  # NDRPDR sel
1337         - 11  # NDRPDR sel
1338         - 12  # NDRPDR sel
1339         - 13  # NDRPDR sel
1340         - 14  # NDRPDR sel
1341         - 16  # NDRPDR sel
1342
1343     dpdk-performance-changes-3n-tsh-ref:
1344       csit-dpdk-perf-verify-2001-3n-tsh:
1345         - 3   # NDRPDR sel
1346         - 4   # NDRPDR sel
1347         - 5   # NDRPDR sel
1348         - 9   # NDRPDR sel
1349         - 10  # NDRPDR sel
1350         - 11  # NDRPDR sel
1351         - 12  # NDRPDR sel
1352         - 14  # NDRPDR sel
1353         - 15  # NDRPDR sel
1354         - 18  # NDRPDR sel
1355     dpdk-performance-changes-3n-tsh-cmp:
1356       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1357         - 5   # NDRPDR sel
1358
1359     # Compare testbeds
1360
1361     vpp-compare-testbeds-ref:
1362       csit-vpp-perf-report-iterative-2005-3n-hsw:
1363         - 3   # NDRPDR sel
1364         - 4   # NDRPDR sel
1365         - 5   # NDRPDR sel
1366         - 10  # NDRPDR sel
1367         - 11  # NDRPDR sel
1368         - 12  # NDRPDR sel
1369         - 15  # NDRPDR sel
1370         - 16  # NDRPDR sel
1371         - 18  # NDRPDR sel
1372         - 19  # NDRPDR sel
1373     vpp-compare-testbeds-cmp:
1374       csit-vpp-perf-report-iterative-2005-3n-skx:
1375         - 4   # NDRPDR sel
1376         - 5   # NDRPDR sel ??? all x710 failed
1377         - 33  # NDRPDR sel
1378         - 28  # NDRPDR sel
1379         - 34  # NDRPDR sel
1380         - 36  # NDRPDR sel
1381         - 37  # NDRPDR sel
1382         - 38  # NDRPDR sel
1383         - 39  # NDRPDR sel
1384         - 41  # NDRPDR sel
1385
1386     vpp-compare-testbeds-skx-clx-ref:
1387       csit-vpp-perf-report-iterative-2005-2n-skx:
1388         - 43  # NDRPDR sel
1389         - 38  # NDRPDR sel
1390         - 7   # NDRPDR sel
1391         - 65  # NDRPDR sel
1392         - 47  # NDRPDR sel
1393         - 55  # NDRPDR sel
1394         - 67  # NDRPDR sel
1395         - 75  # NDRPDR sel
1396         - 76  # NDRPDR sel
1397         - 73  # NDRPDR sel
1398     vpp-compare-testbeds-skx-clx-cmp:
1399       csit-vpp-perf-report-iterative-2005-2n-clx:
1400         - 7   # NDRPDR sel
1401         - 38  # NDRPDR sel
1402         - 9   # NDRPDR sel
1403         - 32  # NDRPDR sel ???
1404         - 33  # NDRPDR sel ???
1405         - 39  # NDRPDR sel
1406         - 40  # NDRPDR sel
1407         - 43  # NDRPDR sel
1408         - 50  # NDRPDR sel
1409         - 51  # NDRPDR sel
1410
1411     vpp-compare-testbeds-hsw-clx-ref:
1412       csit-vpp-perf-report-iterative-2005-3n-hsw:
1413         - 3   # NDRPDR sel
1414         - 4   # NDRPDR sel
1415         - 5   # NDRPDR sel
1416         - 10  # NDRPDR sel
1417         - 11  # NDRPDR sel
1418         - 12  # NDRPDR sel
1419         - 15  # NDRPDR sel
1420         - 16  # NDRPDR sel
1421         - 18  # NDRPDR sel
1422         - 19  # NDRPDR sel
1423     vpp-compare-testbeds-hsw-clx-cmp:
1424       csit-vpp-perf-report-iterative-2005-2n-clx:
1425         - 7   # NDRPDR sel
1426         - 38  # NDRPDR sel
1427         - 9   # NDRPDR sel
1428         - 32  # NDRPDR sel ???
1429         - 33  # NDRPDR sel ???
1430         - 39  # NDRPDR sel
1431         - 40  # NDRPDR sel
1432         - 43  # NDRPDR sel
1433         - 50  # NDRPDR sel
1434         - 51  # NDRPDR sel
1435
1436     vpp-compare-testbeds-mrr-ref:
1437       csit-vpp-perf-report-iterative-2005-3n-hsw:
1438         - 13  # MRR
1439     vpp-compare-testbeds-mrr-cmp:
1440       csit-vpp-perf-report-iterative-2005-3n-skx:
1441         - 6   # MRR sel
1442
1443     vpp-compare-testbeds-mrr-skx-clx-ref:
1444       csit-vpp-perf-report-iterative-2005-2n-skx:
1445         - 42  # MRR sel
1446     vpp-compare-testbeds-mrr-skx-clx-cmp:
1447       csit-vpp-perf-report-iterative-2005-2n-clx:
1448         - 12   # MRR
1449
1450     vpp-compare-testbeds-mrr-hsw-clx-ref:
1451       csit-vpp-perf-report-iterative-2005-3n-hsw:
1452         - 13  # MRR
1453     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1454       csit-vpp-perf-report-iterative-2005-2n-clx:
1455         - 12   # MRR
1456
1457     dpdk-compare-testbeds-ref:
1458       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1459         - 5   # NDRPDR sel
1460         - 6   # NDRPDR sel
1461         - 7   # NDRPDR sel
1462         - 8   # NDRPDR sel
1463         - 9   # NDRPDR sel
1464         - 10  # NDRPDR sel
1465         - 11  # NDRPDR sel
1466         - 12  # NDRPDR sel
1467         - 13  # NDRPDR sel
1468         - 14  # NDRPDR sel
1469     dpdk-compare-testbeds-cmp:
1470       csit-dpdk-perf-report-iterative-2005-3n-skx:
1471         - 4   # NDRPDR sel
1472         - 5   # NDRPDR sel
1473         - 6   # NDRPDR sel
1474         - 7   # NDRPDR sel
1475         - 8   # NDRPDR sel
1476         - 11  # NDRPDR sel
1477         - 12  # NDRPDR sel
1478         - 13  # NDRPDR sel
1479         - 14  # NDRPDR sel
1480         - 15  # NDRPDR sel
1481
1482     dpdk-compare-testbeds-skx-clx-ref:
1483       csit-dpdk-perf-report-iterative-2005-2n-skx:
1484         - 1   # NDRPDR sel
1485         - 2   # NDRPDR sel
1486         - 3   # NDRPDR sel
1487         - 4   # NDRPDR sel
1488         - 5   # NDRPDR sel
1489         - 6   # NDRPDR sel
1490         - 7   # NDRPDR sel
1491         - 8   # NDRPDR sel
1492         - 9   # NDRPDR sel
1493         - 10  # NDRPDR sel
1494     dpdk-compare-testbeds-skx-clx-cmp:
1495       csit-dpdk-perf-report-iterative-2005-2n-clx:
1496         - 1   # NDRPDR sel
1497         - 2   # NDRPDR sel
1498         - 3   # NDRPDR sel
1499         - 4   # NDRPDR sel
1500         - 5   # NDRPDR sel
1501         - 6   # NDRPDR sel
1502         - 7   # NDRPDR sel
1503         - 8   # NDRPDR sel
1504         - 9   # NDRPDR sel
1505         - 10  # NDRPDR sel
1506
1507     # Compare topologies
1508
1509     vpp-compare-topologies-ref:
1510       csit-vpp-perf-report-iterative-2005-3n-skx:
1511         - 4   # NDRPDR sel
1512         - 5   # NDRPDR sel ??? all x710 failed
1513         - 33  # NDRPDR sel
1514         - 28  # NDRPDR sel
1515         - 34  # NDRPDR sel
1516         - 36  # NDRPDR sel
1517         - 37  # NDRPDR sel
1518         - 38  # NDRPDR sel
1519         - 39  # NDRPDR sel
1520         - 41  # NDRPDR sel
1521     vpp-compare-topologies-cmp:
1522       csit-vpp-perf-report-iterative-2005-2n-skx:
1523         - 43  # NDRPDR sel
1524         - 38  # NDRPDR sel
1525         - 7   # NDRPDR sel
1526         - 65  # NDRPDR sel
1527         - 47  # NDRPDR sel
1528         - 55  # NDRPDR sel
1529         - 67  # NDRPDR sel
1530         - 75  # NDRPDR sel
1531         - 76  # NDRPDR sel
1532         - 73  # NDRPDR sel
1533
1534     vpp-compare-topologies-mrr-ref:
1535       csit-vpp-perf-report-iterative-2005-3n-skx:
1536         - 6   # MRR sel
1537     vpp-compare-topologies-mrr-cmp:
1538       csit-vpp-perf-report-iterative-2005-2n-skx:
1539         - 42  # MRR sel
1540
1541     dpdk-compare-topologies-ref:
1542       csit-dpdk-perf-report-iterative-2005-3n-skx:
1543         - 4   # NDRPDR sel
1544         - 5   # NDRPDR sel
1545         - 6   # NDRPDR sel
1546         - 7   # NDRPDR sel
1547         - 8   # NDRPDR sel
1548         - 11  # NDRPDR sel
1549         - 12  # NDRPDR sel
1550         - 13  # NDRPDR sel
1551         - 14  # NDRPDR sel
1552         - 15  # NDRPDR sel
1553     dpdk-compare-topologies-cmp:
1554       csit-dpdk-perf-report-iterative-2005-2n-skx:
1555         - 1   # NDRPDR sel
1556         - 2   # NDRPDR sel
1557         - 3   # NDRPDR sel
1558         - 4   # NDRPDR sel
1559         - 5   # NDRPDR sel
1560         - 6   # NDRPDR sel
1561         - 7   # NDRPDR sel
1562         - 8   # NDRPDR sel
1563         - 9   # NDRPDR sel
1564         - 10  # NDRPDR sel
1565
1566   plot-layouts:
1567
1568     plot-soak-throughput:
1569       titlefont:
1570         size: 18
1571       xaxis:
1572         title: "<b>Test Cases [Index]</b>"
1573         titlefont:
1574           size: 16
1575         autorange: True
1576         fixedrange: False
1577         gridcolor: "rgb(230, 230, 230)"
1578         linecolor: "rgb(220, 220, 220)"
1579         linewidth: 1
1580         showgrid: True
1581         showline: True
1582         showticklabels: True
1583         tickcolor: "rgb(220, 220, 220)"
1584         tickmode: "linear"
1585         tickfont:
1586           size: 16
1587         zeroline: False
1588       yaxis:
1589         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1590         titlefont:
1591           size: 16
1592         gridcolor: "rgb(230, 230, 230)"
1593         hoverformat: ".4r"
1594         tickformat: ".3r"
1595         linecolor: "rgb(220, 220, 220)"
1596         linewidth: 1
1597         showgrid: True
1598         showline: True
1599         showticklabels: True
1600         tickcolor: "rgb(220, 220, 220)"
1601         tickfont:
1602           size: 16
1603         zeroline: False
1604         range: [0,50]
1605       autosize: False
1606       margin:
1607         t: 50
1608         b: 0
1609         l: 80
1610         r: 20
1611       showlegend: True
1612       legend:
1613         orientation: "h"
1614         font:
1615           size: 16
1616       width: 700
1617       height: 900
1618       paper_bgcolor: "#fff"
1619       plot_bgcolor: "#fff"
1620       hoverlabel:
1621         namelength: -1
1622
1623     plot-service-density:
1624       titlefont:
1625         size: 18
1626       xaxis:
1627         side: "top"
1628         autorange: True
1629         fixedrange: False
1630         showgrid: False
1631         showline: False
1632         showticklabels: False
1633         ticks: ""
1634         ticklen: 0
1635         tickwidth: 0
1636         zeroline: False
1637       yaxis:
1638         autorange: "reversed"
1639         showgrid: False
1640         showline: False
1641         showticklabels: False
1642         ticks: ""
1643         ticklen: 0
1644         tickwidth: 0
1645         zeroline: False
1646       showlegend: False
1647       paper_bgcolor: "#fff"
1648       plot_bgcolor: "#fff"
1649       width: 700
1650       height: 700
1651       hoverlabel:
1652         namelength: -1
1653
1654 #    plot-cps:
1655 #      titlefont:
1656 #        size: 18
1657 #      xaxis:
1658 #        title: "<b>Test Cases [Index]</b>"
1659 #        titlefont:
1660 #          size: 16
1661 #        autorange: True
1662 #        fixedrange: False
1663 #        gridcolor: "rgb(230, 230, 230)"
1664 #        linecolor: "rgb(220, 220, 220)"
1665 #        linewidth: 1
1666 #        showgrid: True
1667 #        showline: True
1668 #        showticklabels: True
1669 #        tickcolor: "rgb(220, 220, 220)"
1670 #        tickmode: "linear"
1671 #        tickfont:
1672 #          size: 16
1673 #        zeroline: False
1674 #      yaxis:
1675 #        title: "<b>Connections Per Second [cps]</b>"
1676 #        titlefont:
1677 #          size: 16
1678 #        gridcolor: "rgb(230, 230, 230)"
1679 #        hoverformat: ".4s"
1680 #        linecolor: "rgb(220, 220, 220)"
1681 #        linewidth: 1
1682 #        rangemode: "tozero"
1683 #        showgrid: True
1684 #        showline: True
1685 #        showticklabels: True
1686 #        tickcolor: "rgb(220, 220, 220)"
1687 #        tickformat: ".3s"
1688 #        tickfont:
1689 #          size: 16
1690 #        zeroline: False
1691 #      boxmode: "group"
1692 #      boxgroupgap: 0.5
1693 #      autosize: False
1694 #      margin:
1695 #        t: 50
1696 #        b: 20
1697 #        l: 80
1698 #        r: 20
1699 #      showlegend: True
1700 #      legend:
1701 #        orientation: "h"
1702 #        font:
1703 #          size: 16
1704 #      width: 700
1705 #      height: 800
1706 #      paper_bgcolor: "#fff"
1707 #      plot_bgcolor: "#fff"
1708 #      hoverlabel:
1709 #        namelength: -1
1710 #
1711 #    plot-rps:
1712 #      titlefont:
1713 #        size: 18
1714 #      xaxis:
1715 #        title: "<b>Test Cases [Index]</b>"
1716 #        titlefont:
1717 #          size: 16
1718 #        autorange: True
1719 #        fixedrange: False
1720 #        gridcolor: "rgb(230, 230, 230)"
1721 #        linecolor: "rgb(220, 220, 220)"
1722 #        linewidth: 1
1723 #        showgrid: True
1724 #        showline: True
1725 #        showticklabels: True
1726 #        tickcolor: "rgb(220, 220, 220)"
1727 #        tickmode: "linear"
1728 #        tickfont:
1729 #          size: 16
1730 #        zeroline: False
1731 #      yaxis:
1732 #        title: "<b>Requests Per Second [rps]</b>"
1733 #        titlefont:
1734 #          size: 16
1735 #        gridcolor: "rgb(230, 230, 230)"
1736 #        hoverformat: ".4s"
1737 #        linecolor: "rgb(220, 220, 220)"
1738 #        linewidth: 1
1739 #        rangemode: "tozero"
1740 #        showgrid: True
1741 #        showline: True
1742 #        showticklabels: True
1743 #        tickcolor: "rgb(230, 230, 230)"
1744 #        tickformat: ".3s"
1745 #        tickfont:
1746 #          size: 16
1747 #        zeroline: False
1748 #      boxmode: "group"
1749 #      boxgroupgap: 0.5
1750 #      autosize: False
1751 #      margin:
1752 #        t: 50
1753 #        b: 20
1754 #        l: 80
1755 #        r: 20
1756 #      showlegend: True
1757 #      legend:
1758 #        orientation: "h"
1759 #        font:
1760 #          size: 16
1761 #      width: 700
1762 #      height: 800
1763 #      paper_bgcolor: "#fff"
1764 #      plot_bgcolor: "#fff"
1765 #      hoverlabel:
1766 #        namelength: -1
1767
1768     plot-hoststack:
1769       titlefont:
1770         size: 16
1771       xaxis:
1772         title: "<b>Test Cases [Index]</b>"
1773         titlefont:
1774           size: 14
1775         autorange: True
1776         fixedrange: False
1777         gridcolor: "rgb(230, 230, 230)"
1778         linecolor: "rgb(220, 220, 220)"
1779         linewidth: 1
1780         showgrid: True
1781         showline: True
1782         showticklabels: True
1783         tickcolor: "rgb(220, 220, 220)"
1784         tickmode: "linear"
1785         tickfont:
1786           size: 14
1787         zeroline: False
1788       yaxis:
1789         title: "<b>Bandwidth [Gbps]</b>"
1790         titlefont:
1791           size: 14
1792         gridcolor: "rgb(230, 230, 230)"
1793         hoverformat: ".4s"
1794         linecolor: "rgb(220, 220, 220)"
1795         linewidth: 1
1796         rangemode: "tozero"
1797         showgrid: True
1798         showline: True
1799         showticklabels: True
1800         tickcolor: "rgb(230, 230, 230)"
1801         tickformat: ".3s"
1802         tickfont:
1803           size: 14
1804         zeroline: False
1805       boxmode: "group"
1806       boxgroupgap: 0.5
1807       autosize: False
1808       margin:
1809         t: 50
1810         b: 20
1811         l: 80
1812         r: 20
1813       showlegend: True
1814       legend:
1815         orientation: "h"
1816         font:
1817           size: 14
1818       width: 700
1819       height: 800
1820       paper_bgcolor: "#fff"
1821       plot_bgcolor: "#fff"
1822       hoverlabel:
1823         namelength: -1
1824
1825     plot-throughput:
1826       titlefont:
1827         size: 18
1828       xaxis:
1829         title: "<b>Test Cases [Index]</b>"
1830         titlefont:
1831           size: 16
1832         autorange: True
1833         fixedrange: False
1834         gridcolor: "rgb(230, 230, 230)"
1835         linecolor: "rgb(220, 220, 220)"
1836         linewidth: 1
1837         showgrid: True
1838         showline: True
1839         showticklabels: True
1840         tickcolor: "rgb(220, 220, 220)"
1841         tickmode: "linear"
1842         tickfont:
1843           size: 16
1844         zeroline: False
1845       yaxis:
1846         title: "<b>Packet Throughput [Mpps]</b>"
1847         titlefont:
1848           size: 16
1849         gridcolor: "rgb(230, 230, 230)"
1850         hoverformat: ".4r"
1851         tickformat: ".3r"
1852         linecolor: "rgb(220, 220, 220)"
1853         linewidth: 1
1854         showgrid: True
1855         showline: True
1856         showticklabels: True
1857         tickcolor: "rgb(220, 220, 220)"
1858         tickfont:
1859           size: 16
1860         zeroline: False
1861         range: [0,50]
1862       autosize: False
1863       margin:
1864         t: 50
1865         b: 0
1866         l: 80
1867         r: 20
1868       showlegend: True
1869       legend:
1870         orientation: "h"
1871         font:
1872           size: 16
1873       width: 700
1874       height: 900
1875       paper_bgcolor: "#fff"
1876       plot_bgcolor: "#fff"
1877       hoverlabel:
1878         namelength: -1
1879
1880     plot-throughput-speedup-analysis:
1881       titlefont:
1882         size: 18
1883       xaxis:
1884         title: "<b>Number of Cores [Qty]</b>"
1885         titlefont:
1886           size: 16
1887         autorange: True
1888         fixedrange: False
1889         gridcolor: "rgb(230, 230, 230)"
1890         linecolor: "rgb(220, 220, 220)"
1891         linewidth: 1
1892         showgrid: True
1893         showline: True
1894         showticklabels: True
1895         tickcolor: "rgb(238, 238, 238)"
1896         tickmode: "linear"
1897         tickfont:
1898           size: 16
1899         zeroline: False
1900       yaxis:
1901         title: "<b>Packet Throughput [Mpps]</b>"
1902         titlefont:
1903           size: 16
1904         type: "linear"
1905         gridcolor: "rgb(230, 230, 230)"
1906         hoverformat: ".4s"
1907         linecolor: "rgb(220, 220, 220)"
1908         linewidth: 1
1909         showgrid: True
1910         showline: True
1911         showticklabels: True
1912         tickcolor: "rgb(220, 220, 220)"
1913         tickformat: ".4s"
1914         tickfont:
1915           size: 16
1916         zeroline: True
1917         rangemode: "tozero"
1918         range: [0,100]
1919       legend:
1920         orientation: "h"
1921         font:
1922           size: 16
1923         xanchor: "left"
1924         yanchor: "top"
1925         x: 0
1926         y: -0.2
1927         bgcolor: "rgba(255, 255, 255, 0)"
1928         bordercolor: "rgba(255, 255, 255, 0)"
1929         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1930       autosize: False
1931       margin:
1932           't': 50
1933           'b': 150
1934           'l': 85
1935           'r': 10
1936       showlegend: True
1937       width: 700
1938       height: 700
1939       paper_bgcolor: "#fff"
1940       plot_bgcolor: "#fff"
1941       hoverlabel:
1942         namelength: -1
1943       annotations: [
1944         {
1945           text: "_ _          __          ...",
1946           align: "left",
1947           showarrow: False,
1948           xref: "paper",
1949           yref: "paper",
1950           xanchor: "left",
1951           yanchor: "top",
1952           x: 0,
1953           y: -0.13,
1954           font: {
1955             family: "Consolas, Courier New",
1956             size: 15
1957           },
1958         },
1959         {
1960           text: "    Perfect     Measured     Limit",
1961           align: "left",
1962           showarrow: False,
1963           xref: "paper",
1964           yref: "paper",
1965           xanchor: "left",
1966           yanchor: "top",
1967           x: 0,
1968           y: -0.15,
1969           font: {
1970             family: "Consolas, Courier New",
1971             size: 15
1972           },
1973         },
1974       ]
1975
1976     plot-latency:
1977       titlefont:
1978         size: 18
1979       xaxis:
1980         title: "<b>Direction</b>"
1981         titlefont:
1982           size: 16
1983         autorange: True
1984         fixedrange: False
1985         gridcolor: "rgb(230, 230, 230)"
1986         linecolor: "rgb(220, 220, 220)"
1987         linewidth: 1
1988         showgrid: True
1989         showline: True
1990         showticklabels: False
1991         tickcolor: "rgb(220, 220, 220)"
1992         tickmode: "linear"
1993         tickfont:
1994           size: 16
1995         zeroline: False
1996       yaxis:
1997         title: "<b>Packet Latency [uSec]</b>"
1998         titlefont:
1999           size: 16
2000         type: "linear"
2001         gridcolor: "rgb(230, 230, 230)"
2002         hoverformat: ".4s"
2003         linecolor: "rgb(220, 220, 220)"
2004         linewidth: 1
2005         showgrid: True
2006         showline: True
2007         showticklabels: True
2008         tickcolor: "rgb(220, 220, 220)"
2009         tickformat: ".4s"
2010         tickfont:
2011           size: 16
2012         zeroline: True
2013         rangemode: "tozero"
2014       legend:
2015         orientation: "h"
2016         font:
2017           size: 16
2018         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2019       autosize: False
2020       margin:
2021           't': 50
2022           'b': 150
2023           'l': 80
2024           'r': 10
2025       showlegend: True
2026       width: 700
2027       height: 700
2028       paper_bgcolor: "#fff"
2029       plot_bgcolor: "#fff"
2030       hoverlabel:
2031         namelength: -1
2032
2033     plot-hdrh-latency:
2034       title:
2035         text: ""
2036         xanchor: "center"
2037         x: 0.5
2038         font:
2039           size: 16
2040       width: 700
2041       plot_bgcolor: "white"
2042       annotations:
2043         - font:
2044             size: 14
2045           showarrow: False
2046           text: "<b>Packet Latency [uSec]</b>"
2047           x: 1
2048           xanchor: "right"
2049           xref: "paper"
2050           y: -0.045
2051           yanchor: "top"
2052           yref: "paper"
2053         - font:
2054             size: 14
2055           showarrow: False
2056           text: "<b>Probability [%]</b>"
2057           textangle: 270
2058           x: -0.06
2059           xanchor: "center"
2060           xref: "paper"
2061           y: 0.5
2062           yanchor: "middle"
2063           yref: "paper"
2064         - font:
2065             size: 14
2066           showarrow: False
2067           text: "<b>Direction: E-W</b>"
2068           x: 0.24
2069           xanchor: "center"
2070           xref: "paper"
2071           y: 1.05
2072           yanchor: "bottom"
2073           yref: "paper"
2074         - font:
2075             size: 14
2076           showarrow: False
2077           text: "<b>Direction: W-E</b>"
2078           x: 0.74
2079           xanchor: "center"
2080           xref: "paper"
2081           y: 1.05
2082           yanchor: "bottom"
2083           yref: "paper"
2084
2085     plot-hdrh-latency-percentile:
2086       title:
2087         text: ""
2088         xanchor: "center"
2089         x: 0.5
2090         font:
2091           size: 18
2092       xaxis:
2093         type: "log"
2094         title: "<b>Percentile [%]</b>"
2095         titlefont:
2096           size: 16
2097         autorange: True
2098         fixedrange: False
2099         gridcolor: "rgb(230, 230, 230)"
2100         linecolor: "rgb(220, 220, 220)"
2101         linewidth: 1
2102         showgrid: True
2103         showline: True
2104         showticklabels: True
2105         tickcolor: "rgb(220, 220, 220)"
2106         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2107         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2108         tickfont:
2109           size: 16
2110       yaxis:
2111         title: "<b>Packet Latency [uSec]</b>"
2112         titlefont:
2113           size: 16
2114         gridcolor: "rgb(230, 230, 230)"
2115         linecolor: "rgb(220, 220, 220)"
2116         linewidth: 1
2117         showgrid: True
2118         showline: True
2119         showticklabels: True
2120         tickcolor: "rgb(220, 220, 220)"
2121         tickfont:
2122           size: 16
2123       autosize: False
2124       showlegend: True
2125       legend:
2126         traceorder: "normal"
2127         orientation: "h"
2128         font:
2129           size: 16
2130         xanchor: "left"
2131         yanchor: "top"
2132         x: 0
2133         y: -0.15
2134         bgcolor: "rgba(255, 255, 255, 0)"
2135         bordercolor: "rgba(255, 255, 255, 0)"
2136       width: 700
2137       height: 700
2138       paper_bgcolor: "white"
2139       plot_bgcolor: "white"
2140
2141     plot-hdrh-latency-by-percentile:
2142       title:
2143         text: "<b>Latency by Percentile Distribution</b>"
2144         xanchor: "center"
2145         x: 0.5
2146         font:
2147           size: 18
2148       showlegend: True
2149       legend:
2150         traceorder: "normal"
2151         orientation: "h"
2152         font:
2153           size: 16
2154         xanchor: "left"
2155         yanchor: "top"
2156         x: 0
2157         y: -0.2
2158         bgcolor: "rgba(255, 255, 255, 0)"
2159         bordercolor: "rgba(255, 255, 255, 0)"
2160       xaxis:
2161         type: "linear"
2162         title: "<b>Percentile [%]</b>"
2163         titlefont:
2164           size: 14
2165         autorange: False
2166         fixedrange: False
2167         range: [0, 100]
2168         gridcolor: "rgb(230, 230, 230)"
2169         linecolor: "rgb(220, 220, 220)"
2170         linewidth: 1
2171         showgrid: True
2172         showline: True
2173         showticklabels: True
2174         tickcolor: "rgb(220, 220, 220)"
2175         tickvals: [0, 25, 50, 75, 100]
2176         ticktext: [0, 25, 50, 75, 100]
2177         tickfont:
2178           size: 14
2179       yaxis:
2180         title: "<b>One-Way Latency per Direction [uSec]</b>"
2181         titlefont:
2182           size: 14
2183         gridcolor: "rgb(230, 230, 230)"
2184         linecolor: "rgb(220, 220, 220)"
2185         linewidth: 1
2186         showgrid: True
2187         showline: True
2188         showticklabels: True
2189         tickcolor: "rgb(220, 220, 220)"
2190         tickfont:
2191           size: 14
2192       width: 700
2193       height: 700
2194       paper_bgcolor: "white"
2195       plot_bgcolor: "white"
2196
2197 - type: "static"
2198   src-path: "{DIR[RST]}"
2199   dst-path: "{DIR[WORKING,SRC]}"
2200
2201 - type: "input"
2202   general:
2203     file-name: "output_info.xml.gz"
2204     file-format: ".gz"
2205     arch-file-format:
2206       - ".gz"
2207       - ".zip"
2208     download-path: "{job}/{build}/archives/{filename}"
2209     extract: "output.xml"
2210
2211     zip-file-name: "robot-plugin.zip"
2212     zip-file-format: ".zip"
2213     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2214     zip-extract: "robot-plugin/output.xml"
2215
2216   builds:
2217
2218     csit-vpp-perf-verify-1908-3n-hsw:
2219       - 12  # NDRPDR sel
2220       - 13  # NDRPDR sel
2221       - 14  # NDRPDR sel
2222       - 15  # NDRPDR sel
2223       - 16  # NDRPDR sel
2224       - 17  # NDRPDR sel
2225       - 18  # NDRPDR sel
2226       - 19  # NDRPDR sel
2227       - 20  # NDRPDR sel
2228       - 21  # NDRPDR sel
2229       - 39  # MRR sel
2230     csit-vpp-perf-verify-2001-3n-hsw:
2231       - 21  # NDRPDR sel
2232       - 22  # NDRPDR sel
2233       - 23  # NDRPDR sel
2234       - 24  # NDRPDR sel
2235       - 25  # NDRPDR sel
2236       - 29  # NDRPDR sel
2237       - 30  # NDRPDR sel
2238       - 31  # NDRPDR sel
2239       - 32  # NDRPDR sel
2240       - 34  # NDRPDR sel
2241       - 17  # MRR sel
2242     csit-vpp-perf-report-iterative-2005-3n-hsw:
2243       - 3   # NDRPDR sel
2244       - 4   # NDRPDR sel
2245       - 5   # NDRPDR sel
2246       - 10  # NDRPDR sel
2247       - 11  # NDRPDR sel
2248       - 12  # NDRPDR sel
2249       - 15  # NDRPDR sel
2250       - 16  # NDRPDR sel
2251       - 18  # NDRPDR sel
2252       - 19  # NDRPDR sel
2253       - 20  # NDRPDR sel env 2
2254       - 21  # NDRPDR sel env 2
2255       - 22  # NDRPDR sel env 2
2256       - 13  # MRR
2257     csit-vpp-perf-verify-2005-3n-hsw:
2258       - 3   # hoststack
2259       - 5   # hoststack
2260       - 6   # hoststack
2261       - 7   # hoststack
2262       - 8   # hoststack
2263       - 9   # hoststack
2264       - 10  # hoststack
2265       - 11  # hoststack
2266       - 12  # hoststack
2267       - 13  # hoststack
2268     csit-vpp-perf-report-coverage-2005-3n-hsw:
2269       - 1   # perf-full-3n-dnv-crypto_I
2270       - 7   # perf-full-3n-hsw-crypto_II
2271       - 3   # perf-full-3n-hsw-crypto_III
2272       - 4   # perf-full-3n-dnv-crypto_IV
2273       - 5   # perf-full-3n-hsw-ip4_I
2274       - 6   # perf-full-3n-hsw-ip4_II
2275       - 8   # perf-full-3n-hsw-ip4_III
2276       - 9   # perf-full-3n-hsw-ip4_IV
2277       - 10  # perf-full-3n-hsw-ip4_V
2278       - 26  # perf-full-3n-hsw-ip4_VI
2279       - 18  # perf-full-3n-hsw-ip4_VII
2280       - 27  # perf-full-3n-hsw-ip4_VIII
2281       - 28  # perf-full-3n-hsw-ip4_IX
2282       - 29  # perf-full-3n-hsw-ip6_I
2283       - 35  # perf-full-3n-hsw-ip6_II
2284       - 42  # perf-full-3n-hsw-l2_I
2285       - 33  # perf-full-3n-hsw-l2_II
2286       - 37  # perf-full-3n-hsw-l2_III
2287       - 45  # perf-full-3n-hsw-l2_IV
2288       - 43  # perf-full-3n-hsw-l2_V
2289       - 40  # perf-full-3n-hsw-l2_VI
2290       - 44  # perf-full-3n-hsw-l2_VII
2291       - 51  # perf-full-3n-hsw-l2_VIII
2292       - 50  # perf-full-3n-hsw-l2_IX
2293       - 52  # perf-full-3n-hsw-l2_X
2294       - 53  # perf-full-3n-hsw-l2_XI
2295       - 54  # perf-full-3n-hsw-memif
2296       - 55  # perf-full-3n-hsw-ip4tunnels-I
2297       - 56  # perf-full-3n-hsw-ip4tunnels-II
2298       - 57  # perf-full-3n-hsw-ip4tunnels-III
2299       - 58  # perf-full-3n-hsw-ip6tunnels-I
2300       - 59  # perf-full-3n-hsw-srv6-I
2301       - 60  # perf-full-3n-hsw-srv6-II
2302       - 61  # perf-full-3n-hsw-vhost-I
2303       - 62  # perf-full-3n-hsw-vhost-II
2304       - 63  # perf-full-3n-hsw-vhost-III
2305
2306     csit-vpp-perf-verify-1908_1-3n-skx:
2307       - 26  # NDRPDR sel - new1908.1
2308       - 27  # NDRPDR sel - new1908.1
2309       - 28  # NDRPDR sel - new1908.1
2310       - 29  # NDRPDR sel - new1908.1
2311       - 30  # NDRPDR sel - new1908.1
2312       - 31  # NDRPDR sel - new1908.1
2313       - 33  # NDRPDR sel - new1908.1
2314       - 34  # NDRPDR sel - new1908.1
2315       - 35  # NDRPDR sel - new1908.1
2316       - 36  # NDRPDR sel - new1908.1
2317     csit-vpp-perf-verify-2001-3n-skx:
2318       - 69  # NDRPDR sel - new2001.0
2319       - 71  # NDRPDR sel - new2001.0
2320       - 72  # NDRPDR sel - new2001.0
2321       - 76  # NDRPDR sel - new2001.0
2322       - 77  # NDRPDR sel - new2001.0
2323       - 78  # NDRPDR sel - new2001.0
2324       - 80  # NDRPDR sel - new2001.0
2325       - 50  # MRR sel
2326       - 53  # MRR sel addition
2327     csit-vpp-perf-report-iterative-2005-3n-skx:
2328       - 4   # NDRPDR sel
2329       - 5   # NDRPDR sel ??? all x710 failed
2330       - 33  # NDRPDR sel
2331       - 28  # NDRPDR sel
2332       - 34  # NDRPDR sel
2333       - 36  # NDRPDR sel
2334       - 37  # NDRPDR sel
2335       - 38  # NDRPDR sel
2336       - 39  # NDRPDR sel
2337       - 41  # NDRPDR sel
2338       - 6   # MRR sel
2339     csit-vpp-perf-report-coverage-2005-3n-skx:
2340       - 10  # perf-full-3n-skx-crypto_I
2341       - 11  # perf-full-3n-skx-crypto_II
2342       - 12  # perf-full-3n-skx-crypto_III
2343       - 5   # perf-full-3n-skx-ip4_I
2344       - 14  # perf-full-3n-skx-ip4_II
2345       - 7   # perf-full-3n-skx-ip4_III
2346       - 15  # perf-full-3n-skx-ip4_IV
2347       - 16  # perf-full-3n-skx-ip4_V
2348       - 17  # perf-full-3n-skx-ip4_VI
2349       - 18  # perf-full-3n-skx-ip4_VII
2350       - 19  # perf-full-3n-skx-ip4_VIII
2351       - 20  # perf-full-3n-skx-ip4_IX
2352       - 24  # perf-full-3n-skx-ip6_I
2353       - 25  # perf-full-3n-skx-ip6_II
2354       - 22  # perf-full-3n-skx-ip4tunnels-II
2355       - 23  # perf-full-3n-skx-ip4tunnels-III
2356       - 26  # perf-full-3n-skx-ip6tunnels-I
2357       - 28  # perf-full-3n-skx-l2_II
2358       - 29  # perf-full-3n-skx-l2_III
2359       - 30  # perf-full-3n-skx-l2_IV
2360       - 32  # perf-full-3n-skx-l2_VI
2361       - 33  # perf-full-3n-skx-l2_VII
2362       - 35  # perf-full-3n-skx-l2_IX
2363       - 36  # perf-full-3n-skx-l2_X
2364       - 37  # perf-full-3n-skx-l2_XI
2365
2366     csit-vpp-perf-verify-1908_1-2n-skx:
2367       - 39  # NDRPDR sel - new1908.1
2368       - 40  # NDRPDR sel - new1908.1
2369       - 41  # NDRPDR sel - new1908.1
2370       - 43  # NDRPDR sel - new1908.1
2371       - 44  # NDRPDR sel - new1908.1
2372       - 45  # NDRPDR sel - new1908.1
2373       - 46  # NDRPDR sel - new1908.1
2374       - 47  # NDRPDR sel - new1908.1
2375       - 48  # NDRPDR sel - new1908.1
2376       - 49  # NDRPDR sel - new1908.1
2377     csit-vpp-perf-verify-2001-2n-skx:
2378       - 143  # NDRPDR sel - new2001.0
2379       - 146  # NDRPDR sel - new2001.0
2380       - 147  # NDRPDR sel - new2001.0
2381       - 148  # NDRPDR sel - new2001.0
2382       - 149  # NDRPDR sel - new2001.0
2383       - 150  # NDRPDR sel - new2001.0
2384       - 151  # NDRPDR sel - new2001.0
2385       - 152  # NDRPDR sel - new2001.0
2386       - 153  # NDRPDR sel - new2001.0
2387       - 154  # NDRPDR sel - new2001.0
2388       - 101  # MRR sel - old
2389       - 128  # MRR sel addition - old
2390     csit-vpp-perf-report-iterative-2005-2n-skx:
2391       - 43  # NDRPDR sel
2392       - 38  # NDRPDR sel
2393       - 7   # NDRPDR sel
2394       - 65  # NDRPDR sel
2395       - 47  # NDRPDR sel
2396       - 55  # NDRPDR sel
2397       - 67  # NDRPDR sel
2398       - 75  # NDRPDR sel
2399       - 76  # NDRPDR sel
2400       - 73  # NDRPDR sel
2401       - 42  # MRR sel
2402       - 48  # Reconf
2403       - 50  # Reconf
2404       - 51  # Reconf
2405       - 52  # Reconf
2406       - 53  # Reconf
2407       - 60  # Reconf
2408       - 70  # Reconf
2409       - 71  # Reconf
2410       - 63  # Reconf
2411       - 66  # Reconf
2412       - 49  # Soak
2413       - 54  # Soak
2414       - 83  # nf-density-sel
2415     csit-vpp-perf-report-coverage-2005-2n-skx:
2416       - 11  # perf-full-2n-skx-ip4_I
2417       - 3   # perf-full-2n-skx-ip4_II
2418       - 18  # perf-full-2n-skx-ip4_III
2419       - 19  # perf-full-2n-skx-ip4_IV
2420       - 5   # perf-full-2n-skx-ip4_V
2421       - 20  # perf-full-2n-skx-ip4_VI
2422       - 7   # perf-full-2n-skx-ip6_I
2423       - 21  # perf-full-2n-skx-ip6_II
2424       - 9   # perf-full-2n-skx-l2_I
2425       - 22  # perf-full-2n-skx-l2_II
2426       - 23  # perf-full-2n-skx-memif
2427       - 24  # perf-full-2n-skx-loadbalancer
2428       - 25  # perf-full-2n-skx-vhost I
2429       - 26  # perf-full-2n-skx-vhost II
2430       - 27  # perf-full-2n-skx-vts
2431
2432     csit-vpp-perf-verify-1908_1-2n-clx:
2433       - 5  # NDRPDR sel
2434       - 6  # NDRPDR sel
2435       - 7  # NDRPDR sel
2436       - 8  # NDRPDR sel
2437       - 9  # NDRPDR sel
2438     csit-vpp-perf-verify-2001-2n-clx:
2439       - 28  # NDRPDR sel
2440       - 29  # NDRPDR sel
2441       - 32  # NDRPDR sel
2442       - 40  # NDRPDR sel
2443       - 43  # NDRPDR sel
2444       - 44  # NDRPDR sel
2445       - 45  # NDRPDR sel
2446       - 47  # NDRPDR sel
2447       - 48  # NDRPDR sel
2448       - 49  # NDRPDR sel
2449       - 39  # MRR
2450     csit-vpp-perf-report-iterative-2005-2n-clx:
2451       - 7   # NDRPDR sel
2452       - 38  # NDRPDR sel
2453       - 9   # NDRPDR sel
2454       - 32  # NDRPDR sel ???
2455       - 33  # NDRPDR sel ???
2456       - 39  # NDRPDR sel
2457       - 40  # NDRPDR sel
2458       - 43  # NDRPDR sel
2459       - 50  # NDRPDR sel
2460       - 51  # NDRPDR sel
2461       - 12  # MRR
2462       - 42  # Reconf
2463       - 45  # Reconf
2464       - 46  # Reconf
2465       - 47  # Reconf
2466       - 48  # Reconf
2467       - 52  # Reconf
2468       - 53  # Reconf
2469       - 54  # Reconf
2470       - 55  # Reconf
2471       - 56  # Reconf
2472       - 44  # Soak
2473       - 49  # Soak
2474       - 57  # 2n-clx nfv-density-00
2475       - 58  # 2n-clx nfv-density-00
2476       - 59  # 2n-clx nfv-density-00
2477       - 60  # 2n-clx nfv-density-00
2478       - 61  # 2n-clx nfv-density-00
2479     csit-vpp-perf-report-coverage-2005-2n-clx:
2480       - 21  # perf-full-2n-clx-ip4_I
2481       - 2   # perf-full-2n-clx-ip4_II
2482       - 3   # perf-full-2n-clx-ip4_III
2483       - 4   # perf-full-2n-clx-ip4_IV
2484       - 5   # perf-full-2n-clx-ip4_V
2485       - 6   # perf-full-2n-clx-ip4_VI
2486       - 7   # perf-full-2n-clx-ip6_I
2487       - 16  # perf-full-2n-clx-ip6_II
2488       - 23  # perf-full-2n-clx-l2_I
2489       - 10  # perf-full-2n-clx-l2_II
2490       - 11  # perf-full-2n-clx-memif
2491       - 12  # perf-full-2n-clx-loadbalancer
2492       - 13  # perf-full-2n-clx-vhost I
2493       - 22  # perf-full-2n-clx-vhost II
2494       - 15  # perf-full-2n-clx-vts
2495
2496     csit-vpp-perf-verify-1908-3n-tsh:
2497       - 7   # NDRPDR sel
2498       - 8   # NDRPDR sel
2499       - 9   # NDRPDR sel
2500       - 10  # NDRPDR sel
2501       - 11  # NDRPDR sel
2502       - 12  # NDRPDR sel
2503       - 13  # NDRPDR sel
2504       - 14  # NDRPDR sel
2505       - 15  # NDRPDR sel
2506       - 16  # NDRPDR sel
2507       - 17  # MRR sel
2508     csit-vpp-perf-verify-2001-3n-tsh:
2509       - 3   # NDRPDR sel
2510       - 4   # NDRPDR sel
2511       - 7   # NDRPDR sel
2512       - 8   # NDRPDR sel
2513       - 10  # NDRPDR sel
2514       - 12  # NDRPDR sel
2515       - 13  # NDRPDR sel
2516       - 14  # NDRPDR sel
2517       - 15  # NDRPDR sel
2518       - 21  # NDRPDR sel
2519       - 9   # MRR sel
2520     # TODO: Add data:
2521     csit-vpp-perf-report-iterative-2005-3n-tsh:
2522       - 9   # NDRPDR sel
2523       - 11  # NDRPDR sel
2524       - 12  # NDRPDR sel
2525       - 20  # NDRPDR sel
2526       - 14  # NDRPDR sel
2527       - 10  # MRR sel
2528
2529     csit-vpp-perf-verify-1908-3n-dnv:
2530       - 6   # NDRPDR sel
2531       - 7   # NDRPDR sel
2532       - 8   # NDRPDR sel
2533       - 9   # NDRPDR sel
2534       - 10  # NDRPDR sel
2535       - 12  # NDRPDR sel
2536       - 13  # NDRPDR sel
2537       - 14  # NDRPDR sel
2538       - 15  # NDRPDR sel
2539       - 16  # NDRPDR sel
2540       - 17  # MRR sel
2541     csit-vpp-perf-verify-2001-3n-dnv:
2542       - 5   # NDRPDR sel
2543       - 6   # NDRPDR sel
2544       - 7   # NDRPDR sel
2545       - 8   # NDRPDR sel
2546       - 9   # NDRPDR sel
2547       - 10  # NDRPDR sel
2548       - 12  # NDRPDR sel
2549       - 16  # NDRPDR sel
2550       - 17  # NDRPDR sel
2551       - 18  # NDRPDR sel
2552       - 11  # MRR sel
2553     csit-vpp-perf-report-iterative-2005-3n-dnv:
2554       - 2   # NDRPDR sel
2555       - 3   # NDRPDR sel
2556       - 4   # NDRPDR sel
2557       - 5   # NDRPDR sel
2558       - 6   # NDRPDR sel
2559       - 7   # NDRPDR sel
2560       - 9   # NDRPDR sel
2561       - 10  # NDRPDR sel
2562       - 11  # NDRPDR sel
2563       - 12  # NDRPDR sel
2564       - 8   # MRR
2565     csit-vpp-perf-report-coverage-2005-3n-dnv:
2566       - 1   # perf-full-3n-dnv-crypto_I
2567       - 24  # perf-full-3n-dnv-crypto_II
2568       - 5   # perf-full-3n-dnv-ip4_I
2569       - 13  # perf-full-3n-dnv-ip4_II
2570       - 17  # perf-full-3n-dnv-ip6_I
2571       - 18  # perf-full-3n-dnv-ip6_II
2572       - 21  # perf-full-3n-dnv-l2_I
2573       - 22  # perf-full-3n-dnv-l2_II
2574       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2575
2576     csit-vpp-perf-verify-1908-2n-dnv:
2577       - 1   # NDRPDR sel
2578       - 2   # NDRPDR sel
2579       - 3   # NDRPDR sel
2580       - 4   # NDRPDR sel
2581       - 5   # NDRPDR sel
2582       - 6   # NDRPDR sel
2583       - 7   # NDRPDR sel
2584       - 8   # NDRPDR sel
2585       - 9   # NDRPDR sel
2586       - 10  # NDRPDR sel
2587       - 11  # MRR sel
2588     csit-vpp-perf-verify-2001-2n-dnv:
2589       - 4   # NDRPDR sel
2590       - 5   # NDRPDR sel
2591       - 6   # NDRPDR sel
2592       - 7   # NDRPDR sel
2593       - 8   # NDRPDR sel
2594       - 9   # NDRPDR sel
2595       - 10  # NDRPDR sel
2596       - 11  # NDRPDR sel
2597       - 13  # NDRPDR sel
2598       - 16  # NDRPDR sel
2599       - 12  # MRR sel
2600     csit-vpp-perf-report-iterative-2005-2n-dnv:
2601       - 3   # NDRPDR sel
2602       - 6   # NDRPDR sel
2603       - 7   # NDRPDR sel
2604       - 8   # NDRPDR sel
2605       - 9   # NDRPDR sel
2606       - 10  # NDRPDR sel
2607       - 11  # NDRPDR sel
2608       - 12  # NDRPDR sel
2609       - 13  # NDRPDR sel
2610       - 14  # NDRPDR sel
2611       - 15  # MRR sel
2612     csit-vpp-perf-report-coverage-2005-2n-dnv:
2613       - 1   # perf-full-2n-dnv-ip4_I
2614       - 2   # perf-full-2n-dnv-ip4_II
2615       - 3   # perf-full-2n-dnv-ip6_I
2616       - 4   # perf-full-2n-dnv-ip6_II
2617       - 5   # perf-full-2n-dnv-l2_I
2618       - 6   # perf-full-2n-dnv-l2_II
2619
2620     csit-dpdk-perf-verify-1908-3n-hsw:
2621       - 2   # NDRPDR sel
2622       - 3   # NDRPDR sel
2623       - 4   # NDRPDR sel
2624       - 5   # NDRPDR sel
2625       - 6   # NDRPDR sel
2626       - 7   # NDRPDR sel
2627       - 8   # NDRPDR sel
2628       - 9   # NDRPDR sel
2629       - 10  # NDRPDR sel
2630       - 11  # NDRPDR sel
2631     csit-dpdk-perf-verify-2001-3n-hsw:
2632       - 4   # NDRPDR sel
2633       - 5   # NDRPDR sel
2634       - 6   # NDRPDR sel
2635       - 7   # NDRPDR sel
2636       - 8   # NDRPDR sel
2637       - 9   # NDRPDR sel
2638       - 10  # NDRPDR sel
2639       - 11  # NDRPDR sel
2640       - 12  # NDRPDR sel
2641       - 13  # NDRPDR sel
2642       - 15  # NDRPDR sel
2643       - 16  # NDRPDR sel
2644       - 17  # NDRPDR sel
2645       - 18  # NDRPDR sel
2646       - 19  # NDRPDR sel
2647       - 20  # NDRPDR sel
2648       - 21  # NDRPDR sel
2649       - 22  # NDRPDR sel
2650       - 23  # NDRPDR sel
2651       - 24  # NDRPDR sel
2652     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2653       - 5   # NDRPDR sel
2654       - 6   # NDRPDR sel
2655       - 7   # NDRPDR sel
2656       - 8   # NDRPDR sel
2657       - 9   # NDRPDR sel
2658       - 10  # NDRPDR sel
2659       - 11  # NDRPDR sel
2660       - 12  # NDRPDR sel
2661       - 13  # NDRPDR sel
2662       - 14  # NDRPDR sel
2663
2664     csit-dpdk-perf-verify-1908-3n-skx:
2665       - 3   # NDRPDR sel
2666       - 4   # NDRPDR sel
2667       - 5   # NDRPDR sel
2668       - 6   # NDRPDR sel
2669       - 7   # NDRPDR sel
2670       - 8   # NDRPDR sel
2671       - 9   # NDRPDR sel
2672       - 10  # NDRPDR sel
2673       - 11  # NDRPDR sel
2674       - 12  # NDRPDR sel
2675     csit-dpdk-perf-verify-2001-3n-skx:
2676       - 29  # NDRPDR sel xxv710
2677       - 33  # NDRPDR sel xxv710
2678       - 34  # NDRPDR sel xxv710
2679       - 35  # NDRPDR sel xxv710
2680       - 36  # NDRPDR sel xxv710
2681       - 37  # NDRPDR sel xxv710
2682       - 41  # NDRPDR sel xxv710
2683       - 42  # NDRPDR sel xxv710
2684       - 43  # NDRPDR sel xxv710
2685       - 45  # NDRPDR sel xxv710
2686       - 30  # NDRPDR sel x710
2687       - 31  # NDRPDR sel x710
2688       - 32  # NDRPDR sel x710
2689       - 38  # NDRPDR sel x710
2690       - 39  # NDRPDR sel x710
2691       - 40  # NDRPDR sel x710
2692       - 44  # NDRPDR sel x710
2693       - 46  # NDRPDR sel x710
2694       - 47  # NDRPDR sel x710
2695       - 48  # NDRPDR sel x710
2696     csit-dpdk-perf-report-iterative-2005-3n-skx:
2697       - 4   # NDRPDR sel
2698       - 5   # NDRPDR sel
2699       - 6   # NDRPDR sel
2700       - 7   # NDRPDR sel
2701       - 8   # NDRPDR sel
2702       - 11  # NDRPDR sel
2703       - 12  # NDRPDR sel
2704       - 13  # NDRPDR sel
2705       - 14  # NDRPDR sel
2706       - 15  # NDRPDR sel
2707
2708     csit-dpdk-perf-verify-1908-2n-skx:
2709       - 2   # NDRPDR sel
2710       - 3   # NDRPDR sel
2711       - 4   # NDRPDR sel
2712       - 5   # NDRPDR sel
2713       - 7   # NDRPDR sel
2714       - 8   # NDRPDR sel
2715       - 9   # NDRPDR sel
2716       - 10  # NDRPDR sel
2717       - 11  # NDRPDR sel
2718       - 12  # NDRPDR sel
2719     csit-dpdk-perf-verify-2001-2n-skx:
2720       - 35  # NDRPDR sel xxv710
2721       - 36  # NDRPDR sel xxv710
2722       - 37  # NDRPDR sel xxv710
2723       - 41  # NDRPDR sel xxv710
2724       - 42  # NDRPDR sel xxv710
2725       - 43  # NDRPDR sel xxv710
2726       - 46  # NDRPDR sel xxv710
2727       - 47  # NDRPDR sel xxv710
2728       - 52  # NDRPDR sel xxv710
2729       - 53  # NDRPDR sel xxv710
2730       - 38  # NDRPDR sel x710
2731       - 39  # NDRPDR sel x710
2732       - 40  # NDRPDR sel x710
2733       - 44  # NDRPDR sel x710
2734       - 45  # NDRPDR sel x710
2735       - 48  # NDRPDR sel x710
2736       - 49  # NDRPDR sel x710
2737       - 50  # NDRPDR sel x710
2738       - 51  # NDRPDR sel x710
2739       - 54  # NDRPDR sel x710
2740     csit-dpdk-perf-report-iterative-2005-2n-skx:
2741       - 1   # NDRPDR sel
2742       - 2   # NDRPDR sel
2743       - 3   # NDRPDR sel
2744       - 4   # NDRPDR sel
2745       - 5   # NDRPDR sel
2746       - 6   # NDRPDR sel
2747       - 7   # NDRPDR sel
2748       - 8   # NDRPDR sel
2749       - 9   # NDRPDR sel
2750       - 10  # NDRPDR sel
2751
2752     csit-dpdk-perf-verify-2001-2n-clx:
2753       - 15  # NDRPDR sel
2754       - 16  # NDRPDR sel
2755       - 17  # NDRPDR sel
2756       - 18  # NDRPDR sel
2757       - 19  # NDRPDR sel
2758       - 20  # NDRPDR sel
2759       - 21  # NDRPDR sel
2760       - 22  # NDRPDR sel
2761       - 23  # NDRPDR sel
2762       - 24  # NDRPDR sel
2763       - 25  # NDRPDR sel
2764       - 26  # NDRPDR sel
2765       - 27  # NDRPDR sel
2766       - 28  # NDRPDR sel
2767       - 29  # NDRPDR sel
2768       - 30  # NDRPDR sel
2769       - 31  # NDRPDR sel
2770       - 32  # NDRPDR sel
2771       - 33  # NDRPDR sel
2772       - 34  # NDRPDR sel
2773     csit-dpdk-perf-report-iterative-2005-2n-clx:
2774       - 1   # NDRPDR sel
2775       - 2   # NDRPDR sel
2776       - 3   # NDRPDR sel
2777       - 4   # NDRPDR sel
2778       - 5   # NDRPDR sel
2779       - 6   # NDRPDR sel
2780       - 7   # NDRPDR sel
2781       - 8   # NDRPDR sel
2782       - 9   # NDRPDR sel
2783       - 10  # NDRPDR sel
2784
2785     csit-dpdk-perf-verify-2001-2n-dnv:
2786       - 9   # NDRPDR sel
2787       - 10  # NDRPDR sel
2788       - 11  # NDRPDR sel
2789       - 12  # NDRPDR sel
2790       - 13  # NDRPDR sel
2791       - 14  # NDRPDR sel
2792       - 15  # NDRPDR sel
2793       - 16  # NDRPDR sel
2794       - 17  # NDRPDR sel
2795       - 18  # NDRPDR sel
2796     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2797       - 8   # NDRPDR sel
2798       - 9   # NDRPDR sel
2799       - 10  # NDRPDR sel
2800       - 11  # NDRPDR sel
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
2808     csit-dpdk-perf-verify-2001-3n-dnv:
2809       - 12  # NDRPDR sel
2810       - 13  # NDRPDR sel
2811       - 14  # NDRPDR sel
2812       - 15  # NDRPDR sel
2813       - 16  # NDRPDR sel
2814       - 17  # NDRPDR sel
2815       - 18  # NDRPDR sel
2816       - 19  # NDRPDR sel
2817       - 20  # NDRPDR sel
2818       - 22  # NDRPDR sel
2819     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2820       - 6   # NDRPDR sel
2821       - 7   # NDRPDR sel
2822       - 8   # NDRPDR sel
2823       - 9   # NDRPDR sel
2824       - 10  # NDRPDR sel
2825       - 11  # NDRPDR sel
2826       - 12  # NDRPDR sel
2827       - 13  # NDRPDR sel
2828       - 14  # NDRPDR sel
2829       - 16  # NDRPDR sel
2830
2831     csit-dpdk-perf-verify-2001-3n-tsh:
2832       - 3   # NDRPDR sel
2833       - 4   # NDRPDR sel
2834       - 5   # NDRPDR sel
2835       - 9   # NDRPDR sel
2836       - 10  # NDRPDR sel
2837       - 11  # NDRPDR sel
2838       - 12  # NDRPDR sel
2839       - 14  # NDRPDR sel
2840       - 15  # NDRPDR sel
2841       - 18  # NDRPDR sel
2842     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2843       - 5   # NDRPDR sel
2844
2845     csit-vpp-device-2005-ubuntu1804-1n-skx:
2846       - 35
2847
2848 - type: "output"
2849   output: "report"
2850   format:
2851     html:
2852     - full
2853 #    pdf:
2854 #    - minimal
2855
2856 ################################################################################
2857 ###                               T A B L E S                                ###
2858 ################################################################################
2859
2860 # VPP Soak vs NDR - 2n-skx
2861 - type: "table"
2862   title: "VPP Soak vs NDR 2n-skx"
2863   algorithm: "table_soak_vs_ndr"
2864   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2865   reference:
2866     title: "NDR"
2867     data: "vpp-soak-vs-ndr-2n-skx-ref"
2868   compare:
2869     title: "Soak"
2870     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2871   data: "vpp-soak-vs-ndr-2n-skx"
2872   include-tests: "NDR"
2873   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2874   parameters:
2875     - "throughput"
2876     - "name"
2877     - "parent"
2878
2879 # VPP Soak vs NDR - 2n-clx
2880 - type: "table"
2881   title: "VPP Soak vs NDR 2n-clx"
2882   algorithm: "table_soak_vs_ndr"
2883   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2884   reference:
2885     title: "NDR"
2886     data: "vpp-soak-vs-ndr-2n-clx-ref"
2887   compare:
2888     title: "Soak"
2889     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2890   data: "vpp-soak-vs-ndr-2n-clx"
2891   include-tests: "NDR"
2892   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2893   parameters:
2894     - "throughput"
2895     - "name"
2896     - "parent"
2897
2898 ################################################################################
2899
2900 # VPP Compare NICs 3n-skx 2t1c ndr
2901 - type: "table"
2902   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2903   algorithm: "table_comparison"
2904   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2906   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2907   columns:
2908     - title: "x710"
2909       data-set: "vpp-nic-comparison-3n-skx"
2910       tag: "NIC_Intel-X710"
2911     - title: "xxv710"
2912       data-set: "vpp-nic-comparison-3n-skx"
2913       tag: "NIC_Intel-XXV710"
2914   comparisons:
2915     - title: "Diff"
2916       reference: 1
2917       compare: 2
2918   legend:
2919     - "Legend to Table:"
2920     - "x710, xxv710 - NICs tested."
2921     - "Diff - difference between x710 and xxv710 NIC."
2922
2923 # VPP Compare NICs 3n-skx 4t2c ndr
2924 - type: "table"
2925   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2926   algorithm: "table_comparison"
2927   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2928   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2929   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2930   columns:
2931     - title: "x710"
2932       data-set: "vpp-nic-comparison-3n-skx"
2933       tag: "NIC_Intel-X710"
2934     - title: "xxv710"
2935       data-set: "vpp-nic-comparison-3n-skx"
2936       tag: "NIC_Intel-XXV710"
2937   comparisons:
2938     - title: "Diff"
2939       reference: 1
2940       compare: 2
2941   legend:
2942     - "Legend to Table:"
2943     - "x710, xxv710 - NICs tested."
2944     - "Diff - difference between x710 and xxv710 NIC."
2945
2946 # VPP Compare NICs 3n-skx 2t1c pdr
2947 - type: "table"
2948   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2949   algorithm: "table_comparison"
2950   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2951   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2952   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2953   columns:
2954     - title: "x710"
2955       data-set: "vpp-nic-comparison-3n-skx"
2956       tag: "NIC_Intel-X710"
2957     - title: "xxv710"
2958       data-set: "vpp-nic-comparison-3n-skx"
2959       tag: "NIC_Intel-XXV710"
2960   comparisons:
2961     - title: "Diff"
2962       reference: 1
2963       compare: 2
2964   legend:
2965     - "Legend to Table:"
2966     - "x710, xxv710 - NICs tested."
2967     - "Diff - difference between x710 and xxv710 NIC."
2968
2969 # VPP Compare NICs 3n-skx 4t2c pdr
2970 - type: "table"
2971   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2972   algorithm: "table_comparison"
2973   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2974   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2975   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2976   columns:
2977     - title: "x710"
2978       data-set: "vpp-nic-comparison-3n-skx"
2979       tag: "NIC_Intel-X710"
2980     - title: "xxv710"
2981       data-set: "vpp-nic-comparison-3n-skx"
2982       tag: "NIC_Intel-XXV710"
2983   comparisons:
2984     - title: "Diff"
2985       reference: 1
2986       compare: 2
2987   legend:
2988     - "Legend to Table:"
2989     - "x710, xxv710 - NICs tested."
2990     - "Diff - difference between x710 and xxv710 NIC."
2991
2992 ## VPP Compare NICs 3n-skx 2t1c mrr
2993 #- type: "table"
2994 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2995 #  algorithm: "table_comparison"
2996 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2997 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2998 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2999 #  columns:
3000 #    - title: "x710"
3001 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3002 #      tag: "NIC_Intel-X710"
3003 #    - title: "xxv710"
3004 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3005 #      tag: "NIC_Intel-XXV710"
3006 #  comparisons:
3007 #    - title: "Diff"
3008 #      reference: 1
3009 #      compare: 2
3010 #  legend:
3011 #    - "Legend to Table:"
3012 #    - "x710, xxv710 - NICs tested."
3013 #    - "Diff - difference between x710 and xxv710 NIC."
3014 #
3015 ## VPP Compare NICs 3n-skx 4t2c mrr
3016 #- type: "table"
3017 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3018 #  algorithm: "table_comparison"
3019 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3020 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3021 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3022 #  columns:
3023 #    - title: "x710"
3024 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3025 #      tag: "NIC_Intel-X710"
3026 #    - title: "xxv710"
3027 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3028 #      tag: "NIC_Intel-XXV710"
3029 #  comparisons:
3030 #    - title: "Diff"
3031 #      reference: 1
3032 #      compare: 2
3033 #  legend:
3034 #    - "Legend to Table:"
3035 #    - "x710, xxv710 - NICs tested."
3036 #    - "Diff - difference between x710 and xxv710 NIC."
3037 #
3038 ## VPP Compare NICs 3n-skx 8t4c mrr
3039 #- type: "table"
3040 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3041 #  algorithm: "table_comparison"
3042 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3043 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3044 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3045 #  columns:
3046 #    - title: "x710"
3047 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3048 #      tag: "NIC_Intel-X710"
3049 #    - title: "xxv710"
3050 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3051 #      tag: "NIC_Intel-XXV710"
3052 #  comparisons:
3053 #    - title: "Diff"
3054 #      reference: 1
3055 #      compare: 2
3056 #  legend:
3057 #    - "Legend to Table:"
3058 #    - "x710, xxv710 - NICs tested."
3059 #    - "Diff - difference between x710 and xxv710 NIC."
3060
3061 # VPP Compare NICs 2n-skx 2t1c ndr
3062 - type: "table"
3063   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3064   algorithm: "table_comparison"
3065   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3066   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3067   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3068   columns:
3069     - title: "x710"
3070       data-set: "vpp-nic-comparison-2n-skx"
3071       tag: "NIC_Intel-X710"
3072     - title: "xxv710"
3073       data-set: "vpp-nic-comparison-2n-skx"
3074       tag: "NIC_Intel-XXV710"
3075   comparisons:
3076     - title: "Diff"
3077       reference: 1
3078       compare: 2
3079   legend:
3080     - "Legend to Table:"
3081     - "x710, xxv710 - NICs tested."
3082     - "Diff - difference between x710 and xxv710 NIC."
3083
3084 # VPP Compare NICs 2n-skx 4t2c ndr
3085 - type: "table"
3086   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3087   algorithm: "table_comparison"
3088   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3089   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3090   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3091   columns:
3092     - title: "x710"
3093       data-set: "vpp-nic-comparison-2n-skx"
3094       tag: "NIC_Intel-X710"
3095     - title: "xxv710"
3096       data-set: "vpp-nic-comparison-2n-skx"
3097       tag: "NIC_Intel-XXV710"
3098   comparisons:
3099     - title: "Diff"
3100       reference: 1
3101       compare: 2
3102   legend:
3103     - "Legend to Table:"
3104     - "x710, xxv710 - NICs tested."
3105     - "Diff - difference between x710 and xxv710 NIC."
3106
3107 # VPP Compare NICs 2n-skx 2t1c pdr
3108 - type: "table"
3109   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3110   algorithm: "table_comparison"
3111   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3112   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3113   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3114   columns:
3115     - title: "x710"
3116       data-set: "vpp-nic-comparison-2n-skx"
3117       tag: "NIC_Intel-X710"
3118     - title: "xxv710"
3119       data-set: "vpp-nic-comparison-2n-skx"
3120       tag: "NIC_Intel-XXV710"
3121   comparisons:
3122     - title: "Diff"
3123       reference: 1
3124       compare: 2
3125   legend:
3126     - "Legend to Table:"
3127     - "x710, xxv710 - NICs tested."
3128     - "Diff - difference between x710 and xxv710 NIC."
3129
3130 # VPP Compare NICs 2n-skx 4t2c pdr
3131 - type: "table"
3132   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3133   algorithm: "table_comparison"
3134   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3135   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3136   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3137   columns:
3138     - title: "x710"
3139       data-set: "vpp-nic-comparison-2n-skx"
3140       tag: "NIC_Intel-X710"
3141     - title: "xxv710"
3142       data-set: "vpp-nic-comparison-2n-skx"
3143       tag: "NIC_Intel-XXV710"
3144   comparisons:
3145     - title: "Diff"
3146       reference: 1
3147       compare: 2
3148   legend:
3149     - "Legend to Table:"
3150     - "x710, xxv710 - NICs tested."
3151     - "Diff - difference between x710 and xxv710 NIC."
3152
3153 # VPP Compare NICs 2n-skx 2t1c mrr
3154 - type: "table"
3155   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3156   algorithm: "table_comparison"
3157   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3158   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3159   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3160   columns:
3161     - title: "x710"
3162       data-set: "vpp-nic-comparison-2n-skx-mrr"
3163       tag: "NIC_Intel-X710"
3164     - title: "xxv710"
3165       data-set: "vpp-nic-comparison-2n-skx-mrr"
3166       tag: "NIC_Intel-XXV710"
3167   comparisons:
3168     - title: "Diff"
3169       reference: 1
3170       compare: 2
3171   legend:
3172     - "Legend to Table:"
3173     - "x710, xxv710 - NICs tested."
3174     - "Diff - difference between x710 and xxv710 NIC."
3175
3176 # VPP Compare NICs 2n-skx 4t2c mrr
3177 - type: "table"
3178   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3179   algorithm: "table_comparison"
3180   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3181   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3182   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3183   columns:
3184     - title: "x710"
3185       data-set: "vpp-nic-comparison-2n-skx-mrr"
3186       tag: "NIC_Intel-X710"
3187     - title: "xxv710"
3188       data-set: "vpp-nic-comparison-2n-skx-mrr"
3189       tag: "NIC_Intel-XXV710"
3190   comparisons:
3191     - title: "Diff"
3192       reference: 1
3193       compare: 2
3194   legend:
3195     - "Legend to Table:"
3196     - "x710, xxv710 - NICs tested."
3197     - "Diff - difference between x710 and xxv710 NIC."
3198
3199 # VPP Compare NICs 2n-skx 8t4c mrr
3200 - type: "table"
3201   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3202   algorithm: "table_comparison"
3203   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3204   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3205   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3206   columns:
3207     - title: "x710"
3208       data-set: "vpp-nic-comparison-2n-skx-mrr"
3209       tag: "NIC_Intel-X710"
3210     - title: "xxv710"
3211       data-set: "vpp-nic-comparison-2n-skx-mrr"
3212       tag: "NIC_Intel-XXV710"
3213   comparisons:
3214     - title: "Diff"
3215       reference: 1
3216       compare: 2
3217   legend:
3218     - "Legend to Table:"
3219     - "x710, xxv710 - NICs tested."
3220     - "Diff - difference between x710 and xxv710 NIC."
3221
3222 ################################################################################
3223 # VPP
3224
3225 # VPP Performance Changes 3n-hsw 1t1c pdr
3226 - type: "table"
3227   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3228   algorithm: "table_comparison"
3229   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3231   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3232   columns:
3233     - title: "1908.1-2"
3234       data-set: "vpp-performance-changes-3n-hsw-h1"
3235     - title: "2001.0-2"
3236       data-set: "vpp-performance-changes-3n-hsw-ref"
3237     - title: "2005.0-2"
3238       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3239     - title: "2005.0-3"
3240       data-set: "vpp-performance-changes-3n-hsw-cmp"
3241   comparisons:
3242     - title: "Diff1"
3243       reference: 3
3244       compare: 4
3245     - title: "Diff2"
3246       reference: 2
3247       compare: 3
3248 #  rca:
3249 #    - title: "RCA1"
3250 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca1.yaml"
3251 #    - title: "RCA2"
3252 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca2.yaml"
3253   legend:
3254     - "Legend to Table"
3255     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3256     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3257     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3258 #    - 'RCA1 - root cause analysis reference for Diff1.'
3259 #    - 'RCA2 - root cause analysis reference for Diff2.'
3260
3261 # VPP Performance Changes 3n-hsw 2t2c pdr
3262 - type: "table"
3263   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3264   algorithm: "table_comparison"
3265   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3266   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3267   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3268   columns:
3269     - title: "1908.1-2"
3270       data-set: "vpp-performance-changes-3n-hsw-h1"
3271     - title: "2001.0-2"
3272       data-set: "vpp-performance-changes-3n-hsw-ref"
3273     - title: "2005.0-2"
3274       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3275     - title: "2005.0-3"
3276       data-set: "vpp-performance-changes-3n-hsw-cmp"
3277   comparisons:
3278     - title: "Diff1"
3279       reference: 3
3280       compare: 4
3281     - title: "Diff2"
3282       reference: 2
3283       compare: 3
3284 #  rca:
3285 #    - title: "RCA1"
3286 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca1.yaml"
3287 #    - title: "RCA2"
3288 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca2.yaml"
3289   legend:
3290     - "Legend to Table"
3291     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3292     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3293     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3294 #    - 'RCA1 - root cause analysis reference for Diff1.'
3295 #    - 'RCA2 - root cause analysis reference for Diff2.'
3296
3297 # VPP Performance Changes 3n-hsw 1t1c ndr
3298 - type: "table"
3299   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3300   algorithm: "table_comparison"
3301   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3302   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3303   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3304   columns:
3305     - title: "1908.1-2"
3306       data-set: "vpp-performance-changes-3n-hsw-h1"
3307     - title: "2001.0-2"
3308       data-set: "vpp-performance-changes-3n-hsw-ref"
3309     - title: "2005.0-2"
3310       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3311     - title: "2005.0-3"
3312       data-set: "vpp-performance-changes-3n-hsw-cmp"
3313   comparisons:
3314     - title: "Diff1"
3315       reference: 3
3316       compare: 4
3317     - title: "Diff2"
3318       reference: 2
3319       compare: 3
3320 #  rca:
3321 #    - title: "RCA1"
3322 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca1.yaml"
3323 #    - title: "RCA2"
3324 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca2.yaml"
3325   legend:
3326     - "Legend to Table"
3327     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3328     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3329     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3330 #    - 'RCA1 - root cause analysis reference for Diff1.'
3331 #    - 'RCA2 - root cause analysis reference for Diff2.'
3332
3333 # VPP Performance Changes 3n-hsw 2t2c ndr
3334 - type: "table"
3335   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3336   algorithm: "table_comparison"
3337   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3339   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3340   columns:
3341     - title: "1908.1-2"
3342       data-set: "vpp-performance-changes-3n-hsw-h1"
3343     - title: "2001.0-2"
3344       data-set: "vpp-performance-changes-3n-hsw-ref"
3345     - title: "2005.0-2"
3346       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3347     - title: "2005.0-3"
3348       data-set: "vpp-performance-changes-3n-hsw-cmp"
3349   comparisons:
3350     - title: "Diff1"
3351       reference: 3
3352       compare: 4
3353     - title: "Diff2"
3354       reference: 2
3355       compare: 3
3356 #  rca:
3357 #    - title: "RCA1"
3358 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca1.yaml"
3359 #    - title: "RCA2"
3360 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca2.yaml"
3361   legend:
3362     - "Legend to Table"
3363     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3364     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3365     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3366 #    - 'RCA1 - root cause analysis reference for Diff1.'
3367 #    - 'RCA2 - root cause analysis reference for Diff2.'
3368
3369 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3370 #- type: "table"
3371 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3372 #  algorithm: "table_comparison"
3373 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3374 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3375 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3376 #  rca:
3377 #    - title: "RCA1"
3378 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3379 #    - title: "RCA2"
3380 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3381 #  columns:
3382 #    - title: "1908.0-1"
3383 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3384 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3385 #    - title: "1908.1-1"
3386 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3387 #    - title: "1908.1-2"
3388 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3389 #    - title: "2001.0-2"
3390 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3391 #  comparisons:
3392 #    - title: "Diff1"
3393 #      reference: 2
3394 #      reference-alt: 1
3395 #      compare: 3
3396 #    - title: "Diff2"
3397 #      reference: 3
3398 #      compare: 4
3399 #  legend:
3400 #    - 'Legend to Table:'
3401 #    - '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).'
3402 #    - '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).'
3403 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3404 #    - 'RCA1 - root cause analysis reference for Diff1.'
3405 #    - 'RCA2 - root cause analysis reference for Diff2.'
3406 #
3407 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3408 #- type: "table"
3409 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3410 #  algorithm: "table_comparison"
3411 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3412 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3413 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3414 #  rca:
3415 #    - title: "RCA1"
3416 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3417 #    - title: "RCA2"
3418 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3419 #  columns:
3420 #    - title: "1908.0-1"
3421 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3422 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3423 #    - title: "1908.1-1"
3424 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3425 #    - title: "1908.1-2"
3426 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3427 #    - title: "2001.0-2"
3428 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3429 #  comparisons:
3430 #    - title: "Diff1"
3431 #      reference: 2
3432 #      reference-alt: 1
3433 #      compare: 3
3434 #    - title: "Diff2"
3435 #      reference: 3
3436 #      compare: 4
3437 #  legend:
3438 #    - 'Legend to Table:'
3439 #    - '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).'
3440 #    - '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).'
3441 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3442 #    - 'RCA1 - root cause analysis reference for Diff1.'
3443 #    - 'RCA2 - root cause analysis reference for Diff2.'
3444
3445 # VPP Performance Changes 3n-skx 2t1c pdr
3446 - type: "table"
3447   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3448   algorithm: "table_comparison"
3449   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3450   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3451   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3452   columns:
3453     - title: "1908"
3454       data-set: "vpp-performance-changes-3n-skx-h1"
3455     - title: "2001"
3456       data-set: "vpp-performance-changes-3n-skx-ref"
3457     - title: "2005"
3458       data-set: "vpp-performance-changes-3n-skx-cmp"
3459   comparisons:
3460     - title: "Diff"
3461       reference: 2
3462       compare: 3
3463   legend:
3464     - "Legend to Table"
3465     - "1908, 2001, 2005 - VPP versions tested."
3466     - "Diff - difference between 2001 and 2005 VPP version."
3467
3468 # VPP Performance Changes 3n-skx 4t2c pdr
3469 - type: "table"
3470   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3471   algorithm: "table_comparison"
3472   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3473   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3474   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3475   columns:
3476     - title: "1908"
3477       data-set: "vpp-performance-changes-3n-skx-h1"
3478     - title: "2001"
3479       data-set: "vpp-performance-changes-3n-skx-ref"
3480     - title: "2005"
3481       data-set: "vpp-performance-changes-3n-skx-cmp"
3482   comparisons:
3483     - title: "Diff"
3484       reference: 2
3485       compare: 3
3486   legend:
3487     - "Legend to Table"
3488     - "1908, 2001, 2005 - VPP versions tested."
3489     - "Diff - difference between 2001 and 2005 VPP version."
3490
3491 # VPP Performance Changes 3n-skx 2t1c ndr
3492 - type: "table"
3493   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3494   algorithm: "table_comparison"
3495   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3496   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3497   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3498   columns:
3499     - title: "1908"
3500       data-set: "vpp-performance-changes-3n-skx-h1"
3501     - title: "2001"
3502       data-set: "vpp-performance-changes-3n-skx-ref"
3503     - title: "2005"
3504       data-set: "vpp-performance-changes-3n-skx-cmp"
3505   comparisons:
3506     - title: "Diff"
3507       reference: 2
3508       compare: 3
3509   legend:
3510     - "Legend to Table"
3511     - "1908, 2001, 2005 - VPP versions tested."
3512     - "Diff - difference between 2001 and 2005 VPP version."
3513
3514 # VPP Performance Changes 3n-skx 4t2c ndr
3515 - type: "table"
3516   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3517   algorithm: "table_comparison"
3518   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3519   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3520   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3521   columns:
3522     - title: "1908"
3523       data-set: "vpp-performance-changes-3n-skx-h1"
3524     - title: "2001"
3525       data-set: "vpp-performance-changes-3n-skx-ref"
3526     - title: "2005"
3527       data-set: "vpp-performance-changes-3n-skx-cmp"
3528   comparisons:
3529     - title: "Diff"
3530       reference: 2
3531       compare: 3
3532   legend:
3533     - "Legend to Table"
3534     - "1908, 2001, 2005 - VPP versions tested."
3535     - "Diff - difference between 2001 and 2005 VPP version."
3536
3537 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3538 #- type: "table"
3539 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3540 #  algorithm: "table_comparison"
3541 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3542 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3543 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3544 #  rca:
3545 #    - title: "RCA1"
3546 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3547 #    - title: "RCA2"
3548 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3549 #  columns:
3550 #    - title: "1908.0-1"
3551 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3552 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3553 #    - title: "1908.1-1"
3554 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3555 #    - title: "1908.1-2"
3556 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3557 #    - title: "2001.0-2"
3558 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3559 #  comparisons:
3560 #    - title: "Diff1"
3561 #      reference: 2
3562 #      reference-alt: 1
3563 #      compare: 3
3564 #    - title: "Diff2"
3565 #      reference: 3
3566 #      compare: 4
3567 #  legend:
3568 #    - 'Legend to Table:'
3569 #    - '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).'
3570 #    - '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).'
3571 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3572 #    - 'RCA1 - root cause analysis reference for Diff1.'
3573 #    - 'RCA2 - root cause analysis reference for Diff2.'
3574 #
3575 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3576 #- type: "table"
3577 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3578 #  algorithm: "table_comparison"
3579 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3580 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3581 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3582 #  rca:
3583 #    - title: "RCA1"
3584 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3585 #    - title: "RCA2"
3586 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3587 #  columns:
3588 #    - title: "1908.0-1"
3589 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3590 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3591 #    - title: "1908.1-1"
3592 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3593 #    - title: "1908.1-2"
3594 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3595 #    - title: "2001.0-2"
3596 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3597 #  comparisons:
3598 #    - title: "Diff1"
3599 #      reference: 2
3600 #      reference-alt: 1
3601 #      compare: 3
3602 #    - title: "Diff2"
3603 #      reference: 3
3604 #      compare: 4
3605 #  legend:
3606 #    - 'Legend to Table:'
3607 #    - '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).'
3608 #    - '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).'
3609 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3610 #    - 'RCA1 - root cause analysis reference for Diff1.'
3611 #    - 'RCA2 - root cause analysis reference for Diff2.'
3612
3613 # VPP Performance Changes 2n-skx 2t1c pdr
3614 - type: "table"
3615   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3616   algorithm: "table_comparison"
3617   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3618   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3619   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3620   columns:
3621     - title: "1908"
3622       data-set: "vpp-performance-changes-2n-skx-h1"
3623     - title: "2001"
3624       data-set: "vpp-performance-changes-2n-skx-ref"
3625     - title: "2005"
3626       data-set: "vpp-performance-changes-2n-skx-cmp"
3627   comparisons:
3628     - title: "Diff"
3629       reference: 2
3630       compare: 3
3631   legend:
3632     - "Legend to Table"
3633     - "1908, 2001, 2005 - VPP versions tested."
3634     - "Diff - difference between 2001 and 2005 VPP version."
3635
3636 # VPP Performance Changes 2n-skx 4t2c pdr
3637 - type: "table"
3638   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3639   algorithm: "table_comparison"
3640   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3641   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3642   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3643   columns:
3644     - title: "1908"
3645       data-set: "vpp-performance-changes-2n-skx-h1"
3646     - title: "2001"
3647       data-set: "vpp-performance-changes-2n-skx-ref"
3648     - title: "2005"
3649       data-set: "vpp-performance-changes-2n-skx-cmp"
3650   comparisons:
3651     - title: "Diff"
3652       reference: 2
3653       compare: 3
3654   legend:
3655     - "Legend to Table"
3656     - "1908, 2001, 2005 - VPP versions tested."
3657     - "Diff - difference between 2001 and 2005 VPP version."
3658
3659 # VPP Performance Changes 2n-skx 2t1c ndr
3660 - type: "table"
3661   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3662   algorithm: "table_comparison"
3663   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3664   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3665   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3666   columns:
3667     - title: "1908"
3668       data-set: "vpp-performance-changes-2n-skx-h1"
3669     - title: "2001"
3670       data-set: "vpp-performance-changes-2n-skx-ref"
3671     - title: "2005"
3672       data-set: "vpp-performance-changes-2n-skx-cmp"
3673   comparisons:
3674     - title: "Diff"
3675       reference: 2
3676       compare: 3
3677   legend:
3678     - "Legend to Table"
3679     - "1908, 2001, 2005 - VPP versions tested."
3680     - "Diff - difference between 2001 and 2005 VPP version."
3681
3682 # VPP Performance Changes 2n-skx 4t2c ndr
3683 - type: "table"
3684   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3685   algorithm: "table_comparison"
3686   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3688   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3689   columns:
3690     - title: "1908"
3691       data-set: "vpp-performance-changes-2n-skx-h1"
3692     - title: "2001"
3693       data-set: "vpp-performance-changes-2n-skx-ref"
3694     - title: "2005"
3695       data-set: "vpp-performance-changes-2n-skx-cmp"
3696   comparisons:
3697     - title: "Diff"
3698       reference: 2
3699       compare: 3
3700   legend:
3701     - "Legend to Table"
3702     - "1908, 2001, 2005 - VPP versions tested."
3703     - "Diff - difference between 2001 and 2005 VPP version."
3704
3705 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3706 - type: "table"
3707   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3708   algorithm: "table_comparison"
3709   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3710   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3711   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3712   columns:
3713     - title: "2001"
3714       data-set: "vpp-performance-changes-2n-clx-ref"
3715     - title: "2005"
3716       data-set: "vpp-performance-changes-2n-clx-cmp"
3717   comparisons:
3718     - title: "Diff"
3719       reference: 1
3720       compare: 2
3721   legend:
3722     - "Legend to Table"
3723     - "2001, 2005 - VPP versions tested."
3724     - "Diff - difference between 2001 and 2005 VPP version."
3725
3726 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3727 - type: "table"
3728   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3729   algorithm: "table_comparison"
3730   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3732   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3733   columns:
3734     - title: "2001"
3735       data-set: "vpp-performance-changes-2n-clx-ref"
3736     - title: "2005"
3737       data-set: "vpp-performance-changes-2n-clx-cmp"
3738   comparisons:
3739     - title: "Diff"
3740       reference: 1
3741       compare: 2
3742   legend:
3743     - "Legend to Table"
3744     - "2001, 2005 - VPP versions tested."
3745     - "Diff - difference between 2001 and 2005 VPP version."
3746
3747 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3748 - type: "table"
3749   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3750   algorithm: "table_comparison"
3751   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3752   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3753   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3754   columns:
3755     - title: "2001"
3756       data-set: "vpp-performance-changes-2n-clx-ref"
3757     - title: "2005"
3758       data-set: "vpp-performance-changes-2n-clx-cmp"
3759   comparisons:
3760     - title: "Diff"
3761       reference: 1
3762       compare: 2
3763   legend:
3764     - "Legend to Table"
3765     - "2001, 2005 - VPP versions tested."
3766     - "Diff - difference between 2001 and 2005 VPP version."
3767
3768 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3769 - type: "table"
3770   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3771   algorithm: "table_comparison"
3772   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3773   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3774   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3775   columns:
3776     - title: "2001"
3777       data-set: "vpp-performance-changes-2n-clx-ref"
3778     - title: "2005"
3779       data-set: "vpp-performance-changes-2n-clx-cmp"
3780   comparisons:
3781     - title: "Diff"
3782       reference: 1
3783       compare: 2
3784   legend:
3785     - "Legend to Table"
3786     - "2001, 2005 - VPP versions tested."
3787     - "Diff - difference between 2001 and 2005 VPP version."
3788
3789 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3790 - type: "table"
3791   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3792   algorithm: "table_comparison"
3793   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3794   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3795   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3796   columns:
3797     - title: "2001"
3798       data-set: "vpp-performance-changes-2n-clx-ref"
3799     - title: "2005"
3800       data-set: "vpp-performance-changes-2n-clx-cmp"
3801   comparisons:
3802     - title: "Diff"
3803       reference: 1
3804       compare: 2
3805   legend:
3806     - "Legend to Table"
3807     - "2001, 2005 - VPP versions tested."
3808     - "Diff - difference between 2001 and 2005 VPP version."
3809
3810 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3811 - type: "table"
3812   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3813   algorithm: "table_comparison"
3814   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3815   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3816   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3817   columns:
3818     - title: "2001"
3819       data-set: "vpp-performance-changes-2n-clx-ref"
3820     - title: "2005"
3821       data-set: "vpp-performance-changes-2n-clx-cmp"
3822   comparisons:
3823     - title: "Diff"
3824       reference: 1
3825       compare: 2
3826   legend:
3827     - "Legend to Table"
3828     - "2001, 2005 - VPP versions tested."
3829     - "Diff - difference between 2001 and 2005 VPP version."
3830
3831 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3832 - type: "table"
3833   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3834   algorithm: "table_comparison"
3835   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3836   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3837   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3838   columns:
3839     - title: "2001"
3840       data-set: "vpp-performance-changes-2n-clx-ref"
3841     - title: "2005"
3842       data-set: "vpp-performance-changes-2n-clx-cmp"
3843   comparisons:
3844     - title: "Diff"
3845       reference: 1
3846       compare: 2
3847   legend:
3848     - "Legend to Table"
3849     - "2001, 2005 - VPP versions tested."
3850     - "Diff - difference between 2001 and 2005 VPP version."
3851
3852 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3853 - type: "table"
3854   title: "VPP Performance Changes 2n-clx-x556 ndr"
3855   algorithm: "table_comparison"
3856   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3857   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3858   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3859   columns:
3860     - title: "2001"
3861       data-set: "vpp-performance-changes-2n-clx-ref"
3862     - title: "2005"
3863       data-set: "vpp-performance-changes-2n-clx-cmp"
3864   comparisons:
3865     - title: "Diff"
3866       reference: 1
3867       compare: 2
3868   legend:
3869     - "Legend to Table"
3870     - "2001, 2005 - VPP versions tested."
3871     - "Diff - difference between 2001 and 2005 VPP version."
3872
3873 # VPP Performance Changes 2n-dnv 1t1c pdr
3874 - type: "table"
3875   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3876   algorithm: "table_comparison"
3877   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3878   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3879   filter: "'1T1C'"
3880   columns:
3881     - title: "1908"
3882       data-set: "vpp-performance-changes-2n-dnv-h1"
3883     - title: "2001"
3884       data-set: "vpp-performance-changes-2n-dnv-ref"
3885     - title: "2005"
3886       data-set: "vpp-performance-changes-2n-dnv-cmp"
3887   comparisons:
3888     - title: "Diff"
3889       reference: 2
3890       compare: 3
3891   legend:
3892     - "Legend to Table"
3893     - "1908, 2001, 2005 - VPP versions tested."
3894     - "Diff - difference between 2001 and 2005 VPP version."
3895
3896 # VPP Performance Changes 2n-dnv 2t2c pdr
3897 - type: "table"
3898   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3899   algorithm: "table_comparison"
3900   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3901   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3902   filter: "'2T2C'"
3903   columns:
3904     - title: "1908"
3905       data-set: "vpp-performance-changes-2n-dnv-h1"
3906     - title: "2001"
3907       data-set: "vpp-performance-changes-2n-dnv-ref"
3908     - title: "2005"
3909       data-set: "vpp-performance-changes-2n-dnv-cmp"
3910   comparisons:
3911     - title: "Diff"
3912       reference: 2
3913       compare: 3
3914   legend:
3915     - "Legend to Table"
3916     - "1908, 2001, 2005 - VPP versions tested."
3917     - "Diff - difference between 2001 and 2005 VPP version."
3918
3919 # VPP Performance Changes 2n-dnv 1t1c ndr
3920 - type: "table"
3921   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3922   algorithm: "table_comparison"
3923   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3924   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3925   filter: "'1T1C'"
3926   columns:
3927     - title: "1908"
3928       data-set: "vpp-performance-changes-2n-dnv-h1"
3929     - title: "2001"
3930       data-set: "vpp-performance-changes-2n-dnv-ref"
3931     - title: "2005"
3932       data-set: "vpp-performance-changes-2n-dnv-cmp"
3933   comparisons:
3934     - title: "Diff"
3935       reference: 2
3936       compare: 3
3937   legend:
3938     - "Legend to Table"
3939     - "1908, 2001, 2005 - VPP versions tested."
3940     - "Diff - difference between 2001 and 2005 VPP version."
3941
3942 # VPP Performance Changes 2n-dnv 2t2c ndr
3943 - type: "table"
3944   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3945   algorithm: "table_comparison"
3946   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3947   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3948   filter: "'2T2C'"
3949   columns:
3950     - title: "1908"
3951       data-set: "vpp-performance-changes-2n-dnv-h1"
3952     - title: "2001"
3953       data-set: "vpp-performance-changes-2n-dnv-ref"
3954     - title: "2005"
3955       data-set: "vpp-performance-changes-2n-dnv-cmp"
3956   comparisons:
3957     - title: "Diff"
3958       reference: 2
3959       compare: 3
3960   legend:
3961     - "Legend to Table"
3962     - "1908, 2001, 2005 - VPP versions tested."
3963     - "Diff - difference between 2001 and 2005 VPP version."
3964
3965 # VPP Performance Changes 3n-dnv 1t1c pdr
3966 - type: "table"
3967   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3968   algorithm: "table_comparison"
3969   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3971   filter: "'1T1C'"
3972   columns:
3973     - title: "1908"
3974       data-set: "vpp-performance-changes-3n-dnv-h1"
3975     - title: "2001"
3976       data-set: "vpp-performance-changes-3n-dnv-ref"
3977     - title: "2005"
3978       data-set: "vpp-performance-changes-3n-dnv-cmp"
3979   comparisons:
3980     - title: "Diff"
3981       reference: 2
3982       compare: 3
3983   legend:
3984     - "Legend to Table"
3985     - "1908, 2001, 2005 - VPP versions tested."
3986     - "Diff - difference between 2001 and 2005 VPP version."
3987
3988 # VPP Performance Changes 3n-dnv 2t2c pdr
3989 - type: "table"
3990   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3991   algorithm: "table_comparison"
3992   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3993   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3994   filter: "'2T2C'"
3995   columns:
3996     - title: "1908"
3997       data-set: "vpp-performance-changes-3n-dnv-h1"
3998     - title: "2001"
3999       data-set: "vpp-performance-changes-3n-dnv-ref"
4000     - title: "2005"
4001       data-set: "vpp-performance-changes-3n-dnv-cmp"
4002   comparisons:
4003     - title: "Diff"
4004       reference: 2
4005       compare: 3
4006   legend:
4007     - "Legend to Table"
4008     - "1908, 2001, 2005 - VPP versions tested."
4009     - "Diff - difference between 2001 and 2005 VPP version."
4010
4011 # VPP Performance Changes 3n-dnv 1t1c ndr
4012 - type: "table"
4013   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4014   algorithm: "table_comparison"
4015   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4016   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4017   filter: "'1T1C'"
4018   columns:
4019     - title: "1908"
4020       data-set: "vpp-performance-changes-3n-dnv-h1"
4021     - title: "2001"
4022       data-set: "vpp-performance-changes-3n-dnv-ref"
4023     - title: "2005"
4024       data-set: "vpp-performance-changes-3n-dnv-cmp"
4025   comparisons:
4026     - title: "Diff"
4027       reference: 2
4028       compare: 3
4029   legend:
4030     - "Legend to Table"
4031     - "1908, 2001, 2005 - VPP versions tested."
4032     - "Diff - difference between 2001 and 2005 VPP version."
4033
4034 # VPP Performance Changes 3n-dnv 2t2c ndr
4035 - type: "table"
4036   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4037   algorithm: "table_comparison"
4038   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4039   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4040   filter: "'2T2C'"
4041   columns:
4042     - title: "1908"
4043       data-set: "vpp-performance-changes-3n-dnv-h1"
4044     - title: "2001"
4045       data-set: "vpp-performance-changes-3n-dnv-ref"
4046     - title: "2005"
4047       data-set: "vpp-performance-changes-3n-dnv-cmp"
4048   comparisons:
4049     - title: "Diff"
4050       reference: 2
4051       compare: 3
4052   legend:
4053     - "Legend to Table"
4054     - "1908, 2001, 2005 - VPP versions tested."
4055     - "Diff - difference between 2001 and 2005 VPP version."
4056
4057 # VPP Performance Changes 3n-tsh 1t1c pdr
4058 - type: "table"
4059   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4060   algorithm: "table_comparison"
4061   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4062   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4063   filter: "'1T1C'"
4064   columns:
4065     - title: "1908"
4066       data-set: "vpp-performance-changes-3n-tsh-h1"
4067     - title: "2001"
4068       data-set: "vpp-performance-changes-3n-tsh-ref"
4069     - title: "2005"
4070       data-set: "vpp-performance-changes-3n-tsh-cmp"
4071   comparisons:
4072     - title: "Diff"
4073       reference: 2
4074       compare: 3
4075   legend:
4076     - "Legend to Table"
4077     - "1908, 2001, 2005 - VPP versions tested."
4078     - "Diff - difference between 2001 and 2005 VPP version."
4079
4080 # VPP Performance Changes 3n-tsh 2t2c pdr
4081 - type: "table"
4082   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4083   algorithm: "table_comparison"
4084   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4085   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4086   filter: "'2T2C'"
4087   columns:
4088     - title: "1908"
4089       data-set: "vpp-performance-changes-3n-tsh-h1"
4090     - title: "2001"
4091       data-set: "vpp-performance-changes-3n-tsh-ref"
4092     - title: "2005"
4093       data-set: "vpp-performance-changes-3n-tsh-cmp"
4094   comparisons:
4095     - title: "Diff"
4096       reference: 2
4097       compare: 3
4098   legend:
4099     - "Legend to Table"
4100     - "1908, 2001, 2005 - VPP versions tested."
4101     - "Diff - difference between 2001 and 2005 VPP version."
4102
4103 # VPP Performance Changes 3n-tsh 1t1c ndr
4104 - type: "table"
4105   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4106   algorithm: "table_comparison"
4107   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4108   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4109   filter: "'1T1C'"
4110   columns:
4111     - title: "1908"
4112       data-set: "vpp-performance-changes-3n-tsh-h1"
4113     - title: "2001"
4114       data-set: "vpp-performance-changes-3n-tsh-ref"
4115     - title: "2005"
4116       data-set: "vpp-performance-changes-3n-tsh-cmp"
4117   comparisons:
4118     - title: "Diff"
4119       reference: 2
4120       compare: 3
4121   legend:
4122     - "Legend to Table"
4123     - "1908, 2001, 2005 - VPP versions tested."
4124     - "Diff - difference between 2001 and 2005 VPP version."
4125
4126 # VPP Performance Changes 3n-tsh 2t2c ndr
4127 - type: "table"
4128   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4129   algorithm: "table_comparison"
4130   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4131   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4132   filter: "'2T2C'"
4133   columns:
4134     - title: "1908"
4135       data-set: "vpp-performance-changes-3n-tsh-h1"
4136     - title: "2001"
4137       data-set: "vpp-performance-changes-3n-tsh-ref"
4138     - title: "2005"
4139       data-set: "vpp-performance-changes-3n-tsh-cmp"
4140   comparisons:
4141     - title: "Diff"
4142       reference: 2
4143       compare: 3
4144   legend:
4145     - "Legend to Table"
4146     - "1908, 2001, 2005 - VPP versions tested."
4147     - "Diff - difference between 2001 and 2005 VPP version."
4148
4149 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4150 - type: "table"
4151   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4152   algorithm: "table_comparison"
4153   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4155   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4156   columns:
4157     - title: "3n-hsw xl710"
4158       data-set: "vpp-compare-testbeds-ref"
4159       tag: "NIC_Intel-XL710"
4160     - title: "3n-skx xxv710"
4161       data-set: "vpp-compare-testbeds-cmp"
4162       tag: "NIC_Intel-XXV710"
4163   comparisons:
4164     - title: "Diff"
4165       reference: 1
4166       compare: 2
4167   legend:
4168     - "Legend to Table"
4169     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4170     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4171
4172 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4173 - type: "table"
4174   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4175   algorithm: "table_comparison"
4176   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4177   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4178   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4179   columns:
4180     - title: "3n-hsw xl710"
4181       data-set: "vpp-compare-testbeds-ref"
4182       tag: "NIC_Intel-XL710"
4183     - title: "3n-skx xxv710"
4184       data-set: "vpp-compare-testbeds-cmp"
4185       tag: "NIC_Intel-XXV710"
4186   comparisons:
4187     - title: "Diff"
4188       reference: 1
4189       compare: 2
4190   legend:
4191     - "Legend to Table"
4192     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4193     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4194
4195 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4196 - type: "table"
4197   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4198   algorithm: "table_comparison"
4199   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4201   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4202   columns:
4203     - title: "3n-hsw xl710"
4204       data-set: "vpp-compare-testbeds-ref"
4205       tag: "NIC_Intel-XL710"
4206     - title: "3n-skx xxv710"
4207       data-set: "vpp-compare-testbeds-cmp"
4208       tag: "NIC_Intel-XXV710"
4209   comparisons:
4210     - title: "Diff"
4211       reference: 1
4212       compare: 2
4213   legend:
4214     - "Legend to Table"
4215     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4216     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4217
4218 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4219 - type: "table"
4220   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4221   algorithm: "table_comparison"
4222   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4223   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4224   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4225   columns:
4226     - title: "3n-hsw xl710"
4227       data-set: "vpp-compare-testbeds-ref"
4228       tag: "NIC_Intel-XL710"
4229     - title: "3n-skx xxv710"
4230       data-set: "vpp-compare-testbeds-cmp"
4231       tag: "NIC_Intel-XXV710"
4232   comparisons:
4233     - title: "Diff"
4234       reference: 1
4235       compare: 2
4236   legend:
4237     - "Legend to Table"
4238     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4239     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4240
4241 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4242 - type: "table"
4243   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4244   algorithm: "table_comparison"
4245   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4247   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4248   columns:
4249     - title: "2n-skx"
4250       data-set: "vpp-compare-testbeds-skx-clx-ref"
4251     - title: "2n-clx"
4252       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4253   comparisons:
4254     - title: "Diff"
4255       reference: 1
4256       compare: 2
4257   legend:
4258     - "Legend to Table"
4259     - "2n-skx, 2n-clx - testbeds and NICs tested."
4260     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4261
4262 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4263 - type: "table"
4264   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4265   algorithm: "table_comparison"
4266   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4267   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4268   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4269   columns:
4270     - title: "2n-skx"
4271       data-set: "vpp-compare-testbeds-skx-clx-ref"
4272     - title: "2n-clx"
4273       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4274   comparisons:
4275     - title: "Diff"
4276       reference: 1
4277       compare: 2
4278   legend:
4279     - "Legend to Table"
4280     - "2n-skx, 2n-clx - testbeds and NICs tested."
4281     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4282
4283 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4284 - type: "table"
4285   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4286   algorithm: "table_comparison"
4287   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4288   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4289   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4290   columns:
4291     - title: "2n-skx"
4292       data-set: "vpp-compare-testbeds-skx-clx-ref"
4293     - title: "2n-clx"
4294       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4295   comparisons:
4296     - title: "Diff"
4297       reference: 1
4298       compare: 2
4299   legend:
4300     - "Legend to Table"
4301     - "2n-skx, 2n-clx - testbeds and NICs tested."
4302     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4303
4304 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4305 - type: "table"
4306   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4307   algorithm: "table_comparison"
4308   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4309   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4310   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4311   columns:
4312     - title: "2n-skx"
4313       data-set: "vpp-compare-testbeds-skx-clx-ref"
4314     - title: "2n-clx"
4315       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4316   comparisons:
4317     - title: "Diff"
4318       reference: 1
4319       compare: 2
4320   legend:
4321     - "Legend to Table"
4322     - "2n-skx, 2n-clx - testbeds and NICs tested."
4323     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4324
4325 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4326 - type: "table"
4327   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4328   algorithm: "table_comparison"
4329   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4330   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4331   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4332   columns:
4333     - title: "3n-hsw xl710"
4334       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4335       tag: "NIC_Intel-XL710"
4336     - title: "2n-clx xxv710"
4337       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4338       tag: "NIC_Intel-XXV710"
4339   comparisons:
4340     - title: "Diff"
4341       reference: 1
4342       compare: 2
4343   legend:
4344     - "Legend to Table"
4345     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4346     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4347
4348 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4349 - type: "table"
4350   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4351   algorithm: "table_comparison"
4352   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4353   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4354   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4355   columns:
4356     - title: "3n-hsw xl710"
4357       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4358       tag: "NIC_Intel-XL710"
4359     - title: "2n-clx xxv710"
4360       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4361       tag: "NIC_Intel-XXV710"
4362   comparisons:
4363     - title: "Diff"
4364       reference: 1
4365       compare: 2
4366   legend:
4367     - "Legend to Table"
4368     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4369     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4370
4371 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4372 - type: "table"
4373   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4374   algorithm: "table_comparison"
4375   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4376   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4377   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4378   columns:
4379     - title: "3n-hsw xl710"
4380       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4381       tag: "NIC_Intel-XL710"
4382     - title: "2n-clx xxv710"
4383       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4384       tag: "NIC_Intel-XXV710"
4385   comparisons:
4386     - title: "Diff"
4387       reference: 1
4388       compare: 2
4389   legend:
4390     - "Legend to Table"
4391     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4392     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4393
4394 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4395 - type: "table"
4396   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4397   algorithm: "table_comparison"
4398   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4399   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4400   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4401   columns:
4402     - title: "3n-hsw xl710"
4403       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4404       tag: "NIC_Intel-XL710"
4405     - title: "2n-clx xxv710"
4406       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4407       tag: "NIC_Intel-XXV710"
4408   comparisons:
4409     - title: "Diff"
4410       reference: 1
4411       compare: 2
4412   legend:
4413     - "Legend to Table"
4414     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4415     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4416
4417 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4418 - type: "table"
4419   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4420   algorithm: "table_comparison"
4421   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4422   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4423   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4424   columns:
4425     - title: "3n-skx"
4426       data-set: "vpp-compare-topologies-ref"
4427     - title: "2n-skx"
4428       data-set: "vpp-compare-topologies-cmp"
4429   comparisons:
4430     - title: "Diff"
4431       reference: 1
4432       compare: 2
4433   legend:
4434     - "Legend to Table"
4435     - "3n-skx, 2n-skx - topologies tested."
4436     - "Diff - difference between 3n-skx and 2n-skx topologies."
4437
4438 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4439 - type: "table"
4440   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4441   algorithm: "table_comparison"
4442   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4443   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4444   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4445   columns:
4446     - title: "3n-skx"
4447       data-set: "vpp-compare-topologies-ref"
4448     - title: "2n-skx"
4449       data-set: "vpp-compare-topologies-cmp"
4450   comparisons:
4451     - title: "Diff"
4452       reference: 1
4453       compare: 2
4454   legend:
4455     - "Legend to Table"
4456     - "3n-skx, 2n-skx - topologies tested."
4457     - "Diff - difference between 3n-skx and 2n-skx topologies."
4458
4459 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4460 - type: "table"
4461   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4462   algorithm: "table_comparison"
4463   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4464   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4465   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4466   columns:
4467     - title: "3n-skx"
4468       data-set: "vpp-compare-topologies-ref"
4469     - title: "2n-skx"
4470       data-set: "vpp-compare-topologies-cmp"
4471   comparisons:
4472     - title: "Diff"
4473       reference: 1
4474       compare: 2
4475   legend:
4476     - "Legend to Table"
4477     - "3n-skx, 2n-skx - topologies tested."
4478     - "Diff - difference between 3n-skx and 2n-skx topologies."
4479
4480 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4481 - type: "table"
4482   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4483   algorithm: "table_comparison"
4484   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4485   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4486   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4487   columns:
4488     - title: "3n-skx"
4489       data-set: "vpp-compare-topologies-ref"
4490     - title: "2n-skx"
4491       data-set: "vpp-compare-topologies-cmp"
4492   comparisons:
4493     - title: "Diff"
4494       reference: 1
4495       compare: 2
4496   legend:
4497     - "Legend to Table"
4498     - "3n-skx, 2n-skx - topologies tested."
4499     - "Diff - difference between 3n-skx and 2n-skx topologies."
4500
4501 # VPP Performance Changes 3n-hsw 1t1c mrr
4502 - type: "table"
4503   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4504   algorithm: "table_comparison"
4505   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4506   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4507   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4508   columns:
4509     - title: "1908"
4510       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4511     - title: "2001"
4512       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4513     - title: "2005"
4514       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4515   comparisons:
4516     - title: "Diff"
4517       reference: 2
4518       compare: 3
4519   legend:
4520     - "Legend to Table"
4521     - "1908, 2001, 2005 - VPP versions tested."
4522     - "Diff - difference between 2001 and 2005 VPP version."
4523
4524 # VPP Performance Changes 3n-hsw 2t2c mrr
4525 - type: "table"
4526   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4527   algorithm: "table_comparison"
4528   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4529   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4530   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4531   columns:
4532     - title: "1908"
4533       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4534     - title: "2001"
4535       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4536     - title: "2005"
4537       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4538   comparisons:
4539     - title: "Diff"
4540       reference: 2
4541       compare: 3
4542   legend:
4543     - "Legend to Table"
4544     - "1908, 2001, 2005 - VPP versions tested."
4545     - "Diff - difference between 2001 and 2005 VPP version."
4546
4547 # VPP Performance Changes 3n-hsw 4t4c mrr
4548 - type: "table"
4549   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4550   algorithm: "table_comparison"
4551   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4552   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4553   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4554   columns:
4555     - title: "1908"
4556       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4557     - title: "2001"
4558       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4559     - title: "2005"
4560       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4561   comparisons:
4562     - title: "Diff"
4563       reference: 2
4564       compare: 3
4565   legend:
4566     - "Legend to Table"
4567     - "1908, 2001, 2005 - VPP versions tested."
4568     - "Diff - difference between 2001 and 2005 VPP version."
4569
4570 # VPP Performance Changes 3n-skx 2t1c mrr
4571 - type: "table"
4572   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4573   algorithm: "table_comparison"
4574   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4575   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4576   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4577   columns:
4578 #    - title: "1908"
4579 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4580     - title: "2001"
4581       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4582     - title: "2005"
4583       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4584   comparisons:
4585     - title: "Diff"
4586       reference: 1
4587       compare: 2
4588   legend:
4589     - "Legend to Table"
4590     - "2001, 2005 - VPP versions tested."
4591     - "Diff - difference between 2001 and 2005 VPP version."
4592
4593 # VPP Performance Changes 3n-skx 4t2c mrr
4594 - type: "table"
4595   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4596   algorithm: "table_comparison"
4597   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4598   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4599   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4600   columns:
4601 #    - title: "1908"
4602 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4603     - title: "2001"
4604       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4605     - title: "2005"
4606       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4607   comparisons:
4608     - title: "Diff"
4609       reference: 1
4610       compare: 2
4611   legend:
4612     - "Legend to Table"
4613     - "2001, 2005 - VPP versions tested."
4614     - "Diff - difference between 2001 and 2005 VPP version."
4615
4616 # VPP Performance Changes 3n-skx 8t4c mrr
4617 - type: "table"
4618   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4619   algorithm: "table_comparison"
4620   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4621   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4622   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4623   columns:
4624 #    - title: "1908"
4625 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4626     - title: "2001"
4627       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4628     - title: "2005"
4629       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4630   comparisons:
4631     - title: "Diff"
4632       reference: 1
4633       compare: 2
4634   legend:
4635     - "Legend to Table"
4636     - "2001, 2005 - VPP versions tested."
4637     - "Diff - difference between 2001 and 2005 VPP version."
4638
4639 # VPP Performance Changes 2n-skx 2t1c mrr
4640 - type: "table"
4641   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4642   algorithm: "table_comparison"
4643   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4644   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4645   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4646   columns:
4647 #    - title: "1908"
4648 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4649     - title: "2001"
4650       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4651     - title: "2005"
4652       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4653   comparisons:
4654     - title: "Diff"
4655       reference: 1
4656       compare: 2
4657   legend:
4658     - "Legend to Table"
4659     - "2001, 2005 - VPP versions tested."
4660     - "Diff - difference between 2001 and 2005 VPP version."
4661
4662 # VPP Performance Changes 2n-skx 4t2c mrr
4663 - type: "table"
4664   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4665   algorithm: "table_comparison"
4666   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4667   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4668   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4669   columns:
4670 #    - title: "1908"
4671 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4672     - title: "2001"
4673       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4674     - title: "2005"
4675       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4676   comparisons:
4677     - title: "Diff"
4678       reference: 1
4679       compare: 2
4680   legend:
4681     - "Legend to Table"
4682     - "2001, 2005 - VPP versions tested."
4683     - "Diff - difference between 2001 and 2005 VPP version."
4684
4685 # VPP Performance Changes 2n-skx 8t4c mrr
4686 - type: "table"
4687   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4688   algorithm: "table_comparison"
4689   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4690   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4691   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4692   columns:
4693 #    - title: "1908"
4694 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4695     - title: "2001"
4696       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4697     - title: "2005"
4698       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4699   comparisons:
4700     - title: "Diff"
4701       reference: 1
4702       compare: 2
4703   legend:
4704     - "Legend to Table"
4705     - "2001, 2005 - VPP versions tested."
4706     - "Diff - difference between 2001 and 2005 VPP version."
4707
4708 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4709 - type: "table"
4710   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4711   algorithm: "table_comparison"
4712   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4713   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4714   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4715   columns:
4716     - title: "2001"
4717       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4718     - title: "2005"
4719       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4720   comparisons:
4721     - title: "Diff"
4722       reference: 1
4723       compare: 2
4724   legend:
4725     - "Legend to Table"
4726     - "2001, 2005 - VPP versions tested."
4727     - "Diff - difference between 2001 and 2005 VPP version."
4728
4729 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4730 - type: "table"
4731   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4732   algorithm: "table_comparison"
4733   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4734   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4735   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4736   columns:
4737     - title: "2001"
4738       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4739     - title: "2005"
4740       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4741   comparisons:
4742     - title: "Diff"
4743       reference: 1
4744       compare: 2
4745   legend:
4746     - "Legend to Table"
4747     - "2001, 2005 - VPP versions tested."
4748     - "Diff - difference between 2001 and 2005 VPP version."
4749
4750 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4751 - type: "table"
4752   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4753   algorithm: "table_comparison"
4754   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4755   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4756   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4757   columns:
4758     - title: "2001"
4759       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4760     - title: "2005"
4761       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4762   comparisons:
4763     - title: "Diff"
4764       reference: 1
4765       compare: 2
4766   legend:
4767     - "Legend to Table"
4768     - "2001, 2005 - VPP versions tested."
4769     - "Diff - difference between 2001 and 2005 VPP version."
4770
4771 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4772 - type: "table"
4773   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4774   algorithm: "table_comparison"
4775   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4776   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4777   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4778   columns:
4779     - title: "2001"
4780       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4781     - title: "2005"
4782       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4783   comparisons:
4784     - title: "Diff"
4785       reference: 1
4786       compare: 2
4787   legend:
4788     - "Legend to Table"
4789     - "2001, 2005 - VPP versions tested."
4790     - "Diff - difference between 2001 and 2005 VPP version."
4791
4792 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4793 - type: "table"
4794   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4795   algorithm: "table_comparison"
4796   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4797   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4798   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4799   columns:
4800     - title: "2001"
4801       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4802     - title: "2005"
4803       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4804   comparisons:
4805     - title: "Diff"
4806       reference: 1
4807       compare: 2
4808   legend:
4809     - "Legend to Table"
4810     - "2001, 2005 - VPP versions tested."
4811     - "Diff - difference between 2001 and 2005 VPP version."
4812
4813 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4814 - type: "table"
4815   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4816   algorithm: "table_comparison"
4817   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4818   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4819   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4820   columns:
4821     - title: "2001"
4822       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4823     - title: "2005"
4824       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4825   comparisons:
4826     - title: "Diff"
4827       reference: 1
4828       compare: 2
4829   legend:
4830     - "Legend to Table"
4831     - "2001, 2005 - VPP versions tested."
4832     - "Diff - difference between 2001 and 2005 VPP version."
4833
4834 # VPP Performance Changes 2n-dnv 1t1c mrr
4835 - type: "table"
4836   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4837   algorithm: "table_comparison"
4838   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4839   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4840   filter: "'1T1C'"
4841   columns:
4842     - title: "1908"
4843       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4844     - title: "2001"
4845       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4846     - title: "2005"
4847       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4848   comparisons:
4849     - title: "Diff"
4850       reference: 2
4851       compare: 3
4852   legend:
4853     - "Legend to Table"
4854     - "1908, 2001, 2005 - VPP versions tested."
4855     - "Diff - difference between 2001 and 2005 VPP version."
4856
4857 # VPP Performance Changes 2n-dnv 2t2c mrr
4858 - type: "table"
4859   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4860   algorithm: "table_comparison"
4861   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4862   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4863   filter: "'2T2C'"
4864   columns:
4865     - title: "1908"
4866       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4867     - title: "2001"
4868       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4869     - title: "2005"
4870       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4871   comparisons:
4872     - title: "Diff"
4873       reference: 2
4874       compare: 3
4875   legend:
4876     - "Legend to Table"
4877     - "1908, 2001, 2005 - VPP versions tested."
4878     - "Diff - difference between 2001 and 2005 VPP version."
4879
4880 # VPP Performance Changes 2n-dnv 4t4c mrr
4881 - type: "table"
4882   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4883   algorithm: "table_comparison"
4884   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4885   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4886   filter: "'4T4C'"
4887   columns:
4888     - title: "1908"
4889       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4890     - title: "2001"
4891       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4892     - title: "2005"
4893       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4894   comparisons:
4895     - title: "Diff"
4896       reference: 2
4897       compare: 3
4898   legend:
4899     - "Legend to Table"
4900     - "1908, 2001, 2005 - VPP versions tested."
4901     - "Diff - difference between 2001 and 2005 VPP version."
4902
4903 # VPP Performance Changes 3n-dnv 1t1c mrr
4904 - type: "table"
4905   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4906   algorithm: "table_comparison"
4907   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4909   filter: "'1T1C'"
4910   columns:
4911     - title: "1908"
4912       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4913     - title: "2001"
4914       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4915     - title: "2005"
4916       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4917   comparisons:
4918     - title: "Diff"
4919       reference: 2
4920       compare: 3
4921   legend:
4922     - "Legend to Table"
4923     - "1908, 2001, 2005 - VPP versions tested."
4924     - "Diff - difference between 2001 and 2005 VPP version."
4925
4926 # VPP Performance Changes 3n-dnv 2t2c mrr
4927 - type: "table"
4928   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4929   algorithm: "table_comparison"
4930   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4931   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4932   filter: "'2T2C'"
4933   columns:
4934     - title: "1908"
4935       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4936     - title: "2001"
4937       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4938     - title: "2005"
4939       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4940   comparisons:
4941     - title: "Diff"
4942       reference: 2
4943       compare: 3
4944   legend:
4945     - "Legend to Table"
4946     - "1908, 2001, 2005 - VPP versions tested."
4947     - "Diff - difference between 2001 and 2005 VPP version."
4948
4949 # VPP Performance Changes 3n-dnv 4t4c mrr
4950 - type: "table"
4951   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4952   algorithm: "table_comparison"
4953   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4954   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4955   filter: "'4T4C'"
4956   columns:
4957     - title: "1908"
4958       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4959     - title: "2001"
4960       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4961     - title: "2005"
4962       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4963   comparisons:
4964     - title: "Diff"
4965       reference: 2
4966       compare: 3
4967   legend:
4968     - "Legend to Table"
4969     - "1908, 2001, 2005 - VPP versions tested."
4970     - "Diff - difference between 2001 and 2005 VPP version."
4971
4972 # VPP Performance Changes 3n-tsh 1t1c mrr
4973 - type: "table"
4974   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4975   algorithm: "table_comparison"
4976   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4977   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4978   filter: "'1T1C'"
4979   columns:
4980     - title: "1908"
4981       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4982     - title: "2001"
4983       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4984     - title: "2005"
4985       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4986   comparisons:
4987     - title: "Diff"
4988       reference: 2
4989       compare: 3
4990   legend:
4991     - "Legend to Table"
4992     - "1908, 2001, 2005 - VPP versions tested."
4993     - "Diff - difference between 2001 and 2005 VPP version."
4994
4995 # VPP Performance Changes 3n-tsh 2t2c mrr
4996 - type: "table"
4997   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4998   algorithm: "table_comparison"
4999   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5000   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5001   filter: "'2T2C'"
5002   columns:
5003     - title: "1908"
5004       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5005     - title: "2001"
5006       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5007     - title: "2005"
5008       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5009   comparisons:
5010     - title: "Diff"
5011       reference: 2
5012       compare: 3
5013   legend:
5014     - "Legend to Table"
5015     - "1908, 2001, 2005 - VPP versions tested."
5016     - "Diff - difference between 2001 and 2005 VPP version."
5017
5018 # VPP Performance Changes 3n-tsh 4t4c mrr
5019 - type: "table"
5020   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5021   algorithm: "table_comparison"
5022   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5023   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5024   filter: "'4T4C'"
5025   columns:
5026     - title: "1908"
5027       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5028     - title: "2001"
5029       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5030     - title: "2005"
5031       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5032   comparisons:
5033     - title: "Diff"
5034       reference: 2
5035       compare: 3
5036   legend:
5037     - "Legend to Table"
5038     - "1908, 2001, 2005 - VPP versions tested."
5039     - "Diff - difference between 2001 and 2005 VPP version."
5040
5041 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5042 - type: "table"
5043   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5044   algorithm: "table_comparison"
5045   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5046   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5047   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5048   columns:
5049     - title: "3n-hsw xl710"
5050       data-set: "vpp-compare-testbeds-mrr-ref"
5051       tag: "NIC_Intel-XL710"
5052     - title: "3n-skx xxv710"
5053       data-set: "vpp-compare-testbeds-mrr-cmp"
5054       tag: "NIC_Intel-XXV710"
5055   comparisons:
5056     - title: "Diff"
5057       reference: 1
5058       compare: 2
5059   legend:
5060     - "Legend to Table"
5061     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5062     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5063
5064 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5065 - type: "table"
5066   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5067   algorithm: "table_comparison"
5068   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5069   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5070   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5071   columns:
5072     - title: "3n-hsw xl710"
5073       data-set: "vpp-compare-testbeds-mrr-ref"
5074       tag: "NIC_Intel-XL710"
5075     - title: "3n-skx xxv710"
5076       data-set: "vpp-compare-testbeds-mrr-cmp"
5077       tag: "NIC_Intel-XXV710"
5078   comparisons:
5079     - title: "Diff"
5080       reference: 1
5081       compare: 2
5082   legend:
5083     - "Legend to Table"
5084     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5085     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5086
5087 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5088 - type: "table"
5089   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5090   algorithm: "table_comparison"
5091   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5092   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5093   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5094   columns:
5095     - title: "3n-hsw xl710"
5096       data-set: "vpp-compare-testbeds-mrr-ref"
5097       tag: "NIC_Intel-XL710"
5098     - title: "3n-skx xxv710"
5099       data-set: "vpp-compare-testbeds-mrr-cmp"
5100       tag: "NIC_Intel-XXV710"
5101   comparisons:
5102     - title: "Diff"
5103       reference: 1
5104       compare: 2
5105   legend:
5106     - "Legend to Table"
5107     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5108     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5109
5110 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5111 - type: "table"
5112   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5113   algorithm: "table_comparison"
5114   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5115   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5116   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5117   columns:
5118     - title: "2n-skx"
5119       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5120     - title: "2n-clx"
5121       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5122   comparisons:
5123     - title: "Diff"
5124       reference: 1
5125       compare: 2
5126   legend:
5127     - "Legend to Table"
5128     - "2n-skx, 2n-clx - testbeds and NICs tested."
5129     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5130
5131 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5132 - type: "table"
5133   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5134   algorithm: "table_comparison"
5135   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5136   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5137   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5138   columns:
5139     - title: "2n-skx"
5140       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5141     - title: "2n-clx"
5142       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5143   comparisons:
5144     - title: "Diff"
5145       reference: 1
5146       compare: 2
5147   legend:
5148     - "Legend to Table"
5149     - "2n-skx, 2n-clx - testbeds and NICs tested."
5150     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5151
5152 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5153 - type: "table"
5154   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5155   algorithm: "table_comparison"
5156   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5157   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5158   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5159   columns:
5160     - title: "2n-skx"
5161       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5162     - title: "2n-clx"
5163       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5164   comparisons:
5165     - title: "Diff"
5166       reference: 1
5167       compare: 2
5168   legend:
5169     - "Legend to Table"
5170     - "2n-skx, 2n-clx - testbeds and NICs tested."
5171     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5172
5173 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5174 - type: "table"
5175   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5176   algorithm: "table_comparison"
5177   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5178   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5179   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5180   columns:
5181     - title: "3n-skx"
5182       data-set: "vpp-compare-topologies-mrr-ref"
5183     - title: "2n-skx"
5184       data-set: "vpp-compare-topologies-mrr-cmp"
5185   comparisons:
5186     - title: "Diff"
5187       reference: 1
5188       compare: 2
5189   legend:
5190     - "Legend to Table"
5191     - "3n-skx, 2n-skx - topologies tested."
5192     - "Diff - difference between 3n-skx and 2n-skx topologies."
5193
5194 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5195 - type: "table"
5196   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5197   algorithm: "table_comparison"
5198   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5199   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5200   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5201   columns:
5202     - title: "3n-skx"
5203       data-set: "vpp-compare-topologies-mrr-ref"
5204     - title: "2n-skx"
5205       data-set: "vpp-compare-topologies-mrr-cmp"
5206   comparisons:
5207     - title: "Diff"
5208       reference: 1
5209       compare: 2
5210   legend:
5211     - "Legend to Table"
5212     - "3n-skx, 2n-skx - topologies tested."
5213     - "Diff - difference between 3n-skx and 2n-skx topologies."
5214
5215 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5216 - type: "table"
5217   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5218   algorithm: "table_comparison"
5219   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5221   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5222   columns:
5223     - title: "3n-skx"
5224       data-set: "vpp-compare-topologies-mrr-ref"
5225     - title: "2n-skx"
5226       data-set: "vpp-compare-topologies-mrr-cmp"
5227   comparisons:
5228     - title: "Diff"
5229       reference: 1
5230       compare: 2
5231   legend:
5232     - "Legend to Table"
5233     - "3n-skx, 2n-skx - topologies tested."
5234     - "Diff - difference between 3n-skx and 2n-skx topologies."
5235
5236 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5237 - type: "table"
5238   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5239   algorithm: "table_comparison"
5240   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5241   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5242   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5243   columns:
5244     - title: "3n-hsw xl710"
5245       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5246       tag: "NIC_Intel-XL710"
5247     - title: "2n-clx xxv710"
5248       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5249       tag: "NIC_Intel-XXV710"
5250   comparisons:
5251     - title: "Diff"
5252       reference: 1
5253       compare: 2
5254   legend:
5255     - "Legend to Table"
5256     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5257     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5258
5259 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5260 - type: "table"
5261   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5262   algorithm: "table_comparison"
5263   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5264   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5265   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5266   columns:
5267     - title: "3n-hsw xl710"
5268       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5269       tag: "NIC_Intel-XL710"
5270     - title: "2n-clx xxv710"
5271       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5272       tag: "NIC_Intel-XXV710"
5273   comparisons:
5274     - title: "Diff"
5275       reference: 1
5276       compare: 2
5277   legend:
5278     - "Legend to Table"
5279     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5280     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5281
5282 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5283 - type: "table"
5284   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5285   algorithm: "table_comparison"
5286   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5287   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5288   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5289   columns:
5290     - title: "3n-hsw xl710"
5291       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5292       tag: "NIC_Intel-XL710"
5293     - title: "2n-clx xxv710"
5294       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5295       tag: "NIC_Intel-XXV710"
5296   comparisons:
5297     - title: "Diff"
5298       reference: 1
5299       compare: 2
5300   legend:
5301     - "Legend to Table"
5302     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5303     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5304
5305 # Detailed Test Results - VPP Performance Results 3n-hsw
5306 - type: "table"
5307   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5308   algorithm: "table_merged_details"
5309   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5310   columns:
5311     - title: " |prein| Test Name |preout| "
5312       data: "data name"
5313     - 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| "
5314       data: "data msg"
5315   data: "vpp-perf-results-3n-hsw"
5316   filter: "all"
5317   parameters:
5318   - "name"
5319   - "parent"
5320   - "msg"
5321
5322 # Detailed Test Results - VPP Performance Results 3n-skx
5323 - type: "table"
5324   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5325   algorithm: "table_merged_details"
5326   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5327   columns:
5328     - title: " |prein| Test Name |preout| "
5329       data: "data name"
5330     - 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| "
5331       data: "data msg"
5332   data: "vpp-perf-results-3n-skx"
5333   filter: "all"
5334   remove-ndr: False
5335   parameters:
5336   - "name"
5337   - "parent"
5338   - "msg"
5339
5340 # Detailed Test Results - VPP Performance Results 2n-skx
5341 - type: "table"
5342   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5343   algorithm: "table_merged_details"
5344   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5345   columns:
5346     - title: " |prein| Test Name |preout| "
5347       data: "data name"
5348     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5349       data: "data msg"
5350   data: "vpp-perf-results-2n-skx"
5351   filter: "all"
5352   remove-ndr: False
5353   parameters:
5354   - "name"
5355   - "parent"
5356   - "msg"
5357
5358 # Detailed Test Results - VPP Performance Results 2n-clx
5359 - type: "table"
5360   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5361   algorithm: "table_merged_details"
5362   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5363   columns:
5364     - title: " |prein| Test Name |preout| "
5365       data: "data name"
5366     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5367       data: "data msg"
5368   data: "vpp-perf-results-2n-clx"
5369   filter: "all"
5370   parameters:
5371   - "name"
5372   - "parent"
5373   - "msg"
5374
5375 # Detailed Test Results - VPP Performance Results 3n-tsh
5376 - type: "table"
5377   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5378   algorithm: "table_merged_details"
5379   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5380   columns:
5381     - title: " |prein| Test Name |preout| "
5382       data: "data name"
5383     - 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| "
5384       data: "data msg"
5385   data: "vpp-perf-results-3n-tsh"
5386   filter: "all"
5387   parameters:
5388   - "name"
5389   - "parent"
5390   - "msg"
5391
5392 # Detailed Test Results - VPP Performance Results 3n-dnv
5393 - type: "table"
5394   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5395   algorithm: "table_merged_details"
5396   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5397   columns:
5398     - title: " |prein| Test Name |preout| "
5399       data: "data name"
5400     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5401       data: "data msg"
5402   data: "vpp-perf-results-3n-dnv"
5403   filter: "all"
5404   parameters:
5405   - "name"
5406   - "parent"
5407   - "msg"
5408
5409 # Detailed Test Results - VPP Performance Results 2n-dnv
5410 - type: "table"
5411   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5412   algorithm: "table_merged_details"
5413   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5414   columns:
5415     - title: " |prein| Test Name |preout| "
5416       data: "data name"
5417     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5418       data: "data msg"
5419   data: "vpp-perf-results-2n-dnv"
5420   filter: "all"
5421   parameters:
5422   - "name"
5423   - "parent"
5424   - "msg"
5425
5426 # Test configuration - VPP Performance Test Configs 3n-hsw
5427 - type: "table"
5428   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5429   algorithm: "table_merged_details"
5430   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5431   columns:
5432     - title: " |prein| Test Name |preout| "
5433       data: "data name"
5434     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5435       data: "data conf-history"
5436   data: "vpp-perf-results-3n-hsw"
5437   filter: "all"
5438   parameters:
5439   - "parent"
5440   - "name"
5441   - "conf-history"
5442
5443 # Test configuration - VPP Performance Test Configs 3n-skx
5444 - type: "table"
5445   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5446   algorithm: "table_merged_details"
5447   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5448   columns:
5449     - title: " |prein| Test Name |preout| "
5450       data: "data name"
5451     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5452       data: "data conf-history"
5453   data: "vpp-perf-results-3n-skx"
5454   filter: "all"
5455   parameters:
5456   - "parent"
5457   - "name"
5458   - "conf-history"
5459
5460 # Test configuration - VPP Performance Test Configs 2n-skx
5461 - type: "table"
5462   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5463   algorithm: "table_merged_details"
5464   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5465   columns:
5466     - title: " |prein| Test Name |preout| "
5467       data: "data name"
5468     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5469       data: "data conf-history"
5470   data: "vpp-perf-results-2n-skx"
5471   filter: "all"
5472   parameters:
5473   - "parent"
5474   - "name"
5475   - "conf-history"
5476
5477 # Test configuration - VPP Performance Test Configs 2n-clx
5478 - type: "table"
5479   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5480   algorithm: "table_merged_details"
5481   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5482   columns:
5483     - title: " |prein| Test Name |preout| "
5484       data: "data name"
5485     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5486       data: "data conf-history"
5487   data: "vpp-perf-results-2n-clx"
5488   filter: "all"
5489   parameters:
5490   - "parent"
5491   - "name"
5492   - "conf-history"
5493
5494 # Test configuration - VPP Performance Test Configs 3n-tsh
5495 - type: "table"
5496   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5497   algorithm: "table_merged_details"
5498   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5499   columns:
5500     - title: " |prein| Test Name |preout| "
5501       data: "data name"
5502     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5503       data: "data conf-history"
5504   data: "vpp-perf-results-3n-tsh"
5505   filter: "all"
5506   parameters:
5507   - "parent"
5508   - "name"
5509   - "conf-history"
5510
5511 # Test configuration - VPP Performance Test Configs 3n-dnv
5512 - type: "table"
5513   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5514   algorithm: "table_merged_details"
5515   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5516   columns:
5517     - title: " |prein| Test Name |preout| "
5518       data: "data name"
5519     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5520       data: "data conf-history"
5521   data: "vpp-perf-results-3n-dnv"
5522   filter: "all"
5523   parameters:
5524   - "parent"
5525   - "name"
5526   - "conf-history"
5527
5528 # Test configuration - VPP Performance Test Configs 2n-dnv
5529 - type: "table"
5530   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5531   algorithm: "table_merged_details"
5532   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5533   columns:
5534     - title: " |prein| Test Name |preout| "
5535       data: "data name"
5536     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5537       data: "data conf-history"
5538   data: "vpp-perf-results-2n-dnv"
5539   filter: "all"
5540   parameters:
5541   - "parent"
5542   - "name"
5543   - "conf-history"
5544
5545 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5546 - type: "table"
5547   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5548   algorithm: "table_oper_data_html"
5549   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5550   data: "vpp-perf-results-3n-hsw"
5551   filter: "all"
5552
5553 # Test Operational Data - VPP Performance Operational Data 3n-skx
5554 - type: "table"
5555   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5556   algorithm: "table_oper_data_html"
5557   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5558   data: "vpp-perf-results-3n-skx"
5559   filter: "all"
5560
5561 # Test Operational Data - VPP Performance Operational Data 2n-skx
5562 - type: "table"
5563   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5564   algorithm: "table_oper_data_html"
5565   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5566   data: "vpp-perf-results-2n-skx"
5567   filter: "all"
5568
5569 # Test Operational Data - VPP Performance Operational Data 2n-clx
5570 - type: "table"
5571   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5572   algorithm: "table_oper_data_html"
5573   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5574   data: "vpp-perf-results-2n-clx"
5575   filter: "all"
5576
5577 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5578 - type: "table"
5579   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5580   algorithm: "table_oper_data_html"
5581   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5582   data: "vpp-perf-results-3n-tsh"
5583   filter: "all"
5584
5585 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5586 - type: "table"
5587   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5588   algorithm: "table_oper_data_html"
5589   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5590   data: "vpp-perf-results-3n-dnv"
5591   filter: "all"
5592
5593 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5594 - type: "table"
5595   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5596   algorithm: "table_oper_data_html"
5597   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5598   data: "vpp-perf-results-2n-dnv"
5599   filter: "all"
5600
5601 # Detailed Test Results - VPP MRR Results 3n-hsw
5602 - type: "table"
5603   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5604   algorithm: "table_merged_details"
5605   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5606   columns:
5607     - title: " |prein| Test Name |preout| "
5608       data: "data name"
5609     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5610       data: "data msg"
5611   data: "vpp-mrr-results-3n-hsw"
5612   filter: "all"
5613   parameters:
5614   - "name"
5615   - "parent"
5616   - "msg"
5617
5618 # Detailed Test Results - VPP MRR Results 3n-skx
5619 - type: "table"
5620   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5621   algorithm: "table_merged_details"
5622   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5623   columns:
5624     - title: " |prein| Test Name |preout| "
5625       data: "data name"
5626     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5627       data: "data msg"
5628   data: "vpp-mrr-results-3n-skx"
5629   filter: "all"
5630   parameters:
5631   - "name"
5632   - "parent"
5633   - "msg"
5634
5635 # Detailed Test Results - VPP MRR Results 2n-skx
5636 - type: "table"
5637   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5638   algorithm: "table_merged_details"
5639   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5640   columns:
5641     - title: " |prein| Test Name |preout| "
5642       data: "data name"
5643     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5644       data: "data msg"
5645   data: "vpp-mrr-results-2n-skx"
5646   filter: "all"
5647   parameters:
5648   - "name"
5649   - "parent"
5650   - "msg"
5651
5652 # Detailed Test Results - VPP MRR Results 2n-clx
5653 - type: "table"
5654   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5655   algorithm: "table_merged_details"
5656   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5657   columns:
5658     - title: " |prein| Test Name |preout| "
5659       data: "data name"
5660     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5661       data: "data msg"
5662   data: "vpp-mrr-results-2n-clx"
5663   filter: "all"
5664   parameters:
5665   - "name"
5666   - "parent"
5667   - "msg"
5668
5669 # Detailed Test Results - VPP MRR Results 3n-tsh
5670 - type: "table"
5671   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5672   algorithm: "table_merged_details"
5673   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5674   columns:
5675     - title: " |prein| Test Name |preout| "
5676       data: "data name"
5677     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5678       data: "data msg"
5679   data: "vpp-mrr-results-3n-tsh"
5680   filter: "all"
5681   parameters:
5682   - "name"
5683   - "parent"
5684   - "msg"
5685
5686 # Detailed Test Results - VPP MRR Results 3n-dnv
5687 - type: "table"
5688   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5689   algorithm: "table_merged_details"
5690   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5691   columns:
5692     - title: " |prein| Test Name |preout| "
5693       data: "data name"
5694     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5695       data: "data msg"
5696   data: "vpp-mrr-results-3n-dnv"
5697   filter: "all"
5698   parameters:
5699   - "name"
5700   - "parent"
5701   - "msg"
5702
5703 # Detailed Test Results - VPP MRR Results 2n-dnv
5704 - type: "table"
5705   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5706   algorithm: "table_merged_details"
5707   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5708   columns:
5709     - title: " |prein| Test Name |preout| "
5710       data: "data name"
5711     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5712       data: "data msg"
5713   data: "vpp-mrr-results-2n-dnv"
5714   filter: "all"
5715   parameters:
5716   - "name"
5717   - "parent"
5718   - "msg"
5719
5720 # Test configuration - VPP MRR Test Configs 3n-hsw
5721 - type: "table"
5722   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5723   algorithm: "table_merged_details"
5724   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5725   columns:
5726     - title: " |prein| Test Name |preout| "
5727       data: "data name"
5728     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5729       data: "data conf-history"
5730   data: "vpp-mrr-results-3n-hsw"
5731   filter: "all"
5732   parameters:
5733   - "parent"
5734   - "name"
5735   - "conf-history"
5736
5737 # Test configuration - VPP MRR Test Configs 3n-skx
5738 - type: "table"
5739   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5740   algorithm: "table_merged_details"
5741   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5742   columns:
5743     - title: " |prein| Test Name |preout| "
5744       data: "data name"
5745     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5746       data: "data conf-history"
5747   data: "vpp-mrr-results-3n-skx"
5748   filter: "all"
5749   parameters:
5750   - "parent"
5751   - "name"
5752   - "conf-history"
5753
5754 # Test configuration - VPP MRR Test Configs 2n-skx
5755 - type: "table"
5756   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5757   algorithm: "table_merged_details"
5758   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5759   columns:
5760     - title: " |prein| Test Name |preout| "
5761       data: "data name"
5762     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5763       data: "data conf-history"
5764   data: "vpp-mrr-results-2n-skx"
5765   filter: "all"
5766   parameters:
5767   - "parent"
5768   - "name"
5769   - "conf-history"
5770
5771 # Test configuration - VPP MRR Test Configs 2n-clx
5772 - type: "table"
5773   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5774   algorithm: "table_merged_details"
5775   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5776   columns:
5777     - title: " |prein| Test Name |preout| "
5778       data: "data name"
5779     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5780       data: "data conf-history"
5781   data: "vpp-mrr-results-2n-clx"
5782   filter: "all"
5783   parameters:
5784   - "parent"
5785   - "name"
5786   - "conf-history"
5787
5788 # Test configuration - VPP MRR Test Configs 3n-tsh
5789 - type: "table"
5790   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5791   algorithm: "table_merged_details"
5792   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5793   columns:
5794     - title: " |prein| Test Name |preout| "
5795       data: "data name"
5796     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5797       data: "data conf-history"
5798   data: "vpp-mrr-results-3n-tsh"
5799   filter: "all"
5800   parameters:
5801   - "parent"
5802   - "name"
5803   - "conf-history"
5804
5805 # Test configuration - VPP MRR Test Configs 3n-dnv
5806 - type: "table"
5807   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5808   algorithm: "table_merged_details"
5809   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5810   columns:
5811     - title: " |prein| Test Name |preout| "
5812       data: "data name"
5813     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5814       data: "data conf-history"
5815   data: "vpp-mrr-results-3n-dnv"
5816   filter: "all"
5817   parameters:
5818   - "parent"
5819   - "name"
5820   - "conf-history"
5821
5822 # Test configuration - VPP MRR Test Configs 2n-dnv
5823 - type: "table"
5824   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5825   algorithm: "table_merged_details"
5826   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5827   columns:
5828     - title: " |prein| Test Name |preout| "
5829       data: "data name"
5830     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5831       data: "data conf-history"
5832   data: "vpp-mrr-results-2n-dnv"
5833   filter: "all"
5834   parameters:
5835   - "parent"
5836   - "name"
5837   - "conf-history"
5838
5839 # Detailed Test Results - VPP Device Results - Ubuntu
5840 - type: "table"
5841   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5842   algorithm: "table_merged_details"
5843   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5844   columns:
5845     - title: " |prein| Test Name |preout| "
5846       data: "data name"
5847     - title: " |prein| Status |preout| "
5848       data: "data status"
5849   data: "vpp-device-results-ubuntu"
5850   filter: "all"
5851   parameters:
5852   - "name"
5853   - "parent"
5854   - "doc"
5855   - "status"
5856
5857 # Test configuration - VPP Device Test Configs - Ubuntu
5858 - type: "table"
5859   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5860   algorithm: "table_merged_details"
5861   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5862   columns:
5863     - title: " |prein| Test Name |preout| "
5864       data: "data name"
5865     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5866       data: "data conf-history"
5867   data: "vpp-device-results-ubuntu"
5868   filter: "all"
5869   parameters:
5870   - "parent"
5871   - "name"
5872   - "conf-history"
5873
5874 ################################################################################
5875
5876 # DPDK Performance Changes 3n-hsw 1t1c pdr
5877 - type: "table"
5878   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5879   algorithm: "table_comparison"
5880   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5881   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5882   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5883   columns:
5884     - title: "1908"
5885       data-set: "dpdk-performance-changes-3n-hsw-h1"
5886     - title: "2001"
5887       data-set: "dpdk-performance-changes-3n-hsw-ref"
5888     - title: "2005"
5889       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5890   comparisons:
5891     - title: "Diff"
5892       reference: 2
5893       compare: 3
5894   legend:
5895     - "Legend to Table"
5896     - "1908, 2001, 2005 - DPDK versions tested."
5897     - "Diff - difference between 2001 and 2005 DPDK version."
5898
5899 # DPDK Performance Changes 3n-hsw 2t2c pdr
5900 - type: "table"
5901   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5902   algorithm: "table_comparison"
5903   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5904   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5905   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5906   columns:
5907     - title: "1908"
5908       data-set: "dpdk-performance-changes-3n-hsw-h1"
5909     - title: "2001"
5910       data-set: "dpdk-performance-changes-3n-hsw-ref"
5911     - title: "2005"
5912       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5913   comparisons:
5914     - title: "Diff"
5915       reference: 2
5916       compare: 3
5917   legend:
5918     - "Legend to Table"
5919     - "1908, 2001, 2005 - DPDK versions tested."
5920     - "Diff - difference between 2001 and 2005 DPDK version."
5921
5922 # DPDK Performance Changes 3n-hsw 1t1c pdr
5923 - type: "table"
5924   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5925   algorithm: "table_comparison"
5926   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5927   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5928   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5929   columns:
5930     - title: "1908"
5931       data-set: "dpdk-performance-changes-3n-hsw-h1"
5932     - title: "2001"
5933       data-set: "dpdk-performance-changes-3n-hsw-ref"
5934     - title: "2005"
5935       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5936   comparisons:
5937     - title: "Diff"
5938       reference: 2
5939       compare: 3
5940   legend:
5941     - "Legend to Table"
5942     - "1908, 2001, 2005 - DPDK versions tested."
5943     - "Diff - difference between 2001 and 2005 DPDK version."
5944
5945 # DPDK Performance Changes 3n-hsw 2t2c ndr
5946 - type: "table"
5947   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5948   algorithm: "table_comparison"
5949   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5950   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5951   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5952   columns:
5953     - title: "1908"
5954       data-set: "dpdk-performance-changes-3n-hsw-h1"
5955     - title: "2001"
5956       data-set: "dpdk-performance-changes-3n-hsw-ref"
5957     - title: "2005"
5958       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5959   comparisons:
5960     - title: "Diff"
5961       reference: 2
5962       compare: 3
5963   legend:
5964     - "Legend to Table"
5965     - "1908, 2001, 2005 - DPDK versions tested."
5966     - "Diff - difference between 2001 and 2005 DPDK version."
5967
5968 # DPDK Performance Changes 3n-skx 2t1c pdr
5969 - type: "table"
5970   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5971   algorithm: "table_comparison"
5972   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5973   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5974   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5975   columns:
5976     - title: "1908"
5977       data-set: "dpdk-performance-changes-3n-skx-h1"
5978     - title: "2001"
5979       data-set: "dpdk-performance-changes-3n-skx-ref"
5980     - title: "2005"
5981       data-set: "dpdk-performance-changes-3n-skx-cmp"
5982   comparisons:
5983     - title: "Diff"
5984       reference: 2
5985       compare: 3
5986   legend:
5987     - "Legend to Table"
5988     - "1908, 2001, 2005 - DPDK versions tested."
5989     - "Diff - difference between 2001 and 2005 DPDK version."
5990
5991 # DPDK Performance Changes 3n-skx 4t2c pdr
5992 - type: "table"
5993   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5994   algorithm: "table_comparison"
5995   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5996   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5997   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5998   columns:
5999     - title: "1908"
6000       data-set: "dpdk-performance-changes-3n-skx-h1"
6001     - title: "2001"
6002       data-set: "dpdk-performance-changes-3n-skx-ref"
6003     - title: "2005"
6004       data-set: "dpdk-performance-changes-3n-skx-cmp"
6005   comparisons:
6006     - title: "Diff"
6007       reference: 2
6008       compare: 3
6009   legend:
6010     - "Legend to Table"
6011     - "1908, 2001, 2005 - DPDK versions tested."
6012     - "Diff - difference between 2001 and 2005 DPDK version."
6013
6014 # DPDK Performance Changes 3n-skx 2t1c ndr
6015 - type: "table"
6016   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6017   algorithm: "table_comparison"
6018   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6019   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6020   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6021   columns:
6022     - title: "1908"
6023       data-set: "dpdk-performance-changes-3n-skx-h1"
6024     - title: "2001"
6025       data-set: "dpdk-performance-changes-3n-skx-ref"
6026     - title: "2005"
6027       data-set: "dpdk-performance-changes-3n-skx-cmp"
6028   comparisons:
6029     - title: "Diff"
6030       reference: 2
6031       compare: 3
6032   legend:
6033     - "Legend to Table"
6034     - "1908, 2001, 2005 - DPDK versions tested."
6035     - "Diff - difference between 2001 and 2005 DPDK version."
6036
6037 # DPDK Performance Changes 3n-skx 4t2c ndr
6038 - type: "table"
6039   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6040   algorithm: "table_comparison"
6041   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6042   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6043   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6044   columns:
6045     - title: "1908"
6046       data-set: "dpdk-performance-changes-3n-skx-h1"
6047     - title: "2001"
6048       data-set: "dpdk-performance-changes-3n-skx-ref"
6049     - title: "2005"
6050       data-set: "dpdk-performance-changes-3n-skx-cmp"
6051   comparisons:
6052     - title: "Diff"
6053       reference: 2
6054       compare: 3
6055   legend:
6056     - "Legend to Table"
6057     - "1908, 2001, 2005 - DPDK versions tested."
6058     - "Diff - difference between 2001 and 2005 DPDK version."
6059
6060 # DPDK Performance Changes 2n-skx 2t1c pdr
6061 - type: "table"
6062   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6063   algorithm: "table_comparison"
6064   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6065   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6066   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6067   columns:
6068     - title: "1908"
6069       data-set: "dpdk-performance-changes-2n-skx-h1"
6070     - title: "2001"
6071       data-set: "dpdk-performance-changes-2n-skx-ref"
6072     - title: "2005"
6073       data-set: "dpdk-performance-changes-2n-skx-cmp"
6074   comparisons:
6075     - title: "Diff"
6076       reference: 2
6077       compare: 3
6078   legend:
6079     - "Legend to Table"
6080     - "1908, 2001, 2005 - DPDK versions tested."
6081     - "Diff - difference between 2001 and 2005 DPDK version."
6082
6083 # DPDK Performance Changes 2n-skx 4t2c pdr
6084 - type: "table"
6085   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6086   algorithm: "table_comparison"
6087   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6088   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6089   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6090   columns:
6091     - title: "1908"
6092       data-set: "dpdk-performance-changes-2n-skx-h1"
6093     - title: "2001"
6094       data-set: "dpdk-performance-changes-2n-skx-ref"
6095     - title: "2005"
6096       data-set: "dpdk-performance-changes-2n-skx-cmp"
6097   comparisons:
6098     - title: "Diff"
6099       reference: 2
6100       compare: 3
6101   legend:
6102     - "Legend to Table"
6103     - "1908, 2001, 2005 - DPDK versions tested."
6104     - "Diff - difference between 2001 and 2005 DPDK version."
6105
6106 # DPDK Performance Changes 2n-skx 2t1c ndr
6107 - type: "table"
6108   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6109   algorithm: "table_comparison"
6110   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6111   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6112   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6113   columns:
6114     - title: "1908"
6115       data-set: "dpdk-performance-changes-2n-skx-h1"
6116     - title: "2001"
6117       data-set: "dpdk-performance-changes-2n-skx-ref"
6118     - title: "2005"
6119       data-set: "dpdk-performance-changes-2n-skx-cmp"
6120   comparisons:
6121     - title: "Diff"
6122       reference: 2
6123       compare: 3
6124   legend:
6125     - "Legend to Table"
6126     - "1908, 2001, 2005 - DPDK versions tested."
6127     - "Diff - difference between 2001 and 2005 DPDK version."
6128
6129 # DPDK Performance Changes 2n-skx 4t2c ndr
6130 - type: "table"
6131   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6132   algorithm: "table_comparison"
6133   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6134   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6135   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6136   columns:
6137     - title: "1908"
6138       data-set: "dpdk-performance-changes-2n-skx-h1"
6139     - title: "2001"
6140       data-set: "dpdk-performance-changes-2n-skx-ref"
6141     - title: "2005"
6142       data-set: "dpdk-performance-changes-2n-skx-cmp"
6143   comparisons:
6144     - title: "Diff"
6145       reference: 2
6146       compare: 3
6147   legend:
6148     - "Legend to Table"
6149     - "1908, 2001, 2005 - DPDK versions tested."
6150     - "Diff - difference between 2001 and 2005 DPDK version."
6151
6152 # DPDK Performance Changes 2n-clx 2t1c pdr
6153 - type: "table"
6154   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6155   algorithm: "table_comparison"
6156   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6157   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6158   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6159   columns:
6160     - title: "2001"
6161       data-set: "dpdk-performance-changes-2n-clx-ref"
6162     - title: "2005"
6163       data-set: "dpdk-performance-changes-2n-clx-cmp"
6164   comparisons:
6165     - title: "Diff"
6166       reference: 1
6167       compare: 2
6168   legend:
6169     - "Legend to Table"
6170     - "2001, 2005 - DPDK versions tested."
6171     - "Diff - difference between 2001 and 2005 DPDK version."
6172
6173 # DPDK Performance Changes 2n-clx 4t2c pdr
6174 - type: "table"
6175   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6176   algorithm: "table_comparison"
6177   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6178   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6179   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6180   columns:
6181     - title: "2001"
6182       data-set: "dpdk-performance-changes-2n-clx-ref"
6183     - title: "2005"
6184       data-set: "dpdk-performance-changes-2n-clx-cmp"
6185   comparisons:
6186     - title: "Diff"
6187       reference: 1
6188       compare: 2
6189   legend:
6190     - "Legend to Table"
6191     - "2001, 2005 - DPDK versions tested."
6192     - "Diff - difference between 2001 and 2005 DPDK version."
6193
6194 # DPDK Performance Changes 2n-clx 2t1c ndr
6195 - type: "table"
6196   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6197   algorithm: "table_comparison"
6198   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6199   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6200   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6201   columns:
6202     - title: "2001"
6203       data-set: "dpdk-performance-changes-2n-clx-ref"
6204     - title: "2005"
6205       data-set: "dpdk-performance-changes-2n-clx-cmp"
6206   comparisons:
6207     - title: "Diff"
6208       reference: 1
6209       compare: 2
6210   legend:
6211     - "Legend to Table"
6212     - "2001, 2005 - DPDK versions tested."
6213     - "Diff - difference between 2001 and 2005 DPDK version."
6214
6215 # DPDK Performance Changes 2n-clx 4t2c ndr
6216 - type: "table"
6217   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6218   algorithm: "table_comparison"
6219   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6220   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6221   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6222   columns:
6223     - title: "2001"
6224       data-set: "dpdk-performance-changes-2n-clx-ref"
6225     - title: "2005"
6226       data-set: "dpdk-performance-changes-2n-clx-cmp"
6227   comparisons:
6228     - title: "Diff"
6229       reference: 1
6230       compare: 2
6231   legend:
6232     - "Legend to Table"
6233     - "2001, 2005 - DPDK versions tested."
6234     - "Diff - difference between 2001 and 2005 DPDK version."
6235
6236 # DPDK Performance Changes 2n-dnv 1t1c pdr
6237 - type: "table"
6238   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6239   algorithm: "table_comparison"
6240   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6241   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6242   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6243   columns:
6244     - title: "2001"
6245       data-set: "dpdk-performance-changes-2n-dnv-ref"
6246     - title: "2005"
6247       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6248   comparisons:
6249     - title: "Diff"
6250       reference: 1
6251       compare: 2
6252   legend:
6253     - "Legend to Table"
6254     - "2001, 2005 - DPDK versions tested."
6255     - "Diff - difference between 2001 and 2005 DPDK version."
6256
6257 # DPDK Performance Changes 2n-dnv 2t2c pdr
6258 - type: "table"
6259   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6260   algorithm: "table_comparison"
6261   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6262   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6263   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6264   columns:
6265     - title: "2001"
6266       data-set: "dpdk-performance-changes-2n-dnv-ref"
6267     - title: "2005"
6268       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6269   comparisons:
6270     - title: "Diff"
6271       reference: 1
6272       compare: 2
6273   legend:
6274     - "Legend to Table"
6275     - "2001, 2005 - DPDK versions tested."
6276     - "Diff - difference between 2001 and 2005 DPDK version."
6277
6278 # DPDK Performance Changes 2n-dnv 1t1c ndr
6279 - type: "table"
6280   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6281   algorithm: "table_comparison"
6282   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6283   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6284   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6285   columns:
6286     - title: "2001"
6287       data-set: "dpdk-performance-changes-2n-dnv-ref"
6288     - title: "2005"
6289       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6290   comparisons:
6291     - title: "Diff"
6292       reference: 1
6293       compare: 2
6294   legend:
6295     - "Legend to Table"
6296     - "2001, 2005 - DPDK versions tested."
6297     - "Diff - difference between 2001 and 2005 DPDK version."
6298
6299 # DPDK Performance Changes 2n-dnv 2t2c ndr
6300 - type: "table"
6301   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6302   algorithm: "table_comparison"
6303   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6304   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6305   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6306   columns:
6307     - title: "2001"
6308       data-set: "dpdk-performance-changes-2n-dnv-ref"
6309     - title: "2005"
6310       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6311   comparisons:
6312     - title: "Diff"
6313       reference: 1
6314       compare: 2
6315   legend:
6316     - "Legend to Table"
6317     - "2001, 2005 - DPDK versions tested."
6318     - "Diff - difference between 2001 and 2005 DPDK version."
6319
6320 # DPDK Performance Changes 3n-dnv 1t1c pdr
6321 - type: "table"
6322   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6323   algorithm: "table_comparison"
6324   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6325   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6326   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6327   columns:
6328     - title: "2001"
6329       data-set: "dpdk-performance-changes-3n-dnv-ref"
6330     - title: "2005"
6331       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6332   comparisons:
6333     - title: "Diff"
6334       reference: 1
6335       compare: 2
6336   legend:
6337     - "Legend to Table"
6338     - "2001, 2005 - DPDK versions tested."
6339     - "Diff - difference between 2001 and 2005 DPDK version."
6340
6341 # DPDK Performance Changes 3n-dnv 2t2c pdr
6342 - type: "table"
6343   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6344   algorithm: "table_comparison"
6345   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6346   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6347   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6348   columns:
6349     - title: "2001"
6350       data-set: "dpdk-performance-changes-3n-dnv-ref"
6351     - title: "2005"
6352       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6353   comparisons:
6354     - title: "Diff"
6355       reference: 1
6356       compare: 2
6357   legend:
6358     - "Legend to Table"
6359     - "2001, 2005 - DPDK versions tested."
6360     - "Diff - difference between 2001 and 2005 DPDK version."
6361
6362 # DPDK Performance Changes 3n-dnv 1t1c ndr
6363 - type: "table"
6364   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6365   algorithm: "table_comparison"
6366   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6367   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6368   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6369   columns:
6370     - title: "2001"
6371       data-set: "dpdk-performance-changes-3n-dnv-ref"
6372     - title: "2005"
6373       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6374   comparisons:
6375     - title: "Diff"
6376       reference: 1
6377       compare: 2
6378   legend:
6379     - "Legend to Table"
6380     - "2001, 2005 - DPDK versions tested."
6381     - "Diff - difference between 2001 and 2005 DPDK version."
6382
6383 # DPDK Performance Changes 3n-dnv 2t2c ndr
6384 - type: "table"
6385   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6386   algorithm: "table_comparison"
6387   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6388   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6389   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6390   columns:
6391     - title: "2001"
6392       data-set: "dpdk-performance-changes-3n-dnv-ref"
6393     - title: "2005"
6394       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6395   comparisons:
6396     - title: "Diff"
6397       reference: 1
6398       compare: 2
6399   legend:
6400     - "Legend to Table"
6401     - "2001, 2005 - DPDK versions tested."
6402     - "Diff - difference between 2001 and 2005 DPDK version."
6403
6404 # DPDK Performance Changes 3n-tsh 1t1c pdr
6405 - type: "table"
6406   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6407   algorithm: "table_comparison"
6408   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6409   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6410   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6411   columns:
6412     - title: "2001"
6413       data-set: "dpdk-performance-changes-3n-tsh-ref"
6414     - title: "2005"
6415       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6416   comparisons:
6417     - title: "Diff"
6418       reference: 1
6419       compare: 2
6420   legend:
6421     - "Legend to Table"
6422     - "2001, 2005 - DPDK versions tested."
6423     - "Diff - difference between 2001 and 2005 DPDK version."
6424
6425 # DPDK Performance Changes 3n-tsh 2t2c pdr
6426 - type: "table"
6427   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6428   algorithm: "table_comparison"
6429   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6430   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6431   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6432   columns:
6433     - title: "2001"
6434       data-set: "dpdk-performance-changes-3n-tsh-ref"
6435     - title: "2005"
6436       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6437   comparisons:
6438     - title: "Diff"
6439       reference: 1
6440       compare: 2
6441   legend:
6442     - "Legend to Table"
6443     - "2001, 2005 - DPDK versions tested."
6444     - "Diff - difference between 2001 and 2005 DPDK version."
6445
6446 # DPDK Performance Changes 3n-tsh 1t1c ndr
6447 - type: "table"
6448   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6449   algorithm: "table_comparison"
6450   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6451   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6452   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6453   columns:
6454     - title: "2001"
6455       data-set: "dpdk-performance-changes-3n-tsh-ref"
6456     - title: "2005"
6457       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6458   comparisons:
6459     - title: "Diff"
6460       reference: 1
6461       compare: 2
6462   legend:
6463     - "Legend to Table"
6464     - "2001, 2005 - DPDK versions tested."
6465     - "Diff - difference between 2001 and 2005 DPDK version."
6466
6467 # DPDK Performance Changes 3n-tsh 2t2c ndr
6468 - type: "table"
6469   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6470   algorithm: "table_comparison"
6471   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6472   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6473   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6474   columns:
6475     - title: "2001"
6476       data-set: "dpdk-performance-changes-3n-tsh-ref"
6477     - title: "2005"
6478       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6479   comparisons:
6480     - title: "Diff"
6481       reference: 1
6482       compare: 2
6483   legend:
6484     - "Legend to Table"
6485     - "2001, 2005 - DPDK versions tested."
6486     - "Diff - difference between 2001 and 2005 DPDK version."
6487
6488 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6489 - type: "table"
6490   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6491   algorithm: "table_comparison"
6492   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6493   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6494   filter: "'NIC_Intel-X710'"
6495   columns:
6496     - title: "3n-hsw x710"
6497       data-set: "dpdk-compare-testbeds-ref"
6498     - title: "3n-skx x710"
6499       data-set: "dpdk-compare-testbeds-cmp"
6500   comparisons:
6501     - title: "Diff"
6502       reference: 1
6503       compare: 2
6504   legend:
6505     - "Legend to Table"
6506     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6507     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6508
6509 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6510 - type: "table"
6511   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6512   algorithm: "table_comparison"
6513   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6514   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6515   filter: "'NIC_Intel-X710'"
6516   columns:
6517     - title: "3n-hsw x710"
6518       data-set: "dpdk-compare-testbeds-ref"
6519     - title: "3n-skx x710"
6520       data-set: "dpdk-compare-testbeds-cmp"
6521   comparisons:
6522     - title: "Diff"
6523       reference: 1
6524       compare: 2
6525   legend:
6526     - "Legend to Table"
6527     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6528     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6529
6530 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6531 - type: "table"
6532   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6533   algorithm: "table_comparison"
6534   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6535   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6536   filter: "'NIC_Intel-XXV710'"
6537   columns:
6538     - title: "2n-skx"
6539       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6540     - title: "2n-clx"
6541       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6542   comparisons:
6543     - title: "Diff"
6544       reference: 1
6545       compare: 2
6546   legend:
6547     - "Legend to Table"
6548     - "2n-skx, 2n-clx - testbeds and NICs tested."
6549     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6550
6551 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6552 - type: "table"
6553   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6554   algorithm: "table_comparison"
6555   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6556   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6557   filter: "'NIC_Intel-XXV710'"
6558   columns:
6559     - title: "2n-skx"
6560       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6561     - title: "2n-clx"
6562       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6563   comparisons:
6564     - title: "Diff"
6565       reference: 1
6566       compare: 2
6567   legend:
6568     - "Legend to Table"
6569     - "2n-skx, 2n-clx - testbeds and NICs tested."
6570     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6571
6572 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6573 - type: "table"
6574   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6575   algorithm: "table_comparison"
6576   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6578   filter: "'NIC_Intel-XXV710'"
6579   columns:
6580     - title: "3n-skx"
6581       data-set: "dpdk-compare-topologies-ref"
6582     - title: "2n-skx"
6583       data-set: "dpdk-compare-topologies-cmp"
6584   comparisons:
6585     - title: "Diff"
6586       reference: 1
6587       compare: 2
6588   legend:
6589     - "Legend to Table"
6590     - "3n-skx, 2n-skx - topologies tested."
6591     - "Diff - difference between 3n-skx and 2n-skx topologies."
6592
6593 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6594 - type: "table"
6595   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6596   algorithm: "table_comparison"
6597   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6599   filter: "'NIC_Intel-XXV710'"
6600   columns:
6601     - title: "3n-skx"
6602       data-set: "dpdk-compare-topologies-ref"
6603     - title: "2n-skx"
6604       data-set: "dpdk-compare-topologies-cmp"
6605   comparisons:
6606     - title: "Diff"
6607       reference: 1
6608       compare: 2
6609   legend:
6610     - "Legend to Table"
6611     - "3n-skx, 2n-skx - topologies tested."
6612     - "Diff - difference between 3n-skx and 2n-skx topologies."
6613
6614 # Detailed Test Results - DPDK Performance Results 3n-hsw
6615 - type: "table"
6616   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6617   algorithm: "table_merged_details"
6618   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6619   columns:
6620     - title: " |prein| Test Name |preout| "
6621       data: "data name"
6622     - 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| "
6623       data: "data msg"
6624   data: "dpdk-perf-results-3n-hsw"
6625   filter: "all"
6626   parameters:
6627   - "name"
6628   - "parent"
6629   - "msg"
6630
6631 # Detailed Test Results - DPDK Performance Results 3n-skx
6632 - type: "table"
6633   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6634   algorithm: "table_merged_details"
6635   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6636   columns:
6637     - title: " |prein| Test Name |preout| "
6638       data: "data name"
6639     - 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| "
6640       data: "data msg"
6641   data: "dpdk-perf-results-3n-skx"
6642   filter: "all"
6643   remove-ndr: False
6644   parameters:
6645   - "name"
6646   - "parent"
6647   - "msg"
6648
6649 # Detailed Test Results - DPDK Performance Results 2n-skx
6650 - type: "table"
6651   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6652   algorithm: "table_merged_details"
6653   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6654   columns:
6655     - title: " |prein| Test Name |preout| "
6656       data: "data name"
6657     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6658       data: "data msg"
6659   data: "dpdk-perf-results-2n-skx"
6660   filter: "all"
6661   remove-ndr: False
6662   parameters:
6663   - "name"
6664   - "parent"
6665   - "msg"
6666
6667 # Detailed Test Results - DPDK Performance Results 2n-clx
6668 - type: "table"
6669   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6670   algorithm: "table_merged_details"
6671   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6672   columns:
6673     - title: " |prein| Test Name |preout| "
6674       data: "data name"
6675     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6676       data: "data msg"
6677   data: "dpdk-perf-results-2n-clx"
6678   filter: "all"
6679   parameters:
6680   - "name"
6681   - "parent"
6682   - "msg"
6683
6684 # Detailed Test Results - DPDK Performance Results 2n-dnv
6685 - type: "table"
6686   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6687   algorithm: "table_merged_details"
6688   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6689   columns:
6690     - title: " |prein| Test Name |preout| "
6691       data: "data name"
6692     - 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| "
6693       data: "data msg"
6694   data: "dpdk-perf-results-2n-dnv"
6695   filter: "all"
6696   parameters:
6697   - "name"
6698   - "parent"
6699   - "msg"
6700
6701 # Detailed Test Results - DPDK Performance Results 3n-dnv
6702 - type: "table"
6703   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6704   algorithm: "table_merged_details"
6705   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6706   columns:
6707     - title: " |prein| Test Name |preout| "
6708       data: "data name"
6709     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6710       data: "data msg"
6711   data: "dpdk-perf-results-3n-dnv"
6712   filter: "all"
6713   parameters:
6714   - "name"
6715   - "parent"
6716   - "msg"
6717
6718 # Detailed Test Results - DPDK Performance Results 3n-tsh
6719 - type: "table"
6720   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6721   algorithm: "table_merged_details"
6722   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6723   columns:
6724     - title: " |prein| Test Name |preout| "
6725       data: "data name"
6726     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6727       data: "data msg"
6728   data: "dpdk-perf-results-3n-tsh"
6729   filter: "all"
6730   parameters:
6731   - "name"
6732   - "parent"
6733   - "msg"
6734
6735 ################################################################################
6736 ###                                F I L E S                                 ###
6737 ################################################################################
6738
6739 # VPP Performance Results
6740 - type: "file"
6741   title: "VPP Performance Results"
6742   algorithm: "file_details_split"
6743   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6744   dir-tables:
6745     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6746     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6747     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6748     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6749     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6750     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6751     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6752   data:
6753     - "vpp-perf-results-2n-skx"
6754     - "vpp-perf-results-3n-skx"
6755     - "vpp-perf-results-2n-clx"
6756     - "vpp-perf-results-3n-hsw"
6757     - "vpp-perf-results-3n-tsh"
6758     - "vpp-perf-results-2n-dnv"
6759     - "vpp-perf-results-3n-dnv"
6760   filter: "all"
6761   data-start-level: 4
6762   order-chapters:
6763     level-1:
6764       - "l2"
6765       - "ip4"
6766       - "ip6"
6767       - "srv6"
6768       - "ip4_tunnels"
6769       - "ip6_tunnels"
6770       - "vm_vhost"
6771       - "container_memif"
6772       - "crypto"
6773       - "vts"
6774       - "lb"
6775       - "nfv_density"
6776       - "hoststack"
6777     level-2:
6778       - "2n-skx"
6779       - "3n-skx"
6780       - "2n-clx"
6781       - "3n-hsw"
6782       - "3n-tsh"
6783       - "2n-dnv"
6784       - "3n-dnv"
6785     level-3:
6786       - "xl710"
6787       - "x520"
6788       - "xxv710"
6789       - "x710"
6790       - "x553"
6791       - "cx556a"
6792       - "vic1227"
6793       - "vic1385"
6794
6795 # VPP Performance Configuration
6796 - type: "file"
6797   title: "VPP Performance Configuration"
6798   algorithm: "file_details_split"
6799   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6800   dir-tables:
6801     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6802     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6803     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6804     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6805     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6806     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6807     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6808   data:
6809     - "vpp-perf-results-2n-skx"
6810     - "vpp-perf-results-3n-skx"
6811     - "vpp-perf-results-2n-clx"
6812     - "vpp-perf-results-3n-hsw"
6813     - "vpp-perf-results-3n-tsh"
6814     - "vpp-perf-results-2n-dnv"
6815     - "vpp-perf-results-3n-dnv"
6816   filter: "all"
6817   data-start-level: 4
6818   order-chapters:
6819     level-1:
6820       - "l2"
6821       - "ip4"
6822       - "ip6"
6823       - "srv6"
6824       - "ip4_tunnels"
6825       - "ip6_tunnels"
6826       - "vm_vhost"
6827       - "container_memif"
6828       - "crypto"
6829       - "vts"
6830       - "lb"
6831       - "nfv_density"
6832       - "hoststack"
6833     level-2:
6834       - "2n-skx"
6835       - "3n-skx"
6836       - "2n-clx"
6837       - "3n-hsw"
6838       - "3n-tsh"
6839       - "2n-dnv"
6840       - "3n-dnv"
6841     level-3:
6842       - "xl710"
6843       - "x520"
6844       - "xxv710"
6845       - "x710"
6846       - "x553"
6847       - "cx556a"
6848       - "vic1227"
6849       - "vic1385"
6850
6851 # VPP Performance Operational
6852 - type: "file"
6853   title: "VPP Performance Operational"
6854   algorithm: "file_details_split_html"
6855   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6856   dir-tables:
6857     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6858     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6859     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6860     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6861     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6862     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6863     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6864   data:
6865     - "vpp-perf-results-2n-skx"
6866     - "vpp-perf-results-3n-skx"
6867     - "vpp-perf-results-2n-clx"
6868     - "vpp-perf-results-3n-hsw"
6869     - "vpp-perf-results-3n-tsh"
6870     - "vpp-perf-results-2n-dnv"
6871     - "vpp-perf-results-3n-dnv"
6872   filter: "all"
6873   data-start-level: 4
6874   order-chapters:
6875     level-1:
6876       - "l2"
6877       - "ip4"
6878       - "ip6"
6879       - "srv6"
6880       - "ip4_tunnels"
6881       - "ip6_tunnels"
6882       - "vm_vhost"
6883       - "container_memif"
6884       - "crypto"
6885       - "vts"
6886       - "lb"
6887       - "nfv_density"
6888       - "hoststack"
6889     level-2:
6890       - "2n-skx"
6891       - "3n-skx"
6892       - "2n-clx"
6893       - "3n-hsw"
6894       - "3n-tsh"
6895       - "2n-dnv"
6896       - "3n-dnv"
6897     level-3:
6898       - "xl710"
6899       - "x520"
6900       - "xxv710"
6901       - "x710"
6902       - "x553"
6903       - "cx556a"
6904       - "vic1227"
6905       - "vic1385"
6906
6907 # VPP MRR Results
6908 - type: "file"
6909   title: "VPP MRR Results"
6910   algorithm: "file_details_split"
6911   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6912   dir-tables:
6913     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6914     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6915     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6916     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6917     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6918     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6919     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6920   data:
6921     - "vpp-mrr-results-2n-skx"
6922     - "vpp-mrr-results-3n-skx"
6923     - "vpp-mrr-results-2n-clx"
6924     - "vpp-mrr-results-3n-hsw"
6925     - "vpp-mrr-results-3n-tsh"
6926     - "vpp-mrr-results-2n-dnv"
6927     - "vpp-mrr-results-3n-dnv"
6928   filter: "all"
6929   data-start-level: 4
6930   order-chapters:
6931     level-1:
6932       - "l2"
6933       - "ip4"
6934       - "ip6"
6935       - "srv6"
6936       - "ip4_tunnels"
6937       - "ip6_tunnels"
6938       - "vm_vhost"
6939       - "container_memif"
6940       - "crypto"
6941       - "vts"
6942       - "lb"
6943       - "nfv_density"
6944       - "hoststack"
6945     level-2:
6946       - "2n-skx"
6947       - "3n-skx"
6948       - "2n-clx"
6949       - "3n-hsw"
6950       - "3n-tsh"
6951       - "2n-dnv"
6952       - "3n-dnv"
6953     level-3:
6954       - "xl710"
6955       - "x520"
6956       - "xxv710"
6957       - "x710"
6958       - "x553"
6959       - "cx556a"
6960       - "vic1227"
6961       - "vic1385"
6962
6963 # VPP MRR Configuration
6964 - type: "file"
6965   title: "VPP MRR Configuration"
6966   algorithm: "file_details_split"
6967   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6968   dir-tables:
6969     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6970     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6971     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6972     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6973     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6974     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6975     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6976   data:
6977     - "vpp-mrr-results-2n-skx"
6978     - "vpp-mrr-results-3n-skx"
6979     - "vpp-mrr-results-2n-clx"
6980     - "vpp-mrr-results-3n-hsw"
6981     - "vpp-mrr-results-3n-tsh"
6982     - "vpp-mrr-results-2n-dnv"
6983     - "vpp-mrr-results-3n-dnv"
6984   filter: "all"
6985   data-start-level: 4
6986   order-chapters:
6987     level-1:
6988       - "l2"
6989       - "ip4"
6990       - "ip6"
6991       - "srv6"
6992       - "ip4_tunnels"
6993       - "ip6_tunnels"
6994       - "vm_vhost"
6995       - "container_memif"
6996       - "crypto"
6997       - "vts"
6998       - "lb"
6999       - "nfv_density"
7000       - "hoststack"
7001     level-2:
7002       - "2n-skx"
7003       - "3n-skx"
7004       - "2n-clx"
7005       - "3n-hsw"
7006       - "3n-tsh"
7007       - "2n-dnv"
7008       - "3n-dnv"
7009     level-3:
7010       - "xl710"
7011       - "x520"
7012       - "xxv710"
7013       - "x710"
7014       - "x553"
7015       - "cx556a"
7016       - "vic1227"
7017       - "vic1385"
7018
7019 # VPP Device Results - Ubuntu
7020 - type: "file"
7021   title: "VPP Device Results - Ubuntu"
7022   algorithm: "file_test_results"
7023   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7024   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7025   data: "vpp-device-results-ubuntu"
7026   filter: "all"
7027   data-start-level: 4
7028
7029 # VPP Device Configuration - Ubuntu
7030 - type: "file"
7031   title: "VPP Device Configuration - Ubuntu"
7032   algorithm: "file_test_results"
7033   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7034   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7035   data: "vpp-device-results-ubuntu"
7036   filter: "all"
7037   data-start-level: 4
7038
7039 # DPDK Performance Results 3n-hsw
7040 - type: "file"
7041   title: "DPDK Performance Results 3n-hsw"
7042   algorithm: "file_test_results"
7043   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7044   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7045   data: "dpdk-perf-results-3n-hsw"
7046   filter: "all"
7047   data-start-level: 4
7048
7049 # DPDK Performance Results 3n-skx
7050 - type: "file"
7051   title: "DPDK Performance Results 3n-skx"
7052   algorithm: "file_test_results"
7053   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7054   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7055   data: "dpdk-perf-results-3n-skx"
7056   filter: "all"
7057   data-start-level: 4
7058
7059 # DPDK Performance Results 2n-skx
7060 - type: "file"
7061   title: "DPDK Performance Results 2n-skx"
7062   algorithm: "file_test_results"
7063   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7064   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7065   data: "dpdk-perf-results-2n-skx"
7066   filter: "all"
7067   data-start-level: 4
7068
7069 # DPDK Performance Results 2n-clx
7070 - type: "file"
7071   title: "DPDK Performance Results 2n-clx"
7072   algorithm: "file_test_results"
7073   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7074   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7075   data: "dpdk-perf-results-2n-clx"
7076   filter: "all"
7077   data-start-level: 4
7078
7079 # DPDK Performance Results 2n-dnv
7080 - type: "file"
7081   title: "DPDK Performance Results 2n-dnv"
7082   algorithm: "file_test_results"
7083   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7084   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7085   data: "dpdk-perf-results-2n-dnv"
7086   filter: "all"
7087   data-start-level: 4
7088
7089 # DPDK Performance Results 3n-dnv
7090 - type: "file"
7091   title: "DPDK Performance Results 3n-dnv"
7092   algorithm: "file_test_results"
7093   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7094   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7095   data: "dpdk-perf-results-3n-dnv"
7096   filter: "all"
7097   data-start-level: 4
7098
7099 # DPDK Performance Results 3n-tsh
7100 - type: "file"
7101   title: "DPDK Performance Results 3n-tsh"
7102   algorithm: "file_test_results"
7103   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7104   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7105   data: "dpdk-perf-results-3n-tsh"
7106   filter: "all"
7107   data-start-level: 4
7108
7109 ################################################################################
7110 ###                                P L O T S                                 ###
7111 ################################################################################
7112
7113 # Hoststack tests 3n-hsw
7114
7115 - type: "plot"
7116   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7117   algorithm: "plot_perf_box_name"
7118   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7119   data: "plot-vpp-hoststack-3n-hsw"
7120   include:
7121     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7122     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7123   layout:
7124     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7125     layout: "plot-hoststack"
7126
7127 - type: "plot"
7128   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7129   algorithm: "plot_perf_box_name"
7130   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7131   data: "plot-vpp-hoststack-3n-hsw"
7132   include:
7133     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7134     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7135   layout:
7136     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7137     layout: "plot-hoststack"
7138
7139 - type: "plot"
7140   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7141   algorithm: "plot_perf_box_name"
7142   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7143   data: "plot-vpp-hoststack-3n-hsw"
7144   include:
7145     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7146     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7147     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7148     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7149   layout:
7150     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7151     layout: "plot-hoststack"
7152
7153 ## Plots VPP HTTP Server Performance
7154 #- type: "plot"
7155 #  title: "VPP HTTP Server Performance"
7156 #  algorithm: "plot_http_server_perf_box"
7157 #  output-file-type: ".html"
7158 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7159 #  data:
7160 #    "plot-vpp-http-server-performance"
7161 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7162 #  parameters:
7163 #  - "result"
7164 #  - "name"
7165 #  traces:
7166 #    hoverinfo: "y+name"
7167 #    boxpoints: "outliers"
7168 #    whiskerwidth: 0
7169 #  layout:
7170 #    title: "VPP HTTP Server Performance"
7171 #    layout:
7172 #      "plot-cps"
7173 #
7174 #- type: "plot"
7175 #  title: "VPP HTTP Server Performance"
7176 #  algorithm: "plot_http_server_perf_box"
7177 #  output-file-type: ".html"
7178 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7179 #  data:
7180 #    "plot-vpp-http-server-performance"
7181 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7182 #  parameters:
7183 #  - "result"
7184 #  - "name"
7185 #  traces:
7186 #    hoverinfo: "y+name"
7187 #    boxpoints: "outliers"
7188 #    whiskerwidth: 0
7189 #  layout:
7190 #    title: "VPP HTTP Server Performance"
7191 #    layout:
7192 #      "plot-rps"
7193
7194 ################################################################################
7195
7196 # Soak Test (PLRsearch), boxes - 2n-clx
7197 - type: "plot"
7198   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7199   algorithm: "plot_perf_box_name"
7200   output-file-type: ".html"
7201   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7202   data: "plot-vpp-soak-2n-clx"
7203   include:
7204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7210   layout:
7211     title: "30 Minutes Soak Test (PLRsearch)"
7212     layout: "plot-soak-throughput"
7213
7214 # Soak Test (PLRsearch), boxes - 2n-clx
7215 - type: "plot"
7216   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7217   algorithm: "plot_perf_box_name"
7218   output-file-type: ".html"
7219   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7220   data: "plot-vpp-soak-2n-clx"
7221   include:
7222     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7224     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7225     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7227     - "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"
7228   layout:
7229     title: "30 Minutes Soak Test (PLRsearch)"
7230     layout: "plot-soak-throughput"
7231
7232 # Soak Test (PLRsearch), boxes - 2n-skx
7233 - type: "plot"
7234   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7235   algorithm: "plot_perf_box_name"
7236   output-file-type: ".html"
7237   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7238   data: "plot-vpp-soak-2n-skx"
7239   include:
7240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7246   layout:
7247     title: "30 Minutes Soak Test (PLRsearch)"
7248     layout: "plot-soak-throughput"
7249
7250 # Soak Test (PLRsearch), boxes - 2n-skx
7251 - type: "plot"
7252   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7253   algorithm: "plot_perf_box_name"
7254   output-file-type: ".html"
7255   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7256   data: "plot-vpp-soak-2n-skx"
7257   include:
7258     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7259     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7260     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7261     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7263     - "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"
7264   layout:
7265     title: "30 Minutes Soak Test (PLRsearch)"
7266     layout: "plot-soak-throughput"
7267
7268 ###############################################################################
7269
7270 # Reconf tests 2n-skx
7271
7272 - type: "plot"
7273   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7274   algorithm: "plot_nf_reconf_box_name"
7275   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7276   data: "plot-vpp-nfv-reconf-2n-skx"
7277   include:
7278     - "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"
7279     - "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"
7280     - "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"
7281     - "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"
7282     - "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"
7283     - "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"
7284   layout:
7285     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7286     layout: "plot-throughput"
7287
7288 - type: "plot"
7289   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7290   algorithm: "plot_nf_reconf_box_name"
7291   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7292   data: "plot-vpp-nfv-reconf-2n-skx"
7293   include:
7294     - "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"
7295     - "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"
7296     - "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"
7297     - "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"
7298     - "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"
7299     - "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"
7300   layout:
7301     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7302     layout: "plot-throughput"
7303
7304 - type: "plot"
7305   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7306   algorithm: "plot_nf_reconf_box_name"
7307   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7308   data: "plot-vpp-nfv-reconf-2n-skx"
7309   include:
7310     - "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"
7311     - "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"
7312     - "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"
7313     - "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"
7314     - "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"
7315     - "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"
7316   layout:
7317     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7318     layout: "plot-throughput"
7319
7320 ###############################################################################
7321
7322 # Reconf tests 2n-clx
7323
7324 - type: "plot"
7325   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7326   algorithm: "plot_nf_reconf_box_name"
7327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7328   data: "plot-vpp-nfv-reconf-2n-clx"
7329   include:
7330     - "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"
7331     - "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"
7332     - "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"
7333     - "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"
7334   layout:
7335     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7336     layout: "plot-throughput"
7337
7338 - type: "plot"
7339   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7340   algorithm: "plot_nf_reconf_box_name"
7341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7342   data: "plot-vpp-nfv-reconf-2n-clx"
7343   include:
7344     - "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"
7345     - "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"
7346     - "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"
7347     - "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"
7348   layout:
7349     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7350     layout: "plot-throughput"
7351
7352 - type: "plot"
7353   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7354   algorithm: "plot_nf_reconf_box_name"
7355   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7356   data: "plot-vpp-nfv-reconf-2n-clx"
7357   include:
7358     - "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"
7359     - "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"
7360     - "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"
7361     - "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"
7362   layout:
7363     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7364     layout: "plot-throughput"
7365
7366 ###############################################################################
7367
7368 # Plots - NF Density - VSC - MRR IMIX
7369 - type: "plot"
7370   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7371   algorithm: "plot_nf_heatmap"
7372   output-file-type: ".html"
7373   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7374   data: "plot-vpp-nfv-2n-skx-mrr"
7375   filter: "'NIC_Intel-XXV710' and
7376            'NF_DENSITY' and
7377            'VHOST' and
7378            not 'VXLAN' and
7379            'CHAIN' and
7380            'NF_VPPIP4' and
7381            'IMIX' and
7382            '2T1C' and
7383            'MRR'"
7384   parameters:
7385   - "result"
7386   - "name"
7387   - "tags"
7388   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7389   x-axis: "X = VNFs per Service Chain"
7390   y-axis: "Y = Number of Service Chains"
7391   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7392   layout:
7393     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7394     layout: "plot-service-density"
7395
7396 - type: "plot"
7397   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7398   algorithm: "plot_nf_heatmap"
7399   output-file-type: ".html"
7400   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7401   data: "plot-vpp-nfv-2n-skx-mrr"
7402   filter: "'NIC_Intel-XXV710' and
7403            'NF_DENSITY' and
7404            'VHOST' and
7405            not 'VXLAN' and
7406            'CHAIN' and
7407            'NF_VPPIP4' and
7408            'IMIX' and
7409            '4T2C' and
7410            'MRR'"
7411   parameters:
7412   - "result"
7413   - "name"
7414   - "tags"
7415   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7416   x-axis: "X = VNFs per Service Chain"
7417   y-axis: "Y = Number of Service Chains"
7418   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7419   layout:
7420     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7421     layout: "plot-service-density"
7422
7423 - type: "plot"
7424   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7425   algorithm: "plot_nf_heatmap"
7426   output-file-type: ".html"
7427   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7428   data: "plot-vpp-nfv-2n-skx-mrr"
7429   filter: "'NIC_Intel-XXV710' and
7430            'NF_DENSITY' and
7431            'VHOST' and
7432            not 'VXLAN' and
7433            'CHAIN' and
7434            'NF_VPPIP4' and
7435            'IMIX' and
7436            '8T4C' and
7437            'MRR'"
7438   parameters:
7439   - "result"
7440   - "name"
7441   - "tags"
7442   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7443   x-axis: "X = VNFs per Service Chain"
7444   y-axis: "Y = Number of Service Chains"
7445   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7446   layout:
7447     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7448     layout: "plot-service-density"
7449
7450 # Plots - NF Density - VSC - NDR IMIX
7451 - type: "plot"
7452   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7453   algorithm: "plot_nf_heatmap"
7454   output-file-type: ".html"
7455   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7456   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7457   filter: "'NIC_Intel-XXV710' and
7458            'NF_DENSITY' and
7459            'VHOST' and
7460            not 'VXLAN' and
7461            'CHAIN' and
7462            'NF_VPPIP4' and
7463            'IMIX' and
7464            '2T1C' and
7465            'NDRPDR'"
7466   parameters:
7467   - "throughput"
7468   - "name"
7469   - "tags"
7470   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7471   x-axis: "X = VNFs per Service Chain"
7472   y-axis: "Y = Number of Service Chains"
7473   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7474   layout:
7475     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7476     layout: "plot-service-density"
7477
7478 - type: "plot"
7479   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7480   algorithm: "plot_nf_heatmap"
7481   output-file-type: ".html"
7482   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7483   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7484   filter: "'NIC_Intel-XXV710' and
7485            'NF_DENSITY' and
7486            'VHOST' and
7487            not 'VXLAN' and
7488            'CHAIN' and
7489            'NF_VPPIP4' and
7490            'IMIX' and
7491            '4T2C' and
7492            'NDRPDR'"
7493   parameters:
7494   - "throughput"
7495   - "name"
7496   - "tags"
7497   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7498   x-axis: "X = VNFs per Service Chain"
7499   y-axis: "Y = Number of Service Chains"
7500   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7501   layout:
7502     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7503     layout: "plot-service-density"
7504
7505 - type: "plot"
7506   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7507   algorithm: "plot_nf_heatmap"
7508   output-file-type: ".html"
7509   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7510   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7511   filter: "'NIC_Intel-XXV710' and
7512            'NF_DENSITY' and
7513            'VHOST' and
7514            not 'VXLAN' and
7515            'CHAIN' and
7516            'NF_VPPIP4' and
7517            'IMIX' and
7518            '8T4C' and
7519            'NDRPDR'"
7520   parameters:
7521   - "throughput"
7522   - "name"
7523   - "tags"
7524   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7525   x-axis: "X = VNFs per Service Chain"
7526   y-axis: "Y = Number of Service Chains"
7527   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7528   layout:
7529     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7530     layout: "plot-service-density"
7531
7532 # Plots - NF Density - VSC - PDR IMIX
7533 - type: "plot"
7534   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7535   algorithm: "plot_nf_heatmap"
7536   output-file-type: ".html"
7537   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7538   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7539   filter: "'NIC_Intel-XXV710' and
7540            'NF_DENSITY' and
7541            'VHOST' and
7542            not 'VXLAN' and
7543            'CHAIN' and
7544            'NF_VPPIP4' and
7545            'IMIX' and
7546            '2T1C' and
7547            'NDRPDR'"
7548   parameters:
7549   - "throughput"
7550   - "name"
7551   - "tags"
7552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7553   x-axis: "X = VNFs per Service Chain"
7554   y-axis: "Y = Number of Service Chains"
7555   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7556   layout:
7557     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7558     layout: "plot-service-density"
7559
7560 - type: "plot"
7561   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7562   algorithm: "plot_nf_heatmap"
7563   output-file-type: ".html"
7564   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7565   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7566   filter: "'NIC_Intel-XXV710' and
7567            'NF_DENSITY' and
7568            'VHOST' and
7569            not 'VXLAN' and
7570            'CHAIN' and
7571            'NF_VPPIP4' and
7572            'IMIX' and
7573            '4T2C' and
7574            'NDRPDR'"
7575   parameters:
7576   - "throughput"
7577   - "name"
7578   - "tags"
7579   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7580   x-axis: "X = VNFs per Service Chain"
7581   y-axis: "Y = Number of Service Chains"
7582   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7583   layout:
7584     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7585     layout: "plot-service-density"
7586
7587 - type: "plot"
7588   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7589   algorithm: "plot_nf_heatmap"
7590   output-file-type: ".html"
7591   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7592   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7593   filter: "'NIC_Intel-XXV710' and
7594            'NF_DENSITY' and
7595            'VHOST' and
7596            not 'VXLAN' and
7597            'CHAIN' and
7598            'NF_VPPIP4' and
7599            'IMIX' and
7600            '8T4C' and
7601            'NDRPDR'"
7602   parameters:
7603   - "throughput"
7604   - "name"
7605   - "tags"
7606   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7607   x-axis: "X = VNFs per Service Chain"
7608   y-axis: "Y = Number of Service Chains"
7609   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7610   layout:
7611     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7612     layout: "plot-service-density"
7613
7614 ###############################################################################
7615
7616 # Plots - NF Density - VSC - MRR IMIX
7617 - type: "plot"
7618   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7619   algorithm: "plot_nf_heatmap"
7620   output-file-type: ".html"
7621   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7622   data: "plot-vpp-nfv-2n-skx-mrr"
7623   filter: "'NIC_Intel-XXV710' and
7624            'NF_DENSITY' and
7625            'VHOST' and
7626            'VXLAN' and
7627            'CHAIN' and
7628            'IMIX' and
7629            '2T1C' and
7630            'MRR'"
7631   parameters:
7632   - "result"
7633   - "name"
7634   - "tags"
7635   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7636   x-axis: "X = VNFs per Service Chain"
7637   y-axis: "Y = Number of Service Chains"
7638   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7639   layout:
7640     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7641     layout: "plot-service-density"
7642
7643 - type: "plot"
7644   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7645   algorithm: "plot_nf_heatmap"
7646   output-file-type: ".html"
7647   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7648   data: "plot-vpp-nfv-2n-skx-mrr"
7649   filter: "'NIC_Intel-XXV710' and
7650            'NF_DENSITY' and
7651            'VHOST' and
7652            'VXLAN' and
7653            'CHAIN' and
7654            'IMIX' and
7655            '4T2C' and
7656            'MRR'"
7657   parameters:
7658   - "result"
7659   - "name"
7660   - "tags"
7661   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7662   x-axis: "X = VNFs per Service Chain"
7663   y-axis: "Y = Number of Service Chains"
7664   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7665   layout:
7666     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7667     layout: "plot-service-density"
7668
7669 - type: "plot"
7670   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7671   algorithm: "plot_nf_heatmap"
7672   output-file-type: ".html"
7673   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7674   data: "plot-vpp-nfv-2n-skx-mrr"
7675   filter: "'NIC_Intel-XXV710' and
7676            'NF_DENSITY' and
7677            'VHOST' and
7678            'VXLAN' and
7679            'CHAIN' and
7680            'IMIX' and
7681            '8T4C' and
7682            'MRR'"
7683   parameters:
7684   - "result"
7685   - "name"
7686   - "tags"
7687   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7688   x-axis: "X = VNFs per Service Chain"
7689   y-axis: "Y = Number of Service Chains"
7690   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7691   layout:
7692     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7693     layout: "plot-service-density"
7694
7695 # Plots - NF Density - VSC - NDR IMIX
7696 - type: "plot"
7697   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7698   algorithm: "plot_nf_heatmap"
7699   output-file-type: ".html"
7700   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7701   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7702   filter: "'NIC_Intel-XXV710' and
7703            'NF_DENSITY' and
7704            'VHOST' and
7705            'VXLAN' and
7706            'CHAIN' and
7707            'IMIX' and
7708            '2T1C' and
7709            'NDRPDR'"
7710   parameters:
7711   - "throughput"
7712   - "name"
7713   - "tags"
7714   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7715   x-axis: "X = VNFs per Service Chain"
7716   y-axis: "Y = Number of Service Chains"
7717   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7718   layout:
7719     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7720     layout: "plot-service-density"
7721
7722 - type: "plot"
7723   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7724   algorithm: "plot_nf_heatmap"
7725   output-file-type: ".html"
7726   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7727   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7728   filter: "'NIC_Intel-XXV710' and
7729            'NF_DENSITY' and
7730            'VHOST' and
7731            'VXLAN' and
7732            'CHAIN' and
7733            'IMIX' and
7734            '4T2C' and
7735            'NDRPDR'"
7736   parameters:
7737   - "throughput"
7738   - "name"
7739   - "tags"
7740   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7741   x-axis: "X = VNFs per Service Chain"
7742   y-axis: "Y = Number of Service Chains"
7743   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7744   layout:
7745     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7746     layout: "plot-service-density"
7747
7748 - type: "plot"
7749   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7750   algorithm: "plot_nf_heatmap"
7751   output-file-type: ".html"
7752   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7753   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7754   filter: "'NIC_Intel-XXV710' and
7755            'NF_DENSITY' and
7756            'VHOST' and
7757            'VXLAN' and
7758            'CHAIN' and
7759            'IMIX' and
7760            '8T4C' and
7761            'NDRPDR'"
7762   parameters:
7763   - "throughput"
7764   - "name"
7765   - "tags"
7766   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7767   x-axis: "X = VNFs per Service Chain"
7768   y-axis: "Y = Number of Service Chains"
7769   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7770   layout:
7771     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7772     layout: "plot-service-density"
7773
7774 # Plots - NF Density - VSC - PDR IMIX
7775 - type: "plot"
7776   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7777   algorithm: "plot_nf_heatmap"
7778   output-file-type: ".html"
7779   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7780   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7781   filter: "'NIC_Intel-XXV710' and
7782            'NF_DENSITY' and
7783            'VHOST' and
7784            'VXLAN' and
7785            'CHAIN' and
7786            'IMIX' and
7787            '2T1C' and
7788            'NDRPDR'"
7789   parameters:
7790   - "throughput"
7791   - "name"
7792   - "tags"
7793   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7794   x-axis: "X = VNFs per Service Chain"
7795   y-axis: "Y = Number of Service Chains"
7796   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7797   layout:
7798     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7799     layout: "plot-service-density"
7800
7801 - type: "plot"
7802   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7803   algorithm: "plot_nf_heatmap"
7804   output-file-type: ".html"
7805   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7806   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7807   filter: "'NIC_Intel-XXV710' and
7808            'NF_DENSITY' and
7809            'VHOST' and
7810            'VXLAN' and
7811            'CHAIN' and
7812            'IMIX' and
7813            '4T2C' and
7814            'NDRPDR'"
7815   parameters:
7816   - "throughput"
7817   - "name"
7818   - "tags"
7819   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7820   x-axis: "X = VNFs per Service Chain"
7821   y-axis: "Y = Number of Service Chains"
7822   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7823   layout:
7824     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7825     layout: "plot-service-density"
7826
7827 - type: "plot"
7828   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7829   algorithm: "plot_nf_heatmap"
7830   output-file-type: ".html"
7831   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7832   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7833   filter: "'NIC_Intel-XXV710' and
7834            'NF_DENSITY' and
7835            'VHOST' and
7836            'VXLAN' and
7837            'CHAIN' and
7838            'IMIX' and
7839            '8T4C' and
7840            'NDRPDR'"
7841   parameters:
7842   - "throughput"
7843   - "name"
7844   - "tags"
7845   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7846   x-axis: "X = VNFs per Service Chain"
7847   y-axis: "Y = Number of Service Chains"
7848   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7849   layout:
7850     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7851     layout: "plot-service-density"
7852
7853 ###############################################################################
7854
7855 # Plots - NF Density - CSC - MRR IMIX
7856 - type: "plot"
7857   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7858   algorithm: "plot_nf_heatmap"
7859   output-file-type: ".html"
7860   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7861   data: "plot-vpp-nfv-2n-skx-mrr"
7862   filter: "'NIC_Intel-XXV710' and
7863            'NF_DENSITY' and
7864            'DOCKER' and
7865            'CHAIN' and
7866            'NF_VPPIP4' and
7867            'IMIX' and
7868            '2T1C' and
7869            'MRR'"
7870   parameters:
7871   - "result"
7872   - "name"
7873   - "tags"
7874   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7875   x-axis: "X = CNFs per Service Chain"
7876   y-axis: "Y = Number of Service Chains"
7877   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7878   layout:
7879     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7880     layout: "plot-service-density"
7881
7882 - type: "plot"
7883   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7884   algorithm: "plot_nf_heatmap"
7885   output-file-type: ".html"
7886   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7887   data: "plot-vpp-nfv-2n-skx-mrr"
7888   filter: "'NIC_Intel-XXV710' and
7889            'NF_DENSITY' and
7890            'DOCKER' and
7891            'CHAIN' and
7892            'NF_VPPIP4' and
7893            'IMIX' and
7894            '4T2C' and
7895            'MRR'"
7896   parameters:
7897   - "result"
7898   - "name"
7899   - "tags"
7900   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7901   x-axis: "X = CNFs per Service Chain"
7902   y-axis: "Y = Number of Service Chains"
7903   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7904   layout:
7905     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7906     layout: "plot-service-density"
7907
7908 - type: "plot"
7909   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7910   algorithm: "plot_nf_heatmap"
7911   output-file-type: ".html"
7912   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7913   data: "plot-vpp-nfv-2n-skx-mrr"
7914   filter: "'NIC_Intel-XXV710' and
7915            'NF_DENSITY' and
7916            'DOCKER' and
7917            'CHAIN' and
7918            'NF_VPPIP4' and
7919            'IMIX' and
7920            '8T4C' and
7921            'MRR'"
7922   parameters:
7923   - "result"
7924   - "name"
7925   - "tags"
7926   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7927   x-axis: "X = CNFs per Service Chain"
7928   y-axis: "Y = Number of Service Chains"
7929   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7930   layout:
7931     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7932     layout: "plot-service-density"
7933
7934 # Plots - NF Density - CSC - NDR IMIX
7935 - type: "plot"
7936   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7937   algorithm: "plot_nf_heatmap"
7938   output-file-type: ".html"
7939   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7940   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7941   filter: "'NIC_Intel-XXV710' and
7942            'NF_DENSITY' and
7943            'DOCKER' and
7944            'CHAIN' and
7945            'NF_VPPIP4' and
7946            'IMIX' and
7947            '2T1C' and
7948            'NDRPDR'"
7949   parameters:
7950   - "throughput"
7951   - "name"
7952   - "tags"
7953   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7954   x-axis: "X = CNFs per Service Chain"
7955   y-axis: "Y = Number of Service Chains"
7956   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7957   layout:
7958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7959     layout: "plot-service-density"
7960
7961 - type: "plot"
7962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7963   algorithm: "plot_nf_heatmap"
7964   output-file-type: ".html"
7965   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7966   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7967   filter: "'NIC_Intel-XXV710' and
7968            'NF_DENSITY' and
7969            'DOCKER' and
7970            'CHAIN' and
7971            'NF_VPPIP4' and
7972            'IMIX' and
7973            '4T2C' and
7974            'NDRPDR'"
7975   parameters:
7976   - "throughput"
7977   - "name"
7978   - "tags"
7979   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7980   x-axis: "X = CNFs per Service Chain"
7981   y-axis: "Y = Number of Service Chains"
7982   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7983   layout:
7984     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7985     layout: "plot-service-density"
7986
7987 - type: "plot"
7988   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7989   algorithm: "plot_nf_heatmap"
7990   output-file-type: ".html"
7991   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7992   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7993   filter: "'NIC_Intel-XXV710' and
7994            'NF_DENSITY' and
7995            'DOCKER' and
7996            'CHAIN' and
7997            'NF_VPPIP4' and
7998            'IMIX' and
7999            '8T4C' and
8000            'NDRPDR'"
8001   parameters:
8002   - "throughput"
8003   - "name"
8004   - "tags"
8005   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8006   x-axis: "X = CNFs per Service Chain"
8007   y-axis: "Y = Number of Service Chains"
8008   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8009   layout:
8010     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8011     layout: "plot-service-density"
8012
8013 # Plots - NF Density - CSC - PDR IMIX
8014 - type: "plot"
8015   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8016   algorithm: "plot_nf_heatmap"
8017   output-file-type: ".html"
8018   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8019   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8020   filter: "'NIC_Intel-XXV710' and
8021            'NF_DENSITY' and
8022            'DOCKER' and
8023            'CHAIN' and
8024            'NF_VPPIP4' and
8025            'IMIX' and
8026            '2T1C' and
8027            'NDRPDR'"
8028   parameters:
8029   - "throughput"
8030   - "name"
8031   - "tags"
8032   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8033   x-axis: "X = CNFs per Service Chain"
8034   y-axis: "Y = Number of Service Chains"
8035   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8036   layout:
8037     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8038     layout: "plot-service-density"
8039
8040 - type: "plot"
8041   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8042   algorithm: "plot_nf_heatmap"
8043   output-file-type: ".html"
8044   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8045   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8046   filter: "'NIC_Intel-XXV710' and
8047            'NF_DENSITY' and
8048            'DOCKER' and
8049            'CHAIN' and
8050            'NF_VPPIP4' and
8051            'IMIX' and
8052            '4T2C' and
8053            'NDRPDR'"
8054   parameters:
8055   - "throughput"
8056   - "name"
8057   - "tags"
8058   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8059   x-axis: "X = CNFs per Service Chain"
8060   y-axis: "Y = Number of Service Chains"
8061   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8062   layout:
8063     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8064     layout: "plot-service-density"
8065
8066 - type: "plot"
8067   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8068   algorithm: "plot_nf_heatmap"
8069   output-file-type: ".html"
8070   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8071   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8072   filter: "'NIC_Intel-XXV710' and
8073            'NF_DENSITY' and
8074            'DOCKER' and
8075            'CHAIN' and
8076            'NF_VPPIP4' and
8077            'IMIX' and
8078            '8T4C' and
8079            'NDRPDR'"
8080   parameters:
8081   - "throughput"
8082   - "name"
8083   - "tags"
8084   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8085   x-axis: "X = CNFs per Service Chain"
8086   y-axis: "Y = Number of Service Chains"
8087   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8088   layout:
8089     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8090     layout: "plot-service-density"
8091
8092 ################################################################################
8093 #
8094 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8095 #- type: "plot"
8096 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8097 #  algorithm: "plot_nf_heatmap"
8098 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8099 #  data: "plot-vpp-nfv-3n-skx-mrr"
8100 #  filter: "'NIC_Intel-XXV710' and
8101 #           'NF_DENSITY' and
8102 #           'DOCKER' and
8103 #           'CHAIN' and
8104 #           'NF_VPPIP4' and
8105 #           'IPSEC' and
8106 #           'TNL_4' and
8107 #           'IMIX' and
8108 #           '2T1C' and
8109 #           'MRR'"
8110 #  parameters:
8111 #  - "result"
8112 #  - "name"
8113 #  - "tags"
8114 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8115 #  x-axis: "X = CNFs per Service Chain"
8116 #  y-axis: "Y = Number of Service Chains"
8117 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8118 #  layout:
8119 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8120 #    layout: "plot-service-density"
8121 #
8122 #- type: "plot"
8123 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8124 #  algorithm: "plot_nf_heatmap"
8125 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8126 #  data: "plot-vpp-nfv-3n-skx-mrr"
8127 #  filter: "'NIC_Intel-XXV710' and
8128 #           'NF_DENSITY' and
8129 #           'DOCKER' and
8130 #           'CHAIN' and
8131 #           'NF_VPPIP4' and
8132 #           'IPSEC' and
8133 #           'TNL_4' and
8134 #           'IMIX' and
8135 #           '4T2C' and
8136 #           'MRR'"
8137 #  parameters:
8138 #  - "result"
8139 #  - "name"
8140 #  - "tags"
8141 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8142 #  x-axis: "X = CNFs per Service Chain"
8143 #  y-axis: "Y = Number of Service Chains"
8144 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8145 #  layout:
8146 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8147 #    layout: "plot-service-density"
8148 #
8149 #- type: "plot"
8150 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8151 #  algorithm: "plot_nf_heatmap"
8152 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8153 #  data: "plot-vpp-nfv-3n-skx-mrr"
8154 #  filter: "'NIC_Intel-XXV710' and
8155 #           'NF_DENSITY' and
8156 #           'DOCKER' and
8157 #           'CHAIN' and
8158 #           'NF_VPPIP4' and
8159 #           'IPSEC' and
8160 #           'TNL_4' and
8161 #           'IMIX' and
8162 #           '8T4C' and
8163 #           'MRR'"
8164 #  parameters:
8165 #  - "result"
8166 #  - "name"
8167 #  - "tags"
8168 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8169 #  x-axis: "X = CNFs per Service Chain"
8170 #  y-axis: "Y = Number of Service Chains"
8171 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8172 #  layout:
8173 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8174 #    layout: "plot-service-density"
8175
8176 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8177 - type: "plot"
8178   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8179   algorithm: "plot_nf_heatmap"
8180   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8181   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8182   filter: "'NIC_Intel-XXV710' and
8183            'NF_DENSITY' and
8184            'DOCKER' and
8185            'CHAIN' and
8186            'NF_VPPIP4' and
8187            'IPSEC' and
8188            'TNL_4' and
8189            'IMIX' and
8190            '2T1C' and
8191            'NDRPDR'"
8192   parameters:
8193   - "throughput"
8194   - "name"
8195   - "tags"
8196   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8197   x-axis: "X = CNFs per Service Chain"
8198   y-axis: "Y = Number of Service Chains"
8199   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8200   layout:
8201     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8202     layout: "plot-service-density"
8203
8204 - type: "plot"
8205   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8206   algorithm: "plot_nf_heatmap"
8207   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8208   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8209   filter: "'NIC_Intel-XXV710' and
8210            'NF_DENSITY' and
8211            'DOCKER' and
8212            'CHAIN' and
8213            'NF_VPPIP4' and
8214            'IPSEC' and
8215            'TNL_4' and
8216            'IMIX' and
8217            '4T2C' and
8218            'NDRPDR'"
8219   parameters:
8220   - "throughput"
8221   - "name"
8222   - "tags"
8223   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8224   x-axis: "X = CNFs per Service Chain"
8225   y-axis: "Y = Number of Service Chains"
8226   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8227   layout:
8228     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8229     layout: "plot-service-density"
8230
8231 - type: "plot"
8232   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8233   algorithm: "plot_nf_heatmap"
8234   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8235   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8236   filter: "'NIC_Intel-XXV710' and
8237            'NF_DENSITY' and
8238            'DOCKER' and
8239            'CHAIN' and
8240            'NF_VPPIP4' and
8241            'IPSEC' and
8242            'TNL_4' and
8243            'IMIX' and
8244            '8T4C' and
8245            'NDRPDR'"
8246   parameters:
8247   - "throughput"
8248   - "name"
8249   - "tags"
8250   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8251   x-axis: "X = CNFs per Service Chain"
8252   y-axis: "Y = Number of Service Chains"
8253   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8254   layout:
8255     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8256     layout: "plot-service-density"
8257
8258 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8259 - type: "plot"
8260   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8261   algorithm: "plot_nf_heatmap"
8262   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8263   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8264   filter: "'NIC_Intel-XXV710' and
8265            'NF_DENSITY' and
8266            'DOCKER' and
8267            'CHAIN' and
8268            'NF_VPPIP4' and
8269            'IPSEC' and
8270            'TNL_4' and
8271            'IMIX' and
8272            '2T1C' and
8273            'NDRPDR'"
8274   parameters:
8275   - "throughput"
8276   - "name"
8277   - "tags"
8278   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8279   x-axis: "X = CNFs per Service Chain"
8280   y-axis: "Y = Number of Service Chains"
8281   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8282   layout:
8283     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8284     layout: "plot-service-density"
8285
8286 - type: "plot"
8287   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8288   algorithm: "plot_nf_heatmap"
8289   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8290   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8291   filter: "'NIC_Intel-XXV710' and
8292            'NF_DENSITY' and
8293            'DOCKER' and
8294            'CHAIN' and
8295            'NF_VPPIP4' and
8296            'IPSEC' and
8297            'TNL_4' and
8298            'IMIX' and
8299            '4T2C' and
8300            'NDRPDR'"
8301   parameters:
8302   - "throughput"
8303   - "name"
8304   - "tags"
8305   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8306   x-axis: "X = CNFs per Service Chain"
8307   y-axis: "Y = Number of Service Chains"
8308   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8309   layout:
8310     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8311     layout: "plot-service-density"
8312
8313 - type: "plot"
8314   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8315   algorithm: "plot_nf_heatmap"
8316   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8317   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8318   filter: "'NIC_Intel-XXV710' and
8319            'NF_DENSITY' and
8320            'DOCKER' and
8321            'CHAIN' and
8322            'NF_VPPIP4' and
8323            'IPSEC' and
8324            'TNL_4' and
8325            'IMIX' and
8326            '8T4C' and
8327            'NDRPDR'"
8328   parameters:
8329   - "throughput"
8330   - "name"
8331   - "tags"
8332   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8333   x-axis: "X = CNFs per Service Chain"
8334   y-axis: "Y = Number of Service Chains"
8335   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8336   layout:
8337     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8338     layout: "plot-service-density"
8339
8340 ###############################################################################
8341
8342 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8343 #- type: "plot"
8344 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8345 #  algorithm: "plot_nf_heatmap"
8346 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8347 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8348 #  filter: "'NIC_Intel-XL710' and
8349 #           'NF_DENSITY' and
8350 #           'DOCKER' and
8351 #           'CHAIN' and
8352 #           'NF_VPPIP4' and
8353 #           'IMIX' and
8354 #           'TNL_4' and
8355 #           '1T1C' and
8356 #           'MRR'"
8357 #  parameters:
8358 #  - "result"
8359 #  - "name"
8360 #  - "tags"
8361 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8362 #  x-axis: "X = CNFs per Service Chain"
8363 #  y-axis: "Y = Number of Service Chains"
8364 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8365 #  layout:
8366 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8367 #    layout: "plot-service-density"
8368 #
8369 #- type: "plot"
8370 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8371 #  algorithm: "plot_nf_heatmap"
8372 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8373 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8374 #  filter: "'NIC_Intel-XL710' and
8375 #           'NF_DENSITY' and
8376 #           'DOCKER' and
8377 #           'CHAIN' and
8378 #           'NF_VPPIP4' and
8379 #           'IPSEC' and
8380 #           'TNL_4' and
8381 #           'IMIX' and
8382 #           '2T2C' and
8383 #           'MRR'"
8384 #  parameters:
8385 #  - "result"
8386 #  - "name"
8387 #  - "tags"
8388 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8389 #  x-axis: "X = CNFs per Service Chain"
8390 #  y-axis: "Y = Number of Service Chains"
8391 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8392 #  layout:
8393 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8394 #    layout: "plot-service-density"
8395 #
8396 #- type: "plot"
8397 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8398 #  algorithm: "plot_nf_heatmap"
8399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8400 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8401 #  filter: "'NIC_Intel-XL710' and
8402 #           'NF_DENSITY' and
8403 #           'DOCKER' and
8404 #           'CHAIN' and
8405 #           'NF_VPPIP4' and
8406 #           'IPSEC' and
8407 #           'TNL_4' and
8408 #           'IMIX' and
8409 #           '4T4C' and
8410 #           'MRR'"
8411 #  parameters:
8412 #  - "result"
8413 #  - "name"
8414 #  - "tags"
8415 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8416 #  x-axis: "X = CNFs per Service Chain"
8417 #  y-axis: "Y = Number of Service Chains"
8418 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8419 #  layout:
8420 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8421 #    layout: "plot-service-density"
8422
8423 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8424 #- type: "plot"
8425 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8426 #  algorithm: "plot_nf_heatmap"
8427 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8428 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8429 #  filter: "'NIC_Intel-XL710' and
8430 #           'NF_DENSITY' and
8431 #           'DOCKER' and
8432 #           'CHAIN' and
8433 #           'NF_VPPIP4' and
8434 #           'IPSEC' and
8435 #           'TNL_4' and
8436 #           'IMIX' and
8437 #           '1T1C' and
8438 #           'NDRPDR'"
8439 #  parameters:
8440 #  - "throughput"
8441 #  - "name"
8442 #  - "tags"
8443 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8444 #  x-axis: "X = CNFs per Service Chain"
8445 #  y-axis: "Y = Number of Service Chains"
8446 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8447 #  layout:
8448 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8449 #    layout: "plot-service-density"
8450 #
8451 #- type: "plot"
8452 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8453 #  algorithm: "plot_nf_heatmap"
8454 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8455 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8456 #  filter: "'NIC_Intel-XL710' and
8457 #           'NF_DENSITY' and
8458 #           'DOCKER' and
8459 #           'CHAIN' and
8460 #           'NF_VPPIP4' and
8461 #           'IPSEC' and
8462 #           'TNL_4' and
8463 #           'IMIX' and
8464 #           '2T2C' and
8465 #           'NDRPDR'"
8466 #  parameters:
8467 #  - "throughput"
8468 #  - "name"
8469 #  - "tags"
8470 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8471 #  x-axis: "X = CNFs per Service Chain"
8472 #  y-axis: "Y = Number of Service Chains"
8473 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8474 #  layout:
8475 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8476 #    layout: "plot-service-density"
8477 #
8478 #- type: "plot"
8479 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8480 #  algorithm: "plot_nf_heatmap"
8481 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8482 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8483 #  filter: "'NIC_Intel-XL710' and
8484 #           'NF_DENSITY' and
8485 #           'DOCKER' and
8486 #           'CHAIN' and
8487 #           'NF_VPPIP4' and
8488 #           'IPSEC' and
8489 #           'TNL_4' and
8490 #           'IMIX' and
8491 #           '4T4C' and
8492 #           'NDRPDR'"
8493 #  parameters:
8494 #  - "throughput"
8495 #  - "name"
8496 #  - "tags"
8497 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8498 #  x-axis: "X = CNFs per Service Chain"
8499 #  y-axis: "Y = Number of Service Chains"
8500 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8501 #  layout:
8502 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8503 #    layout: "plot-service-density"
8504 #
8505 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8506 #- type: "plot"
8507 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8508 #  algorithm: "plot_nf_heatmap"
8509 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8510 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8511 #  filter: "'NIC_Intel-XL710' and
8512 #           'NF_DENSITY' and
8513 #           'DOCKER' and
8514 #           'CHAIN' and
8515 #           'NF_VPPIP4' and
8516 #           'IPSEC' and
8517 #           'TNL_4' and
8518 #           'IMIX' and
8519 #           '1T1C' and
8520 #           'NDRPDR'"
8521 #  parameters:
8522 #  - "throughput"
8523 #  - "name"
8524 #  - "tags"
8525 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8526 #  x-axis: "X = CNFs per Service Chain"
8527 #  y-axis: "Y = Number of Service Chains"
8528 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8529 #  layout:
8530 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8531 #    layout: "plot-service-density"
8532 #
8533 #- type: "plot"
8534 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8535 #  algorithm: "plot_nf_heatmap"
8536 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8537 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8538 #  filter: "'NIC_Intel-XL710' and
8539 #           'NF_DENSITY' and
8540 #           'DOCKER' and
8541 #           'CHAIN' and
8542 #           'NF_VPPIP4' and
8543 #           'IPSEC' and
8544 #           'TNL_4' and
8545 #           'IMIX' and
8546 #           '2T2C' and
8547 #           'NDRPDR'"
8548 #  parameters:
8549 #  - "throughput"
8550 #  - "name"
8551 #  - "tags"
8552 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8553 #  x-axis: "X = CNFs per Service Chain"
8554 #  y-axis: "Y = Number of Service Chains"
8555 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8556 #  layout:
8557 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8558 #    layout: "plot-service-density"
8559 #
8560 #- type: "plot"
8561 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8562 #  algorithm: "plot_nf_heatmap"
8563 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8564 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8565 #  filter: "'NIC_Intel-XL710' and
8566 #           'NF_DENSITY' and
8567 #           'DOCKER' and
8568 #           'CHAIN' and
8569 #           'NF_VPPIP4' and
8570 #           'IPSEC' and
8571 #           'TNL_4' and
8572 #           'IMIX' and
8573 #           '4T4C' and
8574 #           'NDRPDR'"
8575 #  parameters:
8576 #  - "throughput"
8577 #  - "name"
8578 #  - "tags"
8579 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8580 #  x-axis: "X = CNFs per Service Chain"
8581 #  y-axis: "Y = Number of Service Chains"
8582 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8583 #  layout:
8584 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8585 #    layout: "plot-service-density"
8586
8587 ###############################################################################
8588
8589 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8590 #- type: "plot"
8591 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8592 #  algorithm: "plot_nf_heatmap"
8593 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8594 #  data: "plot-vpp-nfv-3n-skx-mrr"
8595 #  filter: "'NIC_Intel-XXV710' and
8596 #           'NF_DENSITY' and
8597 #           'DOCKER' and
8598 #           'CHAIN' and
8599 #           'NF_VPPIP4' and
8600 #           'IPSEC' and
8601 #           'TNL_1000' and
8602 #           'IMIX' and
8603 #           '2T1C' and
8604 #           'MRR'"
8605 #  parameters:
8606 #  - "result"
8607 #  - "name"
8608 #  - "tags"
8609 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8610 #  x-axis: "X = CNFs per Service Chain"
8611 #  y-axis: "Y = Number of Service Chains"
8612 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8613 #  layout:
8614 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8615 #    layout: "plot-service-density"
8616 #
8617 #- type: "plot"
8618 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8619 #  algorithm: "plot_nf_heatmap"
8620 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8621 #  data: "plot-vpp-nfv-3n-skx-mrr"
8622 #  filter: "'NIC_Intel-XXV710' and
8623 #           'NF_DENSITY' and
8624 #           'DOCKER' and
8625 #           'CHAIN' and
8626 #           'NF_VPPIP4' and
8627 #           'IPSEC' and
8628 #           'TNL_1000' and
8629 #           'IMIX' and
8630 #           '4T2C' and
8631 #           'MRR'"
8632 #  parameters:
8633 #  - "result"
8634 #  - "name"
8635 #  - "tags"
8636 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8637 #  x-axis: "X = CNFs per Service Chain"
8638 #  y-axis: "Y = Number of Service Chains"
8639 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8640 #  layout:
8641 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8642 #    layout: "plot-service-density"
8643 #
8644 #- type: "plot"
8645 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8646 #  algorithm: "plot_nf_heatmap"
8647 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8648 #  data: "plot-vpp-nfv-3n-skx-mrr"
8649 #  filter: "'NIC_Intel-XXV710' and
8650 #           'NF_DENSITY' and
8651 #           'DOCKER' and
8652 #           'CHAIN' and
8653 #           'NF_VPPIP4' and
8654 #           'IPSEC' and
8655 #           'TNL_1000' and
8656 #           'IMIX' and
8657 #           '8T4C' and
8658 #           'MRR'"
8659 #  parameters:
8660 #  - "result"
8661 #  - "name"
8662 #  - "tags"
8663 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8664 #  x-axis: "X = CNFs per Service Chain"
8665 #  y-axis: "Y = Number of Service Chains"
8666 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8667 #  layout:
8668 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8669 #    layout: "plot-service-density"
8670
8671 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8672 - type: "plot"
8673   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8674   algorithm: "plot_nf_heatmap"
8675   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8676   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8677   filter: "'NIC_Intel-XXV710' and
8678            'NF_DENSITY' and
8679            'DOCKER' and
8680            'CHAIN' and
8681            'NF_VPPIP4' and
8682            'IPSEC' and
8683            'TNL_1000' and
8684            'IMIX' and
8685            '2T1C' and
8686            'NDRPDR'"
8687   parameters:
8688   - "throughput"
8689   - "name"
8690   - "tags"
8691   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8692   x-axis: "X = CNFs per Service Chain"
8693   y-axis: "Y = Number of Service Chains"
8694   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8695   layout:
8696     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8697     layout: "plot-service-density"
8698
8699 - type: "plot"
8700   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8701   algorithm: "plot_nf_heatmap"
8702   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8703   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8704   filter: "'NIC_Intel-XXV710' and
8705            'NF_DENSITY' and
8706            'DOCKER' and
8707            'CHAIN' and
8708            'NF_VPPIP4' and
8709            'IPSEC' and
8710            'TNL_1000' and
8711            'IMIX' and
8712            '4T2C' and
8713            'NDRPDR'"
8714   parameters:
8715   - "throughput"
8716   - "name"
8717   - "tags"
8718   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8719   x-axis: "X = CNFs per Service Chain"
8720   y-axis: "Y = Number of Service Chains"
8721   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8722   layout:
8723     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8724     layout: "plot-service-density"
8725
8726 - type: "plot"
8727   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8728   algorithm: "plot_nf_heatmap"
8729   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8730   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8731   filter: "'NIC_Intel-XXV710' and
8732            'NF_DENSITY' and
8733            'DOCKER' and
8734            'CHAIN' and
8735            'NF_VPPIP4' and
8736            'IPSEC' and
8737            'TNL_1000' and
8738            'IMIX' and
8739            '8T4C' and
8740            'NDRPDR'"
8741   parameters:
8742   - "throughput"
8743   - "name"
8744   - "tags"
8745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8746   x-axis: "X = CNFs per Service Chain"
8747   y-axis: "Y = Number of Service Chains"
8748   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8749   layout:
8750     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8751     layout: "plot-service-density"
8752
8753 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8754 - type: "plot"
8755   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8756   algorithm: "plot_nf_heatmap"
8757   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8758   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8759   filter: "'NIC_Intel-XXV710' and
8760            'NF_DENSITY' and
8761            'DOCKER' and
8762            'CHAIN' and
8763            'NF_VPPIP4' and
8764            'IPSEC' and
8765            'TNL_1000' and
8766            'IMIX' and
8767            '2T1C' and
8768            'NDRPDR'"
8769   parameters:
8770   - "throughput"
8771   - "name"
8772   - "tags"
8773   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8774   x-axis: "X = CNFs per Service Chain"
8775   y-axis: "Y = Number of Service Chains"
8776   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8777   layout:
8778     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8779     layout: "plot-service-density"
8780
8781 - type: "plot"
8782   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8783   algorithm: "plot_nf_heatmap"
8784   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8785   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8786   filter: "'NIC_Intel-XXV710' and
8787            'NF_DENSITY' and
8788            'DOCKER' and
8789            'CHAIN' and
8790            'NF_VPPIP4' and
8791            'IPSEC' and
8792            'TNL_1000' and
8793            'IMIX' and
8794            '4T2C' and
8795            'NDRPDR'"
8796   parameters:
8797   - "throughput"
8798   - "name"
8799   - "tags"
8800   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8801   x-axis: "X = CNFs per Service Chain"
8802   y-axis: "Y = Number of Service Chains"
8803   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8804   layout:
8805     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8806     layout: "plot-service-density"
8807
8808 - type: "plot"
8809   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8810   algorithm: "plot_nf_heatmap"
8811   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8812   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8813   filter: "'NIC_Intel-XXV710' and
8814            'NF_DENSITY' and
8815            'DOCKER' and
8816            'CHAIN' and
8817            'NF_VPPIP4' and
8818            'IPSEC' and
8819            'TNL_1000' and
8820            'IMIX' and
8821            '8T4C' and
8822            'NDRPDR'"
8823   parameters:
8824   - "throughput"
8825   - "name"
8826   - "tags"
8827   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8828   x-axis: "X = CNFs per Service Chain"
8829   y-axis: "Y = Number of Service Chains"
8830   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8831   layout:
8832     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8833     layout: "plot-service-density"
8834
8835 ###############################################################################
8836
8837 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8838 #- type: "plot"
8839 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8840 #  algorithm: "plot_nf_heatmap"
8841 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8842 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8843 #  filter: "'NIC_Intel-XL710' and
8844 #           'NF_DENSITY' and
8845 #           'DOCKER' and
8846 #           'CHAIN' and
8847 #           'NF_VPPIP4' and
8848 #           'IMIX' and
8849 #           'TNL_1000' and
8850 #           '1T1C' and
8851 #           'MRR'"
8852 #  parameters:
8853 #  - "result"
8854 #  - "name"
8855 #  - "tags"
8856 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8857 #  x-axis: "X = CNFs per Service Chain"
8858 #  y-axis: "Y = Number of Service Chains"
8859 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8860 #  layout:
8861 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8862 #    layout: "plot-service-density"
8863 #
8864 #- type: "plot"
8865 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8866 #  algorithm: "plot_nf_heatmap"
8867 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8868 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8869 #  filter: "'NIC_Intel-XL710' and
8870 #           'NF_DENSITY' and
8871 #           'DOCKER' and
8872 #           'CHAIN' and
8873 #           'NF_VPPIP4' and
8874 #           'IPSEC' and
8875 #           'TNL_1000' and
8876 #           'IMIX' and
8877 #           '2T2C' and
8878 #           'MRR'"
8879 #  parameters:
8880 #  - "result"
8881 #  - "name"
8882 #  - "tags"
8883 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8884 #  x-axis: "X = CNFs per Service Chain"
8885 #  y-axis: "Y = Number of Service Chains"
8886 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8887 #  layout:
8888 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8889 #    layout: "plot-service-density"
8890 #
8891 #- type: "plot"
8892 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8893 #  algorithm: "plot_nf_heatmap"
8894 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8895 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8896 #  filter: "'NIC_Intel-XL710' and
8897 #           'NF_DENSITY' and
8898 #           'DOCKER' and
8899 #           'CHAIN' and
8900 #           'NF_VPPIP4' and
8901 #           'IPSEC' and
8902 #           'TNL_1000' and
8903 #           'IMIX' and
8904 #           '4T4C' and
8905 #           'MRR'"
8906 #  parameters:
8907 #  - "result"
8908 #  - "name"
8909 #  - "tags"
8910 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8911 #  x-axis: "X = CNFs per Service Chain"
8912 #  y-axis: "Y = Number of Service Chains"
8913 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8914 #  layout:
8915 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8916 #    layout: "plot-service-density"
8917
8918 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8919 #- type: "plot"
8920 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8921 #  algorithm: "plot_nf_heatmap"
8922 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8923 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8924 #  filter: "'NIC_Intel-XL710' and
8925 #           'NF_DENSITY' and
8926 #           'DOCKER' and
8927 #           'CHAIN' and
8928 #           'NF_VPPIP4' and
8929 #           'IPSEC' and
8930 #           'TNL_1000' and
8931 #           'IMIX' and
8932 #           '1T1C' and
8933 #           'NDRPDR'"
8934 #  parameters:
8935 #  - "throughput"
8936 #  - "name"
8937 #  - "tags"
8938 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8939 #  x-axis: "X = CNFs per Service Chain"
8940 #  y-axis: "Y = Number of Service Chains"
8941 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8942 #  layout:
8943 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8944 #    layout: "plot-service-density"
8945 #
8946 #- type: "plot"
8947 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8948 #  algorithm: "plot_nf_heatmap"
8949 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8950 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8951 #  filter: "'NIC_Intel-XL710' and
8952 #           'NF_DENSITY' and
8953 #           'DOCKER' and
8954 #           'CHAIN' and
8955 #           'NF_VPPIP4' and
8956 #           'IPSEC' and
8957 #           'TNL_1000' and
8958 #           'IMIX' and
8959 #           '2T2C' and
8960 #           'NDRPDR'"
8961 #  parameters:
8962 #  - "throughput"
8963 #  - "name"
8964 #  - "tags"
8965 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8966 #  x-axis: "X = CNFs per Service Chain"
8967 #  y-axis: "Y = Number of Service Chains"
8968 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8969 #  layout:
8970 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8971 #    layout: "plot-service-density"
8972 #
8973 #- type: "plot"
8974 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8975 #  algorithm: "plot_nf_heatmap"
8976 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8977 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8978 #  filter: "'NIC_Intel-XL710' and
8979 #           'NF_DENSITY' and
8980 #           'DOCKER' and
8981 #           'CHAIN' and
8982 #           'NF_VPPIP4' and
8983 #           'IPSEC' and
8984 #           'TNL_1000' and
8985 #           'IMIX' and
8986 #           '4T4C' and
8987 #           'NDRPDR'"
8988 #  parameters:
8989 #  - "throughput"
8990 #  - "name"
8991 #  - "tags"
8992 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8993 #  x-axis: "X = CNFs per Service Chain"
8994 #  y-axis: "Y = Number of Service Chains"
8995 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8996 #  layout:
8997 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8998 #    layout: "plot-service-density"
8999 #
9000 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9001 #- type: "plot"
9002 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9003 #  algorithm: "plot_nf_heatmap"
9004 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9005 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9006 #  filter: "'NIC_Intel-XL710' and
9007 #           'NF_DENSITY' and
9008 #           'DOCKER' and
9009 #           'CHAIN' and
9010 #           'NF_VPPIP4' and
9011 #           'IPSEC' and
9012 #           'TNL_1000' and
9013 #           'IMIX' and
9014 #           '1T1C' and
9015 #           'NDRPDR'"
9016 #  parameters:
9017 #  - "throughput"
9018 #  - "name"
9019 #  - "tags"
9020 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9021 #  x-axis: "X = CNFs per Service Chain"
9022 #  y-axis: "Y = Number of Service Chains"
9023 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9024 #  layout:
9025 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9026 #    layout: "plot-service-density"
9027 #
9028 #- type: "plot"
9029 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9030 #  algorithm: "plot_nf_heatmap"
9031 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9032 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9033 #  filter: "'NIC_Intel-XL710' and
9034 #           'NF_DENSITY' and
9035 #           'DOCKER' and
9036 #           'CHAIN' and
9037 #           'NF_VPPIP4' and
9038 #           'IPSEC' and
9039 #           'TNL_1000' and
9040 #           'IMIX' and
9041 #           '2T2C' and
9042 #           'NDRPDR'"
9043 #  parameters:
9044 #  - "throughput"
9045 #  - "name"
9046 #  - "tags"
9047 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9048 #  x-axis: "X = CNFs per Service Chain"
9049 #  y-axis: "Y = Number of Service Chains"
9050 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9051 #  layout:
9052 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9053 #    layout: "plot-service-density"
9054 #
9055 #- type: "plot"
9056 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9057 #  algorithm: "plot_nf_heatmap"
9058 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9059 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9060 #  filter: "'NIC_Intel-XL710' and
9061 #           'NF_DENSITY' and
9062 #           'DOCKER' and
9063 #           'CHAIN' and
9064 #           'NF_VPPIP4' and
9065 #           'IPSEC' and
9066 #           'TNL_1000' and
9067 #           'IMIX' and
9068 #           '4T4C' and
9069 #           'NDRPDR'"
9070 #  parameters:
9071 #  - "throughput"
9072 #  - "name"
9073 #  - "tags"
9074 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9075 #  x-axis: "X = CNFs per Service Chain"
9076 #  y-axis: "Y = Number of Service Chains"
9077 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9078 #  layout:
9079 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9080 #    layout: "plot-service-density"
9081
9082 ###############################################################################
9083
9084 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9085 #- type: "plot"
9086 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9087 #  algorithm: "plot_nf_heatmap"
9088 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9089 #  data: "plot-vpp-nfv-3n-skx-mrr"
9090 #  filter: "'NIC_Intel-XXV710' and
9091 #           'NF_DENSITY' and
9092 #           'DOCKER' and
9093 #           'CHAIN' and
9094 #           'NF_VPPIP4' and
9095 #           'IPSEC' and
9096 #           'TNL_10000' and
9097 #           'IMIX' and
9098 #           '2T1C' and
9099 #           'MRR'"
9100 #  parameters:
9101 #  - "result"
9102 #  - "name"
9103 #  - "tags"
9104 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9105 #  x-axis: "X = CNFs per Service Chain"
9106 #  y-axis: "Y = Number of Service Chains"
9107 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9108 #  layout:
9109 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9110 #    layout: "plot-service-density"
9111 #
9112 #- type: "plot"
9113 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9114 #  algorithm: "plot_nf_heatmap"
9115 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9116 #  data: "plot-vpp-nfv-3n-skx-mrr"
9117 #  filter: "'NIC_Intel-XXV710' and
9118 #           'NF_DENSITY' and
9119 #           'DOCKER' and
9120 #           'CHAIN' and
9121 #           'NF_VPPIP4' and
9122 #           'IPSEC' and
9123 #           'TNL_10000' and
9124 #           'IMIX' and
9125 #           '4T2C' and
9126 #           'MRR'"
9127 #  parameters:
9128 #  - "result"
9129 #  - "name"
9130 #  - "tags"
9131 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9132 #  x-axis: "X = CNFs per Service Chain"
9133 #  y-axis: "Y = Number of Service Chains"
9134 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9135 #  layout:
9136 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9137 #    layout: "plot-service-density"
9138 #
9139 #- type: "plot"
9140 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9141 #  algorithm: "plot_nf_heatmap"
9142 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9143 #  data: "plot-vpp-nfv-3n-skx-mrr"
9144 #  filter: "'NIC_Intel-XXV710' and
9145 #           'NF_DENSITY' and
9146 #           'DOCKER' and
9147 #           'CHAIN' and
9148 #           'NF_VPPIP4' and
9149 #           'IPSEC' and
9150 #           'TNL_10000' and
9151 #           'IMIX' and
9152 #           '8T4C' and
9153 #           'MRR'"
9154 #  parameters:
9155 #  - "result"
9156 #  - "name"
9157 #  - "tags"
9158 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9159 #  x-axis: "X = CNFs per Service Chain"
9160 #  y-axis: "Y = Number of Service Chains"
9161 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9162 #  layout:
9163 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9164 #    layout: "plot-service-density"
9165
9166 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9167 - type: "plot"
9168   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9169   algorithm: "plot_nf_heatmap"
9170   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9171   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9172   filter: "'NIC_Intel-XXV710' and
9173            'NF_DENSITY' and
9174            'DOCKER' and
9175            'CHAIN' and
9176            'NF_VPPIP4' and
9177            'IPSEC' and
9178            'TNL_10000' and
9179            'IMIX' and
9180            '2T1C' and
9181            'NDRPDR'"
9182   parameters:
9183   - "throughput"
9184   - "name"
9185   - "tags"
9186   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9187   x-axis: "X = CNFs per Service Chain"
9188   y-axis: "Y = Number of Service Chains"
9189   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9190   layout:
9191     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9192     layout: "plot-service-density"
9193
9194 - type: "plot"
9195   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9196   algorithm: "plot_nf_heatmap"
9197   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9198   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9199   filter: "'NIC_Intel-XXV710' and
9200            'NF_DENSITY' and
9201            'DOCKER' and
9202            'CHAIN' and
9203            'NF_VPPIP4' and
9204            'IPSEC' and
9205            'TNL_10000' and
9206            'IMIX' and
9207            '4T2C' and
9208            'NDRPDR'"
9209   parameters:
9210   - "throughput"
9211   - "name"
9212   - "tags"
9213   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9214   x-axis: "X = CNFs per Service Chain"
9215   y-axis: "Y = Number of Service Chains"
9216   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9217   layout:
9218     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9219     layout: "plot-service-density"
9220
9221 - type: "plot"
9222   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9223   algorithm: "plot_nf_heatmap"
9224   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9225   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9226   filter: "'NIC_Intel-XXV710' and
9227            'NF_DENSITY' and
9228            'DOCKER' and
9229            'CHAIN' and
9230            'NF_VPPIP4' and
9231            'IPSEC' and
9232            'TNL_10000' and
9233            'IMIX' and
9234            '8T4C' and
9235            'NDRPDR'"
9236   parameters:
9237   - "throughput"
9238   - "name"
9239   - "tags"
9240   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9241   x-axis: "X = CNFs per Service Chain"
9242   y-axis: "Y = Number of Service Chains"
9243   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9244   layout:
9245     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9246     layout: "plot-service-density"
9247
9248 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9249 - type: "plot"
9250   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9251   algorithm: "plot_nf_heatmap"
9252   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9253   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9254   filter: "'NIC_Intel-XXV710' and
9255            'NF_DENSITY' and
9256            'DOCKER' and
9257            'CHAIN' and
9258            'NF_VPPIP4' and
9259            'IPSEC' and
9260            'TNL_10000' and
9261            'IMIX' and
9262            '2T1C' and
9263            'NDRPDR'"
9264   parameters:
9265   - "throughput"
9266   - "name"
9267   - "tags"
9268   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9269   x-axis: "X = CNFs per Service Chain"
9270   y-axis: "Y = Number of Service Chains"
9271   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9272   layout:
9273     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9274     layout: "plot-service-density"
9275
9276 - type: "plot"
9277   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9278   algorithm: "plot_nf_heatmap"
9279   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9280   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9281   filter: "'NIC_Intel-XXV710' and
9282            'NF_DENSITY' and
9283            'DOCKER' and
9284            'CHAIN' and
9285            'NF_VPPIP4' and
9286            'IPSEC' and
9287            'TNL_10000' and
9288            'IMIX' and
9289            '4T2C' and
9290            'NDRPDR'"
9291   parameters:
9292   - "throughput"
9293   - "name"
9294   - "tags"
9295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9296   x-axis: "X = CNFs per Service Chain"
9297   y-axis: "Y = Number of Service Chains"
9298   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9299   layout:
9300     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9301     layout: "plot-service-density"
9302
9303 - type: "plot"
9304   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9305   algorithm: "plot_nf_heatmap"
9306   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9307   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9308   filter: "'NIC_Intel-XXV710' and
9309            'NF_DENSITY' and
9310            'DOCKER' and
9311            'CHAIN' and
9312            'NF_VPPIP4' and
9313            'IPSEC' and
9314            'TNL_10000' and
9315            'IMIX' and
9316            '8T4C' and
9317            'NDRPDR'"
9318   parameters:
9319   - "throughput"
9320   - "name"
9321   - "tags"
9322   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9323   x-axis: "X = CNFs per Service Chain"
9324   y-axis: "Y = Number of Service Chains"
9325   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9326   layout:
9327     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9328     layout: "plot-service-density"
9329
9330 ###############################################################################
9331
9332 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9333 #- type: "plot"
9334 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9335 #  algorithm: "plot_nf_heatmap"
9336 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9337 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9338 #  filter: "'NIC_Intel-XL710' and
9339 #           'NF_DENSITY' and
9340 #           'DOCKER' and
9341 #           'CHAIN' and
9342 #           'NF_VPPIP4' and
9343 #           'IMIX' and
9344 #           'TNL_10000' and
9345 #           '1T1C' and
9346 #           'MRR'"
9347 #  parameters:
9348 #  - "result"
9349 #  - "name"
9350 #  - "tags"
9351 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9352 #  x-axis: "X = CNFs per Service Chain"
9353 #  y-axis: "Y = Number of Service Chains"
9354 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9355 #  layout:
9356 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9357 #    layout: "plot-service-density"
9358 #
9359 #- type: "plot"
9360 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9361 #  algorithm: "plot_nf_heatmap"
9362 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9363 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9364 #  filter: "'NIC_Intel-XL710' and
9365 #           'NF_DENSITY' and
9366 #           'DOCKER' and
9367 #           'CHAIN' and
9368 #           'NF_VPPIP4' and
9369 #           'IPSEC' and
9370 #           'TNL_10000' and
9371 #           'IMIX' and
9372 #           '2T2C' and
9373 #           'MRR'"
9374 #  parameters:
9375 #  - "result"
9376 #  - "name"
9377 #  - "tags"
9378 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9379 #  x-axis: "X = CNFs per Service Chain"
9380 #  y-axis: "Y = Number of Service Chains"
9381 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9382 #  layout:
9383 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9384 #    layout: "plot-service-density"
9385 #
9386 #- type: "plot"
9387 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9388 #  algorithm: "plot_nf_heatmap"
9389 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9390 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9391 #  filter: "'NIC_Intel-XL710' and
9392 #           'NF_DENSITY' and
9393 #           'DOCKER' and
9394 #           'CHAIN' and
9395 #           'NF_VPPIP4' and
9396 #           'IPSEC' and
9397 #           'TNL_10000' and
9398 #           'IMIX' and
9399 #           '4T4C' and
9400 #           'MRR'"
9401 #  parameters:
9402 #  - "result"
9403 #  - "name"
9404 #  - "tags"
9405 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9406 #  x-axis: "X = CNFs per Service Chain"
9407 #  y-axis: "Y = Number of Service Chains"
9408 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9409 #  layout:
9410 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9411 #    layout: "plot-service-density"
9412
9413 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9414 #- type: "plot"
9415 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9416 #  algorithm: "plot_nf_heatmap"
9417 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9418 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9419 #  filter: "'NIC_Intel-XL710' and
9420 #           'NF_DENSITY' and
9421 #           'DOCKER' and
9422 #           'CHAIN' and
9423 #           'NF_VPPIP4' and
9424 #           'IPSEC' and
9425 #           'TNL_10000' and
9426 #           'IMIX' and
9427 #           '1T1C' and
9428 #           'NDRPDR'"
9429 #  parameters:
9430 #  - "throughput"
9431 #  - "name"
9432 #  - "tags"
9433 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9434 #  x-axis: "X = CNFs per Service Chain"
9435 #  y-axis: "Y = Number of Service Chains"
9436 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9437 #  layout:
9438 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9439 #    layout: "plot-service-density"
9440 #
9441 #- type: "plot"
9442 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9443 #  algorithm: "plot_nf_heatmap"
9444 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9445 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9446 #  filter: "'NIC_Intel-XL710' and
9447 #           'NF_DENSITY' and
9448 #           'DOCKER' and
9449 #           'CHAIN' and
9450 #           'NF_VPPIP4' and
9451 #           'IPSEC' and
9452 #           'TNL_10000' and
9453 #           'IMIX' and
9454 #           '2T2C' and
9455 #           'NDRPDR'"
9456 #  parameters:
9457 #  - "throughput"
9458 #  - "name"
9459 #  - "tags"
9460 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9461 #  x-axis: "X = CNFs per Service Chain"
9462 #  y-axis: "Y = Number of Service Chains"
9463 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9464 #  layout:
9465 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9466 #    layout: "plot-service-density"
9467 #
9468 #- type: "plot"
9469 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9470 #  algorithm: "plot_nf_heatmap"
9471 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9472 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9473 #  filter: "'NIC_Intel-XL710' and
9474 #           'NF_DENSITY' and
9475 #           'DOCKER' and
9476 #           'CHAIN' and
9477 #           'NF_VPPIP4' and
9478 #           'IPSEC' and
9479 #           'TNL_10000' and
9480 #           'IMIX' and
9481 #           '4T4C' and
9482 #           'NDRPDR'"
9483 #  parameters:
9484 #  - "throughput"
9485 #  - "name"
9486 #  - "tags"
9487 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9488 #  x-axis: "X = CNFs per Service Chain"
9489 #  y-axis: "Y = Number of Service Chains"
9490 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9491 #  layout:
9492 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9493 #    layout: "plot-service-density"
9494 #
9495 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9496 #- type: "plot"
9497 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9498 #  algorithm: "plot_nf_heatmap"
9499 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9500 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9501 #  filter: "'NIC_Intel-XL710' and
9502 #           'NF_DENSITY' and
9503 #           'DOCKER' and
9504 #           'CHAIN' and
9505 #           'NF_VPPIP4' and
9506 #           'IPSEC' and
9507 #           'TNL_10000' and
9508 #           'IMIX' and
9509 #           '1T1C' and
9510 #           'NDRPDR'"
9511 #  parameters:
9512 #  - "throughput"
9513 #  - "name"
9514 #  - "tags"
9515 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9516 #  x-axis: "X = CNFs per Service Chain"
9517 #  y-axis: "Y = Number of Service Chains"
9518 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9519 #  layout:
9520 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9521 #    layout: "plot-service-density"
9522 #
9523 #- type: "plot"
9524 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9525 #  algorithm: "plot_nf_heatmap"
9526 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9527 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9528 #  filter: "'NIC_Intel-XL710' and
9529 #           'NF_DENSITY' and
9530 #           'DOCKER' and
9531 #           'CHAIN' and
9532 #           'NF_VPPIP4' and
9533 #           'IPSEC' and
9534 #           'TNL_10000' and
9535 #           'IMIX' and
9536 #           '2T2C' and
9537 #           'NDRPDR'"
9538 #  parameters:
9539 #  - "throughput"
9540 #  - "name"
9541 #  - "tags"
9542 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9543 #  x-axis: "X = CNFs per Service Chain"
9544 #  y-axis: "Y = Number of Service Chains"
9545 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9546 #  layout:
9547 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9548 #    layout: "plot-service-density"
9549 #
9550 #- type: "plot"
9551 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9552 #  algorithm: "plot_nf_heatmap"
9553 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9554 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9555 #  filter: "'NIC_Intel-XL710' and
9556 #           'NF_DENSITY' and
9557 #           'DOCKER' and
9558 #           'CHAIN' and
9559 #           'NF_VPPIP4' and
9560 #           'IPSEC' and
9561 #           'TNL_10000' and
9562 #           'IMIX' and
9563 #           '4T4C' and
9564 #           'NDRPDR'"
9565 #  parameters:
9566 #  - "throughput"
9567 #  - "name"
9568 #  - "tags"
9569 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9570 #  x-axis: "X = CNFs per Service Chain"
9571 #  y-axis: "Y = Number of Service Chains"
9572 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9573 #  layout:
9574 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9575 #    layout: "plot-service-density"
9576
9577 ###############################################################################
9578
9579 # Plots - NF Density - CSP - MRR IMIX
9580 - type: "plot"
9581   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9582   algorithm: "plot_nf_heatmap"
9583   output-file-type: ".html"
9584   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9585   data: "plot-vpp-nfv-2n-skx-mrr"
9586   filter: "'NIC_Intel-XXV710' and
9587            'NF_DENSITY' and
9588            'DOCKER' and
9589            'PIPELINE' and
9590            'NF_VPPIP4' and
9591            'IMIX' and
9592            '2T1C' and
9593            'MRR'"
9594   parameters:
9595   - "result"
9596   - "name"
9597   - "tags"
9598   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9599   x-axis: "X = CNFs per Service Pipeline"
9600   y-axis: "Y = Number of Service Pipelines"
9601   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9602   layout:
9603     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9604     layout: "plot-service-density"
9605
9606 - type: "plot"
9607   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9608   algorithm: "plot_nf_heatmap"
9609   output-file-type: ".html"
9610   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9611   data: "plot-vpp-nfv-2n-skx-mrr"
9612   filter: "'NIC_Intel-XXV710' and
9613            'NF_DENSITY' and
9614            'DOCKER' and
9615            'PIPELINE' and
9616            'NF_VPPIP4' and
9617            'IMIX' and
9618            '4T2C' and
9619            'MRR'"
9620   parameters:
9621   - "result"
9622   - "name"
9623   - "tags"
9624   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9625   x-axis: "X = CNFs per Service Pipeline"
9626   y-axis: "Y = Number of Service Pipelines"
9627   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9628   layout:
9629     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9630     layout: "plot-service-density"
9631
9632 - type: "plot"
9633   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9634   algorithm: "plot_nf_heatmap"
9635   output-file-type: ".html"
9636   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9637   data: "plot-vpp-nfv-2n-skx-mrr"
9638   filter: "'NIC_Intel-XXV710' and
9639            'NF_DENSITY' and
9640            'DOCKER' and
9641            'PIPELINE' and
9642            'NF_VPPIP4' and
9643            'IMIX' and
9644            '8T4C' and
9645            'MRR'"
9646   parameters:
9647   - "result"
9648   - "name"
9649   - "tags"
9650   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9651   x-axis: "X = CNFs per Service Pipeline"
9652   y-axis: "Y = Number of Service Pipelines"
9653   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9654   layout:
9655     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9656     layout: "plot-service-density"
9657
9658 # Plots - NF Density - CSP - NDR IMIX
9659 - type: "plot"
9660   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9661   algorithm: "plot_nf_heatmap"
9662   output-file-type: ".html"
9663   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9664   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9665   filter: "'NIC_Intel-XXV710' and
9666            'NF_DENSITY' and
9667            'DOCKER' and
9668            'PIPELINE' and
9669            'NF_VPPIP4' and
9670            'IMIX' and
9671            '2T1C' and
9672            'NDRPDR'"
9673   parameters:
9674   - "throughput"
9675   - "name"
9676   - "tags"
9677   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9678   x-axis: "X = CNFs per Service Pipeline"
9679   y-axis: "Y = Number of Service Pipelines"
9680   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9681   layout:
9682     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9683     layout: "plot-service-density"
9684
9685 - type: "plot"
9686   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9687   algorithm: "plot_nf_heatmap"
9688   output-file-type: ".html"
9689   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9690   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9691   filter: "'NIC_Intel-XXV710' and
9692            'NF_DENSITY' and
9693            'DOCKER' and
9694            'PIPELINE' and
9695            'NF_VPPIP4' and
9696            'IMIX' and
9697            '4T2C' and
9698            'NDRPDR'"
9699   parameters:
9700   - "throughput"
9701   - "name"
9702   - "tags"
9703   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9704   x-axis: "X = CNFs per Service Pipeline"
9705   y-axis: "Y = Number of Service Pipelines"
9706   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9707   layout:
9708     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9709     layout: "plot-service-density"
9710
9711 - type: "plot"
9712   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9713   algorithm: "plot_nf_heatmap"
9714   output-file-type: ".html"
9715   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9716   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9717   filter: "'NIC_Intel-XXV710' and
9718            'NF_DENSITY' and
9719            'DOCKER' and
9720            'PIPELINE' and
9721            'NF_VPPIP4' and
9722            'IMIX' and
9723            '8T4C' and
9724            'NDRPDR'"
9725   parameters:
9726   - "throughput"
9727   - "name"
9728   - "tags"
9729   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9730   x-axis: "X = CNFs per Service Pipeline"
9731   y-axis: "Y = Number of Service Pipelines"
9732   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9733   layout:
9734     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9735     layout: "plot-service-density"
9736
9737 # Plots - NF Density - CSP - PDR IMIX
9738 - type: "plot"
9739   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9740   algorithm: "plot_nf_heatmap"
9741   output-file-type: ".html"
9742   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9743   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9744   filter: "'NIC_Intel-XXV710' and
9745            'NF_DENSITY' and
9746            'DOCKER' and
9747            'PIPELINE' and
9748            'NF_VPPIP4' and
9749            'IMIX' and
9750            '2T1C' and
9751            'NDRPDR'"
9752   parameters:
9753   - "throughput"
9754   - "name"
9755   - "tags"
9756   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9757   x-axis: "X = CNFs per Service Pipeline"
9758   y-axis: "Y = Number of Service Pipelines"
9759   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9760   layout:
9761     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9762     layout: "plot-service-density"
9763
9764 - type: "plot"
9765   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9766   algorithm: "plot_nf_heatmap"
9767   output-file-type: ".html"
9768   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9769   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9770   filter: "'NIC_Intel-XXV710' and
9771            'NF_DENSITY' and
9772            'DOCKER' and
9773            'PIPELINE' and
9774            'NF_VPPIP4' and
9775            'IMIX' and
9776            '4T2C' and
9777            'NDRPDR'"
9778   parameters:
9779   - "throughput"
9780   - "name"
9781   - "tags"
9782   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9783   x-axis: "X = CNFs per Service Pipeline"
9784   y-axis: "Y = Number of Service Pipelines"
9785   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9786   layout:
9787     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9788     layout: "plot-service-density"
9789
9790 - type: "plot"
9791   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9792   algorithm: "plot_nf_heatmap"
9793   output-file-type: ".html"
9794   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9795   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9796   filter: "'NIC_Intel-XXV710' and
9797            'NF_DENSITY' and
9798            'DOCKER' and
9799            'PIPELINE' and
9800            'NF_VPPIP4' and
9801            'IMIX' and
9802            '8T4C' and
9803            'NDRPDR'"
9804   parameters:
9805   - "throughput"
9806   - "name"
9807   - "tags"
9808   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9809   x-axis: "X = CNFs per Service Pipeline"
9810   y-axis: "Y = Number of Service Pipelines"
9811   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9812   layout:
9813     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9814     layout: "plot-service-density"
9815
9816 ###############################################################################
9817 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9818
9819 - type: "plot"
9820   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9821   algorithm: "plot_nf_heatmap"
9822   output-file-type: ".html"
9823   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9824   data: "plot-vpp-nfv-2n-clx-mrr"
9825   filter: "'NIC_Intel-XXV710' and
9826            'NF_DENSITY' and
9827            'VHOST' and
9828            not 'VXLAN' and
9829            'CHAIN' and
9830            'NF_VPPIP4' and
9831            'IMIX' and
9832            '2T1C' and
9833            'MRR'"
9834   parameters:
9835   - "result"
9836   - "name"
9837   - "tags"
9838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9839   x-axis: "X = VNFs per Service Chain"
9840   y-axis: "Y = Number of Service Chains"
9841   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9842   layout:
9843     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9844     layout: "plot-service-density"
9845
9846 - type: "plot"
9847   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9848   algorithm: "plot_nf_heatmap"
9849   output-file-type: ".html"
9850   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9851   data: "plot-vpp-nfv-2n-clx-mrr"
9852   filter: "'NIC_Intel-XXV710' and
9853            'NF_DENSITY' and
9854            'VHOST' and
9855            not 'VXLAN' and
9856            'CHAIN' and
9857            'NF_VPPIP4' and
9858            'IMIX' and
9859            '4T2C' and
9860            'MRR'"
9861   parameters:
9862   - "result"
9863   - "name"
9864   - "tags"
9865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9866   x-axis: "X = VNFs per Service Chain"
9867   y-axis: "Y = Number of Service Chains"
9868   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9869   layout:
9870     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9871     layout: "plot-service-density"
9872
9873 - type: "plot"
9874   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9875   algorithm: "plot_nf_heatmap"
9876   output-file-type: ".html"
9877   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9878   data: "plot-vpp-nfv-2n-clx-mrr"
9879   filter: "'NIC_Intel-XXV710' and
9880            'NF_DENSITY' and
9881            'VHOST' and
9882            not 'VXLAN' and
9883            'CHAIN' and
9884            'NF_VPPIP4' and
9885            'IMIX' and
9886            '8T4C' and
9887            'MRR'"
9888   parameters:
9889   - "result"
9890   - "name"
9891   - "tags"
9892   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9893   x-axis: "X = VNFs per Service Chain"
9894   y-axis: "Y = Number of Service Chains"
9895   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9896   layout:
9897     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9898     layout: "plot-service-density"
9899
9900 # Plots - NF Density - VSC - NDR IMIX
9901 - type: "plot"
9902   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9903   algorithm: "plot_nf_heatmap"
9904   output-file-type: ".html"
9905   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9906   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9907   filter: "'NIC_Intel-XXV710' and
9908            'NF_DENSITY' and
9909            'VHOST' and
9910            not 'VXLAN' and
9911            'CHAIN' and
9912            'NF_VPPIP4' and
9913            'IMIX' and
9914            '2T1C' and
9915            'NDRPDR'"
9916   parameters:
9917   - "throughput"
9918   - "name"
9919   - "tags"
9920   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9921   x-axis: "X = VNFs per Service Chain"
9922   y-axis: "Y = Number of Service Chains"
9923   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9924   layout:
9925     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9926     layout: "plot-service-density"
9927
9928 - type: "plot"
9929   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9930   algorithm: "plot_nf_heatmap"
9931   output-file-type: ".html"
9932   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9933   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9934   filter: "'NIC_Intel-XXV710' and
9935            'NF_DENSITY' and
9936            'VHOST' and
9937            not 'VXLAN' and
9938            'CHAIN' and
9939            'NF_VPPIP4' and
9940            'IMIX' and
9941            '4T2C' and
9942            'NDRPDR'"
9943   parameters:
9944   - "throughput"
9945   - "name"
9946   - "tags"
9947   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9948   x-axis: "X = VNFs per Service Chain"
9949   y-axis: "Y = Number of Service Chains"
9950   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9951   layout:
9952     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9953     layout: "plot-service-density"
9954
9955 - type: "plot"
9956   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9957   algorithm: "plot_nf_heatmap"
9958   output-file-type: ".html"
9959   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9960   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9961   filter: "'NIC_Intel-XXV710' and
9962            'NF_DENSITY' and
9963            'VHOST' and
9964            not 'VXLAN' and
9965            'CHAIN' and
9966            'NF_VPPIP4' and
9967            'IMIX' and
9968            '8T4C' and
9969            'NDRPDR'"
9970   parameters:
9971   - "throughput"
9972   - "name"
9973   - "tags"
9974   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9975   x-axis: "X = VNFs per Service Chain"
9976   y-axis: "Y = Number of Service Chains"
9977   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9978   layout:
9979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9980     layout: "plot-service-density"
9981
9982 # Plots - NF Density - VSC - PDR IMIX
9983 - type: "plot"
9984   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9985   algorithm: "plot_nf_heatmap"
9986   output-file-type: ".html"
9987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9988   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9989   filter: "'NIC_Intel-XXV710' and
9990            'NF_DENSITY' and
9991            'VHOST' and
9992            not 'VXLAN' and
9993            'CHAIN' and
9994            'NF_VPPIP4' and
9995            'IMIX' and
9996            '2T1C' and
9997            'NDRPDR'"
9998   parameters:
9999   - "throughput"
10000   - "name"
10001   - "tags"
10002   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10003   x-axis: "X = VNFs per Service Chain"
10004   y-axis: "Y = Number of Service Chains"
10005   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10006   layout:
10007     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10008     layout: "plot-service-density"
10009
10010 - type: "plot"
10011   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10012   algorithm: "plot_nf_heatmap"
10013   output-file-type: ".html"
10014   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10015   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10016   filter: "'NIC_Intel-XXV710' and
10017            'NF_DENSITY' and
10018            'VHOST' and
10019            not 'VXLAN' and
10020            'CHAIN' and
10021            'NF_VPPIP4' and
10022            'IMIX' and
10023            '4T2C' and
10024            'NDRPDR'"
10025   parameters:
10026   - "throughput"
10027   - "name"
10028   - "tags"
10029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10030   x-axis: "X = VNFs per Service Chain"
10031   y-axis: "Y = Number of Service Chains"
10032   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10033   layout:
10034     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10035     layout: "plot-service-density"
10036
10037 - type: "plot"
10038   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10039   algorithm: "plot_nf_heatmap"
10040   output-file-type: ".html"
10041   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10042   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10043   filter: "'NIC_Intel-XXV710' and
10044            'NF_DENSITY' and
10045            'VHOST' and
10046            not 'VXLAN' and
10047            'CHAIN' and
10048            'NF_VPPIP4' and
10049            'IMIX' and
10050            '8T4C' and
10051            'NDRPDR'"
10052   parameters:
10053   - "throughput"
10054   - "name"
10055   - "tags"
10056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10057   x-axis: "X = VNFs per Service Chain"
10058   y-axis: "Y = Number of Service Chains"
10059   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10060   layout:
10061     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10062     layout: "plot-service-density"
10063
10064 # Plots - NF Density - VSC - MRR IMIX
10065 - type: "plot"
10066   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10067   algorithm: "plot_nf_heatmap"
10068   output-file-type: ".html"
10069   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10070   data: "plot-vpp-nfv-2n-clx-mrr"
10071   filter: "'NIC_Intel-XXV710' and
10072            'NF_DENSITY' and
10073            'VHOST' and
10074            'VXLAN' and
10075            'CHAIN' and
10076            'IMIX' and
10077            '2T1C' and
10078            'MRR'"
10079   parameters:
10080   - "result"
10081   - "name"
10082   - "tags"
10083   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10084   x-axis: "X = VNFs per Service Chain"
10085   y-axis: "Y = Number of Service Chains"
10086   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10087   layout:
10088     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10089     layout: "plot-service-density"
10090
10091 - type: "plot"
10092   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10093   algorithm: "plot_nf_heatmap"
10094   output-file-type: ".html"
10095   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10096   data: "plot-vpp-nfv-2n-clx-mrr"
10097   filter: "'NIC_Intel-XXV710' and
10098            'NF_DENSITY' and
10099            'VHOST' and
10100            'VXLAN' and
10101            'CHAIN' and
10102            'IMIX' and
10103            '4T2C' and
10104            'MRR'"
10105   parameters:
10106   - "result"
10107   - "name"
10108   - "tags"
10109   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10110   x-axis: "X = VNFs per Service Chain"
10111   y-axis: "Y = Number of Service Chains"
10112   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10113   layout:
10114     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10115     layout: "plot-service-density"
10116
10117 - type: "plot"
10118   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10119   algorithm: "plot_nf_heatmap"
10120   output-file-type: ".html"
10121   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10122   data: "plot-vpp-nfv-2n-clx-mrr"
10123   filter: "'NIC_Intel-XXV710' and
10124            'NF_DENSITY' and
10125            'VHOST' and
10126            'VXLAN' and
10127            'CHAIN' and
10128            'IMIX' and
10129            '8T4C' and
10130            'MRR'"
10131   parameters:
10132   - "result"
10133   - "name"
10134   - "tags"
10135   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10136   x-axis: "X = VNFs per Service Chain"
10137   y-axis: "Y = Number of Service Chains"
10138   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10139   layout:
10140     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10141     layout: "plot-service-density"
10142
10143 # Plots - NF Density - VSC - NDR IMIX
10144 - type: "plot"
10145   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10146   algorithm: "plot_nf_heatmap"
10147   output-file-type: ".html"
10148   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10149   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10150   filter: "'NIC_Intel-XXV710' and
10151            'NF_DENSITY' and
10152            'VHOST' and
10153            'VXLAN' and
10154            'CHAIN' and
10155            'IMIX' and
10156            '2T1C' and
10157            'NDRPDR'"
10158   parameters:
10159   - "throughput"
10160   - "name"
10161   - "tags"
10162   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10163   x-axis: "X = VNFs per Service Chain"
10164   y-axis: "Y = Number of Service Chains"
10165   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10166   layout:
10167     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10168     layout: "plot-service-density"
10169
10170 - type: "plot"
10171   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10172   algorithm: "plot_nf_heatmap"
10173   output-file-type: ".html"
10174   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10175   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10176   filter: "'NIC_Intel-XXV710' and
10177            'NF_DENSITY' and
10178            'VHOST' and
10179            'VXLAN' and
10180            'CHAIN' and
10181            'IMIX' and
10182            '4T2C' and
10183            'NDRPDR'"
10184   parameters:
10185   - "throughput"
10186   - "name"
10187   - "tags"
10188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10189   x-axis: "X = VNFs per Service Chain"
10190   y-axis: "Y = Number of Service Chains"
10191   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10192   layout:
10193     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10194     layout: "plot-service-density"
10195
10196 - type: "plot"
10197   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10198   algorithm: "plot_nf_heatmap"
10199   output-file-type: ".html"
10200   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10201   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10202   filter: "'NIC_Intel-XXV710' and
10203            'NF_DENSITY' and
10204            'VHOST' and
10205            'VXLAN' and
10206            'CHAIN' and
10207            'IMIX' and
10208            '8T4C' and
10209            'NDRPDR'"
10210   parameters:
10211   - "throughput"
10212   - "name"
10213   - "tags"
10214   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10215   x-axis: "X = VNFs per Service Chain"
10216   y-axis: "Y = Number of Service Chains"
10217   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10218   layout:
10219     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10220     layout: "plot-service-density"
10221
10222 # Plots - NF Density - VSC - PDR IMIX
10223 - type: "plot"
10224   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10225   algorithm: "plot_nf_heatmap"
10226   output-file-type: ".html"
10227   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10228   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10229   filter: "'NIC_Intel-XXV710' and
10230            'NF_DENSITY' and
10231            'VHOST' and
10232            'VXLAN' and
10233            'CHAIN' and
10234            'IMIX' and
10235            '2T1C' and
10236            'NDRPDR'"
10237   parameters:
10238   - "throughput"
10239   - "name"
10240   - "tags"
10241   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10242   x-axis: "X = VNFs per Service Chain"
10243   y-axis: "Y = Number of Service Chains"
10244   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10245   layout:
10246     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10247     layout: "plot-service-density"
10248
10249 - type: "plot"
10250   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10251   algorithm: "plot_nf_heatmap"
10252   output-file-type: ".html"
10253   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10254   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10255   filter: "'NIC_Intel-XXV710' and
10256            'NF_DENSITY' and
10257            'VHOST' and
10258            'VXLAN' and
10259            'CHAIN' and
10260            'IMIX' and
10261            '4T2C' and
10262            'NDRPDR'"
10263   parameters:
10264   - "throughput"
10265   - "name"
10266   - "tags"
10267   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10268   x-axis: "X = VNFs per Service Chain"
10269   y-axis: "Y = Number of Service Chains"
10270   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10271   layout:
10272     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10273     layout: "plot-service-density"
10274
10275 - type: "plot"
10276   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10277   algorithm: "plot_nf_heatmap"
10278   output-file-type: ".html"
10279   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10280   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10281   filter: "'NIC_Intel-XXV710' and
10282            'NF_DENSITY' and
10283            'VHOST' and
10284            'VXLAN' and
10285            'CHAIN' and
10286            'IMIX' and
10287            '8T4C' and
10288            'NDRPDR'"
10289   parameters:
10290   - "throughput"
10291   - "name"
10292   - "tags"
10293   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10294   x-axis: "X = VNFs per Service Chain"
10295   y-axis: "Y = Number of Service Chains"
10296   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10297   layout:
10298     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10299     layout: "plot-service-density"
10300
10301 # Plots - NF Density - CSC - MRR IMIX
10302 - type: "plot"
10303   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10304   algorithm: "plot_nf_heatmap"
10305   output-file-type: ".html"
10306   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10307   data: "plot-vpp-nfv-2n-clx-mrr"
10308   filter: "'NIC_Intel-XXV710' and
10309            'NF_DENSITY' and
10310            'DOCKER' and
10311            'CHAIN' and
10312            'NF_VPPIP4' and
10313            'IMIX' and
10314            '2T1C' and
10315            'MRR'"
10316   parameters:
10317   - "result"
10318   - "name"
10319   - "tags"
10320   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10321   x-axis: "X = CNFs per Service Chain"
10322   y-axis: "Y = Number of Service Chains"
10323   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10324   layout:
10325     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10326     layout: "plot-service-density"
10327
10328 - type: "plot"
10329   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10330   algorithm: "plot_nf_heatmap"
10331   output-file-type: ".html"
10332   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10333   data: "plot-vpp-nfv-2n-clx-mrr"
10334   filter: "'NIC_Intel-XXV710' and
10335            'NF_DENSITY' and
10336            'DOCKER' and
10337            'CHAIN' and
10338            'NF_VPPIP4' and
10339            'IMIX' and
10340            '4T2C' and
10341            'MRR'"
10342   parameters:
10343   - "result"
10344   - "name"
10345   - "tags"
10346   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10347   x-axis: "X = CNFs per Service Chain"
10348   y-axis: "Y = Number of Service Chains"
10349   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10350   layout:
10351     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10352     layout: "plot-service-density"
10353
10354 - type: "plot"
10355   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10356   algorithm: "plot_nf_heatmap"
10357   output-file-type: ".html"
10358   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10359   data: "plot-vpp-nfv-2n-clx-mrr"
10360   filter: "'NIC_Intel-XXV710' and
10361            'NF_DENSITY' and
10362            'DOCKER' and
10363            'CHAIN' and
10364            'NF_VPPIP4' and
10365            'IMIX' and
10366            '8T4C' and
10367            'MRR'"
10368   parameters:
10369   - "result"
10370   - "name"
10371   - "tags"
10372   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10373   x-axis: "X = CNFs per Service Chain"
10374   y-axis: "Y = Number of Service Chains"
10375   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10376   layout:
10377     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10378     layout: "plot-service-density"
10379
10380 # Plots - NF Density - CSC - NDR IMIX
10381 - type: "plot"
10382   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10383   algorithm: "plot_nf_heatmap"
10384   output-file-type: ".html"
10385   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10386   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10387   filter: "'NIC_Intel-XXV710' and
10388            'NF_DENSITY' and
10389            'DOCKER' and
10390            'CHAIN' and
10391            'NF_VPPIP4' and
10392            'IMIX' and
10393            '2T1C' and
10394            'NDRPDR'"
10395   parameters:
10396   - "throughput"
10397   - "name"
10398   - "tags"
10399   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10400   x-axis: "X = CNFs per Service Chain"
10401   y-axis: "Y = Number of Service Chains"
10402   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10403   layout:
10404     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10405     layout: "plot-service-density"
10406
10407 - type: "plot"
10408   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10409   algorithm: "plot_nf_heatmap"
10410   output-file-type: ".html"
10411   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10412   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10413   filter: "'NIC_Intel-XXV710' and
10414            'NF_DENSITY' and
10415            'DOCKER' and
10416            'CHAIN' and
10417            'NF_VPPIP4' and
10418            'IMIX' and
10419            '4T2C' and
10420            'NDRPDR'"
10421   parameters:
10422   - "throughput"
10423   - "name"
10424   - "tags"
10425   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10426   x-axis: "X = CNFs per Service Chain"
10427   y-axis: "Y = Number of Service Chains"
10428   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10429   layout:
10430     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10431     layout: "plot-service-density"
10432
10433 - type: "plot"
10434   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10435   algorithm: "plot_nf_heatmap"
10436   output-file-type: ".html"
10437   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10438   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10439   filter: "'NIC_Intel-XXV710' and
10440            'NF_DENSITY' and
10441            'DOCKER' and
10442            'CHAIN' and
10443            'NF_VPPIP4' and
10444            'IMIX' and
10445            '8T4C' and
10446            'NDRPDR'"
10447   parameters:
10448   - "throughput"
10449   - "name"
10450   - "tags"
10451   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10452   x-axis: "X = CNFs per Service Chain"
10453   y-axis: "Y = Number of Service Chains"
10454   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10455   layout:
10456     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10457     layout: "plot-service-density"
10458
10459 # Plots - NF Density - CSC - PDR IMIX
10460 - type: "plot"
10461   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10462   algorithm: "plot_nf_heatmap"
10463   output-file-type: ".html"
10464   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10465   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10466   filter: "'NIC_Intel-XXV710' and
10467            'NF_DENSITY' and
10468            'DOCKER' and
10469            'CHAIN' and
10470            'NF_VPPIP4' and
10471            'IMIX' and
10472            '2T1C' and
10473            'NDRPDR'"
10474   parameters:
10475   - "throughput"
10476   - "name"
10477   - "tags"
10478   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10479   x-axis: "X = CNFs per Service Chain"
10480   y-axis: "Y = Number of Service Chains"
10481   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10482   layout:
10483     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10484     layout: "plot-service-density"
10485
10486 - type: "plot"
10487   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10488   algorithm: "plot_nf_heatmap"
10489   output-file-type: ".html"
10490   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10491   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10492   filter: "'NIC_Intel-XXV710' and
10493            'NF_DENSITY' and
10494            'DOCKER' and
10495            'CHAIN' and
10496            'NF_VPPIP4' and
10497            'IMIX' and
10498            '4T2C' and
10499            'NDRPDR'"
10500   parameters:
10501   - "throughput"
10502   - "name"
10503   - "tags"
10504   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10505   x-axis: "X = CNFs per Service Chain"
10506   y-axis: "Y = Number of Service Chains"
10507   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10508   layout:
10509     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10510     layout: "plot-service-density"
10511
10512 - type: "plot"
10513   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10514   algorithm: "plot_nf_heatmap"
10515   output-file-type: ".html"
10516   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10517   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10518   filter: "'NIC_Intel-XXV710' and
10519            'NF_DENSITY' and
10520            'DOCKER' and
10521            'CHAIN' and
10522            'NF_VPPIP4' and
10523            'IMIX' and
10524            '8T4C' and
10525            'NDRPDR'"
10526   parameters:
10527   - "throughput"
10528   - "name"
10529   - "tags"
10530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10531   x-axis: "X = CNFs per Service Chain"
10532   y-axis: "Y = Number of Service Chains"
10533   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10534   layout:
10535     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10536     layout: "plot-service-density"
10537
10538 # Plots - NF Density - CSP - MRR IMIX
10539 - type: "plot"
10540   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10541   algorithm: "plot_nf_heatmap"
10542   output-file-type: ".html"
10543   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10544   data: "plot-vpp-nfv-2n-clx-mrr"
10545   filter: "'NIC_Intel-XXV710' and
10546            'NF_DENSITY' and
10547            'DOCKER' and
10548            'PIPELINE' and
10549            'NF_VPPIP4' and
10550            'IMIX' and
10551            '2T1C' and
10552            'MRR'"
10553   parameters:
10554   - "result"
10555   - "name"
10556   - "tags"
10557   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10558   x-axis: "X = CNFs per Service Pipeline"
10559   y-axis: "Y = Number of Service Pipelines"
10560   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10561   layout:
10562     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10563     layout: "plot-service-density"
10564
10565 - type: "plot"
10566   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10567   algorithm: "plot_nf_heatmap"
10568   output-file-type: ".html"
10569   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10570   data: "plot-vpp-nfv-2n-clx-mrr"
10571   filter: "'NIC_Intel-XXV710' and
10572            'NF_DENSITY' and
10573            'DOCKER' and
10574            'PIPELINE' and
10575            'NF_VPPIP4' and
10576            'IMIX' and
10577            '4T2C' and
10578            'MRR'"
10579   parameters:
10580   - "result"
10581   - "name"
10582   - "tags"
10583   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10584   x-axis: "X = CNFs per Service Pipeline"
10585   y-axis: "Y = Number of Service Pipelines"
10586   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10587   layout:
10588     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10589     layout: "plot-service-density"
10590
10591 - type: "plot"
10592   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10593   algorithm: "plot_nf_heatmap"
10594   output-file-type: ".html"
10595   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10596   data: "plot-vpp-nfv-2n-clx-mrr"
10597   filter: "'NIC_Intel-XXV710' and
10598            'NF_DENSITY' and
10599            'DOCKER' and
10600            'PIPELINE' and
10601            'NF_VPPIP4' and
10602            'IMIX' and
10603            '8T4C' and
10604            'MRR'"
10605   parameters:
10606   - "result"
10607   - "name"
10608   - "tags"
10609   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10610   x-axis: "X = CNFs per Service Pipeline"
10611   y-axis: "Y = Number of Service Pipelines"
10612   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10613   layout:
10614     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10615     layout: "plot-service-density"
10616
10617 # Plots - NF Density - CSP - NDR IMIX
10618 - type: "plot"
10619   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10620   algorithm: "plot_nf_heatmap"
10621   output-file-type: ".html"
10622   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10623   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10624   filter: "'NIC_Intel-XXV710' and
10625            'NF_DENSITY' and
10626            'DOCKER' and
10627            'PIPELINE' and
10628            'NF_VPPIP4' and
10629            'IMIX' and
10630            '2T1C' and
10631            'NDRPDR'"
10632   parameters:
10633   - "throughput"
10634   - "name"
10635   - "tags"
10636   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10637   x-axis: "X = CNFs per Service Pipeline"
10638   y-axis: "Y = Number of Service Pipelines"
10639   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10640   layout:
10641     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10642     layout: "plot-service-density"
10643
10644 - type: "plot"
10645   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10646   algorithm: "plot_nf_heatmap"
10647   output-file-type: ".html"
10648   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10649   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10650   filter: "'NIC_Intel-XXV710' and
10651            'NF_DENSITY' and
10652            'DOCKER' and
10653            'PIPELINE' and
10654            'NF_VPPIP4' and
10655            'IMIX' and
10656            '4T2C' and
10657            'NDRPDR'"
10658   parameters:
10659   - "throughput"
10660   - "name"
10661   - "tags"
10662   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10663   x-axis: "X = CNFs per Service Pipeline"
10664   y-axis: "Y = Number of Service Pipelines"
10665   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10666   layout:
10667     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10668     layout: "plot-service-density"
10669
10670 - type: "plot"
10671   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10672   algorithm: "plot_nf_heatmap"
10673   output-file-type: ".html"
10674   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10675   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10676   filter: "'NIC_Intel-XXV710' and
10677            'NF_DENSITY' and
10678            'DOCKER' and
10679            'PIPELINE' and
10680            'NF_VPPIP4' and
10681            'IMIX' and
10682            '8T4C' and
10683            'NDRPDR'"
10684   parameters:
10685   - "throughput"
10686   - "name"
10687   - "tags"
10688   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10689   x-axis: "X = CNFs per Service Pipeline"
10690   y-axis: "Y = Number of Service Pipelines"
10691   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10692   layout:
10693     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10694     layout: "plot-service-density"
10695
10696 # Plots - NF Density - CSP - PDR IMIX
10697 - type: "plot"
10698   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10699   algorithm: "plot_nf_heatmap"
10700   output-file-type: ".html"
10701   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10702   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10703   filter: "'NIC_Intel-XXV710' and
10704            'NF_DENSITY' and
10705            'DOCKER' and
10706            'PIPELINE' and
10707            'NF_VPPIP4' and
10708            'IMIX' and
10709            '2T1C' and
10710            'NDRPDR'"
10711   parameters:
10712   - "throughput"
10713   - "name"
10714   - "tags"
10715   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10716   x-axis: "X = CNFs per Service Pipeline"
10717   y-axis: "Y = Number of Service Pipelines"
10718   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10719   layout:
10720     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10721     layout: "plot-service-density"
10722
10723 - type: "plot"
10724   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10725   algorithm: "plot_nf_heatmap"
10726   output-file-type: ".html"
10727   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10728   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10729   filter: "'NIC_Intel-XXV710' and
10730            'NF_DENSITY' and
10731            'DOCKER' and
10732            'PIPELINE' and
10733            'NF_VPPIP4' and
10734            'IMIX' and
10735            '4T2C' and
10736            'NDRPDR'"
10737   parameters:
10738   - "throughput"
10739   - "name"
10740   - "tags"
10741   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10742   x-axis: "X = CNFs per Service Pipeline"
10743   y-axis: "Y = Number of Service Pipelines"
10744   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10745   layout:
10746     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10747     layout: "plot-service-density"
10748
10749 - type: "plot"
10750   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10751   algorithm: "plot_nf_heatmap"
10752   output-file-type: ".html"
10753   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10754   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10755   filter: "'NIC_Intel-XXV710' and
10756            'NF_DENSITY' and
10757            'DOCKER' and
10758            'PIPELINE' and
10759            'NF_VPPIP4' and
10760            'IMIX' and
10761            '8T4C' and
10762            'NDRPDR'"
10763   parameters:
10764   - "throughput"
10765   - "name"
10766   - "tags"
10767   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10768   x-axis: "X = CNFs per Service Pipeline"
10769   y-axis: "Y = Number of Service Pipelines"
10770   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10771   layout:
10772     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10773     layout: "plot-service-density"
10774
10775 ################################################################################
10776
10777 # Packet Throughput
10778
10779 - type: "plot"
10780   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10781   algorithm: "plot_perf_box_name"
10782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10784   include:
10785     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10786     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10787     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10788     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10789   layout:
10790     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10791     layout: "plot-throughput"
10792
10793 - type: "plot"
10794   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10795   algorithm: "plot_perf_box_name"
10796   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10797   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10798   include:
10799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10800     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10801     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10802     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10803   layout:
10804     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10805     layout: "plot-throughput"
10806
10807 - type: "plot"
10808   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10809   algorithm: "plot_perf_box_name"
10810   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10812   include:
10813     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10814     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10815     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10816     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10817   layout:
10818     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10819     layout: "plot-throughput"
10820
10821 - type: "plot"
10822   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10823   algorithm: "plot_perf_box_name"
10824   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10825   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10826   include:
10827     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10828     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10829     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10830     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10831   layout:
10832     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10833     layout: "plot-throughput"
10834
10835 - type: "plot"
10836   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10837   algorithm: "plot_perf_box_name"
10838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10840   include:
10841     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10842     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10843     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10844     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10845     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10846   layout:
10847     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10848     layout: "plot-throughput"
10849
10850 - type: "plot"
10851   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10852   algorithm: "plot_perf_box_name"
10853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10855   include:
10856     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10857     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10858     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10859     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10860     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10861   layout:
10862     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10863     layout: "plot-throughput"
10864
10865 - type: "plot"
10866   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10867   algorithm: "plot_perf_box_name"
10868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10870   include:
10871     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10872     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10873     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10874     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10875     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10876   layout:
10877     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10878     layout: "plot-throughput"
10879
10880 - type: "plot"
10881   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10882   algorithm: "plot_perf_box_name"
10883   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10885   include:
10886     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10887     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10888     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10889     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10890     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10891   layout:
10892     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10893     layout: "plot-throughput"
10894
10895 - type: "plot"
10896   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10897   algorithm: "plot_perf_box_name"
10898   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10899   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10900   include:
10901     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10902     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10903     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10904     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10905     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10906   layout:
10907     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10908     layout: "plot-throughput"
10909
10910 - type: "plot"
10911   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10912   algorithm: "plot_perf_box_name"
10913   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10914   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10915   include:
10916     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10917     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10918     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10919     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10920     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10921   layout:
10922     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10923     layout: "plot-throughput"
10924
10925 - type: "plot"
10926   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10927   algorithm: "plot_perf_box_name"
10928   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10929   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10930   include:
10931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10937   layout:
10938     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10939     layout: "plot-throughput"
10940
10941 - type: "plot"
10942   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10943   algorithm: "plot_perf_box_name"
10944   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10946   include:
10947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10948     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10953   layout:
10954     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10955     layout: "plot-throughput"
10956
10957 - type: "plot"
10958   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10959   algorithm: "plot_perf_box_name"
10960   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10961   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10962   include:
10963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10968   layout:
10969     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10970     layout: "plot-throughput"
10971
10972 - type: "plot"
10973   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10974   algorithm: "plot_perf_box_name"
10975   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10976   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10977   include:
10978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10983   layout:
10984     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10985     layout: "plot-throughput"
10986
10987 - type: "plot"
10988   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10989   algorithm: "plot_perf_box_name"
10990   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10991   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10992   include:
10993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10996   layout:
10997     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10998     layout: "plot-throughput"
10999
11000 - type: "plot"
11001   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11002   algorithm: "plot_perf_box_name"
11003   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11005   include:
11006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11009   layout:
11010     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11011     layout: "plot-throughput"
11012
11013 - type: "plot"
11014   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11015   algorithm: "plot_perf_box_name"
11016   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11018   include:
11019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11024   layout:
11025     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11026     layout: "plot-throughput"
11027
11028 - type: "plot"
11029   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11030   algorithm: "plot_perf_box_name"
11031   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11033   include:
11034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11039   layout:
11040     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11041     layout: "plot-throughput"
11042
11043 - type: "plot"
11044   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11045   algorithm: "plot_perf_box_name"
11046   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11048   include:
11049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11052   layout:
11053     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11054     layout: "plot-throughput"
11055
11056 - type: "plot"
11057   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11058   algorithm: "plot_perf_box_name"
11059   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11061   include:
11062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11065   layout:
11066     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11067     layout: "plot-throughput"
11068
11069 - type: "plot"
11070   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11071   algorithm: "plot_perf_box_name"
11072   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11073   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11074   include:
11075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11081   layout:
11082     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11083     layout: "plot-throughput"
11084
11085 - type: "plot"
11086   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11087   algorithm: "plot_perf_box_name"
11088   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11089   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11090   include:
11091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11097   layout:
11098     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11099     layout: "plot-throughput"
11100
11101 - type: "plot"
11102   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11103   algorithm: "plot_perf_box_name"
11104   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11105   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11106   include:
11107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11113   layout:
11114     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11115     layout: "plot-throughput"
11116
11117 - type: "plot"
11118   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11119   algorithm: "plot_perf_box_name"
11120   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11122   include:
11123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11129   layout:
11130     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11131     layout: "plot-throughput"
11132
11133 - type: "plot"
11134   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11135   algorithm: "plot_perf_box_name"
11136   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11138   include:
11139     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11140     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11141     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11142   layout:
11143     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11144     layout: "plot-throughput"
11145
11146 - type: "plot"
11147   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11148   algorithm: "plot_perf_box_name"
11149   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11150   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11151   include:
11152     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11153     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11154     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11155   layout:
11156     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11157     layout: "plot-throughput"
11158
11159 - type: "plot"
11160   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11161   algorithm: "plot_perf_box_name"
11162   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11164   include:
11165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11166     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11167 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11168 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11169 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11170   layout:
11171     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11172     layout: "plot-throughput"
11173
11174 - type: "plot"
11175   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11176   algorithm: "plot_perf_box_name"
11177   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11179   include:
11180     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11181     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11182 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11183 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11184 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11185   layout:
11186     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11187     layout: "plot-throughput"
11188
11189 - type: "plot"
11190   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11191   algorithm: "plot_perf_box_name"
11192   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11194   include:
11195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11200   layout:
11201     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11202     layout: "plot-throughput"
11203
11204 - type: "plot"
11205   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11206   algorithm: "plot_perf_box_name"
11207   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11209   include:
11210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11215   layout:
11216     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11217     layout: "plot-throughput"
11218
11219 - type: "plot"
11220   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11221   algorithm: "plot_perf_box_name"
11222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11224   include:
11225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11230   layout:
11231     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11232     layout: "plot-throughput"
11233
11234 - type: "plot"
11235   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11236   algorithm: "plot_perf_box_name"
11237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11239   include:
11240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11242     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11245   layout:
11246     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11247     layout: "plot-throughput"
11248
11249 - type: "plot"
11250   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11251   algorithm: "plot_perf_box_name"
11252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11254   include:
11255     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11256     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11257     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11258     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11259     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11260     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11261   layout:
11262     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11263     layout: "plot-throughput"
11264
11265 - type: "plot"
11266   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11267   algorithm: "plot_perf_box_name"
11268   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11270   include:
11271     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11272     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11273     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11274     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11275     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11276     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11277   layout:
11278     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11279     layout: "plot-throughput"
11280
11281 - type: "plot"
11282   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11283   algorithm: "plot_perf_box_name"
11284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11286   include:
11287     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11288     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11289     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11290     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11293   layout:
11294     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11295     layout: "plot-throughput"
11296
11297 - type: "plot"
11298   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11299   algorithm: "plot_perf_box_name"
11300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11302   include:
11303     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11309   layout:
11310     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11311     layout: "plot-throughput"
11312
11313 - type: "plot"
11314   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11315   algorithm: "plot_perf_box_name"
11316   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11317   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11318   include:
11319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11324   layout:
11325     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11326     layout: "plot-throughput"
11327
11328 - type: "plot"
11329   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11330   algorithm: "plot_perf_box_name"
11331   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11332   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11333   include:
11334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11339   layout:
11340     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11341     layout: "plot-throughput"
11342
11343 - type: "plot"
11344   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11345   algorithm: "plot_perf_box_name"
11346   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11347   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11348   include:
11349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11355   layout:
11356     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11357     layout: "plot-throughput"
11358
11359 - type: "plot"
11360   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11361   algorithm: "plot_perf_box_name"
11362   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11363   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11364   include:
11365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11371   layout:
11372     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11373     layout: "plot-throughput"
11374
11375 - type: "plot"
11376   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11377   algorithm: "plot_perf_box_name"
11378   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11379   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11380   include:
11381     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11382     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11383     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11384     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11385     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11386   layout:
11387     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11388     layout: "plot-throughput"
11389
11390 - type: "plot"
11391   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11392   algorithm: "plot_perf_box_name"
11393   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11394   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11395   include:
11396     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11397     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11398     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11399     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11400     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11401   layout:
11402     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11403     layout: "plot-throughput"
11404
11405 - type: "plot"
11406   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11407   algorithm: "plot_perf_box_name"
11408   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11409   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11410   include:
11411     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11416     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11417   layout:
11418     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11419     layout: "plot-throughput"
11420
11421 - type: "plot"
11422   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11423   algorithm: "plot_perf_box_name"
11424   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11425   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11426   include:
11427     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11433   layout:
11434     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11435     layout: "plot-throughput"
11436
11437 - type: "plot"
11438   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11439   algorithm: "plot_perf_box_name"
11440   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11441   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11442   include:
11443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11448   layout:
11449     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11450     layout: "plot-throughput"
11451
11452 - type: "plot"
11453   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11454   algorithm: "plot_perf_box_name"
11455   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11456   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11457   include:
11458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11463   layout:
11464     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11465     layout: "plot-throughput"
11466
11467 - type: "plot"
11468   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11469   algorithm: "plot_perf_box_name"
11470   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11471   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11472   include:
11473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11479   layout:
11480     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11481     layout: "plot-throughput"
11482
11483 - type: "plot"
11484   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11485   algorithm: "plot_perf_box_name"
11486   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11487   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11488   include:
11489     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11495   layout:
11496     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11497     layout: "plot-throughput"
11498
11499 - type: "plot"
11500   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11501   algorithm: "plot_perf_box_name"
11502   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11503   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11504   include:
11505     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11506     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11507   layout:
11508     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11509     layout: "plot-throughput"
11510
11511 - type: "plot"
11512   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11513   algorithm: "plot_perf_box_name"
11514   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11515   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11516   include:
11517     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11519   layout:
11520     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11521     layout: "plot-throughput"
11522
11523 - type: "plot"
11524   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11525   algorithm: "plot_perf_box_name"
11526   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11528   include:
11529     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11533   layout:
11534     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11535     layout: "plot-throughput"
11536
11537 - type: "plot"
11538   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11539   algorithm: "plot_perf_box_name"
11540   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11542   include:
11543     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11547   layout:
11548     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11549     layout: "plot-throughput"
11550
11551 - type: "plot"
11552   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11553   algorithm: "plot_perf_box_name"
11554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11556   include:
11557     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11561   layout:
11562     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11563     layout: "plot-throughput"
11564
11565 - type: "plot"
11566   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11567   algorithm: "plot_perf_box_name"
11568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11570   include:
11571     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11575   layout:
11576     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11577     layout: "plot-throughput"
11578
11579 - type: "plot"
11580   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11581   algorithm: "plot_perf_box_name"
11582   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11583   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11584   include:
11585     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11586     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11589   layout:
11590     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11591     layout: "plot-throughput"
11592
11593 - type: "plot"
11594   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11595   algorithm: "plot_perf_box_name"
11596   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11597   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11598   include:
11599     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11603   layout:
11604     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11605     layout: "plot-throughput"
11606
11607 - type: "plot"
11608   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11609   algorithm: "plot_perf_box_name"
11610   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11611   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11612   include:
11613     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11617   layout:
11618     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11619     layout: "plot-throughput"
11620
11621 - type: "plot"
11622   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11623   algorithm: "plot_perf_box_name"
11624   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11625   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11626   include:
11627     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11631   layout:
11632     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11633     layout: "plot-throughput"
11634
11635 - type: "plot"
11636   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11637   algorithm: "plot_perf_box_name"
11638   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11639   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11640   include:
11641     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11642     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11647   layout:
11648     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11649     layout: "plot-throughput"
11650
11651 - type: "plot"
11652   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11653   algorithm: "plot_perf_box_name"
11654   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11655   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11656   include:
11657     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11660     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11663   layout:
11664     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11665     layout: "plot-throughput"
11666
11667 - type: "plot"
11668   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11669   algorithm: "plot_perf_box_name"
11670   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11671   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11672   include:
11673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11678   layout:
11679     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11680     layout: "plot-throughput"
11681
11682 - type: "plot"
11683   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11684   algorithm: "plot_perf_box_name"
11685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11687   include:
11688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11693   layout:
11694     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11695     layout: "plot-throughput"
11696
11697 - type: "plot"
11698   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11699   algorithm: "plot_perf_box_name"
11700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11702   include:
11703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11708   layout:
11709     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11710     layout: "plot-throughput"
11711
11712 - type: "plot"
11713   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11714   algorithm: "plot_perf_box_name"
11715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11717   include:
11718     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11723   layout:
11724     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11725     layout: "plot-throughput"
11726
11727 - type: "plot"
11728   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11729   algorithm: "plot_perf_box_name"
11730   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11731   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11732   include:
11733     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11736   layout:
11737     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11738     layout: "plot-throughput"
11739
11740 - type: "plot"
11741   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11742   algorithm: "plot_perf_box_name"
11743   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11744   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11745   include:
11746     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11749   layout:
11750     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11751     layout: "plot-throughput"
11752
11753 - type: "plot"
11754   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11755   algorithm: "plot_perf_box_name"
11756   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11757   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11758   include:
11759     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11762   layout:
11763     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11764     layout: "plot-throughput"
11765
11766 - type: "plot"
11767   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11768   algorithm: "plot_perf_box_name"
11769   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11771   include:
11772     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11775   layout:
11776     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11777     layout: "plot-throughput"
11778
11779 - type: "plot"
11780   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11781   algorithm: "plot_perf_box_name"
11782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11784   include:
11785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11790   layout:
11791     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11792     layout: "plot-throughput"
11793
11794 - type: "plot"
11795   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11796   algorithm: "plot_perf_box_name"
11797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11799   include:
11800     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11805   layout:
11806     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11807     layout: "plot-throughput"
11808
11809 - type: "plot"
11810   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11811   algorithm: "plot_perf_box_name"
11812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11814   include:
11815     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11820   layout:
11821     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11822     layout: "plot-throughput"
11823
11824 - type: "plot"
11825   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11826   algorithm: "plot_perf_box_name"
11827   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11829   include:
11830     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11831     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11832     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11835   layout:
11836     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11837     layout: "plot-throughput"
11838
11839 - type: "plot"
11840   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11841   algorithm: "plot_perf_box_name"
11842   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11843   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11844   include:
11845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11850   layout:
11851     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11852     layout: "plot-throughput"
11853
11854 - type: "plot"
11855   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11856   algorithm: "plot_perf_box_name"
11857   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11858   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11859   include:
11860     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11865   layout:
11866     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11867     layout: "plot-throughput"
11868
11869 - type: "plot"
11870   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11871   algorithm: "plot_perf_box_name"
11872   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11873   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11874   include:
11875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11880   layout:
11881     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11882     layout: "plot-throughput"
11883
11884 - type: "plot"
11885   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11886   algorithm: "plot_perf_box_name"
11887   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11888   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11889   include:
11890     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11895   layout:
11896     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11897     layout: "plot-throughput"
11898
11899 - type: "plot"
11900   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11901   algorithm: "plot_perf_box_name"
11902   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11903   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11904   include:
11905     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11910   layout:
11911     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11912     layout: "plot-throughput"
11913
11914 - type: "plot"
11915   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11916   algorithm: "plot_perf_box_name"
11917   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11918   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11919   include:
11920     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11925   layout:
11926     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11927     layout: "plot-throughput"
11928
11929 - type: "plot"
11930   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11931   algorithm: "plot_perf_box_name"
11932   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11934   include:
11935     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11936     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11937     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11938     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11939     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11940     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11941   layout:
11942     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11943     layout: "plot-throughput"
11944
11945 - type: "plot"
11946   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11947   algorithm: "plot_perf_box_name"
11948   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11949   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11950   include:
11951     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11952     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11953     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11954     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11955     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11956     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11957   layout:
11958     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11959     layout: "plot-throughput"
11960
11961 - type: "plot"
11962   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11963   algorithm: "plot_perf_box_name"
11964   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11965   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11966   include:
11967     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11968     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11969     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11970     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11971   layout:
11972     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11973     layout: "plot-throughput"
11974
11975 - type: "plot"
11976   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11977   algorithm: "plot_perf_box_name"
11978   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11980   include:
11981     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11982     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11983     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11984     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11985   layout:
11986     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11987     layout: "plot-throughput"
11988
11989 - type: "plot"
11990   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11991   algorithm: "plot_perf_box_name"
11992   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11993   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11994   include:
11995     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11996     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11998     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11999     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12001   layout:
12002     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12003     layout: "plot-throughput"
12004
12005 - type: "plot"
12006   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12007   algorithm: "plot_perf_box_name"
12008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12010   include:
12011     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12012     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12013     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12014     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12015     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12017   layout:
12018     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12019     layout: "plot-throughput"
12020
12021 - type: "plot"
12022   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12023   algorithm: "plot_perf_box_name"
12024   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12026   include:
12027     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12028     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12029     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12030     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12031     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12032     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12033   layout:
12034     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12035     layout: "plot-throughput"
12036
12037 - type: "plot"
12038   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12039   algorithm: "plot_perf_box_name"
12040   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12042   include:
12043     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12044     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12045     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12046     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12047     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12048     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12049   layout:
12050     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12051     layout: "plot-throughput"
12052
12053 - type: "plot"
12054   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12055   algorithm: "plot_perf_box_name"
12056   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12058   include:
12059     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12060     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12061     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12062     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12063     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12064     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12065   layout:
12066     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12067     layout: "plot-throughput"
12068
12069 - type: "plot"
12070   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12071   algorithm: "plot_perf_box_name"
12072   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12074   include:
12075     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12076     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12077     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12078     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12079     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12080     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12081   layout:
12082     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12083     layout: "plot-throughput"
12084
12085 - type: "plot"
12086   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12087   algorithm: "plot_perf_box_name"
12088   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12089   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12090   include:
12091     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12092     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12093     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12094     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12095     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12096     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12097   layout:
12098     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12099     layout: "plot-throughput"
12100
12101 - type: "plot"
12102   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12103   algorithm: "plot_perf_box_name"
12104   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12105   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12106   include:
12107     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12108     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12109     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12110     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12111     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12112     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12113   layout:
12114     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12115     layout: "plot-throughput"
12116
12117 - type: "plot"
12118   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12119   algorithm: "plot_perf_box_name"
12120   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12121   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12122   include:
12123     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12124     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12125     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12126     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12127     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12128     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12129   layout:
12130     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12131     layout: "plot-throughput"
12132
12133 - type: "plot"
12134   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12135   algorithm: "plot_perf_box_name"
12136   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12137   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12138   include:
12139     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12140     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12141     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12142     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12143     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12144     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12145   layout:
12146     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12147     layout: "plot-throughput"
12148
12149 - type: "plot"
12150   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12151   algorithm: "plot_perf_box_name"
12152   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12153   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12154   include:
12155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12161   layout:
12162     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12163     layout: "plot-throughput"
12164
12165 - type: "plot"
12166   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12167   algorithm: "plot_perf_box_name"
12168   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12169   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12170   include:
12171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12177   layout:
12178     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12179     layout: "plot-throughput"
12180
12181 - type: "plot"
12182   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12183   algorithm: "plot_perf_box_name"
12184   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12185   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12186   include:
12187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12193   layout:
12194     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12195     layout: "plot-throughput"
12196
12197 - type: "plot"
12198   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12199   algorithm: "plot_perf_box_name"
12200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12202   include:
12203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12209   layout:
12210     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12211     layout: "plot-throughput"
12212
12213 - type: "plot"
12214   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12215   algorithm: "plot_perf_box_name"
12216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12218   include:
12219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12225   layout:
12226     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12227     layout: "plot-throughput"
12228
12229 - type: "plot"
12230   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12231   algorithm: "plot_perf_box_name"
12232   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12234   include:
12235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12241   layout:
12242     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12243     layout: "plot-throughput"
12244
12245 - type: "plot"
12246   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12247   algorithm: "plot_perf_box_name"
12248   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12249   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12250   include:
12251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12255   layout:
12256     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12257     layout: "plot-throughput"
12258
12259 - type: "plot"
12260   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12261   algorithm: "plot_perf_box_name"
12262   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12263   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12264   include:
12265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12269   layout:
12270     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12271     layout: "plot-throughput"
12272
12273 - type: "plot"
12274   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12275   algorithm: "plot_perf_box_name"
12276   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12277   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12278   include:
12279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12283   layout:
12284     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12285     layout: "plot-throughput"
12286
12287 - type: "plot"
12288   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12289   algorithm: "plot_perf_box_name"
12290   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12291   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12292   include:
12293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12297   layout:
12298     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12299     layout: "plot-throughput"
12300
12301 - type: "plot"
12302   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12303   algorithm: "plot_perf_box_name"
12304   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12306   include:
12307     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12308     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12309     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12310     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12311     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12312     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12313   layout:
12314     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12315     layout: "plot-throughput"
12316
12317 - type: "plot"
12318   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12319   algorithm: "plot_perf_box_name"
12320   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12321   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12322   include:
12323     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12324     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12325     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12326     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12327     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12328     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12329   layout:
12330     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12331     layout: "plot-throughput"
12332
12333 - type: "plot"
12334   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12335   algorithm: "plot_perf_box_name"
12336   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12338   include:
12339     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12340     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12341     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12342     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12343     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12344   layout:
12345     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12346     layout: "plot-throughput"
12347
12348 - type: "plot"
12349   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12350   algorithm: "plot_perf_box_name"
12351   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12353   include:
12354     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12355     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12356     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12357     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12358     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12359   layout:
12360     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12361     layout: "plot-throughput"
12362
12363 - type: "plot"
12364   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12365   algorithm: "plot_perf_box_name"
12366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12368   include:
12369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12370     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12374   layout:
12375     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12376     layout: "plot-throughput"
12377
12378 - type: "plot"
12379   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12380   algorithm: "plot_perf_box_name"
12381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12383   include:
12384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12389   layout:
12390     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12391     layout: "plot-throughput"
12392
12393 - type: "plot"
12394   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12395   algorithm: "plot_perf_box_name"
12396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12398   include:
12399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12403   layout:
12404     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12405     layout: "plot-throughput"
12406
12407 - type: "plot"
12408   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12409   algorithm: "plot_perf_box_name"
12410   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12412   include:
12413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12417   layout:
12418     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12419     layout: "plot-throughput"
12420
12421 - type: "plot"
12422   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12423   algorithm: "plot_perf_box_name"
12424   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12426   include:
12427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12433   layout:
12434     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12435     layout: "plot-throughput"
12436
12437 - type: "plot"
12438   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12439   algorithm: "plot_perf_box_name"
12440   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12441   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12442   include:
12443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12449   layout:
12450     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12451     layout: "plot-throughput"
12452
12453 - type: "plot"
12454   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12455   algorithm: "plot_perf_box_name"
12456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12458   include:
12459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12465   layout:
12466     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12467     layout: "plot-throughput"
12468
12469 - type: "plot"
12470   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12471   algorithm: "plot_perf_box_name"
12472   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12474   include:
12475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12481   layout:
12482     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12483     layout: "plot-throughput"
12484
12485 - type: "plot"
12486   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12487   algorithm: "plot_perf_box_name"
12488   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12490   include:
12491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12497   layout:
12498     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12499     layout: "plot-throughput"
12500
12501 - type: "plot"
12502   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12503   algorithm: "plot_perf_box_name"
12504   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12506   include:
12507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12513   layout:
12514     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12515     layout: "plot-throughput"
12516
12517 - type: "plot"
12518   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12519   algorithm: "plot_perf_box_name"
12520   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12522   include:
12523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12527     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12529   layout:
12530     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12531     layout: "plot-throughput"
12532
12533 - type: "plot"
12534   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12535   algorithm: "plot_perf_box_name"
12536   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12538   include:
12539     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12540     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12541     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12542     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12543     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12544     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12545   layout:
12546     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12547     layout: "plot-throughput"
12548
12549 - type: "plot"
12550   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12551   algorithm: "plot_perf_box_name"
12552   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12553   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12554   include:
12555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12559   layout:
12560     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12561     layout: "plot-throughput"
12562
12563 - type: "plot"
12564   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12565   algorithm: "plot_perf_box_name"
12566   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12567   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12568   include:
12569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12573   layout:
12574     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12575     layout: "plot-throughput"
12576
12577 - type: "plot"
12578   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12579   algorithm: "plot_perf_box_name"
12580   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12581   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12582   include:
12583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12589   layout:
12590     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12591     layout: "plot-throughput"
12592
12593 - type: "plot"
12594   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12595   algorithm: "plot_perf_box_name"
12596   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12597   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12598   include:
12599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12605   layout:
12606     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12607     layout: "plot-throughput"
12608
12609 - type: "plot"
12610   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12611   algorithm: "plot_perf_box_name"
12612   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12613   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12614   include:
12615     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12616     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12621   layout:
12622     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12623     layout: "plot-throughput"
12624
12625 - type: "plot"
12626   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12627   algorithm: "plot_perf_box_name"
12628   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12629   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12630   include:
12631     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12632     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12634     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12635     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12636     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12637   layout:
12638     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12639     layout: "plot-throughput"
12640
12641 #- type: "plot"
12642 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12643 #  algorithm: "plot_perf_box_name"
12644 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12645 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12646 #  include:
12647 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12648 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12649 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12650 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12651 #  layout:
12652 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12653 #    layout: "plot-throughput"
12654 #
12655 #- type: "plot"
12656 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12657 #  algorithm: "plot_perf_box_name"
12658 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12659 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12660 #  include:
12661 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12662 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12663 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12664 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12665 #  layout:
12666 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12667 #    layout: "plot-throughput"
12668
12669 - type: "plot"
12670   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12671   algorithm: "plot_perf_box_name"
12672   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12673   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12674   include:
12675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12681   layout:
12682     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12683     layout: "plot-throughput"
12684
12685 - type: "plot"
12686   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12687   algorithm: "plot_perf_box_name"
12688   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12689   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12690   include:
12691     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12697   layout:
12698     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12699     layout: "plot-throughput"
12700
12701 #- type: "plot"
12702 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12703 #  algorithm: "plot_perf_box_name"
12704 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12705 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12706 #  include:
12707 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12708 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12709 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12710 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12711 #  layout:
12712 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12713 #    layout: "plot-throughput"
12714 #
12715 #- type: "plot"
12716 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12717 #  algorithm: "plot_perf_box_name"
12718 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12719 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12720 #  include:
12721 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12722 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12723 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12724 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12725 #  layout:
12726 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12727 #    layout: "plot-throughput"
12728
12729 - type: "plot"
12730   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12731   algorithm: "plot_perf_box_name"
12732   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12733   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12734   include:
12735     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12736     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12737     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12738     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12739     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12740     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12741   layout:
12742     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12743     layout: "plot-throughput"
12744
12745 - type: "plot"
12746   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12747   algorithm: "plot_perf_box_name"
12748   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12749   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12750   include:
12751     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12754     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12755     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12756     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12757   layout:
12758     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12759     layout: "plot-throughput"
12760
12761 #- type: "plot"
12762 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12763 #  algorithm: "plot_perf_box_name"
12764 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12765 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12766 #  include:
12767 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12768 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12769 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12770 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12771 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12772 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12773 #  layout:
12774 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12775 #    layout: "plot-throughput"
12776 #
12777 #- type: "plot"
12778 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12779 #  algorithm: "plot_perf_box_name"
12780 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12781 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12782 #  include:
12783 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12784 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12785 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12786 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12787 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12788 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12789 #  layout:
12790 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12791 #    layout: "plot-throughput"
12792
12793 - type: "plot"
12794   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12795   algorithm: "plot_perf_box_name"
12796   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12798   include:
12799     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12800     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12801     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12802     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12803     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12804     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12805   layout:
12806     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12807     layout: "plot-throughput"
12808
12809 - type: "plot"
12810   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12811   algorithm: "plot_perf_box_name"
12812   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12814   include:
12815     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12816     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12817     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12818     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12819     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12820     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12821   layout:
12822     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12823     layout: "plot-throughput"
12824
12825 - type: "plot"
12826   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12827   algorithm: "plot_perf_box_name"
12828   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12830   include:
12831     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12832     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12833     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12834 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12835 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12836 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12837   layout:
12838     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12839     layout: "plot-throughput"
12840
12841 - type: "plot"
12842   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12843   algorithm: "plot_perf_box_name"
12844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12846   include:
12847     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12848     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12849     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12850 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12851 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12852 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12853   layout:
12854     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12855     layout: "plot-throughput"
12856
12857 - type: "plot"
12858   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12859   algorithm: "plot_perf_box_name"
12860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12862   include:
12863     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12864     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12865     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12866     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12867     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12868     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12869   layout:
12870     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12871     layout: "plot-throughput"
12872
12873 - type: "plot"
12874   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12875   algorithm: "plot_perf_box_name"
12876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12878   include:
12879     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12880     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12881     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12882     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12883     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12884     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12885   layout:
12886     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12887     layout: "plot-throughput"
12888
12889 - type: "plot"
12890   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12891   algorithm: "plot_perf_box_name"
12892   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12893   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12894   include:
12895     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12896     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12897     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12898     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12899     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12900     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12901   layout:
12902     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12903     layout: "plot-throughput"
12904
12905 - type: "plot"
12906   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12907   algorithm: "plot_perf_box_name"
12908   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12909   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12910   include:
12911     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12912     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12913     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12914     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12915     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12916     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12917   layout:
12918     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12919     layout: "plot-throughput"
12920
12921 #- type: "plot"
12922 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12923 #  algorithm: "plot_perf_box_name"
12924 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12925 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12926 #  include:
12927 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12928 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12929 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12930 #  layout:
12931 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12932 #    layout: "plot-throughput"
12933 #
12934 #- type: "plot"
12935 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12936 #  algorithm: "plot_perf_box_name"
12937 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12938 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12939 #  include:
12940 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12941 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12942 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12943 #  layout:
12944 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12945 #    layout: "plot-throughput"
12946
12947 - type: "plot"
12948   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12949   algorithm: "plot_perf_box_name"
12950   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12952   include:
12953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12958   layout:
12959     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12960     layout: "plot-throughput"
12961
12962 - type: "plot"
12963   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12964   algorithm: "plot_perf_box_name"
12965   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12967   include:
12968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12973   layout:
12974     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12975     layout: "plot-throughput"
12976
12977 - type: "plot"
12978   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12979   algorithm: "plot_perf_box_name"
12980   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12982   include:
12983     - "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"
12984     - "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"
12985     - "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"
12986     - "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"
12987     - "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"
12988   layout:
12989     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12990     layout: "plot-throughput"
12991
12992 - type: "plot"
12993   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12994   algorithm: "plot_perf_box_name"
12995   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
12996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12997   include:
12998     - "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"
12999     - "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"
13000     - "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"
13001     - "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"
13002     - "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"
13003   layout:
13004     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13005     layout: "plot-throughput"
13006
13007 - type: "plot"
13008   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13009   algorithm: "plot_perf_box_name"
13010   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13012   include:
13013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13018   layout:
13019     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13020     layout: "plot-throughput"
13021
13022 - type: "plot"
13023   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13024   algorithm: "plot_perf_box_name"
13025   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13026   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13027   include:
13028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13033   layout:
13034     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13035     layout: "plot-throughput"
13036
13037 - type: "plot"
13038   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13039   algorithm: "plot_perf_box_name"
13040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13042   include:
13043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13048   layout:
13049     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13050     layout: "plot-throughput"
13051
13052 - type: "plot"
13053   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13054   algorithm: "plot_perf_box_name"
13055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13057   include:
13058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13063   layout:
13064     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13065     layout: "plot-throughput"
13066
13067 - type: "plot"
13068   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13069   algorithm: "plot_perf_box_name"
13070   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13071   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13072   include:
13073     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13074     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13075     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13076     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13078   layout:
13079     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13080     layout: "plot-throughput"
13081
13082 - type: "plot"
13083   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13084   algorithm: "plot_perf_box_name"
13085   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13086   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13087   include:
13088     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13089     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13093   layout:
13094     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13095     layout: "plot-throughput"
13096
13097 - type: "plot"
13098   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13099   algorithm: "plot_perf_box_name"
13100   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13101   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13102   include:
13103     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13104     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13108   layout:
13109     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13110     layout: "plot-throughput"
13111
13112 - type: "plot"
13113   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13114   algorithm: "plot_perf_box_name"
13115   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13117   include:
13118     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13119     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13120     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13121     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13122     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13123   layout:
13124     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13125     layout: "plot-throughput"
13126
13127 - type: "plot"
13128   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13129   algorithm: "plot_perf_box_name"
13130   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13132   include:
13133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13137   layout:
13138     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13139     layout: "plot-throughput"
13140
13141 - type: "plot"
13142   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13143   algorithm: "plot_perf_box_name"
13144   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13146   include:
13147     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13148     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13149     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13151   layout:
13152     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13153     layout: "plot-throughput"
13154
13155 - type: "plot"
13156   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13157   algorithm: "plot_perf_box_name"
13158   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13160   include:
13161     - "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"
13162     - "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"
13163     - "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"
13164     - "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"
13165   layout:
13166     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13167     layout: "plot-throughput"
13168
13169 - type: "plot"
13170   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13171   algorithm: "plot_perf_box_name"
13172   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13174   include:
13175     - "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"
13176     - "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"
13177     - "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"
13178     - "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"
13179   layout:
13180     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13181     layout: "plot-throughput"
13182
13183 - type: "plot"
13184   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13185   algorithm: "plot_perf_box_name"
13186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13188   include:
13189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13195   layout:
13196     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13197     layout: "plot-throughput"
13198
13199 - type: "plot"
13200   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13201   algorithm: "plot_perf_box_name"
13202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13204   include:
13205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13211   layout:
13212     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13213     layout: "plot-throughput"
13214
13215 - type: "plot"
13216   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13217   algorithm: "plot_perf_box_name"
13218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13220   include:
13221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13227   layout:
13228     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13229     layout: "plot-throughput"
13230
13231 - type: "plot"
13232   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13233   algorithm: "plot_perf_box_name"
13234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13236   include:
13237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13243   layout:
13244     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13245     layout: "plot-throughput"
13246
13247 - type: "plot"
13248   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13249   algorithm: "plot_perf_box_name"
13250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13252   include:
13253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13259   layout:
13260     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13261     layout: "plot-throughput"
13262
13263 - type: "plot"
13264   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13265   algorithm: "plot_perf_box_name"
13266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13268   include:
13269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13275   layout:
13276     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13277     layout: "plot-throughput"
13278
13279 - type: "plot"
13280   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13281   algorithm: "plot_perf_box_name"
13282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13284   include:
13285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13290   layout:
13291     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13292     layout: "plot-throughput"
13293
13294 - type: "plot"
13295   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13296   algorithm: "plot_perf_box_name"
13297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13299   include:
13300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13305   layout:
13306     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13307     layout: "plot-throughput"
13308
13309 - type: "plot"
13310   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13311   algorithm: "plot_perf_box_name"
13312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13314   include:
13315     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13317   layout:
13318     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13319     layout: "plot-throughput"
13320
13321 - type: "plot"
13322   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13323   algorithm: "plot_perf_box_name"
13324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13326   include:
13327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13329   layout:
13330     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13331     layout: "plot-throughput"
13332
13333 - type: "plot"
13334   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13335   algorithm: "plot_perf_box_name"
13336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13338   include:
13339     - "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"
13340     - "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"
13341   layout:
13342     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13343     layout: "plot-throughput"
13344
13345 - type: "plot"
13346   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13347   algorithm: "plot_perf_box_name"
13348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13350   include:
13351     - "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"
13352     - "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"
13353   layout:
13354     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13355     layout: "plot-throughput"
13356
13357 - type: "plot"
13358   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13359   algorithm: "plot_perf_box_name"
13360   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13362   include:
13363     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13364     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13365   layout:
13366     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13367     layout: "plot-throughput"
13368
13369 - type: "plot"
13370   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13371   algorithm: "plot_perf_box_name"
13372   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13373   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13374   include:
13375     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13376     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13377   layout:
13378     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13379     layout: "plot-throughput"
13380
13381 - type: "plot"
13382   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13383   algorithm: "plot_perf_box_name"
13384   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13386   include:
13387     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13389   layout:
13390     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13391     layout: "plot-throughput"
13392
13393 - type: "plot"
13394   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13395   algorithm: "plot_perf_box_name"
13396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13398   include:
13399     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13401   layout:
13402     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13403     layout: "plot-throughput"
13404
13405 - type: "plot"
13406   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13407   algorithm: "plot_perf_box_name"
13408   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13409   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13410   include:
13411     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13412     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13413     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13414     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13415     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13416     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13417   layout:
13418     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13419     layout: "plot-throughput"
13420
13421 - type: "plot"
13422   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13423   algorithm: "plot_perf_box_name"
13424   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13425   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13426   include:
13427     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13428     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13429     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13430     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13431     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13432     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13433   layout:
13434     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13435     layout: "plot-throughput"
13436
13437 - type: "plot"
13438   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13439   algorithm: "plot_perf_box_name"
13440   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13441   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13442   include:
13443     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13444     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13445     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13446     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13447     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13448     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13449   layout:
13450     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13451     layout: "plot-throughput"
13452
13453 - type: "plot"
13454   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13455   algorithm: "plot_perf_box_name"
13456   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13457   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13458   include:
13459     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13460     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13461     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13462     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13463     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13464     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13465   layout:
13466     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13467     layout: "plot-throughput"
13468
13469 #- type: "plot"
13470 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13471 #  algorithm: "plot_perf_box_name"
13472 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13473 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13474 #  include:
13475 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13476 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13477 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13478 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13479 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13480 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13481 #  layout:
13482 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13483 #    layout: "plot-throughput"
13484 #
13485 #- type: "plot"
13486 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13487 #  algorithm: "plot_perf_box_name"
13488 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13489 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13490 #  include:
13491 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13492 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13493 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13494 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13495 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13496 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13497 #  layout:
13498 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13499 #    layout: "plot-throughput"
13500
13501 - type: "plot"
13502   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13503   algorithm: "plot_perf_box_name"
13504   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13505   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13506   include:
13507     - "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"
13508     - "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"
13509     - "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"
13510     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13511     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13512     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13513   layout:
13514     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13515     layout: "plot-throughput"
13516
13517 - type: "plot"
13518   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13519   algorithm: "plot_perf_box_name"
13520   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13521   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13522   include:
13523     - "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"
13524     - "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"
13525     - "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"
13526     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13527     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13528     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13529   layout:
13530     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13531     layout: "plot-throughput"
13532
13533 ################################################################################
13534
13535 # Packet Speedup
13536
13537 - type: "plot"
13538   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13539   algorithm: "plot_tsa_name"
13540   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13541   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13542   include:
13543     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13544     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13545     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13546     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13547   layout:
13548     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13549     layout: "plot-throughput-speedup-analysis"
13550
13551 - type: "plot"
13552   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13553   algorithm: "plot_tsa_name"
13554   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13555   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13556   include:
13557     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13558     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13559     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13560     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13561   layout:
13562     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13563     layout: "plot-throughput-speedup-analysis"
13564
13565 - type: "plot"
13566   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13567   algorithm: "plot_tsa_name"
13568   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13570   include:
13571     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13572     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13573     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13574     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13575   layout:
13576     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13577     layout: "plot-throughput-speedup-analysis"
13578
13579 - type: "plot"
13580   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13581   algorithm: "plot_tsa_name"
13582   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13584   include:
13585     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13586     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13587     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13588     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13589   layout:
13590     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13591     layout: "plot-throughput-speedup-analysis"
13592
13593 - type: "plot"
13594   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13595   algorithm: "plot_tsa_name"
13596   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13598   include:
13599     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13600     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13601     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13602     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13603     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13604   layout:
13605     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13606     layout: "plot-throughput-speedup-analysis"
13607
13608 - type: "plot"
13609   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13610   algorithm: "plot_tsa_name"
13611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13613   include:
13614     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13615     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13616     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13617     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13618     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13619   layout:
13620     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13621     layout: "plot-throughput-speedup-analysis"
13622
13623 - type: "plot"
13624   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13625   algorithm: "plot_tsa_name"
13626   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13628   include:
13629     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13630     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13631     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13632     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13633     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13634   layout:
13635     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13636     layout: "plot-throughput-speedup-analysis"
13637
13638 - type: "plot"
13639   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13640   algorithm: "plot_tsa_name"
13641   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13643   include:
13644     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13645     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13646     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13647     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13648     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13649   layout:
13650     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13651     layout: "plot-throughput-speedup-analysis"
13652
13653 - type: "plot"
13654   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13655   algorithm: "plot_tsa_name"
13656   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13658   include:
13659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13665   layout:
13666     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13667     layout: "plot-throughput-speedup-analysis"
13668
13669 - type: "plot"
13670   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13671   algorithm: "plot_tsa_name"
13672   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13674   include:
13675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13681   layout:
13682     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13683     layout: "plot-throughput-speedup-analysis"
13684
13685 - type: "plot"
13686   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13687   algorithm: "plot_tsa_name"
13688   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13689   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13690   include:
13691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13696   layout:
13697     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13698     layout: "plot-throughput-speedup-analysis"
13699
13700 - type: "plot"
13701   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13702   algorithm: "plot_tsa_name"
13703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13705   include:
13706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13711   layout:
13712     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13713     layout: "plot-throughput-speedup-analysis"
13714
13715 - type: "plot"
13716   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13717   algorithm: "plot_tsa_name"
13718   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13720   include:
13721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13724   layout:
13725     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13726     layout: "plot-throughput-speedup-analysis"
13727
13728 - type: "plot"
13729   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13730   algorithm: "plot_tsa_name"
13731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13733   include:
13734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13737   layout:
13738     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13739     layout: "plot-throughput-speedup-analysis"
13740
13741 - type: "plot"
13742   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13743   algorithm: "plot_tsa_name"
13744   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13746   include:
13747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13752   layout:
13753     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13754     layout: "plot-throughput-speedup-analysis"
13755
13756 - type: "plot"
13757   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13758   algorithm: "plot_tsa_name"
13759   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13761   include:
13762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13767   layout:
13768     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13769     layout: "plot-throughput-speedup-analysis"
13770
13771 - type: "plot"
13772   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13773   algorithm: "plot_tsa_name"
13774   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13775   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13776   include:
13777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13780   layout:
13781     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13782     layout: "plot-throughput-speedup-analysis"
13783
13784 - type: "plot"
13785   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13786   algorithm: "plot_tsa_name"
13787   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13788   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13789   include:
13790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13793   layout:
13794     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13795     layout: "plot-throughput-speedup-analysis"
13796
13797 - type: "plot"
13798   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13799   algorithm: "plot_tsa_name"
13800   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13802   include:
13803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13809   layout:
13810     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13811     layout: "plot-throughput-speedup-analysis"
13812
13813 - type: "plot"
13814   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13815   algorithm: "plot_tsa_name"
13816   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13817   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13818   include:
13819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13825   layout:
13826     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13827     layout: "plot-throughput-speedup-analysis"
13828
13829 - type: "plot"
13830   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13831   algorithm: "plot_tsa_name"
13832   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13833   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13834   include:
13835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13841   layout:
13842     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13843     layout: "plot-throughput-speedup-analysis"
13844
13845 - type: "plot"
13846   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13847   algorithm: "plot_tsa_name"
13848   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13849   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13850   include:
13851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13857   layout:
13858     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13859     layout: "plot-throughput-speedup-analysis"
13860
13861 - type: "plot"
13862   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13863   algorithm: "plot_tsa_name"
13864   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13866   include:
13867     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13868     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13869     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13870   layout:
13871     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13872     layout: "plot-throughput-speedup-analysis"
13873
13874 - type: "plot"
13875   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13876   algorithm: "plot_tsa_name"
13877   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13878   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13879   include:
13880     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13881     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13882     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13883   layout:
13884     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13885     layout: "plot-throughput-speedup-analysis"
13886
13887 - type: "plot"
13888   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13889   algorithm: "plot_tsa_name"
13890   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13892   include:
13893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13896 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13897 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13898   layout:
13899     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13900     layout: "plot-throughput-speedup-analysis"
13901
13902 - type: "plot"
13903   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13904   algorithm: "plot_tsa_name"
13905   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13907   include:
13908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13911 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13912 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13913   layout:
13914     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13915     layout: "plot-throughput-speedup-analysis"
13916
13917 - type: "plot"
13918   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13919   algorithm: "plot_tsa_name"
13920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13922   include:
13923     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13924     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13925     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13926     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13927     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13928   layout:
13929     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13930     layout: "plot-throughput-speedup-analysis"
13931
13932 - type: "plot"
13933   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13934   algorithm: "plot_tsa_name"
13935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13937   include:
13938     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13939     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13940     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13941     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13942     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13943   layout:
13944     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13945     layout: "plot-throughput-speedup-analysis"
13946
13947 - type: "plot"
13948   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13949   algorithm: "plot_tsa_name"
13950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13952   include:
13953     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13954     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13955     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13958   layout:
13959     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13960     layout: "plot-throughput-speedup-analysis"
13961
13962 - type: "plot"
13963   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13964   algorithm: "plot_tsa_name"
13965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13967   include:
13968     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13969     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13970     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13973   layout:
13974     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13975     layout: "plot-throughput-speedup-analysis"
13976
13977 - type: "plot"
13978   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13979   algorithm: "plot_tsa_name"
13980   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13982   include:
13983     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13984     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13985     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13986     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13989   layout:
13990     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13991     layout: "plot-throughput-speedup-analysis"
13992
13993 - type: "plot"
13994   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13995   algorithm: "plot_tsa_name"
13996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13998   include:
13999     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14002     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14005   layout:
14006     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14007     layout: "plot-throughput-speedup-analysis"
14008
14009 - type: "plot"
14010   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14011   algorithm: "plot_tsa_name"
14012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14014   include:
14015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14017     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14018     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14020     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14021   layout:
14022     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14023     layout: "plot-throughput-speedup-analysis"
14024
14025 - type: "plot"
14026   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14027   algorithm: "plot_tsa_name"
14028   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14029   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14030   include:
14031     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14032     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14033     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14037   layout:
14038     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14039     layout: "plot-throughput-speedup-analysis"
14040
14041 - type: "plot"
14042   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14043   algorithm: "plot_tsa_name"
14044   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14046   include:
14047     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14048     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14049   layout:
14050     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14051     layout: "plot-throughput-speedup-analysis"
14052
14053 - type: "plot"
14054   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14055   algorithm: "plot_tsa_name"
14056   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14057   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14058   include:
14059     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14060     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14061   layout:
14062     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14063     layout: "plot-throughput-speedup-analysis"
14064
14065 - type: "plot"
14066   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14067   algorithm: "plot_tsa_name"
14068   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14070   include:
14071     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14072     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14073     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14074     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14075   layout:
14076     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14077     layout: "plot-throughput-speedup-analysis"
14078
14079 - type: "plot"
14080   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14081   algorithm: "plot_tsa_name"
14082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14084   include:
14085     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14086     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14087     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14088     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14089   layout:
14090     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14091     layout: "plot-throughput-speedup-analysis"
14092
14093 - type: "plot"
14094   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14095   algorithm: "plot_tsa_name"
14096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14098   include:
14099     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14100     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14101     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14102     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14103   layout:
14104     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14105     layout: "plot-throughput-speedup-analysis"
14106
14107 - type: "plot"
14108   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14109   algorithm: "plot_tsa_name"
14110   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14111   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14112   include:
14113     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14114     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14116     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14117   layout:
14118     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14119     layout: "plot-throughput-speedup-analysis"
14120
14121 - type: "plot"
14122   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14123   algorithm: "plot_tsa_name"
14124   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14125   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14126   include:
14127     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14128     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14129     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14130     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14131     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14132     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14133   layout:
14134     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14135     layout: "plot-throughput-speedup-analysis"
14136
14137 - type: "plot"
14138   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14139   algorithm: "plot_tsa_name"
14140   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14142   include:
14143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14145     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14146     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14147     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14148     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14149   layout:
14150     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14151     layout: "plot-throughput-speedup-analysis"
14152
14153 - type: "plot"
14154   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14155   algorithm: "plot_tsa_name"
14156   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14158   include:
14159     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14160     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14161     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14162     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14163     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14164   layout:
14165     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14166     layout: "plot-throughput-speedup-analysis"
14167
14168 - type: "plot"
14169   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14170   algorithm: "plot_tsa_name"
14171   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14173   include:
14174     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14175     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14176     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14179   layout:
14180     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14181     layout: "plot-throughput-speedup-analysis"
14182
14183 - type: "plot"
14184   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14185   algorithm: "plot_tsa_name"
14186   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14187   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14188   include:
14189     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14190     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14194   layout:
14195     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14196     layout: "plot-throughput-speedup-analysis"
14197
14198 - type: "plot"
14199   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14200   algorithm: "plot_tsa_name"
14201   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14202   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14203   include:
14204     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14205     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14206     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14207     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14209   layout:
14210     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14211     layout: "plot-throughput-speedup-analysis"
14212
14213 - type: "plot"
14214   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14215   algorithm: "plot_tsa_name"
14216   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14218   include:
14219     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14220     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14221     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14222   layout:
14223     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14224     layout: "plot-throughput-speedup-analysis"
14225
14226 - type: "plot"
14227   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14228   algorithm: "plot_tsa_name"
14229   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14230   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14231   include:
14232     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14233     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14234     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14235   layout:
14236     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14237     layout: "plot-throughput-speedup-analysis"
14238
14239 - type: "plot"
14240   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14241   algorithm: "plot_tsa_name"
14242   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14244   include:
14245     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14246     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14247     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14248   layout:
14249     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14250     layout: "plot-throughput-speedup-analysis"
14251
14252 - type: "plot"
14253   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14254   algorithm: "plot_tsa_name"
14255   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14257   include:
14258     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14259     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14260     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14261   layout:
14262     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14263     layout: "plot-throughput-speedup-analysis"
14264
14265 - type: "plot"
14266   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14267   algorithm: "plot_tsa_name"
14268   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14270   include:
14271     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14274     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14275     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14276   layout:
14277     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14278     layout: "plot-throughput-speedup-analysis"
14279
14280 - type: "plot"
14281   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14282   algorithm: "plot_tsa_name"
14283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14285   include:
14286     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14289     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14290     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14291   layout:
14292     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14293     layout: "plot-throughput-speedup-analysis"
14294
14295 - type: "plot"
14296   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14297   algorithm: "plot_tsa_name"
14298   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14300   include:
14301     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14305     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14306   layout:
14307     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14308     layout: "plot-throughput-speedup-analysis"
14309
14310 - type: "plot"
14311   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14312   algorithm: "plot_tsa_name"
14313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14315   include:
14316     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14320     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14321   layout:
14322     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14323     layout: "plot-throughput-speedup-analysis"
14324
14325 - type: "plot"
14326   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14327   algorithm: "plot_tsa_name"
14328   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14329   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14330   include:
14331     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14332     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14333     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14334     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14335     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14336     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14337   layout:
14338     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14339     layout: "plot-throughput-speedup-analysis"
14340
14341 - type: "plot"
14342   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14343   algorithm: "plot_tsa_name"
14344   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14345   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14346   include:
14347     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14348     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14349     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14350     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14351     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14352     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14353   layout:
14354     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14355     layout: "plot-throughput-speedup-analysis"
14356
14357 - type: "plot"
14358   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14359   algorithm: "plot_tsa_name"
14360   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14361   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14362   include:
14363     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14364     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14365     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14366     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14367   layout:
14368     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14369     layout: "plot-throughput-speedup-analysis"
14370
14371 - type: "plot"
14372   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14373   algorithm: "plot_tsa_name"
14374   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14375   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14376   include:
14377     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14378     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14379     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14380     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14381   layout:
14382     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14383     layout: "plot-throughput-speedup-analysis"
14384
14385 - type: "plot"
14386   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14387   algorithm: "plot_tsa_name"
14388   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14390   include:
14391     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14392     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14393     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14394     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14395     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14396     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14397   layout:
14398     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14399     layout: "plot-throughput-speedup-analysis"
14400
14401 - type: "plot"
14402   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14403   algorithm: "plot_tsa_name"
14404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14406   include:
14407     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14408     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14409     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14410     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14411     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14412     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14413   layout:
14414     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14415     layout: "plot-throughput-speedup-analysis"
14416
14417 - type: "plot"
14418   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14419   algorithm: "plot_tsa_name"
14420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14422   include:
14423     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14424     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14425     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14426     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14427     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14428     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14429   layout:
14430     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14431     layout: "plot-throughput-speedup-analysis"
14432
14433 - type: "plot"
14434   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14435   algorithm: "plot_tsa_name"
14436   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14438   include:
14439     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14440     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14441     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14442     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14443     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14444     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14445   layout:
14446     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14447     layout: "plot-throughput-speedup-analysis"
14448
14449 - type: "plot"
14450   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14451   algorithm: "plot_tsa_name"
14452   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14453   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14454   include:
14455     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14456     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14457     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14458     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14459     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14460     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14461   layout:
14462     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14463     layout: "plot-throughput-speedup-analysis"
14464
14465 - type: "plot"
14466   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14467   algorithm: "plot_tsa_name"
14468   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14470   include:
14471     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14472     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14473     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14474     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14475     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14476     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14477   layout:
14478     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14479     layout: "plot-throughput-speedup-analysis"
14480
14481 - type: "plot"
14482   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14483   algorithm: "plot_tsa_name"
14484   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14485   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14486   include:
14487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14493   layout:
14494     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14495     layout: "plot-throughput-speedup-analysis"
14496
14497 - type: "plot"
14498   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14499   algorithm: "plot_tsa_name"
14500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14502   include:
14503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14509   layout:
14510     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14511     layout: "plot-throughput-speedup-analysis"
14512
14513 - type: "plot"
14514   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14515   algorithm: "plot_tsa_name"
14516   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14517   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14518   include:
14519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14525   layout:
14526     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14527     layout: "plot-throughput-speedup-analysis"
14528
14529 - type: "plot"
14530   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14531   algorithm: "plot_tsa_name"
14532   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14534   include:
14535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14537     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14541   layout:
14542     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14543     layout: "plot-throughput-speedup-analysis"
14544
14545 - type: "plot"
14546   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14547   algorithm: "plot_tsa_name"
14548   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14549   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14550   include:
14551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14553     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14555   layout:
14556     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14557     layout: "plot-throughput-speedup-analysis"
14558
14559 - type: "plot"
14560   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14561   algorithm: "plot_tsa_name"
14562   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14563   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14564   include:
14565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14569   layout:
14570     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14571     layout: "plot-throughput-speedup-analysis"
14572
14573 - type: "plot"
14574   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14575   algorithm: "plot_tsa_name"
14576   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14577   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14578   include:
14579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14583   layout:
14584     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14585     layout: "plot-throughput-speedup-analysis"
14586
14587 - type: "plot"
14588   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14589   algorithm: "plot_tsa_name"
14590   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14591   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14592   include:
14593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14597   layout:
14598     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14599     layout: "plot-throughput-speedup-analysis"
14600
14601 - type: "plot"
14602   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14603   algorithm: "plot_tsa_name"
14604   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14605   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14606   include:
14607     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14608     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14609     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14610     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14611     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14612     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14613   layout:
14614     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14615     layout: "plot-throughput-speedup-analysis"
14616
14617 - type: "plot"
14618   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14619   algorithm: "plot_tsa_name"
14620   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14621   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14622   include:
14623     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14624     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14625     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14626     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14627     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14628     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14629   layout:
14630     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14631     layout: "plot-throughput-speedup-analysis"
14632
14633 - type: "plot"
14634   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14635   algorithm: "plot_tsa_name"
14636   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14638   include:
14639     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14640     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14641     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14642     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14643     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14644   layout:
14645     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14646     layout: "plot-throughput-speedup-analysis"
14647
14648 - type: "plot"
14649   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14650   algorithm: "plot_tsa_name"
14651   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14653   include:
14654     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14655     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14656     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14657     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14658     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14659   layout:
14660     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14661     layout: "plot-throughput-speedup-analysis"
14662
14663 - type: "plot"
14664   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14665   algorithm: "plot_tsa_name"
14666   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14668   include:
14669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14674   layout:
14675     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14676     layout: "plot-throughput-speedup-analysis"
14677
14678 - type: "plot"
14679   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14680   algorithm: "plot_tsa_name"
14681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14683   include:
14684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14689   layout:
14690     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14691     layout: "plot-throughput-speedup-analysis"
14692
14693 - type: "plot"
14694   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14695   algorithm: "plot_tsa_name"
14696   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14698   include:
14699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14703   layout:
14704     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14705     layout: "plot-throughput-speedup-analysis"
14706
14707 - type: "plot"
14708   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14709   algorithm: "plot_tsa_name"
14710   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14712   include:
14713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14717   layout:
14718     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14719     layout: "plot-throughput-speedup-analysis"
14720
14721 - type: "plot"
14722   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14723   algorithm: "plot_tsa_name"
14724   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14725   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14726   include:
14727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14733   layout:
14734     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14735     layout: "plot-throughput-speedup-analysis"
14736
14737 - type: "plot"
14738   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14739   algorithm: "plot_tsa_name"
14740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14742   include:
14743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14749   layout:
14750     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14751     layout: "plot-throughput-speedup-analysis"
14752
14753 - type: "plot"
14754   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14755   algorithm: "plot_tsa_name"
14756   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14757   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14758   include:
14759     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14760     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14765   layout:
14766     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14767     layout: "plot-throughput-speedup-analysis"
14768
14769 - type: "plot"
14770   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14771   algorithm: "plot_tsa_name"
14772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14774   include:
14775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14781   layout:
14782     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14783     layout: "plot-throughput-speedup-analysis"
14784
14785 - type: "plot"
14786   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14787   algorithm: "plot_tsa_name"
14788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14790   include:
14791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14797   layout:
14798     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14799     layout: "plot-throughput-speedup-analysis"
14800
14801 - type: "plot"
14802   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14803   algorithm: "plot_tsa_name"
14804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14806   include:
14807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14813   layout:
14814     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14815     layout: "plot-throughput-speedup-analysis"
14816
14817 - type: "plot"
14818   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14819   algorithm: "plot_tsa_name"
14820   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14821   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14822   include:
14823     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14824     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14825     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14826     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14827     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14828     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14829   layout:
14830     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14831     layout: "plot-throughput-speedup-analysis"
14832
14833 - type: "plot"
14834   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14835   algorithm: "plot_tsa_name"
14836   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14837   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14838   include:
14839     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14840     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14841     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14842     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14843     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14844     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14845   layout:
14846     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14847     layout: "plot-throughput-speedup-analysis"
14848
14849 - type: "plot"
14850   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14851   algorithm: "plot_tsa_name"
14852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14854   include:
14855     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14856     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14857     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14858     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14859     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14860     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14861   layout:
14862     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14863     layout: "plot-throughput-speedup-analysis"
14864
14865 - type: "plot"
14866   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14867   algorithm: "plot_tsa_name"
14868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14870   include:
14871     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14872     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14873     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14874     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14875     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14876     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14877   layout:
14878     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14879     layout: "plot-throughput-speedup-analysis"
14880
14881 - type: "plot"
14882   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14883   algorithm: "plot_tsa_name"
14884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14886   include:
14887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14892   layout:
14893     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14894     layout: "plot-throughput-speedup-analysis"
14895
14896 - type: "plot"
14897   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14898   algorithm: "plot_tsa_name"
14899   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14900   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14901   include:
14902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14907   layout:
14908     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14909     layout: "plot-throughput-speedup-analysis"
14910
14911 - type: "plot"
14912   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14913   algorithm: "plot_tsa_name"
14914   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14915   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14916   include:
14917     - "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"
14918     - "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"
14919     - "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"
14920     - "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"
14921     - "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"
14922   layout:
14923     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14924     layout: "plot-throughput-speedup-analysis"
14925
14926 - type: "plot"
14927   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14928   algorithm: "plot_tsa_name"
14929   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14930   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14931   include:
14932     - "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"
14933     - "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"
14934     - "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"
14935     - "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"
14936     - "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"
14937   layout:
14938     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14939     layout: "plot-throughput-speedup-analysis"
14940
14941 - type: "plot"
14942   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14943   algorithm: "plot_tsa_name"
14944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14946   include:
14947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14952   layout:
14953     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14954     layout: "plot-throughput-speedup-analysis"
14955
14956 - type: "plot"
14957   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14958   algorithm: "plot_tsa_name"
14959   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14961   include:
14962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14967   layout:
14968     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14969     layout: "plot-throughput-speedup-analysis"
14970
14971 - type: "plot"
14972   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14973   algorithm: "plot_tsa_name"
14974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14976   include:
14977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14982   layout:
14983     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14984     layout: "plot-throughput-speedup-analysis"
14985
14986 - type: "plot"
14987   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14988   algorithm: "plot_tsa_name"
14989   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14991   include:
14992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14997   layout:
14998     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14999     layout: "plot-throughput-speedup-analysis"
15000
15001 - type: "plot"
15002   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15003   algorithm: "plot_tsa_name"
15004   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15005   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15006   include:
15007     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15008     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15009     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15010     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15011     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15012   layout:
15013     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15014     layout: "plot-throughput-speedup-analysis"
15015
15016 - type: "plot"
15017   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15018   algorithm: "plot_tsa_name"
15019   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15020   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15021   include:
15022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15023     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15024     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15025     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15026     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15027   layout:
15028     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15029     layout: "plot-throughput-speedup-analysis"
15030
15031 - type: "plot"
15032   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15033   algorithm: "plot_tsa_name"
15034   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15035   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15036   include:
15037     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15038     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15039     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15040     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15041     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15042   layout:
15043     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15044     layout: "plot-throughput-speedup-analysis"
15045
15046 - type: "plot"
15047   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15048   algorithm: "plot_tsa_name"
15049   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15050   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15051   include:
15052     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15053     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15054     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15055     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15056     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15057   layout:
15058     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15059     layout: "plot-throughput-speedup-analysis"
15060
15061 - type: "plot"
15062   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15063   algorithm: "plot_tsa_name"
15064   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15066   include:
15067     - "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"
15068     - "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"
15069     - "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"
15070     - "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"
15071   layout:
15072     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15073     layout: "plot-throughput-speedup-analysis"
15074
15075 - type: "plot"
15076   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15077   algorithm: "plot_tsa_name"
15078   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15080   include:
15081     - "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"
15082     - "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"
15083     - "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"
15084     - "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"
15085   layout:
15086     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15087     layout: "plot-throughput-speedup-analysis"
15088
15089 - type: "plot"
15090   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15091   algorithm: "plot_tsa_name"
15092   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15093   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15094   include:
15095     - "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"
15096     - "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"
15097     - "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"
15098     - "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"
15099   layout:
15100     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15101     layout: "plot-throughput-speedup-analysis"
15102
15103 - type: "plot"
15104   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15105   algorithm: "plot_tsa_name"
15106   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15108   include:
15109     - "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"
15110     - "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"
15111     - "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"
15112     - "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"
15113   layout:
15114     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15115     layout: "plot-throughput-speedup-analysis"
15116
15117 - type: "plot"
15118   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15119   algorithm: "plot_tsa_name"
15120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15122   include:
15123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15129   layout:
15130     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15131     layout: "plot-throughput-speedup-analysis"
15132
15133 - type: "plot"
15134   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15135   algorithm: "plot_tsa_name"
15136   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15138   include:
15139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15145   layout:
15146     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15147     layout: "plot-throughput-speedup-analysis"
15148
15149 - type: "plot"
15150   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15151   algorithm: "plot_tsa_name"
15152   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15154   include:
15155     - "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"
15156     - "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"
15157     - "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"
15158     - "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"
15159     - "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"
15160     - "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"
15161   layout:
15162     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15163     layout: "plot-throughput-speedup-analysis"
15164
15165 - type: "plot"
15166   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15167   algorithm: "plot_tsa_name"
15168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15170   include:
15171     - "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"
15172     - "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"
15173     - "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"
15174     - "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"
15175     - "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"
15176     - "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"
15177   layout:
15178     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15179     layout: "plot-throughput-speedup-analysis"
15180
15181 - type: "plot"
15182   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15183   algorithm: "plot_tsa_name"
15184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15186   include:
15187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15193   layout:
15194     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15195     layout: "plot-throughput-speedup-analysis"
15196
15197 - type: "plot"
15198   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15199   algorithm: "plot_tsa_name"
15200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15202   include:
15203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15209   layout:
15210     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15211     layout: "plot-throughput-speedup-analysis"
15212
15213 - type: "plot"
15214   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15215   algorithm: "plot_tsa_name"
15216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15218   include:
15219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15224   layout:
15225     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15226     layout: "plot-throughput-speedup-analysis"
15227
15228 - type: "plot"
15229   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15230   algorithm: "plot_tsa_name"
15231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15233   include:
15234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15239   layout:
15240     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15241     layout: "plot-throughput-speedup-analysis"
15242
15243 - type: "plot"
15244   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15245   algorithm: "plot_tsa_name"
15246   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15247   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15248   include:
15249     - "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"
15250     - "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"
15251   layout:
15252     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15253     layout: "plot-throughput-speedup-analysis"
15254
15255 - type: "plot"
15256   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15257   algorithm: "plot_tsa_name"
15258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15260   include:
15261     - "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"
15262     - "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"
15263   layout:
15264     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15265     layout: "plot-throughput-speedup-analysis"
15266
15267 - type: "plot"
15268   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15269   algorithm: "plot_tsa_name"
15270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15272   include:
15273     - "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"
15274     - "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"
15275   layout:
15276     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15277     layout: "plot-throughput-speedup-analysis"
15278
15279 - type: "plot"
15280   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15281   algorithm: "plot_tsa_name"
15282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15284   include:
15285     - "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"
15286     - "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"
15287   layout:
15288     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15289     layout: "plot-throughput-speedup-analysis"
15290
15291 - type: "plot"
15292   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15293   algorithm: "plot_tsa_name"
15294   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15295   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15296   include:
15297     - "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"
15298     - "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"
15299     - "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"
15300     - "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"
15301     - "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"
15302     - "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"
15303   layout:
15304     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15305     layout: "plot-throughput-speedup-analysis"
15306
15307 - type: "plot"
15308   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15309   algorithm: "plot_tsa_name"
15310   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15311   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15312   include:
15313     - "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"
15314     - "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"
15315     - "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"
15316     - "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"
15317     - "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"
15318     - "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"
15319   layout:
15320     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15321     layout: "plot-throughput-speedup-analysis"
15322
15323 - type: "plot"
15324   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15325   algorithm: "plot_tsa_name"
15326   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15327   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15328   include:
15329     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15330     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15331     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15332     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15333     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15334   layout:
15335     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15336     layout: "plot-throughput-speedup-analysis"
15337
15338 - type: "plot"
15339   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15340   algorithm: "plot_tsa_name"
15341   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15342   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15343   include:
15344     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15345     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15346     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15347     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15348     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15349   layout:
15350     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15351     layout: "plot-throughput-speedup-analysis"
15352
15353 - type: "plot"
15354   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15355   algorithm: "plot_tsa_name"
15356   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15357   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15358   include:
15359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15364   layout:
15365     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15366     layout: "plot-throughput-speedup-analysis"
15367
15368 - type: "plot"
15369   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15370   algorithm: "plot_tsa_name"
15371   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15372   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15373   include:
15374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15379   layout:
15380     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15381     layout: "plot-throughput-speedup-analysis"
15382
15383 - type: "plot"
15384   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15385   algorithm: "plot_tsa_name"
15386   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15387   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15388   include:
15389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15395   layout:
15396     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15397     layout: "plot-throughput-speedup-analysis"
15398
15399 - type: "plot"
15400   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15401   algorithm: "plot_tsa_name"
15402   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15403   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15404   include:
15405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15411   layout:
15412     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15413     layout: "plot-throughput-speedup-analysis"
15414
15415 - type: "plot"
15416   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15417   algorithm: "plot_tsa_name"
15418   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15419   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15420   include:
15421     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15422     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15423     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15424     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15425   layout:
15426     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15427     layout: "plot-throughput-speedup-analysis"
15428
15429 - type: "plot"
15430   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15431   algorithm: "plot_tsa_name"
15432   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15433   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15434   include:
15435     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15436     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15437     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15438     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15439   layout:
15440     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15441     layout: "plot-throughput-speedup-analysis"
15442
15443 - type: "plot"
15444   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15445   algorithm: "plot_tsa_name"
15446   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15447   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15448   include:
15449     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15451     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15452     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15453     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15454   layout:
15455     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15456     layout: "plot-throughput-speedup-analysis"
15457
15458 - type: "plot"
15459   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15460   algorithm: "plot_tsa_name"
15461   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15462   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15463   include:
15464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15465     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15466     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15467     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15468     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15469   layout:
15470     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15471     layout: "plot-throughput-speedup-analysis"
15472
15473 - type: "plot"
15474   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15475   algorithm: "plot_tsa_name"
15476   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15477   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15478   include:
15479     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15480     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15481     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15482     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15483     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15485   layout:
15486     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15487     layout: "plot-throughput-speedup-analysis"
15488
15489 - type: "plot"
15490   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15491   algorithm: "plot_tsa_name"
15492   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15493   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15494   include:
15495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15496     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15497     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15498     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15499     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15500     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15501   layout:
15502     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15503     layout: "plot-throughput-speedup-analysis"
15504
15505 - type: "plot"
15506   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15507   algorithm: "plot_tsa_name"
15508   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15509   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15510   include:
15511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15515   layout:
15516     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15517     layout: "plot-throughput-speedup-analysis"
15518
15519 - type: "plot"
15520   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15521   algorithm: "plot_tsa_name"
15522   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15523   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15524   include:
15525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15529   layout:
15530     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15531     layout: "plot-throughput-speedup-analysis"
15532
15533 - type: "plot"
15534   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15535   algorithm: "plot_tsa_name"
15536   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15537   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15538   include:
15539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15545   layout:
15546     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15547     layout: "plot-throughput-speedup-analysis"
15548
15549 - type: "plot"
15550   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15551   algorithm: "plot_tsa_name"
15552   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15553   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15554   include:
15555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15561   layout:
15562     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15563     layout: "plot-throughput-speedup-analysis"
15564
15565 - type: "plot"
15566   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15567   algorithm: "plot_tsa_name"
15568   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15569   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15570   include:
15571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15577   layout:
15578     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15579     layout: "plot-throughput-speedup-analysis"
15580
15581 - type: "plot"
15582   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15583   algorithm: "plot_tsa_name"
15584   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15585   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15586   include:
15587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15593   layout:
15594     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15595     layout: "plot-throughput-speedup-analysis"
15596
15597 - type: "plot"
15598   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15599   algorithm: "plot_tsa_name"
15600   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15601   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15602   include:
15603     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15604     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15605     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15606     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15607     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15608     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15609   layout:
15610     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15611     layout: "plot-throughput-speedup-analysis"
15612
15613 - type: "plot"
15614   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15615   algorithm: "plot_tsa_name"
15616   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15617   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15618   include:
15619     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15620     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15621     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15622     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15623     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15624     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15625   layout:
15626     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15627     layout: "plot-throughput-speedup-analysis"
15628
15629 - type: "plot"
15630   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15631   algorithm: "plot_tsa_name"
15632   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15633   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15634   include:
15635     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15636     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15637     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15638     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15639     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15640     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15641   layout:
15642     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15643     layout: "plot-throughput-speedup-analysis"
15644
15645 - type: "plot"
15646   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15647   algorithm: "plot_tsa_name"
15648   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15649   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15650   include:
15651     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15652     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15653     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15654     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15655     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15656     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15657   layout:
15658     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15659     layout: "plot-throughput-speedup-analysis"
15660
15661 - type: "plot"
15662   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15663   algorithm: "plot_tsa_name"
15664   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15665   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15666   include:
15667     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15668     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15669     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15670     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15671     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15672     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15673   layout:
15674     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15675     layout: "plot-throughput-speedup-analysis"
15676
15677 - type: "plot"
15678   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15679   algorithm: "plot_tsa_name"
15680   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15681   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15682   include:
15683     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15684     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15685     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15686     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15687     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15688     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15689   layout:
15690     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15691     layout: "plot-throughput-speedup-analysis"
15692
15693 #- type: "plot"
15694 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15695 #  algorithm: "plot_tsa_name"
15696 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15697 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15698 #  include:
15699 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15700 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15701 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15702 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15703 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15704 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15705 #  layout:
15706 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15707 #    layout: "plot-throughput-speedup-analysis"
15708 #
15709 #- type: "plot"
15710 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15711 #  algorithm: "plot_tsa_name"
15712 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15713 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15714 #  include:
15715 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15716 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15717 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15718 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15719 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15720 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15721 #  layout:
15722 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15723 #    layout: "plot-throughput-speedup-analysis"
15724
15725 - type: "plot"
15726   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15727   algorithm: "plot_tsa_name"
15728   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15729   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15730   include:
15731     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15732     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15733     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15734     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15735     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15736   layout:
15737     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15738     layout: "plot-throughput-speedup-analysis"
15739
15740 - type: "plot"
15741   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15742   algorithm: "plot_tsa_name"
15743   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15744   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15745   include:
15746     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15747     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15748     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15749     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15750     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15751   layout:
15752     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15753     layout: "plot-throughput-speedup-analysis"
15754
15755 - type: "plot"
15756   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15757   algorithm: "plot_tsa_name"
15758   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15759   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15760   include:
15761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15765     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15766     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15767   layout:
15768     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15769     layout: "plot-throughput-speedup-analysis"
15770
15771 - type: "plot"
15772   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15773   algorithm: "plot_tsa_name"
15774   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15775   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15776   include:
15777     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15778     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15781     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15782     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15783   layout:
15784     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15785     layout: "plot-throughput-speedup-analysis"
15786
15787 - type: "plot"
15788   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15789   algorithm: "plot_tsa_name"
15790   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15791   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15792   include:
15793     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15794     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15795     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15796     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15797     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15798   layout:
15799     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15800     layout: "plot-throughput-speedup-analysis"
15801
15802 - type: "plot"
15803   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15804   algorithm: "plot_tsa_name"
15805   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15806   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15807   include:
15808     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15809     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15810     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15811     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15812     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15813   layout:
15814     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15815     layout: "plot-throughput-speedup-analysis"
15816
15817 #- type: "plot"
15818 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15819 #  algorithm: "plot_tsa_name"
15820 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15821 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15822 #  include:
15823 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15824 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15825 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15826 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15827 #  layout:
15828 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15829 #    layout: "plot-throughput-speedup-analysis"
15830 #
15831 #- type: "plot"
15832 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15833 #  algorithm: "plot_tsa_name"
15834 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15835 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15836 #  include:
15837 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15838 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15839 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15840 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15841 #  layout:
15842 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15843 #    layout: "plot-throughput-speedup-analysis"
15844
15845 - type: "plot"
15846   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15847   algorithm: "plot_tsa_name"
15848   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15849   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15850   include:
15851     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15852     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15853     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15854     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15855     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15856     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15857   layout:
15858     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15859     layout: "plot-throughput-speedup-analysis"
15860
15861 - type: "plot"
15862   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15863   algorithm: "plot_tsa_name"
15864   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15865   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15866   include:
15867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15868     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15870     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15871     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15872     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15873   layout:
15874     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15875     layout: "plot-throughput-speedup-analysis"
15876
15877 - type: "plot"
15878   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15879   algorithm: "plot_tsa_name"
15880   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15881   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15882   include:
15883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15888   layout:
15889     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15890     layout: "plot-throughput-speedup-analysis"
15891
15892 - type: "plot"
15893   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15894   algorithm: "plot_tsa_name"
15895   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15896   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15897   include:
15898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15903   layout:
15904     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15905     layout: "plot-throughput-speedup-analysis"
15906
15907 - type: "plot"
15908   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15909   algorithm: "plot_tsa_name"
15910   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15911   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15912   include:
15913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15919   layout:
15920     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15921     layout: "plot-throughput-speedup-analysis"
15922
15923 - type: "plot"
15924   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15925   algorithm: "plot_tsa_name"
15926   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15927   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15928   include:
15929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15935   layout:
15936     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15937     layout: "plot-throughput-speedup-analysis"
15938
15939 - type: "plot"
15940   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15941   algorithm: "plot_tsa_name"
15942   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15943   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15944   include:
15945     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15946     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15947     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15948     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15949   layout:
15950     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15951     layout: "plot-throughput-speedup-analysis"
15952
15953 - type: "plot"
15954   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15955   algorithm: "plot_tsa_name"
15956   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15957   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15958   include:
15959     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15960     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15961     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15962     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15963   layout:
15964     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15965     layout: "plot-throughput-speedup-analysis"
15966
15967 - type: "plot"
15968   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15969   algorithm: "plot_tsa_name"
15970   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15971   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15972   include:
15973     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15974     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15975     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15976     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15977     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15978   layout:
15979     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15980     layout: "plot-throughput-speedup-analysis"
15981
15982 - type: "plot"
15983   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15984   algorithm: "plot_tsa_name"
15985   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15986   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15987   include:
15988     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15989     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15990     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15991     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15992     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15993   layout:
15994     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15995     layout: "plot-throughput-speedup-analysis"
15996
15997 - type: "plot"
15998   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15999   algorithm: "plot_tsa_name"
16000   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16001   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16002   include:
16003     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16004     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16005     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16006     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16007     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16008     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16009   layout:
16010     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16011     layout: "plot-throughput-speedup-analysis"
16012
16013 - type: "plot"
16014   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16015   algorithm: "plot_tsa_name"
16016   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16017   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16018   include:
16019     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16021     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16024     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16025   layout:
16026     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16027     layout: "plot-throughput-speedup-analysis"
16028
16029 #- type: "plot"
16030 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16031 #  algorithm: "plot_tsa_name"
16032 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16033 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16034 #  include:
16035 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16036 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16037 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16038 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16039 #  layout:
16040 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16041 #    layout: "plot-throughput-speedup-analysis"
16042 #
16043 #- type: "plot"
16044 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16045 #  algorithm: "plot_tsa_name"
16046 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16047 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16048 #  include:
16049 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16050 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16051 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16052 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16053 #  layout:
16054 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16055 #    layout: "plot-throughput-speedup-analysis"
16056
16057 - type: "plot"
16058   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16059   algorithm: "plot_tsa_name"
16060   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16061   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16062   include:
16063     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16064     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16065     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16066     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16067     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16068     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16069   layout:
16070     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16071     layout: "plot-throughput-speedup-analysis"
16072
16073 - type: "plot"
16074   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16075   algorithm: "plot_tsa_name"
16076   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16077   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16078   include:
16079     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16080     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16081     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16082     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16083     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16084     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16085   layout:
16086     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16087     layout: "plot-throughput-speedup-analysis"
16088
16089 #- type: "plot"
16090 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16091 #  algorithm: "plot_tsa_name"
16092 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16093 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16094 #  include:
16095 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16096 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16097 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16098 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16099 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16100 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16101 #  layout:
16102 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16103 #    layout: "plot-throughput-speedup-analysis"
16104 #
16105 #- type: "plot"
16106 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16107 #  algorithm: "plot_tsa_name"
16108 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16109 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16110 #  include:
16111 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16112 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16113 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16114 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16115 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16116 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16117 #  layout:
16118 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16119 #    layout: "plot-throughput-speedup-analysis"
16120
16121 #- type: "plot"
16122 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16123 #  algorithm: "plot_tsa_name"
16124 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16125 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16126 #  include:
16127 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16128 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16129 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16130 #  layout:
16131 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16132 #    layout: "plot-throughput-speedup-analysis"
16133 #
16134 #- type: "plot"
16135 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16136 #  algorithm: "plot_tsa_name"
16137 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16138 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16139 #  include:
16140 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16141 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16142 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16143 #  layout:
16144 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16145 #    layout: "plot-throughput-speedup-analysis"
16146
16147 ################################################################################
16148
16149 # Packet Throughput - DPDK
16150
16151 # 2n-skx-xxv710
16152
16153 - type: "plot"
16154   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16155   algorithm: "plot_perf_box_name"
16156   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16157   data: "plot-dpdk-throughput-latency-2n-skx"
16158   include:
16159     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16160     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16161   layout:
16162     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16163     layout: "plot-throughput"
16164
16165 - type: "plot"
16166   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16167   algorithm: "plot_perf_box_name"
16168   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16169   data: "plot-dpdk-throughput-latency-2n-skx"
16170   include:
16171     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16172     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16173   layout:
16174     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16175     layout: "plot-throughput"
16176
16177 - type: "plot"
16178   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16179   algorithm: "plot_perf_box_name"
16180   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16181   data: "plot-dpdk-throughput-latency-2n-skx"
16182   include:
16183     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16184     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16185   layout:
16186     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16187     layout: "plot-throughput"
16188
16189 - type: "plot"
16190   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16191   algorithm: "plot_perf_box_name"
16192   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16193   data: "plot-dpdk-throughput-latency-2n-skx"
16194   include:
16195     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16196     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16197   layout:
16198     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16199     layout: "plot-throughput"
16200
16201 # 2n-skx-x710
16202
16203 - type: "plot"
16204   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16205   algorithm: "plot_perf_box_name"
16206   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16207   data: "plot-dpdk-throughput-latency-2n-skx"
16208   include:
16209     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16210     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16211   layout:
16212     title: "2n-skx-x710-64b-2t1c-base-ndr"
16213     layout: "plot-throughput"
16214
16215 - type: "plot"
16216   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16217   algorithm: "plot_perf_box_name"
16218   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16219   data: "plot-dpdk-throughput-latency-2n-skx"
16220   include:
16221     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16222     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16223   layout:
16224     title: "2n-skx-x710-64b-4t2c-base-ndr"
16225     layout: "plot-throughput"
16226
16227 - type: "plot"
16228   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16229   algorithm: "plot_perf_box_name"
16230   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16231   data: "plot-dpdk-throughput-latency-2n-skx"
16232   include:
16233     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16234     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16235   layout:
16236     title: "2n-skx-x710-64b-2t1c-base-pdr"
16237     layout: "plot-throughput"
16238
16239 - type: "plot"
16240   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16241   algorithm: "plot_perf_box_name"
16242   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16243   data: "plot-dpdk-throughput-latency-2n-skx"
16244   include:
16245     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16246     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16247   layout:
16248     title: "2n-skx-x710-64b-4t2c-base-pdr"
16249     layout: "plot-throughput"
16250
16251 # 3n-skx-xxv710
16252
16253 - type: "plot"
16254   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16255   algorithm: "plot_perf_box_name"
16256   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16257   data: "plot-dpdk-throughput-latency-3n-skx"
16258   include:
16259     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16260     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16261   layout:
16262     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16263     layout: "plot-throughput"
16264
16265 - type: "plot"
16266   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16267   algorithm: "plot_perf_box_name"
16268   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16269   data: "plot-dpdk-throughput-latency-3n-skx"
16270   include:
16271     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16272     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16273   layout:
16274     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16275     layout: "plot-throughput"
16276
16277 - type: "plot"
16278   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16279   algorithm: "plot_perf_box_name"
16280   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16281   data: "plot-dpdk-throughput-latency-3n-skx"
16282   include:
16283     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16284     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16285   layout:
16286     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16287     layout: "plot-throughput"
16288
16289 - type: "plot"
16290   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16291   algorithm: "plot_perf_box_name"
16292   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16293   data: "plot-dpdk-throughput-latency-3n-skx"
16294   include:
16295     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16296     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16297   layout:
16298     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16299     layout: "plot-throughput"
16300
16301 # 3n-skx-x710
16302
16303 - type: "plot"
16304   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16305   algorithm: "plot_perf_box_name"
16306   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16307   data: "plot-dpdk-throughput-latency-3n-skx"
16308   include:
16309     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16310     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16311   layout:
16312     title: "3n-skx-x710-64b-2t1c-base-ndr"
16313     layout: "plot-throughput"
16314
16315 - type: "plot"
16316   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16317   algorithm: "plot_perf_box_name"
16318   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16319   data: "plot-dpdk-throughput-latency-3n-skx"
16320   include:
16321     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16322     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16323   layout:
16324     title: "3n-skx-x710-64b-4t2c-base-ndr"
16325     layout: "plot-throughput"
16326
16327 - type: "plot"
16328   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16329   algorithm: "plot_perf_box_name"
16330   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16331   data: "plot-dpdk-throughput-latency-3n-skx"
16332   include:
16333     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16334     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16335   layout:
16336     title: "3n-skx-x710-64b-2t1c-base-pdr"
16337     layout: "plot-throughput"
16338
16339 - type: "plot"
16340   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16341   algorithm: "plot_perf_box_name"
16342   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16343   data: "plot-dpdk-throughput-latency-3n-skx"
16344   include:
16345     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16346     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16347   layout:
16348     title: "3n-skx-x710-64b-4t2c-base-pdr"
16349     layout: "plot-throughput"
16350
16351 # 3n-hsw-xl710
16352
16353 - type: "plot"
16354   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16355   algorithm: "plot_perf_box_name"
16356   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16357   data: "plot-dpdk-throughput-latency-3n-hsw"
16358   include:
16359     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16360     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16361   layout:
16362     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16363     layout: "plot-throughput"
16364
16365 - type: "plot"
16366   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16367   algorithm: "plot_perf_box_name"
16368   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16369   data: "plot-dpdk-throughput-latency-3n-hsw"
16370   include:
16371     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16372     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16373   layout:
16374     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16375     layout: "plot-throughput"
16376
16377 - type: "plot"
16378   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16379   algorithm: "plot_perf_box_name"
16380   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16381   data: "plot-dpdk-throughput-latency-3n-hsw"
16382   include:
16383     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16384     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16385   layout:
16386     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16387     layout: "plot-throughput"
16388
16389 - type: "plot"
16390   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16391   algorithm: "plot_perf_box_name"
16392   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16393   data: "plot-dpdk-throughput-latency-3n-hsw"
16394   include:
16395     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16396     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16397   layout:
16398     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16399     layout: "plot-throughput"
16400
16401 # 3n-hsw-x710
16402
16403 - type: "plot"
16404   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16405   algorithm: "plot_perf_box_name"
16406   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16407   data: "plot-dpdk-throughput-latency-3n-hsw"
16408   include:
16409     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16410     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16411   layout:
16412     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16413     layout: "plot-throughput"
16414
16415 - type: "plot"
16416   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16417   algorithm: "plot_perf_box_name"
16418   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16419   data: "plot-dpdk-throughput-latency-3n-hsw"
16420   include:
16421     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16422     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16423   layout:
16424     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16425     layout: "plot-throughput"
16426
16427 - type: "plot"
16428   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16429   algorithm: "plot_perf_box_name"
16430   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16431   data: "plot-dpdk-throughput-latency-3n-hsw"
16432   include:
16433     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16434     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16435   layout:
16436     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16437     layout: "plot-throughput"
16438
16439 - type: "plot"
16440   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16441   algorithm: "plot_perf_box_name"
16442   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16443   data: "plot-dpdk-throughput-latency-3n-hsw"
16444   include:
16445     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16446     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16447   layout:
16448     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16449     layout: "plot-throughput"
16450
16451 # 2n-dnv-x553
16452
16453 - type: "plot"
16454   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16455   algorithm: "plot_perf_box_name"
16456   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16457   data: "plot-dpdk-throughput-latency-2n-dnv"
16458   include:
16459     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16460     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16461   layout:
16462     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16463     layout: "plot-throughput"
16464
16465 - type: "plot"
16466   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16467   algorithm: "plot_perf_box_name"
16468   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16469   data: "plot-dpdk-throughput-latency-2n-dnv"
16470   include:
16471     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16472     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16473   layout:
16474     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16475     layout: "plot-throughput"
16476
16477 - type: "plot"
16478   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16479   algorithm: "plot_perf_box_name"
16480   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16481   data: "plot-dpdk-throughput-latency-2n-dnv"
16482   include:
16483     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16484     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16485   layout:
16486     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16487     layout: "plot-throughput"
16488
16489 - type: "plot"
16490   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16491   algorithm: "plot_perf_box_name"
16492   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16493   data: "plot-dpdk-throughput-latency-2n-dnv"
16494   include:
16495     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16496     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16497   layout:
16498     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16499     layout: "plot-throughput"
16500
16501 # 3n-dnv-x553
16502
16503 - type: "plot"
16504   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16505   algorithm: "plot_perf_box_name"
16506   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16507   data: "plot-dpdk-throughput-latency-3n-dnv"
16508   include:
16509     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16510     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16511   layout:
16512     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16513     layout: "plot-throughput"
16514
16515 - type: "plot"
16516   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16517   algorithm: "plot_perf_box_name"
16518   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16519   data: "plot-dpdk-throughput-latency-3n-dnv"
16520   include:
16521     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16522     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16523   layout:
16524     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16525     layout: "plot-throughput"
16526
16527 - type: "plot"
16528   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16529   algorithm: "plot_perf_box_name"
16530   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16531   data: "plot-dpdk-throughput-latency-3n-dnv"
16532   include:
16533     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16534     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16535   layout:
16536     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16537     layout: "plot-throughput"
16538
16539 - type: "plot"
16540   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16541   algorithm: "plot_perf_box_name"
16542   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16543   data: "plot-dpdk-throughput-latency-3n-dnv"
16544   include:
16545     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16546     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16547   layout:
16548     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16549     layout: "plot-throughput"
16550
16551 # 3n-tsh-x520
16552
16553 - type: "plot"
16554   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16555   algorithm: "plot_perf_box_name"
16556   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16557   data: "plot-dpdk-throughput-latency-3n-tsh"
16558   include:
16559     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16560     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16561   layout:
16562     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16563     layout: "plot-throughput"
16564
16565 - type: "plot"
16566   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16567   algorithm: "plot_perf_box_name"
16568   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16569   data: "plot-dpdk-throughput-latency-3n-tsh"
16570   include:
16571     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16572     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16573   layout:
16574     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16575     layout: "plot-throughput"
16576
16577 - type: "plot"
16578   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16579   algorithm: "plot_perf_box_name"
16580   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16581   data: "plot-dpdk-throughput-latency-3n-tsh"
16582   include:
16583     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16584     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16585   layout:
16586     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16587     layout: "plot-throughput"
16588
16589 - type: "plot"
16590   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16591   algorithm: "plot_perf_box_name"
16592   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16593   data: "plot-dpdk-throughput-latency-3n-tsh"
16594   include:
16595     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16596     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16597   layout:
16598     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16599     layout: "plot-throughput"
16600
16601 ################################################################################
16602 ###   2n-clx                                                                 ###
16603 ################################################################################
16604
16605 # Packet Throughput
16606
16607 - type: "plot"
16608   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16609   algorithm: "plot_perf_box_name"
16610   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16611   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16612   include:
16613     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16614     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16615     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16616     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16617   layout:
16618     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16619     layout: "plot-throughput"
16620
16621 - type: "plot"
16622   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16623   algorithm: "plot_perf_box_name"
16624   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16625   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16626   include:
16627     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16628     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16629     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16630     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16631   layout:
16632     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16633     layout: "plot-throughput"
16634
16635 - type: "plot"
16636   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16637   algorithm: "plot_perf_box_name"
16638   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16639   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16640   include:
16641     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16642     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16643     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16644     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16645   layout:
16646     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16647     layout: "plot-throughput"
16648
16649 - type: "plot"
16650   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16651   algorithm: "plot_perf_box_name"
16652   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16653   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16654   include:
16655     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16656     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16657     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16658     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16659   layout:
16660     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16661     layout: "plot-throughput"
16662
16663 - type: "plot"
16664   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16665   algorithm: "plot_perf_box_name"
16666   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16668   include:
16669 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16670     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16671     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16672     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16673   layout:
16674     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16675     layout: "plot-throughput"
16676
16677 - type: "plot"
16678   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16679   algorithm: "plot_perf_box_name"
16680   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16682   include:
16683 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16684     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16685     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16686     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16687   layout:
16688     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16689     layout: "plot-throughput"
16690
16691 - type: "plot"
16692   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16693   algorithm: "plot_perf_box_name"
16694   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16696   include:
16697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16698     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16700     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16703   layout:
16704     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16705     layout: "plot-throughput"
16706
16707 - type: "plot"
16708   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16709   algorithm: "plot_perf_box_name"
16710   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16712   include:
16713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16714     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16716     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16717     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16719   layout:
16720     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16721     layout: "plot-throughput"
16722
16723 - type: "plot"
16724   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16725   algorithm: "plot_perf_box_name"
16726   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16727   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16728   include:
16729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16733   layout:
16734     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16735     layout: "plot-throughput"
16736
16737 - type: "plot"
16738   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16739   algorithm: "plot_perf_box_name"
16740   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16742   include:
16743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16747   layout:
16748     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16749     layout: "plot-throughput"
16750
16751 - type: "plot"
16752   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16753   algorithm: "plot_perf_box_name"
16754   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16756   include:
16757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16760   layout:
16761     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16762     layout: "plot-throughput"
16763
16764 - type: "plot"
16765   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16766   algorithm: "plot_perf_box_name"
16767   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16768   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16769   include:
16770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16773   layout:
16774     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16775     layout: "plot-throughput"
16776
16777 - type: "plot"
16778   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16779   algorithm: "plot_perf_box_name"
16780   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16782   include:
16783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16788   layout:
16789     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16790     layout: "plot-throughput"
16791
16792 - type: "plot"
16793   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16794   algorithm: "plot_perf_box_name"
16795   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16797   include:
16798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16803   layout:
16804     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16805     layout: "plot-throughput"
16806
16807 - type: "plot"
16808   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16809   algorithm: "plot_perf_box_name"
16810   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16812   include:
16813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16816   layout:
16817     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16818     layout: "plot-throughput"
16819
16820 - type: "plot"
16821   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16822   algorithm: "plot_perf_box_name"
16823   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16824   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16825   include:
16826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16829   layout:
16830     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16831     layout: "plot-throughput"
16832
16833 - type: "plot"
16834   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16835   algorithm: "plot_perf_box_name"
16836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16838   include:
16839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16845   layout:
16846     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16847     layout: "plot-throughput"
16848
16849 - type: "plot"
16850   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16851   algorithm: "plot_perf_box_name"
16852   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16854   include:
16855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16861   layout:
16862     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16863     layout: "plot-throughput"
16864
16865 - type: "plot"
16866   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16867   algorithm: "plot_perf_box_name"
16868   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16870   include:
16871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16877   layout:
16878     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16879     layout: "plot-throughput"
16880
16881 - type: "plot"
16882   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16883   algorithm: "plot_perf_box_name"
16884   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16886   include:
16887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16893   layout:
16894     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16895     layout: "plot-throughput"
16896
16897 - type: "plot"
16898   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16899   algorithm: "plot_perf_box_name"
16900   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16902   include:
16903     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16904     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16905   layout:
16906     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16907     layout: "plot-throughput"
16908
16909 - type: "plot"
16910   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16911   algorithm: "plot_perf_box_name"
16912   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16913   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16914   include:
16915     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16916     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16917   layout:
16918     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16919     layout: "plot-throughput"
16920
16921 - type: "plot"
16922   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16923   algorithm: "plot_perf_box_name"
16924   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16926   include:
16927     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16928     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16929     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16930     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16931     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16933   layout:
16934     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16935     layout: "plot-throughput"
16936
16937 - type: "plot"
16938   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16939   algorithm: "plot_perf_box_name"
16940   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16942   include:
16943     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16944     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16945     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16946     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16947     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16948     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16949   layout:
16950     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16951     layout: "plot-throughput"
16952
16953 - type: "plot"
16954   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16955   algorithm: "plot_perf_box_name"
16956   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16958   include:
16959     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16960     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16961     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16962     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16963     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16964 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16965   layout:
16966     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16967     layout: "plot-throughput"
16968
16969 - type: "plot"
16970   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16971   algorithm: "plot_perf_box_name"
16972   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16974   include:
16975     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16976     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16977     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16978     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16979     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16980 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16981   layout:
16982     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16983     layout: "plot-throughput"
16984
16985 - type: "plot"
16986   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16987   algorithm: "plot_perf_box_name"
16988   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16990   include:
16991     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
16992     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
16993     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
16994     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
16995     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
16996     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
16997   layout:
16998     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16999     layout: "plot-throughput"
17000
17001 - type: "plot"
17002   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17003   algorithm: "plot_perf_box_name"
17004   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17006   include:
17007     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17008     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17009     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17010     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17011     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17012     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17013   layout:
17014     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17015     layout: "plot-throughput"
17016
17017 - type: "plot"
17018   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17019   algorithm: "plot_perf_box_name"
17020   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17022   include:
17023     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17024     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17025     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17026     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17027     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17028   layout:
17029     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17030     layout: "plot-throughput"
17031
17032 - type: "plot"
17033   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17034   algorithm: "plot_perf_box_name"
17035   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17036   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17037   include:
17038     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17039     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17040     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17041     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17042     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17043   layout:
17044     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17045     layout: "plot-throughput"
17046
17047 - type: "plot"
17048   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17049   algorithm: "plot_perf_box_name"
17050   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17052   include:
17053     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17054     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17056     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17057     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17058   layout:
17059     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17060     layout: "plot-throughput"
17061
17062 - type: "plot"
17063   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17064   algorithm: "plot_perf_box_name"
17065   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17066   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17067   include:
17068     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17069     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17070     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17071     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17072     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17073   layout:
17074     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17075     layout: "plot-throughput"
17076
17077 - type: "plot"
17078   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17079   algorithm: "plot_perf_box_name"
17080   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17082   include:
17083     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17084     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17085     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17086     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17087     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17088   layout:
17089     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17090     layout: "plot-throughput"
17091
17092 - type: "plot"
17093   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17094   algorithm: "plot_perf_box_name"
17095   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17097   include:
17098     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17099     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17100     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17101     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17102     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17103   layout:
17104     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17105     layout: "plot-throughput"
17106
17107 - type: "plot"
17108   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17109   algorithm: "plot_perf_box_name"
17110   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17112   include:
17113     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17114     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17115     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17118   layout:
17119     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17120     layout: "plot-throughput"
17121
17122 - type: "plot"
17123   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17124   algorithm: "plot_perf_box_name"
17125   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17127   include:
17128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17133   layout:
17134     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17135     layout: "plot-throughput"
17136
17137 - type: "plot"
17138   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17139   algorithm: "plot_perf_box_name"
17140   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17142   include:
17143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17148   layout:
17149     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17150     layout: "plot-throughput"
17151
17152 - type: "plot"
17153   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17154   algorithm: "plot_perf_box_name"
17155   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17157   include:
17158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17163   layout:
17164     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17165     layout: "plot-throughput"
17166
17167 - type: "plot"
17168   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17169   algorithm: "plot_perf_box_name"
17170   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17172   include:
17173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17179   layout:
17180     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17181     layout: "plot-throughput"
17182
17183 - type: "plot"
17184   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17185   algorithm: "plot_perf_box_name"
17186   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17188   include:
17189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17195   layout:
17196     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17197     layout: "plot-throughput"
17198
17199 - type: "plot"
17200   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17201   algorithm: "plot_perf_box_name"
17202   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17204   include:
17205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17209   layout:
17210     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17211     layout: "plot-throughput"
17212
17213 - type: "plot"
17214   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17215   algorithm: "plot_perf_box_name"
17216   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17218   include:
17219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17223   layout:
17224     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17225     layout: "plot-throughput"
17226
17227 - type: "plot"
17228   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17229   algorithm: "plot_perf_box_name"
17230   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17232   include:
17233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17239   layout:
17240     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17241     layout: "plot-throughput"
17242
17243 - type: "plot"
17244   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17245   algorithm: "plot_perf_box_name"
17246   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17247   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17248   include:
17249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17255   layout:
17256     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17257     layout: "plot-throughput"
17258
17259 - type: "plot"
17260   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17261   algorithm: "plot_perf_box_name"
17262   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17263   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17264   include:
17265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17269   layout:
17270     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17271     layout: "plot-throughput"
17272
17273 - type: "plot"
17274   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17275   algorithm: "plot_perf_box_name"
17276   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17278   include:
17279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17283   layout:
17284     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17285     layout: "plot-throughput"
17286
17287 - type: "plot"
17288   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17289   algorithm: "plot_perf_box_name"
17290   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17292   include:
17293     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17294     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17295     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17296     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17297     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17298     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17299   layout:
17300     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17301     layout: "plot-throughput"
17302
17303 - type: "plot"
17304   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17305   algorithm: "plot_perf_box_name"
17306   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17307   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17308   include:
17309     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17310     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17311     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17312     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17313     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17314     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17315   layout:
17316     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17317     layout: "plot-throughput"
17318
17319 - type: "plot"
17320   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17321   algorithm: "plot_perf_box_name"
17322   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17324   include:
17325     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17326     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17327     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17328     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17329   layout:
17330     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17331     layout: "plot-throughput"
17332
17333 - type: "plot"
17334   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17335   algorithm: "plot_perf_box_name"
17336   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17338   include:
17339     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17340     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17341     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17342     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17343   layout:
17344     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17345     layout: "plot-throughput"
17346
17347 - type: "plot"
17348   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17349   algorithm: "plot_perf_box_name"
17350   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17352   include:
17353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17358   layout:
17359     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17360     layout: "plot-throughput"
17361
17362 - type: "plot"
17363   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17364   algorithm: "plot_perf_box_name"
17365   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17367   include:
17368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17373   layout:
17374     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17375     layout: "plot-throughput"
17376
17377 - type: "plot"
17378   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17379   algorithm: "plot_perf_box_name"
17380   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17382   include:
17383     - "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"
17384     - "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"
17385     - "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"
17386     - "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"
17387     - "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"
17388   layout:
17389     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17390     layout: "plot-throughput"
17391
17392 - type: "plot"
17393   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17394   algorithm: "plot_perf_box_name"
17395   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17397   include:
17398     - "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"
17399     - "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"
17400     - "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"
17401     - "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"
17402     - "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"
17403   layout:
17404     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17405     layout: "plot-throughput"
17406
17407 - type: "plot"
17408   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17409   algorithm: "plot_perf_box_name"
17410   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17412   include:
17413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17418   layout:
17419     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17420     layout: "plot-throughput"
17421
17422 - type: "plot"
17423   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17424   algorithm: "plot_perf_box_name"
17425   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17427   include:
17428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17433   layout:
17434     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17435     layout: "plot-throughput"
17436
17437 - type: "plot"
17438   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17439   algorithm: "plot_perf_box_name"
17440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17442   include:
17443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17448   layout:
17449     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17450     layout: "plot-throughput"
17451
17452 - type: "plot"
17453   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17454   algorithm: "plot_perf_box_name"
17455   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17457   include:
17458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17463   layout:
17464     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17465     layout: "plot-throughput"
17466
17467 - type: "plot"
17468   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17469   algorithm: "plot_perf_box_name"
17470   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17472   include:
17473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17477   layout:
17478     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17479     layout: "plot-throughput"
17480
17481 - type: "plot"
17482   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17483   algorithm: "plot_perf_box_name"
17484   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17486   include:
17487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17491   layout:
17492     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17493     layout: "plot-throughput"
17494
17495 - type: "plot"
17496   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17497   algorithm: "plot_perf_box_name"
17498   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17500   include:
17501     - "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"
17502     - "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"
17503     - "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"
17504     - "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"
17505   layout:
17506     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17507     layout: "plot-throughput"
17508
17509 - type: "plot"
17510   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17511   algorithm: "plot_perf_box_name"
17512   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17514   include:
17515     - "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"
17516     - "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"
17517     - "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"
17518     - "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"
17519   layout:
17520     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17521     layout: "plot-throughput"
17522
17523 - type: "plot"
17524   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17525   algorithm: "plot_perf_box_name"
17526   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17527   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17528   include:
17529     - "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"
17530     - "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"
17531     - "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"
17532     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17533     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17534     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17535   layout:
17536     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17537     layout: "plot-throughput"
17538
17539 - type: "plot"
17540   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17541   algorithm: "plot_perf_box_name"
17542   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17543   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17544   include:
17545     - "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"
17546     - "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"
17547     - "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"
17548     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17549     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17550     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17551   layout:
17552     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17553     layout: "plot-throughput"
17554
17555 ################################################################################
17556
17557 # Packet Speedup
17558
17559 - type: "plot"
17560   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17561   algorithm: "plot_tsa_name"
17562   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17563   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17564   include:
17565     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17566     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17567     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17568     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17569   layout:
17570     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17571     layout: "plot-throughput-speedup-analysis"
17572
17573 - type: "plot"
17574   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17575   algorithm: "plot_tsa_name"
17576   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17578   include:
17579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17581     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17582     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17583   layout:
17584     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17585     layout: "plot-throughput-speedup-analysis"
17586
17587 - type: "plot"
17588   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17589   algorithm: "plot_tsa_name"
17590   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17591   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17592   include:
17593     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17594     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17595     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17596     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17597   layout:
17598     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17599     layout: "plot-throughput-speedup-analysis"
17600
17601 - type: "plot"
17602   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17603   algorithm: "plot_tsa_name"
17604   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17605   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17606   include:
17607     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17608     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17609     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17610     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17611   layout:
17612     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17613     layout: "plot-throughput-speedup-analysis"
17614
17615 - type: "plot"
17616   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17617   algorithm: "plot_tsa_name"
17618   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17620   include:
17621     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17622     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17623     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17624     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17625   layout:
17626     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17627     layout: "plot-throughput-speedup-analysis"
17628
17629 - type: "plot"
17630   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17631   algorithm: "plot_tsa_name"
17632   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17634   include:
17635     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17636     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17637     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17638     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17639   layout:
17640     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17641     layout: "plot-throughput-speedup-analysis"
17642
17643 - type: "plot"
17644   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17645   algorithm: "plot_tsa_name"
17646   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17648   include:
17649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17653     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17655   layout:
17656     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17657     layout: "plot-throughput-speedup-analysis"
17658
17659 - type: "plot"
17660   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17661   algorithm: "plot_tsa_name"
17662   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17664   include:
17665     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17666     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17667     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17668     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17669     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17670     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17671   layout:
17672     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17673     layout: "plot-throughput-speedup-analysis"
17674
17675 - type: "plot"
17676   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17677   algorithm: "plot_tsa_name"
17678   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17680   include:
17681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17685   layout:
17686     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17687     layout: "plot-throughput-speedup-analysis"
17688
17689 - type: "plot"
17690   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17691   algorithm: "plot_tsa_name"
17692   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17694   include:
17695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17699   layout:
17700     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17701     layout: "plot-throughput-speedup-analysis"
17702
17703 - type: "plot"
17704   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17705   algorithm: "plot_tsa_name"
17706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17708   include:
17709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17712   layout:
17713     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17714     layout: "plot-throughput-speedup-analysis"
17715
17716 - type: "plot"
17717   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17718   algorithm: "plot_tsa_name"
17719   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17721   include:
17722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17725   layout:
17726     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17727     layout: "plot-throughput-speedup-analysis"
17728
17729 - type: "plot"
17730   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17731   algorithm: "plot_tsa_name"
17732   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17734   include:
17735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17740   layout:
17741     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17742     layout: "plot-throughput-speedup-analysis"
17743
17744 - type: "plot"
17745   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17746   algorithm: "plot_tsa_name"
17747   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17749   include:
17750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17755   layout:
17756     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17757     layout: "plot-throughput-speedup-analysis"
17758
17759 - type: "plot"
17760   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17761   algorithm: "plot_tsa_name"
17762   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17763   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17764   include:
17765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17768   layout:
17769     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17770     layout: "plot-throughput-speedup-analysis"
17771
17772 - type: "plot"
17773   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17774   algorithm: "plot_tsa_name"
17775   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17777   include:
17778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17781   layout:
17782     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17783     layout: "plot-throughput-speedup-analysis"
17784
17785 - type: "plot"
17786   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17787   algorithm: "plot_tsa_name"
17788   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17790   include:
17791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17797   layout:
17798     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17799     layout: "plot-throughput-speedup-analysis"
17800
17801 - type: "plot"
17802   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17803   algorithm: "plot_tsa_name"
17804   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17806   include:
17807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17813   layout:
17814     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17815     layout: "plot-throughput-speedup-analysis"
17816
17817 - type: "plot"
17818   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17819   algorithm: "plot_tsa_name"
17820   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17822   include:
17823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17829   layout:
17830     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17831     layout: "plot-throughput-speedup-analysis"
17832
17833 - type: "plot"
17834   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17835   algorithm: "plot_tsa_name"
17836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17838   include:
17839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17845   layout:
17846     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17847     layout: "plot-throughput-speedup-analysis"
17848
17849 - type: "plot"
17850   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17851   algorithm: "plot_tsa_name"
17852   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17854   include:
17855     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17856     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17857   layout:
17858     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17859     layout: "plot-throughput-speedup-analysis"
17860
17861 - type: "plot"
17862   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17863   algorithm: "plot_tsa_name"
17864   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17865   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17866   include:
17867     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17868     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17869   layout:
17870     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17871     layout: "plot-throughput-speedup-analysis"
17872
17873 - type: "plot"
17874   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17875   algorithm: "plot_tsa_name"
17876   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17878   include:
17879     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17882     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17883     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17884     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17885   layout:
17886     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17887     layout: "plot-throughput-speedup-analysis"
17888
17889 - type: "plot"
17890   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17891   algorithm: "plot_tsa_name"
17892   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17893   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17894   include:
17895     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17896     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17897     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17898     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17899     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17901   layout:
17902     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17903     layout: "plot-throughput-speedup-analysis"
17904
17905 - type: "plot"
17906   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17907   algorithm: "plot_tsa_name"
17908   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17910   include:
17911     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17912     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17917   layout:
17918     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17919     layout: "plot-throughput-speedup-analysis"
17920
17921 - type: "plot"
17922   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17923   algorithm: "plot_tsa_name"
17924   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17926   include:
17927     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17928     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17929     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17930     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17931     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17932     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17933   layout:
17934     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17935     layout: "plot-throughput-speedup-analysis"
17936
17937 - type: "plot"
17938   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17939   algorithm: "plot_tsa_name"
17940   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17942   include:
17943     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17944     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17945     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17947     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17948     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17949   layout:
17950     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
17951     layout: "plot-throughput-speedup-analysis"
17952
17953 - type: "plot"
17954   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17955   algorithm: "plot_tsa_name"
17956   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17958   include:
17959     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17960     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17962     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17963     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17964     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17965   layout:
17966     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
17967     layout: "plot-throughput-speedup-analysis"
17968
17969 - type: "plot"
17970   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17971   algorithm: "plot_tsa_name"
17972   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17974   include:
17975     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17977     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17978     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17979     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17980   layout:
17981     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17982     layout: "plot-throughput-speedup-analysis"
17983
17984 - type: "plot"
17985   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17986   algorithm: "plot_tsa_name"
17987   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17988   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17989   include:
17990     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17991     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17992     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17993     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17995   layout:
17996     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
17997     layout: "plot-throughput-speedup-analysis"
17998
17999 - type: "plot"
18000   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18001   algorithm: "plot_tsa_name"
18002   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18003   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18004   include:
18005     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18007     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18008     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18010   layout:
18011     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18012     layout: "plot-throughput-speedup-analysis"
18013
18014 - type: "plot"
18015   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18016   algorithm: "plot_tsa_name"
18017   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18018   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18019   include:
18020     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18021     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18022     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18023     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18024     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18025   layout:
18026     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18027     layout: "plot-throughput-speedup-analysis"
18028
18029 - type: "plot"
18030   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18031   algorithm: "plot_tsa_name"
18032   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18033   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18034   include:
18035     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18036     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18037     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18038     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18039     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18040   layout:
18041     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18042     layout: "plot-throughput-speedup-analysis"
18043
18044 - type: "plot"
18045   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18046   algorithm: "plot_tsa_name"
18047   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18048   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18049   include:
18050     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18051     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18052     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18053     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18054     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18055   layout:
18056     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18057     layout: "plot-throughput-speedup-analysis"
18058
18059 - type: "plot"
18060   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18061   algorithm: "plot_tsa_name"
18062   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18064   include:
18065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18070   layout:
18071     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18072     layout: "plot-throughput-speedup-analysis"
18073
18074 - type: "plot"
18075   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18076   algorithm: "plot_tsa_name"
18077   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18078   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18079   include:
18080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18085   layout:
18086     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18087     layout: "plot-throughput-speedup-analysis"
18088
18089 - type: "plot"
18090   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18091   algorithm: "plot_tsa_name"
18092   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18094   include:
18095     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18097     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18098     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18099     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18100   layout:
18101     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18102     layout: "plot-throughput-speedup-analysis"
18103
18104 - type: "plot"
18105   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18106   algorithm: "plot_tsa_name"
18107   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18108   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18109   include:
18110     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18111     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18112     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18113     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18114     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18115   layout:
18116     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18117     layout: "plot-throughput-speedup-analysis"
18118
18119 - type: "plot"
18120   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18121   algorithm: "plot_tsa_name"
18122   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18124   include:
18125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18131   layout:
18132     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18133     layout: "plot-throughput-speedup-analysis"
18134
18135 - type: "plot"
18136   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18137   algorithm: "plot_tsa_name"
18138   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18140   include:
18141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18147   layout:
18148     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18149     layout: "plot-throughput-speedup-analysis"
18150
18151 - type: "plot"
18152   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18153   algorithm: "plot_tsa_name"
18154   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18156   include:
18157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18161   layout:
18162     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18163     layout: "plot-throughput-speedup-analysis"
18164
18165 - type: "plot"
18166   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18167   algorithm: "plot_tsa_name"
18168   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18170   include:
18171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18175   layout:
18176     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18177     layout: "plot-throughput-speedup-analysis"
18178
18179 - type: "plot"
18180   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18181   algorithm: "plot_tsa_name"
18182   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18184   include:
18185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18191   layout:
18192     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18193     layout: "plot-throughput-speedup-analysis"
18194
18195 - type: "plot"
18196   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18197   algorithm: "plot_tsa_name"
18198   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18200   include:
18201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18207   layout:
18208     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18209     layout: "plot-throughput-speedup-analysis"
18210
18211 - type: "plot"
18212   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18213   algorithm: "plot_tsa_name"
18214   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18215   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18216   include:
18217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18221   layout:
18222     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18223     layout: "plot-throughput-speedup-analysis"
18224
18225 - type: "plot"
18226   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18227   algorithm: "plot_tsa_name"
18228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18230   include:
18231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18235   layout:
18236     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18237     layout: "plot-throughput-speedup-analysis"
18238
18239 - type: "plot"
18240   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18241   algorithm: "plot_tsa_name"
18242   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18244   include:
18245     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18246     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18247     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18248     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18249     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18250     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18251   layout:
18252     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18253     layout: "plot-throughput-speedup-analysis"
18254
18255 - type: "plot"
18256   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18257   algorithm: "plot_tsa_name"
18258   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18260   include:
18261     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18262     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18263     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18264     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18265     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18266     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18267   layout:
18268     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18269     layout: "plot-throughput-speedup-analysis"
18270
18271 - type: "plot"
18272   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18273   algorithm: "plot_tsa_name"
18274   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18276   include:
18277     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18278     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18279     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18280     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18281   layout:
18282     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18283     layout: "plot-throughput-speedup-analysis"
18284
18285 - type: "plot"
18286   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18287   algorithm: "plot_tsa_name"
18288   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18290   include:
18291     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18292     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18293     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18294     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18295   layout:
18296     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18297     layout: "plot-throughput-speedup-analysis"
18298
18299 - type: "plot"
18300   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18301   algorithm: "plot_tsa_name"
18302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18304   include:
18305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18310   layout:
18311     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18312     layout: "plot-throughput-speedup-analysis"
18313
18314 - type: "plot"
18315   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18316   algorithm: "plot_tsa_name"
18317   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18319   include:
18320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18325   layout:
18326     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18327     layout: "plot-throughput-speedup-analysis"
18328
18329 - type: "plot"
18330   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18331   algorithm: "plot_tsa_name"
18332   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18334   include:
18335     - "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"
18336     - "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"
18337     - "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"
18338     - "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"
18339     - "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"
18340   layout:
18341     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18342     layout: "plot-throughput-speedup-analysis"
18343
18344 - type: "plot"
18345   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18346   algorithm: "plot_tsa_name"
18347   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18349   include:
18350     - "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"
18351     - "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"
18352     - "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"
18353     - "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"
18354     - "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"
18355   layout:
18356     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18357     layout: "plot-throughput-speedup-analysis"
18358
18359 - type: "plot"
18360   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18361   algorithm: "plot_tsa_name"
18362   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18364   include:
18365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18370   layout:
18371     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18372     layout: "plot-throughput-speedup-analysis"
18373
18374 - type: "plot"
18375   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18376   algorithm: "plot_tsa_name"
18377   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18378   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18379   include:
18380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18385   layout:
18386     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18387     layout: "plot-throughput-speedup-analysis"
18388
18389 - type: "plot"
18390   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18391   algorithm: "plot_tsa_name"
18392   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18394   include:
18395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18400   layout:
18401     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18402     layout: "plot-throughput-speedup-analysis"
18403
18404 - type: "plot"
18405   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18406   algorithm: "plot_tsa_name"
18407   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18408   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18409   include:
18410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18415   layout:
18416     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18417     layout: "plot-throughput-speedup-analysis"
18418
18419 - type: "plot"
18420   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18421   algorithm: "plot_tsa_name"
18422   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18424   include:
18425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18429   layout:
18430     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18431     layout: "plot-throughput-speedup-analysis"
18432
18433 - type: "plot"
18434   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18435   algorithm: "plot_tsa_name"
18436   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18438   include:
18439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18443   layout:
18444     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18445     layout: "plot-throughput-speedup-analysis"
18446
18447 - type: "plot"
18448   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18449   algorithm: "plot_tsa_name"
18450   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18452   include:
18453     - "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"
18454     - "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"
18455     - "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"
18456     - "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"
18457   layout:
18458     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18459     layout: "plot-throughput-speedup-analysis"
18460
18461 - type: "plot"
18462   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18463   algorithm: "plot_tsa_name"
18464   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18466   include:
18467     - "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"
18468     - "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"
18469     - "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"
18470     - "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"
18471   layout:
18472     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18473     layout: "plot-throughput-speedup-analysis"
18474
18475 - type: "plot"
18476   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18477   algorithm: "plot_tsa_name"
18478   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18480   include:
18481     - "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"
18482     - "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"
18483     - "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"
18484     - "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"
18485     - "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"
18486     - "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"
18487   layout:
18488     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18489     layout: "plot-throughput-speedup-analysis"
18490
18491 - type: "plot"
18492   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18493   algorithm: "plot_tsa_name"
18494   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18496   include:
18497     - "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"
18498     - "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"
18499     - "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"
18500     - "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"
18501     - "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"
18502     - "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"
18503   layout:
18504     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18505     layout: "plot-throughput-speedup-analysis"
18506
18507 ################################################################################
18508
18509 # Packet Throughput - DPDK
18510
18511 # 2n-clx-xxv710
18512
18513 - type: "plot"
18514   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18515   algorithm: "plot_perf_box_name"
18516   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18517   data: "plot-dpdk-throughput-latency-2n-clx"
18518   include:
18519     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18520     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18521   layout:
18522     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18523     layout: "plot-throughput"
18524
18525 - type: "plot"
18526   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18527   algorithm: "plot_perf_box_name"
18528   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18529   data: "plot-dpdk-throughput-latency-2n-clx"
18530   include:
18531     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18532     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18533   layout:
18534     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18535     layout: "plot-throughput"
18536
18537 - type: "plot"
18538   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18539   algorithm: "plot_perf_box_name"
18540   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18541   data: "plot-dpdk-throughput-latency-2n-clx"
18542   include:
18543     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18544     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18545   layout:
18546     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18547     layout: "plot-throughput"
18548
18549 - type: "plot"
18550   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18551   algorithm: "plot_perf_box_name"
18552   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18553   data: "plot-dpdk-throughput-latency-2n-clx"
18554   include:
18555     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18556     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18557   layout:
18558     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18559     layout: "plot-throughput"
18560
18561 # 2n-clx-x710
18562
18563 - type: "plot"
18564   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18565   algorithm: "plot_perf_box_name"
18566   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18567   data: "plot-dpdk-throughput-latency-2n-clx"
18568   include:
18569     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18570     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18571   layout:
18572     title: "2n-clx-x710-64b-2t1c-base-ndr"
18573     layout: "plot-throughput"
18574
18575 - type: "plot"
18576   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18577   algorithm: "plot_perf_box_name"
18578   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18579   data: "plot-dpdk-throughput-latency-2n-clx"
18580   include:
18581     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18582     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18583   layout:
18584     title: "2n-clx-x710-64b-4t2c-base-ndr"
18585     layout: "plot-throughput"
18586
18587 - type: "plot"
18588   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18589   algorithm: "plot_perf_box_name"
18590   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18591   data: "plot-dpdk-throughput-latency-2n-clx"
18592   include:
18593     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18594     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18595   layout:
18596     title: "2n-clx-x710-64b-2t1c-base-pdr"
18597     layout: "plot-throughput"
18598
18599 - type: "plot"
18600   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18601   algorithm: "plot_perf_box_name"
18602   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18603   data: "plot-dpdk-throughput-latency-2n-clx"
18604   include:
18605     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18606     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18607   layout:
18608     title: "2n-clx-x710-64b-4t2c-base-pdr"
18609     layout: "plot-throughput"
18610
18611 ################################################################################
18612
18613 - type: "plot"
18614   title: "Latency by percentile: 2n-skx"
18615   algorithm: "plot_hdrh_lat_by_percentile"
18616   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18617   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18618   target-links: "../../_static/vpp"
18619   data: "plot-vpp-hdrh-lat-2n-skx"
18620   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18621   layout:
18622     layout: "plot-hdrh-latency-by-percentile"
18623
18624 - type: "plot"
18625   title: "Latency by percentile: 3n-skx"
18626   algorithm: "plot_hdrh_lat_by_percentile"
18627   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18628   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18629   target-links: "../../_static/vpp"
18630   data: "plot-vpp-hdrh-lat-3n-skx"
18631   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18632   layout:
18633     layout: "plot-hdrh-latency-by-percentile"
18634
18635 - type: "plot"
18636   title: "Latency by percentile: 2n-clx"
18637   algorithm: "plot_hdrh_lat_by_percentile"
18638   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18639   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18640   target-links: "../../_static/vpp"
18641   data: "plot-vpp-hdrh-lat-2n-clx"
18642   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18643   layout:
18644     layout: "plot-hdrh-latency-by-percentile"
18645
18646 - type: "plot"
18647   title: "Latency by percentile: 3n-hsw"
18648   algorithm: "plot_hdrh_lat_by_percentile"
18649   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18650   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18651   target-links: "../../_static/vpp"
18652   data: "plot-vpp-hdrh-lat-3n-hsw"
18653   filter: "'1T1C' and 'NIC_Intel-XL710'"
18654   layout:
18655     layout: "plot-hdrh-latency-by-percentile"
18656
18657 - type: "plot"
18658   title: "Latency by percentile: 3n-tsh"
18659   algorithm: "plot_hdrh_lat_by_percentile"
18660   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18661   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18662   target-links: "../../_static/vpp"
18663   data: "plot-vpp-hdrh-lat-3n-tsh"
18664   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18665   layout:
18666     layout: "plot-hdrh-latency-by-percentile"
18667
18668 - type: "plot"
18669   title: "Latency by percentile: DPDK 2n-skx"
18670   algorithm: "plot_hdrh_lat_by_percentile"
18671   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18672   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18673   target-links: "../../_static/dpdk"
18674   data: "plot-dpdk-hdrh-lat-2n-skx"
18675   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18676   layout:
18677     layout: "plot-hdrh-latency-by-percentile"
18678
18679 - type: "plot"
18680   title: "Latency by percentile: DPDK 3n-skx"
18681   algorithm: "plot_hdrh_lat_by_percentile"
18682   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18683   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18684   target-links: "../../_static/dpdk"
18685   data: "plot-dpdk-hdrh-lat-3n-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: DPDK 2n-clx"
18692   algorithm: "plot_hdrh_lat_by_percentile"
18693   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18694   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18695   target-links: "../../_static/dpdk"
18696   data: "plot-dpdk-hdrh-lat-2n-clx"
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: DPDK 3n-hsw"
18703   algorithm: "plot_hdrh_lat_by_percentile"
18704   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18705   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18706   target-links: "../../_static/dpdk"
18707   data: "plot-dpdk-hdrh-lat-3n-hsw"
18708   filter: "'1T1C' and 'NIC_Intel-XL710'"
18709   layout:
18710     layout: "plot-hdrh-latency-by-percentile"
18711
18712 - type: "plot"
18713   title: "Latency by percentile: DPDK 3n-tsh"
18714   algorithm: "plot_hdrh_lat_by_percentile"
18715   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18716   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18717   target-links: "../../_static/dpdk"
18718   data: "plot-dpdk-hdrh-lat-3n-tsh"
18719   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18720   layout:
18721     layout: "plot-hdrh-latency-by-percentile"