Report 2005: Update comp tables, add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2005-3n-hsw:
155         - 3   # NDRPDR sel
156         - 4   # NDRPDR sel
157         - 5   # NDRPDR sel
158         - 10  # NDRPDR sel
159         - 11  # NDRPDR sel
160         - 12  # NDRPDR sel
161         - 15  # NDRPDR sel
162         - 16  # NDRPDR sel
163         - 18  # NDRPDR sel
164         - 19  # NDRPDR sel
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2005-3n-hsw:
168         - 3   # NDRPDR sel
169
170 #    plot-vpp-nfv-3n-hsw-ndrpdr:
171 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
172 #        - 3   # NDRPDR sel
173 #        - 4   # NDRPDR sel
174 #        - 5   # NDRPDR sel
175 #        - 10  # NDRPDR sel
176 #        - 11  # NDRPDR sel
177 #        - 12  # NDRPDR sel
178 #        - 15  # NDRPDR sel
179 #        - 16  # NDRPDR sel
180 #        - 18  # NDRPDR sel
181 #        - 19  # NDRPDR sel
182
183 #    plot-vpp-nfv-3n-hsw-mrr:
184 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
185 #        - 13  # MRR
186
187     plot-vpp-hoststack-3n-hsw:
188       csit-vpp-perf-verify-2005-3n-hsw:
189         - 3   # hoststack
190         - 5   # hoststack
191         - 6   # hoststack
192         - 7   # hoststack
193         - 8   # hoststack
194         - 9   # hoststack
195         - 10  # hoststack
196         - 11  # hoststack
197         - 12  # hoststack
198         - 13  # hoststack
199
200     plot-dpdk-throughput-latency-3n-hsw:
201       csit-dpdk-perf-report-iterative-2005-3n-hsw:
202         - 5   # NDRPDR sel
203         - 6   # NDRPDR sel
204         - 7   # NDRPDR sel
205         - 8   # NDRPDR sel
206         - 9   # NDRPDR sel
207         - 10  # NDRPDR sel
208         - 11  # NDRPDR sel
209         - 12  # NDRPDR sel
210         - 13  # NDRPDR sel
211         - 14  # NDRPDR sel
212
213     plot-dpdk-hdrh-lat-3n-hsw:
214       csit-dpdk-perf-report-iterative-2005-3n-hsw:
215         - 5   # NDRPDR sel
216
217     # 3n-skx
218
219     plot-vpp-throughput-lat-tsa-3n-skx:
220       csit-vpp-perf-report-iterative-2005-3n-skx:
221         - 4   # NDRPDR sel
222         - 5   # NDRPDR sel ??? all x710 failed
223         - 33  # NDRPDR sel
224         - 28  # NDRPDR sel
225         - 34  # NDRPDR sel
226         - 36  # NDRPDR sel
227         - 37  # NDRPDR sel
228         - 38  # NDRPDR sel
229         - 39  # NDRPDR sel
230         - 41  # NDRPDR sel
231
232     plot-vpp-hdrh-lat-3n-skx:
233       csit-vpp-perf-report-iterative-2005-3n-skx:
234         - 36  # NDRPDR sel
235
236     plot-vpp-nfv-3n-skx-ndrpdr:
237       # TODO: Add data:
238       csit-vpp-perf-report-iterative-2005-3n-skx:
239         - 4   # NDRPDR sel
240         - 5   # NDRPDR sel ??? all x710 failed
241         - 33  # NDRPDR sel
242         - 28  # NDRPDR sel
243         - 34  # NDRPDR sel
244
245     plot-vpp-nfv-3n-skx-mrr:
246       csit-vpp-perf-report-iterative-2005-3n-skx:
247         - 6   # MRR sel
248
249     plot-dpdk-throughput-latency-3n-skx:
250       csit-dpdk-perf-report-iterative-2005-3n-skx:
251         - 4   # NDRPDR sel
252         - 5   # NDRPDR sel
253         - 6   # NDRPDR sel
254         - 7   # NDRPDR sel
255         - 8   # NDRPDR sel
256         - 11  # NDRPDR sel
257         - 12  # NDRPDR sel
258         - 13  # NDRPDR sel
259         - 14  # NDRPDR sel
260         - 15  # NDRPDR sel
261
262     plot-dpdk-hdrh-lat-3n-skx:
263       csit-dpdk-perf-report-iterative-2005-3n-skx:
264         - 4   # NDRPDR sel
265
266     # 2n-skx
267
268     plot-vpp-throughput-lat-tsa-2n-skx:
269       csit-vpp-perf-report-iterative-2005-2n-skx:
270         - 43  # NDRPDR sel
271         - 38  # NDRPDR sel
272         - 7   # NDRPDR sel
273         - 65  # NDRPDR sel
274         - 47  # NDRPDR sel
275         - 55  # NDRPDR sel
276         - 67  # NDRPDR sel
277         - 75  # NDRPDR sel
278         - 76  # NDRPDR sel
279         - 73  # NDRPDR sel
280
281     plot-vpp-hdrh-lat-2n-skx:
282       csit-vpp-perf-report-iterative-2005-2n-skx:
283         - 55  # NDRPDR sel
284
285     plot-vpp-soak-2n-skx:
286       csit-vpp-perf-report-iterative-2005-2n-skx:
287         - 49  # Soak
288         - 54  # Soak
289
290     plot-vpp-nfv-2n-skx-ndrpdr:
291       # TODO: Add data:
292       csit-vpp-perf-report-iterative-2005-2n-skx:
293         - 43  # NDRPDR sel
294         - 38  # NDRPDR sel
295         - 7   # NDRPDR sel
296         - 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     vpp-performance-changes-3n-skx-cmp-2:
798       csit-vpp-perf-report-iterative-2005-3n-skx:
799         # TODO: Replace
800         - 4   # NDRPDR sel
801         - 5   # NDRPDR sel ??? all x710 failed
802         - 33  # NDRPDR sel
803         - 28  # NDRPDR sel
804         - 34  # NDRPDR sel
805         - 36  # NDRPDR sel
806         - 37  # NDRPDR sel
807         - 38  # NDRPDR sel
808         - 39  # NDRPDR sel
809         - 41  # NDRPDR sel
810
811     vpp-performance-changes-2n-skx-h1:
812       csit-vpp-perf-verify-1908_1-2n-skx:
813         - 39  # NDRPDR sel - new1908.1
814         - 40  # NDRPDR sel - new1908.1
815         - 41  # NDRPDR sel - new1908.1
816         - 43  # NDRPDR sel - new1908.1
817         - 44  # NDRPDR sel - new1908.1
818         - 45  # NDRPDR sel - new1908.1
819         - 46  # NDRPDR sel - new1908.1
820         - 47  # NDRPDR sel - new1908.1
821         - 48  # NDRPDR sel - new1908.1
822         - 49  # NDRPDR sel - new1908.1
823     vpp-performance-changes-2n-skx-ref:
824       csit-vpp-perf-verify-2001-2n-skx:
825         - 143  # NDRPDR sel - new2001.0
826         - 146  # NDRPDR sel - new2001.0
827         - 147  # NDRPDR sel - new2001.0
828         - 148  # NDRPDR sel - new2001.0
829         - 149  # NDRPDR sel - new2001.0
830         - 150  # NDRPDR sel - new2001.0
831         - 151  # NDRPDR sel - new2001.0
832         - 152  # NDRPDR sel - new2001.0
833         - 153  # NDRPDR sel - new2001.0
834         - 154  # NDRPDR sel - new2001.0
835     vpp-performance-changes-2n-skx-cmp:
836       csit-vpp-perf-report-iterative-2005-2n-skx:
837         - 43  # NDRPDR sel
838         - 38  # NDRPDR sel
839         - 7   # NDRPDR sel
840         - 65  # NDRPDR sel
841         - 47  # NDRPDR sel
842         - 55  # NDRPDR sel
843         - 67  # NDRPDR sel
844         - 75  # NDRPDR sel
845         - 76  # NDRPDR sel
846         - 73  # NDRPDR sel
847     vpp-performance-changes-2n-skx-cmp-2:
848       csit-vpp-perf-report-iterative-2005-2n-skx:
849         # TODO: Replace
850         - 43  # NDRPDR sel
851         - 38  # NDRPDR sel
852         - 7   # NDRPDR sel
853         - 65  # NDRPDR sel
854         - 47  # NDRPDR sel
855         - 55  # NDRPDR sel
856         - 67  # NDRPDR sel
857         - 75  # NDRPDR sel
858         - 76  # NDRPDR sel
859         - 73  # NDRPDR sel
860
861 #    vpp-performance-changes-nfv-2n-skx-ref:
862 #      csit-vpp-perf-verify-2001-2n-skx:
863 #        - 30  # NFV
864 #        - 31  # NFV
865 #    vpp-performance-changes-nfv-2n-skx-cmp:
866 #      csit-vpp-perf-report-iterative-2005-2n-skx:
867 #        - 43  # NDRPDR sel
868 #        - 38  # NDRPDR sel
869 #        - 7   # NDRPDR sel
870 #        - 83  # nf-density-sel
871
872     vpp-performance-changes-2n-clx-ref:
873       csit-vpp-perf-verify-2001-2n-clx:
874         - 28  # NDRPDR sel
875         - 29  # NDRPDR sel
876         - 32  # NDRPDR sel
877         - 40  # NDRPDR sel
878         - 43  # NDRPDR sel
879         - 44  # NDRPDR sel
880         - 45  # NDRPDR sel
881         - 47  # NDRPDR sel
882         - 48  # NDRPDR sel
883         - 49  # NDRPDR sel
884     vpp-performance-changes-2n-clx-cmp:
885       csit-vpp-perf-report-iterative-2005-2n-clx:
886         - 7   # NDRPDR sel
887         - 38  # NDRPDR sel
888         - 9   # NDRPDR sel
889         - 32  # NDRPDR sel ???
890         - 33  # NDRPDR sel ???
891         - 39  # NDRPDR sel
892         - 40  # NDRPDR sel
893         - 43  # NDRPDR sel
894         - 50  # NDRPDR sel
895         - 51  # NDRPDR sel
896     vpp-performance-changes-2n-clx-cmp-2:
897       csit-vpp-perf-report-iterative-2005-2n-clx:
898         - 62  # NDRPDR sel env 2
899         - 63  # NDRPDR sel env 2
900
901     vpp-performance-changes-2n-dnv-h1:
902       csit-vpp-perf-verify-1908-2n-dnv:
903         - 1   # NDRPDR sel
904         - 2   # NDRPDR sel
905         - 3   # NDRPDR sel
906         - 4   # NDRPDR sel
907         - 5   # NDRPDR sel
908         - 6   # NDRPDR sel
909         - 7   # NDRPDR sel
910         - 8   # NDRPDR sel
911         - 9   # NDRPDR sel
912         - 10  # NDRPDR sel
913     vpp-performance-changes-2n-dnv-ref:
914       csit-vpp-perf-verify-2001-2n-dnv:
915         - 4   # NDRPDR sel
916         - 5   # NDRPDR sel
917         - 6   # NDRPDR sel
918         - 7   # NDRPDR sel
919         - 8   # NDRPDR sel
920         - 9   # NDRPDR sel
921         - 10  # NDRPDR sel
922         - 11  # NDRPDR sel
923         - 13  # NDRPDR sel
924         - 16  # NDRPDR sel
925     vpp-performance-changes-2n-dnv-cmp:
926       csit-vpp-perf-report-iterative-2005-2n-dnv:
927         - 3   # NDRPDR sel
928         - 6   # NDRPDR sel
929         - 7   # NDRPDR sel
930         - 8   # NDRPDR sel
931         - 9   # NDRPDR sel
932         - 10  # NDRPDR sel
933         - 11  # NDRPDR sel
934         - 12  # NDRPDR sel
935         - 13  # NDRPDR sel
936         - 14  # NDRPDR sel
937
938     vpp-performance-changes-3n-dnv-h1:
939       csit-vpp-perf-verify-1908-3n-dnv:
940         - 6   # NDRPDR sel
941         - 7   # NDRPDR sel
942         - 8   # NDRPDR sel
943         - 9   # NDRPDR sel
944         - 10  # NDRPDR sel
945         - 12  # NDRPDR sel
946         - 13  # NDRPDR sel
947         - 14  # NDRPDR sel
948         - 15  # NDRPDR sel
949         - 16  # NDRPDR sel
950     vpp-performance-changes-3n-dnv-ref:
951       csit-vpp-perf-verify-2001-3n-dnv:
952         - 5   # NDRPDR sel
953         - 6   # NDRPDR sel
954         - 7   # NDRPDR sel
955         - 8   # NDRPDR sel
956         - 9   # NDRPDR sel
957         - 10  # NDRPDR sel
958         - 12  # NDRPDR sel
959         - 16  # NDRPDR sel
960         - 17  # NDRPDR sel
961         - 18  # NDRPDR sel
962     vpp-performance-changes-3n-dnv-cmp:
963       csit-vpp-perf-report-iterative-2005-3n-dnv:
964         - 2   # NDRPDR sel
965         - 3   # NDRPDR sel
966         - 4   # NDRPDR sel
967         - 5   # NDRPDR sel
968         - 6   # NDRPDR sel
969         - 7   # NDRPDR sel
970         - 9   # NDRPDR sel
971         - 10  # NDRPDR sel
972         - 11  # NDRPDR sel
973         - 12  # NDRPDR sel
974
975     vpp-performance-changes-3n-tsh-h1:
976       csit-vpp-perf-verify-1908-3n-tsh:
977         - 7   # NDRPDR sel
978         - 8   # NDRPDR sel
979         - 9   # NDRPDR sel
980         - 10  # NDRPDR sel
981         - 11  # NDRPDR sel
982         - 12  # NDRPDR sel
983         - 13  # NDRPDR sel
984         - 14  # NDRPDR sel
985         - 15  # NDRPDR sel
986         - 16  # NDRPDR sel
987     vpp-performance-changes-3n-tsh-ref:
988       csit-vpp-perf-verify-2001-3n-tsh:
989         - 3   # NDRPDR sel
990         - 4   # NDRPDR sel
991         - 7   # NDRPDR sel
992         - 8   # NDRPDR sel
993         - 10  # NDRPDR sel
994         - 12  # NDRPDR sel
995         - 13  # NDRPDR sel
996         - 14  # NDRPDR sel
997         - 15  # NDRPDR sel
998         - 21  # NDRPDR sel
999     vpp-performance-changes-3n-tsh-cmp:
1000       # TODO: Add data:
1001       csit-vpp-perf-report-iterative-2005-3n-tsh:
1002         - 9   # NDRPDR sel
1003         - 11  # NDRPDR sel
1004         - 12  # NDRPDR sel
1005         - 20  # NDRPDR sel
1006         - 14  # NDRPDR sel
1007     vpp-performance-changes-3n-tsh-cmp-2:
1008       # TODO: replace:
1009       csit-vpp-perf-report-iterative-2005-3n-tsh:
1010         - 9   # NDRPDR sel
1011         - 11  # NDRPDR sel
1012         - 12  # NDRPDR sel
1013         - 20  # NDRPDR sel
1014         - 14  # NDRPDR sel
1015
1016     vpp-soak-vs-ndr-2n-skx-ref:
1017       csit-vpp-perf-report-iterative-2005-2n-skx:
1018         - 43  # NDRPDR sel
1019         - 38  # NDRPDR sel
1020         - 7   # NDRPDR sel
1021         - 65  # NDRPDR sel
1022         - 47  # NDRPDR sel
1023         - 55  # NDRPDR sel
1024         - 67  # NDRPDR sel
1025         - 75  # NDRPDR sel
1026         - 76  # NDRPDR sel
1027         - 73  # NDRPDR sel
1028     vpp-soak-vs-ndr-2n-skx-cmp:
1029       csit-vpp-perf-report-iterative-2005-2n-skx:
1030         - 49  # Soak
1031         - 54  # Soak
1032     vpp-soak-vs-ndr-2n-skx:
1033       csit-vpp-perf-report-iterative-2005-2n-skx:
1034         - 43  # NDRPDR sel
1035         - 38  # NDRPDR sel
1036         - 7   # NDRPDR sel
1037         - 65  # NDRPDR sel
1038         - 47  # NDRPDR sel
1039         - 55  # NDRPDR sel
1040         - 67  # NDRPDR sel
1041         - 75  # NDRPDR sel
1042         - 76  # NDRPDR sel
1043         - 73  # NDRPDR sel
1044         - 49  # Soak
1045         - 54  # Soak
1046
1047     vpp-soak-vs-ndr-2n-clx-ref:
1048       csit-vpp-perf-report-iterative-2005-2n-clx:
1049         - 7   # NDRPDR sel
1050         - 38  # NDRPDR sel
1051         - 9   # NDRPDR sel
1052         - 32  # NDRPDR sel ???
1053         - 33  # NDRPDR sel ???
1054         - 39  # NDRPDR sel
1055         - 40  # NDRPDR sel
1056         - 43  # NDRPDR sel
1057         - 50  # NDRPDR sel
1058         - 51  # NDRPDR sel
1059     vpp-soak-vs-ndr-2n-clx-cmp:
1060       csit-vpp-perf-report-iterative-2005-2n-clx:
1061         - 44  # Soak
1062         - 49  # Soak
1063     vpp-soak-vs-ndr-2n-clx:
1064       csit-vpp-perf-report-iterative-2005-2n-clx:
1065         - 7   # NDRPDR sel
1066         - 38  # NDRPDR sel
1067         - 9   # NDRPDR sel
1068         - 32  # NDRPDR sel ???
1069         - 33  # NDRPDR sel ???
1070         - 39  # NDRPDR sel
1071         - 40  # NDRPDR sel
1072         - 43  # NDRPDR sel
1073         - 50  # NDRPDR sel
1074         - 51  # NDRPDR sel
1075         - 44  # Soak
1076         - 49  # Soak
1077
1078     vpp-performance-changes-3n-hsw-mrr-h1:
1079       csit-vpp-perf-verify-1908-3n-hsw:
1080         - 39  # MRR sel
1081     vpp-performance-changes-3n-hsw-mrr-ref:
1082       csit-vpp-perf-verify-2001-3n-hsw:
1083         - 17  # MRR sel
1084     vpp-performance-changes-3n-hsw-mrr-cmp:
1085       csit-vpp-perf-report-iterative-2005-3n-hsw:
1086         - 13  # MRR
1087
1088 #    vpp-performance-changes-3n-skx-mrr-h1:
1089 #      csit-vpp-perf-verify-1908-3n-skx:
1090 #        - 36  # MRR sel
1091     vpp-performance-changes-3n-skx-mrr-ref:
1092       csit-vpp-perf-verify-2001-3n-skx:
1093         - 50  # MRR sel
1094         - 53  # MRR sel addition
1095     vpp-performance-changes-3n-skx-mrr-cmp:
1096       csit-vpp-perf-report-iterative-2005-3n-skx:
1097         - 6   # MRR sel
1098
1099 #    vpp-performance-changes-2n-skx-mrr-h1:
1100 #      csit-vpp-perf-verify-1908-2n-skx:
1101 #        - 69  # MRR sel
1102     vpp-performance-changes-2n-skx-mrr-ref:
1103       csit-vpp-perf-verify-2001-2n-skx:
1104         - 101 # MRR sel
1105         - 128 # MRR sel addition
1106     vpp-performance-changes-2n-skx-mrr-cmp:
1107       csit-vpp-perf-report-iterative-2005-2n-skx:
1108         - 42  # MRR sel
1109
1110     vpp-performance-changes-2n-clx-mrr-ref:
1111       csit-vpp-perf-verify-2001-2n-clx:
1112         - 39  # MRR
1113     vpp-performance-changes-2n-clx-mrr-cmp:
1114       csit-vpp-perf-report-iterative-2005-2n-clx:
1115         - 12   # MRR
1116
1117 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1118 #      csit-vpp-perf-verify-1908-2n-skx:
1119 #        - 71  # NFV MRR
1120 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1121 #      # csit-vpp-perf-verify-2001-2n-skx:
1122 #      csit-vpp-perf-verify-1908-2n-skx:
1123 #        - 71  # NFV MRR
1124
1125     vpp-performance-changes-2n-dnv-mrr-h1:
1126       csit-vpp-perf-verify-1908-2n-dnv:
1127         - 11  # MRR sel
1128     vpp-performance-changes-2n-dnv-mrr-ref:
1129       csit-vpp-perf-verify-2001-2n-dnv:
1130         - 12  # MRR sel
1131     vpp-performance-changes-2n-dnv-mrr-cmp:
1132       csit-vpp-perf-report-iterative-2005-2n-dnv:
1133         - 15  # MRR sel
1134
1135     vpp-performance-changes-3n-dnv-mrr-h1:
1136       csit-vpp-perf-verify-1908-3n-dnv:
1137         - 17  # MRR sel
1138     vpp-performance-changes-3n-dnv-mrr-ref:
1139       csit-vpp-perf-verify-2001-3n-dnv:
1140         - 11  # MRR sel
1141     vpp-performance-changes-3n-dnv-mrr-cmp:
1142       csit-vpp-perf-report-iterative-2005-3n-dnv:
1143         - 8   # MRR
1144
1145     vpp-performance-changes-3n-tsh-mrr-h1:
1146       csit-vpp-perf-verify-1908-3n-tsh:
1147         - 17  # MRR sel
1148     vpp-performance-changes-3n-tsh-mrr-ref:
1149       csit-vpp-perf-verify-2001-3n-tsh:
1150         - 9   # MRR sel
1151     vpp-performance-changes-3n-tsh-mrr-cmp:
1152       csit-vpp-perf-report-iterative-2005-3n-tsh:
1153         - 10  # MRR sel
1154
1155     dpdk-performance-changes-3n-hsw-h1:
1156       csit-dpdk-perf-verify-1908-3n-hsw:
1157         - 2   # NDRPDR sel
1158         - 3   # NDRPDR sel
1159         - 4   # NDRPDR sel
1160         - 5   # NDRPDR sel
1161         - 6   # NDRPDR sel
1162         - 7   # NDRPDR sel
1163         - 8   # NDRPDR sel
1164         - 9   # NDRPDR sel
1165         - 10  # NDRPDR sel
1166         - 11  # NDRPDR sel
1167     dpdk-performance-changes-3n-hsw-ref:
1168       csit-dpdk-perf-verify-2001-3n-hsw:
1169         - 4   # NDRPDR sel
1170         - 5   # NDRPDR sel
1171         - 6   # NDRPDR sel
1172         - 7   # NDRPDR sel
1173         - 8   # NDRPDR sel
1174         - 9   # NDRPDR sel
1175         - 10  # NDRPDR sel
1176         - 11  # NDRPDR sel
1177         - 12  # NDRPDR sel
1178         - 13  # NDRPDR sel
1179         - 15  # NDRPDR sel
1180         - 16  # NDRPDR sel
1181         - 17  # NDRPDR sel
1182         - 18  # NDRPDR sel
1183         - 19  # NDRPDR sel
1184         - 20  # NDRPDR sel
1185         - 21  # NDRPDR sel
1186         - 22  # NDRPDR sel
1187         - 23  # NDRPDR sel
1188         - 24  # NDRPDR sel
1189     dpdk-performance-changes-3n-hsw-cmp:
1190       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1191         - 5   # NDRPDR sel
1192         - 6   # NDRPDR sel
1193         - 7   # NDRPDR sel
1194         - 8   # NDRPDR sel
1195         - 9   # NDRPDR sel
1196         - 10  # NDRPDR sel
1197         - 11  # NDRPDR sel
1198         - 12  # NDRPDR sel
1199         - 13  # NDRPDR sel
1200         - 14  # NDRPDR sel
1201
1202     dpdk-performance-changes-3n-skx-h1:
1203       csit-dpdk-perf-verify-1908-3n-skx:
1204         - 3   # NDRPDR sel
1205         - 4   # NDRPDR sel
1206         - 5   # NDRPDR sel
1207         - 6   # NDRPDR sel
1208         - 7   # NDRPDR sel
1209         - 8   # NDRPDR sel
1210         - 9   # NDRPDR sel
1211         - 10  # NDRPDR sel
1212         - 11  # NDRPDR sel
1213         - 12  # NDRPDR sel
1214     dpdk-performance-changes-3n-skx-ref:
1215       csit-dpdk-perf-verify-2001-3n-skx:
1216         - 29  # NDRPDR sel xxv710
1217         - 33  # NDRPDR sel xxv710
1218         - 34  # NDRPDR sel xxv710
1219         - 35  # NDRPDR sel xxv710
1220         - 36  # NDRPDR sel xxv710
1221         - 37  # NDRPDR sel xxv710
1222         - 41  # NDRPDR sel xxv710
1223         - 42  # NDRPDR sel xxv710
1224         - 43  # NDRPDR sel xxv710
1225         - 45  # NDRPDR sel xxv710
1226         - 30  # NDRPDR sel x710
1227         - 31  # NDRPDR sel x710
1228         - 32  # NDRPDR sel x710
1229         - 38  # NDRPDR sel x710
1230         - 39  # NDRPDR sel x710
1231         - 40  # NDRPDR sel x710
1232         - 44  # NDRPDR sel x710
1233         - 46  # NDRPDR sel x710
1234         - 47  # NDRPDR sel x710
1235         - 48  # NDRPDR sel x710
1236     dpdk-performance-changes-3n-skx-cmp:
1237       csit-dpdk-perf-report-iterative-2005-3n-skx:
1238         - 4   # NDRPDR sel
1239         - 5   # NDRPDR sel
1240         - 6   # NDRPDR sel
1241         - 7   # NDRPDR sel
1242         - 8   # NDRPDR sel
1243         - 11  # NDRPDR sel
1244         - 12  # NDRPDR sel
1245         - 13  # NDRPDR sel
1246         - 14  # NDRPDR sel
1247         - 15  # NDRPDR sel
1248
1249     dpdk-performance-changes-2n-skx-h1:
1250       csit-dpdk-perf-verify-1908-2n-skx:
1251         - 2   # NDRPDR sel
1252         - 3   # NDRPDR sel
1253         - 4   # NDRPDR sel
1254         - 5   # NDRPDR sel
1255         - 7   # NDRPDR sel
1256         - 8   # NDRPDR sel
1257         - 9   # NDRPDR sel
1258         - 10  # NDRPDR sel
1259         - 11  # NDRPDR sel
1260         - 12  # NDRPDR sel
1261     dpdk-performance-changes-2n-skx-ref:
1262       csit-dpdk-perf-verify-2001-2n-skx:
1263         - 35  # NDRPDR sel xxv710
1264         - 36  # NDRPDR sel xxv710
1265         - 37  # NDRPDR sel xxv710
1266         - 41  # NDRPDR sel xxv710
1267         - 42  # NDRPDR sel xxv710
1268         - 43  # NDRPDR sel xxv710
1269         - 46  # NDRPDR sel xxv710
1270         - 47  # NDRPDR sel xxv710
1271         - 52  # NDRPDR sel xxv710
1272         - 53  # NDRPDR sel xxv710
1273         - 38  # NDRPDR sel x710
1274         - 39  # NDRPDR sel x710
1275         - 40  # NDRPDR sel x710
1276         - 44  # NDRPDR sel x710
1277         - 45  # NDRPDR sel x710
1278         - 48  # NDRPDR sel x710
1279         - 49  # NDRPDR sel x710
1280         - 50  # NDRPDR sel x710
1281         - 51  # NDRPDR sel x710
1282         - 54  # NDRPDR sel x710
1283     dpdk-performance-changes-2n-skx-cmp:
1284       csit-dpdk-perf-report-iterative-2005-2n-skx:
1285         - 1   # NDRPDR sel
1286         - 2   # NDRPDR sel
1287         - 3   # NDRPDR sel
1288         - 4   # NDRPDR sel
1289         - 5   # NDRPDR sel
1290         - 6   # NDRPDR sel
1291         - 7   # NDRPDR sel
1292         - 8   # NDRPDR sel
1293         - 9   # NDRPDR sel
1294         - 10  # NDRPDR sel
1295
1296     dpdk-performance-changes-2n-clx-ref:
1297       csit-dpdk-perf-verify-2001-2n-clx:
1298         - 15  # NDRPDR sel
1299         - 16  # NDRPDR sel
1300         - 17  # NDRPDR sel
1301         - 18  # NDRPDR sel
1302         - 19  # NDRPDR sel
1303         - 20  # NDRPDR sel
1304         - 21  # NDRPDR sel
1305         - 22  # NDRPDR sel
1306         - 23  # NDRPDR sel
1307         - 24  # NDRPDR sel
1308         - 25  # NDRPDR sel
1309         - 26  # NDRPDR sel
1310         - 27  # NDRPDR sel
1311         - 28  # NDRPDR sel
1312         - 29  # NDRPDR sel
1313         - 30  # NDRPDR sel
1314         - 31  # NDRPDR sel
1315         - 32  # NDRPDR sel
1316         - 33  # NDRPDR sel
1317         - 34  # NDRPDR sel
1318     dpdk-performance-changes-2n-clx-cmp:
1319       csit-dpdk-perf-report-iterative-2005-2n-clx:
1320         - 1   # NDRPDR sel
1321         - 2   # NDRPDR sel
1322         - 3   # NDRPDR sel
1323         - 4   # NDRPDR sel
1324         - 5   # NDRPDR sel
1325         - 6   # NDRPDR sel
1326         - 7   # NDRPDR sel
1327         - 8   # NDRPDR sel
1328         - 9   # NDRPDR sel
1329         - 10  # NDRPDR sel
1330
1331     dpdk-performance-changes-2n-dnv-ref:
1332       csit-dpdk-perf-verify-2001-2n-dnv:
1333         - 9   # NDRPDR sel
1334         - 10  # NDRPDR sel
1335         - 11  # NDRPDR sel
1336         - 12  # NDRPDR sel
1337         - 13  # NDRPDR sel
1338         - 14  # NDRPDR sel
1339         - 15  # NDRPDR sel
1340         - 16  # NDRPDR sel
1341         - 17  # NDRPDR sel
1342         - 18  # NDRPDR sel
1343     dpdk-performance-changes-2n-dnv-cmp:
1344       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1345         - 8   # NDRPDR sel
1346         - 9   # NDRPDR sel
1347         - 10  # NDRPDR sel
1348         - 11  # NDRPDR sel
1349         - 12  # NDRPDR sel
1350         - 13  # NDRPDR sel
1351         - 14  # NDRPDR sel
1352         - 15  # NDRPDR sel
1353         - 16  # NDRPDR sel
1354         - 17  # NDRPDR sel
1355
1356     dpdk-performance-changes-3n-dnv-ref:
1357       csit-dpdk-perf-verify-2001-3n-dnv:
1358         - 12  # NDRPDR sel
1359         - 13  # NDRPDR sel
1360         - 14  # NDRPDR sel
1361         - 15  # NDRPDR sel
1362         - 16  # NDRPDR sel
1363         - 17  # NDRPDR sel
1364         - 18  # NDRPDR sel
1365         - 19  # NDRPDR sel
1366         - 20  # NDRPDR sel
1367         - 22  # NDRPDR sel
1368     dpdk-performance-changes-3n-dnv-cmp:
1369       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1370         - 6   # NDRPDR sel
1371         - 7   # NDRPDR sel
1372         - 8   # NDRPDR sel
1373         - 9   # NDRPDR sel
1374         - 10  # NDRPDR sel
1375         - 11  # NDRPDR sel
1376         - 12  # NDRPDR sel
1377         - 13  # NDRPDR sel
1378         - 14  # NDRPDR sel
1379         - 16  # NDRPDR sel
1380
1381     dpdk-performance-changes-3n-tsh-ref:
1382       csit-dpdk-perf-verify-2001-3n-tsh:
1383         - 3   # NDRPDR sel
1384         - 4   # NDRPDR sel
1385         - 5   # NDRPDR sel
1386         - 9   # NDRPDR sel
1387         - 10  # NDRPDR sel
1388         - 11  # NDRPDR sel
1389         - 12  # NDRPDR sel
1390         - 14  # NDRPDR sel
1391         - 15  # NDRPDR sel
1392         - 18  # NDRPDR sel
1393     dpdk-performance-changes-3n-tsh-cmp:
1394       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1395         - 5   # NDRPDR sel
1396
1397     # Compare testbeds
1398
1399     vpp-compare-testbeds-ref:
1400       csit-vpp-perf-report-iterative-2005-3n-hsw:
1401         - 3   # NDRPDR sel
1402         - 4   # NDRPDR sel
1403         - 5   # NDRPDR sel
1404         - 10  # NDRPDR sel
1405         - 11  # NDRPDR sel
1406         - 12  # NDRPDR sel
1407         - 15  # NDRPDR sel
1408         - 16  # NDRPDR sel
1409         - 18  # NDRPDR sel
1410         - 19  # NDRPDR sel
1411     vpp-compare-testbeds-cmp:
1412       csit-vpp-perf-report-iterative-2005-3n-skx:
1413         - 4   # NDRPDR sel
1414         - 5   # NDRPDR sel ??? all x710 failed
1415         - 33  # NDRPDR sel
1416         - 28  # NDRPDR sel
1417         - 34  # NDRPDR sel
1418         - 36  # NDRPDR sel
1419         - 37  # NDRPDR sel
1420         - 38  # NDRPDR sel
1421         - 39  # NDRPDR sel
1422         - 41  # NDRPDR sel
1423
1424     vpp-compare-testbeds-skx-clx-ref:
1425       csit-vpp-perf-report-iterative-2005-2n-skx:
1426         - 43  # NDRPDR sel
1427         - 38  # NDRPDR sel
1428         - 7   # NDRPDR sel
1429         - 65  # NDRPDR sel
1430         - 47  # NDRPDR sel
1431         - 55  # NDRPDR sel
1432         - 67  # NDRPDR sel
1433         - 75  # NDRPDR sel
1434         - 76  # NDRPDR sel
1435         - 73  # NDRPDR sel
1436     vpp-compare-testbeds-skx-clx-cmp:
1437       csit-vpp-perf-report-iterative-2005-2n-clx:
1438         - 7   # NDRPDR sel
1439         - 38  # NDRPDR sel
1440         - 9   # NDRPDR sel
1441         - 32  # NDRPDR sel ???
1442         - 33  # NDRPDR sel ???
1443         - 39  # NDRPDR sel
1444         - 40  # NDRPDR sel
1445         - 43  # NDRPDR sel
1446         - 50  # NDRPDR sel
1447         - 51  # NDRPDR sel
1448
1449     vpp-compare-testbeds-hsw-clx-ref:
1450       csit-vpp-perf-report-iterative-2005-3n-hsw:
1451         - 3   # NDRPDR sel
1452         - 4   # NDRPDR sel
1453         - 5   # NDRPDR sel
1454         - 10  # NDRPDR sel
1455         - 11  # NDRPDR sel
1456         - 12  # NDRPDR sel
1457         - 15  # NDRPDR sel
1458         - 16  # NDRPDR sel
1459         - 18  # NDRPDR sel
1460         - 19  # NDRPDR sel
1461     vpp-compare-testbeds-hsw-clx-cmp:
1462       csit-vpp-perf-report-iterative-2005-2n-clx:
1463         - 7   # NDRPDR sel
1464         - 38  # NDRPDR sel
1465         - 9   # NDRPDR sel
1466         - 32  # NDRPDR sel ???
1467         - 33  # NDRPDR sel ???
1468         - 39  # NDRPDR sel
1469         - 40  # NDRPDR sel
1470         - 43  # NDRPDR sel
1471         - 50  # NDRPDR sel
1472         - 51  # NDRPDR sel
1473
1474     vpp-compare-testbeds-mrr-ref:
1475       csit-vpp-perf-report-iterative-2005-3n-hsw:
1476         - 13  # MRR
1477     vpp-compare-testbeds-mrr-cmp:
1478       csit-vpp-perf-report-iterative-2005-3n-skx:
1479         - 6   # MRR sel
1480
1481     vpp-compare-testbeds-mrr-skx-clx-ref:
1482       csit-vpp-perf-report-iterative-2005-2n-skx:
1483         - 42  # MRR sel
1484     vpp-compare-testbeds-mrr-skx-clx-cmp:
1485       csit-vpp-perf-report-iterative-2005-2n-clx:
1486         - 12   # MRR
1487
1488     vpp-compare-testbeds-mrr-hsw-clx-ref:
1489       csit-vpp-perf-report-iterative-2005-3n-hsw:
1490         - 13  # MRR
1491     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1492       csit-vpp-perf-report-iterative-2005-2n-clx:
1493         - 12   # MRR
1494
1495     dpdk-compare-testbeds-ref:
1496       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1497         - 5   # NDRPDR sel
1498         - 6   # NDRPDR sel
1499         - 7   # NDRPDR sel
1500         - 8   # NDRPDR sel
1501         - 9   # NDRPDR sel
1502         - 10  # NDRPDR sel
1503         - 11  # NDRPDR sel
1504         - 12  # NDRPDR sel
1505         - 13  # NDRPDR sel
1506         - 14  # NDRPDR sel
1507     dpdk-compare-testbeds-cmp:
1508       csit-dpdk-perf-report-iterative-2005-3n-skx:
1509         - 4   # NDRPDR sel
1510         - 5   # NDRPDR sel
1511         - 6   # NDRPDR sel
1512         - 7   # NDRPDR sel
1513         - 8   # NDRPDR sel
1514         - 11  # NDRPDR sel
1515         - 12  # NDRPDR sel
1516         - 13  # NDRPDR sel
1517         - 14  # NDRPDR sel
1518         - 15  # NDRPDR sel
1519
1520     dpdk-compare-testbeds-skx-clx-ref:
1521       csit-dpdk-perf-report-iterative-2005-2n-skx:
1522         - 1   # NDRPDR sel
1523         - 2   # NDRPDR sel
1524         - 3   # NDRPDR sel
1525         - 4   # NDRPDR sel
1526         - 5   # NDRPDR sel
1527         - 6   # NDRPDR sel
1528         - 7   # NDRPDR sel
1529         - 8   # NDRPDR sel
1530         - 9   # NDRPDR sel
1531         - 10  # NDRPDR sel
1532     dpdk-compare-testbeds-skx-clx-cmp:
1533       csit-dpdk-perf-report-iterative-2005-2n-clx:
1534         - 1   # NDRPDR sel
1535         - 2   # NDRPDR sel
1536         - 3   # NDRPDR sel
1537         - 4   # NDRPDR sel
1538         - 5   # NDRPDR sel
1539         - 6   # NDRPDR sel
1540         - 7   # NDRPDR sel
1541         - 8   # NDRPDR sel
1542         - 9   # NDRPDR sel
1543         - 10  # NDRPDR sel
1544
1545     # Compare topologies
1546
1547     vpp-compare-topologies-ref:
1548       csit-vpp-perf-report-iterative-2005-3n-skx:
1549         - 4   # NDRPDR sel
1550         - 5   # NDRPDR sel ??? all x710 failed
1551         - 33  # NDRPDR sel
1552         - 28  # NDRPDR sel
1553         - 34  # NDRPDR sel
1554         - 36  # NDRPDR sel
1555         - 37  # NDRPDR sel
1556         - 38  # NDRPDR sel
1557         - 39  # NDRPDR sel
1558         - 41  # NDRPDR sel
1559     vpp-compare-topologies-cmp:
1560       csit-vpp-perf-report-iterative-2005-2n-skx:
1561         - 43  # NDRPDR sel
1562         - 38  # NDRPDR sel
1563         - 7   # NDRPDR sel
1564         - 65  # NDRPDR sel
1565         - 47  # NDRPDR sel
1566         - 55  # NDRPDR sel
1567         - 67  # NDRPDR sel
1568         - 75  # NDRPDR sel
1569         - 76  # NDRPDR sel
1570         - 73  # NDRPDR sel
1571
1572     vpp-compare-topologies-mrr-ref:
1573       csit-vpp-perf-report-iterative-2005-3n-skx:
1574         - 6   # MRR sel
1575     vpp-compare-topologies-mrr-cmp:
1576       csit-vpp-perf-report-iterative-2005-2n-skx:
1577         - 42  # MRR sel
1578
1579     dpdk-compare-topologies-ref:
1580       csit-dpdk-perf-report-iterative-2005-3n-skx:
1581         - 4   # NDRPDR sel
1582         - 5   # NDRPDR sel
1583         - 6   # NDRPDR sel
1584         - 7   # NDRPDR sel
1585         - 8   # NDRPDR sel
1586         - 11  # NDRPDR sel
1587         - 12  # NDRPDR sel
1588         - 13  # NDRPDR sel
1589         - 14  # NDRPDR sel
1590         - 15  # NDRPDR sel
1591     dpdk-compare-topologies-cmp:
1592       csit-dpdk-perf-report-iterative-2005-2n-skx:
1593         - 1   # NDRPDR sel
1594         - 2   # NDRPDR sel
1595         - 3   # NDRPDR sel
1596         - 4   # NDRPDR sel
1597         - 5   # NDRPDR sel
1598         - 6   # NDRPDR sel
1599         - 7   # NDRPDR sel
1600         - 8   # NDRPDR sel
1601         - 9   # NDRPDR sel
1602         - 10  # NDRPDR sel
1603
1604   plot-layouts:
1605
1606     plot-soak-throughput:
1607       titlefont:
1608         size: 18
1609       xaxis:
1610         title: "<b>Test Cases [Index]</b>"
1611         titlefont:
1612           size: 16
1613         autorange: True
1614         fixedrange: False
1615         gridcolor: "rgb(230, 230, 230)"
1616         linecolor: "rgb(220, 220, 220)"
1617         linewidth: 1
1618         showgrid: True
1619         showline: True
1620         showticklabels: True
1621         tickcolor: "rgb(220, 220, 220)"
1622         tickmode: "linear"
1623         tickfont:
1624           size: 16
1625         zeroline: False
1626       yaxis:
1627         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1628         titlefont:
1629           size: 16
1630         gridcolor: "rgb(230, 230, 230)"
1631         hoverformat: ".4r"
1632         tickformat: ".3r"
1633         linecolor: "rgb(220, 220, 220)"
1634         linewidth: 1
1635         showgrid: True
1636         showline: True
1637         showticklabels: True
1638         tickcolor: "rgb(220, 220, 220)"
1639         tickfont:
1640           size: 16
1641         zeroline: False
1642         range: [0,50]
1643       autosize: False
1644       margin:
1645         t: 50
1646         b: 0
1647         l: 80
1648         r: 20
1649       showlegend: True
1650       legend:
1651         orientation: "h"
1652         font:
1653           size: 16
1654       width: 700
1655       height: 900
1656       paper_bgcolor: "#fff"
1657       plot_bgcolor: "#fff"
1658       hoverlabel:
1659         namelength: -1
1660
1661     plot-service-density:
1662       titlefont:
1663         size: 18
1664       xaxis:
1665         side: "top"
1666         autorange: True
1667         fixedrange: False
1668         showgrid: False
1669         showline: False
1670         showticklabels: False
1671         ticks: ""
1672         ticklen: 0
1673         tickwidth: 0
1674         zeroline: False
1675       yaxis:
1676         autorange: "reversed"
1677         showgrid: False
1678         showline: False
1679         showticklabels: False
1680         ticks: ""
1681         ticklen: 0
1682         tickwidth: 0
1683         zeroline: False
1684       showlegend: False
1685       paper_bgcolor: "#fff"
1686       plot_bgcolor: "#fff"
1687       width: 700
1688       height: 700
1689       hoverlabel:
1690         namelength: -1
1691
1692 #    plot-cps:
1693 #      titlefont:
1694 #        size: 18
1695 #      xaxis:
1696 #        title: "<b>Test Cases [Index]</b>"
1697 #        titlefont:
1698 #          size: 16
1699 #        autorange: True
1700 #        fixedrange: False
1701 #        gridcolor: "rgb(230, 230, 230)"
1702 #        linecolor: "rgb(220, 220, 220)"
1703 #        linewidth: 1
1704 #        showgrid: True
1705 #        showline: True
1706 #        showticklabels: True
1707 #        tickcolor: "rgb(220, 220, 220)"
1708 #        tickmode: "linear"
1709 #        tickfont:
1710 #          size: 16
1711 #        zeroline: False
1712 #      yaxis:
1713 #        title: "<b>Connections Per Second [cps]</b>"
1714 #        titlefont:
1715 #          size: 16
1716 #        gridcolor: "rgb(230, 230, 230)"
1717 #        hoverformat: ".4s"
1718 #        linecolor: "rgb(220, 220, 220)"
1719 #        linewidth: 1
1720 #        rangemode: "tozero"
1721 #        showgrid: True
1722 #        showline: True
1723 #        showticklabels: True
1724 #        tickcolor: "rgb(220, 220, 220)"
1725 #        tickformat: ".3s"
1726 #        tickfont:
1727 #          size: 16
1728 #        zeroline: False
1729 #      boxmode: "group"
1730 #      boxgroupgap: 0.5
1731 #      autosize: False
1732 #      margin:
1733 #        t: 50
1734 #        b: 20
1735 #        l: 80
1736 #        r: 20
1737 #      showlegend: True
1738 #      legend:
1739 #        orientation: "h"
1740 #        font:
1741 #          size: 16
1742 #      width: 700
1743 #      height: 800
1744 #      paper_bgcolor: "#fff"
1745 #      plot_bgcolor: "#fff"
1746 #      hoverlabel:
1747 #        namelength: -1
1748 #
1749 #    plot-rps:
1750 #      titlefont:
1751 #        size: 18
1752 #      xaxis:
1753 #        title: "<b>Test Cases [Index]</b>"
1754 #        titlefont:
1755 #          size: 16
1756 #        autorange: True
1757 #        fixedrange: False
1758 #        gridcolor: "rgb(230, 230, 230)"
1759 #        linecolor: "rgb(220, 220, 220)"
1760 #        linewidth: 1
1761 #        showgrid: True
1762 #        showline: True
1763 #        showticklabels: True
1764 #        tickcolor: "rgb(220, 220, 220)"
1765 #        tickmode: "linear"
1766 #        tickfont:
1767 #          size: 16
1768 #        zeroline: False
1769 #      yaxis:
1770 #        title: "<b>Requests Per Second [rps]</b>"
1771 #        titlefont:
1772 #          size: 16
1773 #        gridcolor: "rgb(230, 230, 230)"
1774 #        hoverformat: ".4s"
1775 #        linecolor: "rgb(220, 220, 220)"
1776 #        linewidth: 1
1777 #        rangemode: "tozero"
1778 #        showgrid: True
1779 #        showline: True
1780 #        showticklabels: True
1781 #        tickcolor: "rgb(230, 230, 230)"
1782 #        tickformat: ".3s"
1783 #        tickfont:
1784 #          size: 16
1785 #        zeroline: False
1786 #      boxmode: "group"
1787 #      boxgroupgap: 0.5
1788 #      autosize: False
1789 #      margin:
1790 #        t: 50
1791 #        b: 20
1792 #        l: 80
1793 #        r: 20
1794 #      showlegend: True
1795 #      legend:
1796 #        orientation: "h"
1797 #        font:
1798 #          size: 16
1799 #      width: 700
1800 #      height: 800
1801 #      paper_bgcolor: "#fff"
1802 #      plot_bgcolor: "#fff"
1803 #      hoverlabel:
1804 #        namelength: -1
1805
1806     plot-hoststack:
1807       titlefont:
1808         size: 16
1809       xaxis:
1810         title: "<b>Test Cases [Index]</b>"
1811         titlefont:
1812           size: 14
1813         autorange: True
1814         fixedrange: False
1815         gridcolor: "rgb(230, 230, 230)"
1816         linecolor: "rgb(220, 220, 220)"
1817         linewidth: 1
1818         showgrid: True
1819         showline: True
1820         showticklabels: True
1821         tickcolor: "rgb(220, 220, 220)"
1822         tickmode: "linear"
1823         tickfont:
1824           size: 14
1825         zeroline: False
1826       yaxis:
1827         title: "<b>Bandwidth [Gbps]</b>"
1828         titlefont:
1829           size: 14
1830         gridcolor: "rgb(230, 230, 230)"
1831         hoverformat: ".4s"
1832         linecolor: "rgb(220, 220, 220)"
1833         linewidth: 1
1834         rangemode: "tozero"
1835         showgrid: True
1836         showline: True
1837         showticklabels: True
1838         tickcolor: "rgb(230, 230, 230)"
1839         tickformat: ".3s"
1840         tickfont:
1841           size: 14
1842         zeroline: False
1843       boxmode: "group"
1844       boxgroupgap: 0.5
1845       autosize: False
1846       margin:
1847         t: 50
1848         b: 20
1849         l: 80
1850         r: 20
1851       showlegend: True
1852       legend:
1853         orientation: "h"
1854         font:
1855           size: 14
1856       width: 700
1857       height: 800
1858       paper_bgcolor: "#fff"
1859       plot_bgcolor: "#fff"
1860       hoverlabel:
1861         namelength: -1
1862
1863     plot-throughput:
1864       titlefont:
1865         size: 18
1866       xaxis:
1867         title: "<b>Test Cases [Index]</b>"
1868         titlefont:
1869           size: 16
1870         autorange: True
1871         fixedrange: False
1872         gridcolor: "rgb(230, 230, 230)"
1873         linecolor: "rgb(220, 220, 220)"
1874         linewidth: 1
1875         showgrid: True
1876         showline: True
1877         showticklabels: True
1878         tickcolor: "rgb(220, 220, 220)"
1879         tickmode: "linear"
1880         tickfont:
1881           size: 16
1882         zeroline: False
1883       yaxis:
1884         title: "<b>Packet Throughput [Mpps]</b>"
1885         titlefont:
1886           size: 16
1887         gridcolor: "rgb(230, 230, 230)"
1888         hoverformat: ".4r"
1889         tickformat: ".3r"
1890         linecolor: "rgb(220, 220, 220)"
1891         linewidth: 1
1892         showgrid: True
1893         showline: True
1894         showticklabels: True
1895         tickcolor: "rgb(220, 220, 220)"
1896         tickfont:
1897           size: 16
1898         zeroline: False
1899         range: [0,50]
1900       autosize: False
1901       margin:
1902         t: 50
1903         b: 0
1904         l: 80
1905         r: 20
1906       showlegend: True
1907       legend:
1908         orientation: "h"
1909         font:
1910           size: 16
1911       width: 700
1912       height: 900
1913       paper_bgcolor: "#fff"
1914       plot_bgcolor: "#fff"
1915       hoverlabel:
1916         namelength: -1
1917
1918     plot-throughput-speedup-analysis:
1919       titlefont:
1920         size: 18
1921       xaxis:
1922         title: "<b>Number of Cores [Qty]</b>"
1923         titlefont:
1924           size: 16
1925         autorange: True
1926         fixedrange: False
1927         gridcolor: "rgb(230, 230, 230)"
1928         linecolor: "rgb(220, 220, 220)"
1929         linewidth: 1
1930         showgrid: True
1931         showline: True
1932         showticklabels: True
1933         tickcolor: "rgb(238, 238, 238)"
1934         tickmode: "linear"
1935         tickfont:
1936           size: 16
1937         zeroline: False
1938       yaxis:
1939         title: "<b>Packet Throughput [Mpps]</b>"
1940         titlefont:
1941           size: 16
1942         type: "linear"
1943         gridcolor: "rgb(230, 230, 230)"
1944         hoverformat: ".4s"
1945         linecolor: "rgb(220, 220, 220)"
1946         linewidth: 1
1947         showgrid: True
1948         showline: True
1949         showticklabels: True
1950         tickcolor: "rgb(220, 220, 220)"
1951         tickformat: ".4s"
1952         tickfont:
1953           size: 16
1954         zeroline: True
1955         rangemode: "tozero"
1956         range: [0,100]
1957       legend:
1958         orientation: "h"
1959         font:
1960           size: 16
1961         xanchor: "left"
1962         yanchor: "top"
1963         x: 0
1964         y: -0.2
1965         bgcolor: "rgba(255, 255, 255, 0)"
1966         bordercolor: "rgba(255, 255, 255, 0)"
1967         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1968       autosize: False
1969       margin:
1970           't': 50
1971           'b': 150
1972           'l': 85
1973           'r': 10
1974       showlegend: True
1975       width: 700
1976       height: 700
1977       paper_bgcolor: "#fff"
1978       plot_bgcolor: "#fff"
1979       hoverlabel:
1980         namelength: -1
1981       annotations: [
1982         {
1983           text: "_ _          __          ...",
1984           align: "left",
1985           showarrow: False,
1986           xref: "paper",
1987           yref: "paper",
1988           xanchor: "left",
1989           yanchor: "top",
1990           x: 0,
1991           y: -0.13,
1992           font: {
1993             family: "Consolas, Courier New",
1994             size: 15
1995           },
1996         },
1997         {
1998           text: "    Perfect     Measured     Limit",
1999           align: "left",
2000           showarrow: False,
2001           xref: "paper",
2002           yref: "paper",
2003           xanchor: "left",
2004           yanchor: "top",
2005           x: 0,
2006           y: -0.15,
2007           font: {
2008             family: "Consolas, Courier New",
2009             size: 15
2010           },
2011         },
2012       ]
2013
2014     plot-latency:
2015       titlefont:
2016         size: 18
2017       xaxis:
2018         title: "<b>Direction</b>"
2019         titlefont:
2020           size: 16
2021         autorange: True
2022         fixedrange: False
2023         gridcolor: "rgb(230, 230, 230)"
2024         linecolor: "rgb(220, 220, 220)"
2025         linewidth: 1
2026         showgrid: True
2027         showline: True
2028         showticklabels: False
2029         tickcolor: "rgb(220, 220, 220)"
2030         tickmode: "linear"
2031         tickfont:
2032           size: 16
2033         zeroline: False
2034       yaxis:
2035         title: "<b>Packet Latency [uSec]</b>"
2036         titlefont:
2037           size: 16
2038         type: "linear"
2039         gridcolor: "rgb(230, 230, 230)"
2040         hoverformat: ".4s"
2041         linecolor: "rgb(220, 220, 220)"
2042         linewidth: 1
2043         showgrid: True
2044         showline: True
2045         showticklabels: True
2046         tickcolor: "rgb(220, 220, 220)"
2047         tickformat: ".4s"
2048         tickfont:
2049           size: 16
2050         zeroline: True
2051         rangemode: "tozero"
2052       legend:
2053         orientation: "h"
2054         font:
2055           size: 16
2056         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2057       autosize: False
2058       margin:
2059           't': 50
2060           'b': 150
2061           'l': 80
2062           'r': 10
2063       showlegend: True
2064       width: 700
2065       height: 700
2066       paper_bgcolor: "#fff"
2067       plot_bgcolor: "#fff"
2068       hoverlabel:
2069         namelength: -1
2070
2071     plot-hdrh-latency:
2072       title:
2073         text: ""
2074         xanchor: "center"
2075         x: 0.5
2076         font:
2077           size: 16
2078       width: 700
2079       plot_bgcolor: "white"
2080       annotations:
2081         - font:
2082             size: 14
2083           showarrow: False
2084           text: "<b>Packet Latency [uSec]</b>"
2085           x: 1
2086           xanchor: "right"
2087           xref: "paper"
2088           y: -0.045
2089           yanchor: "top"
2090           yref: "paper"
2091         - font:
2092             size: 14
2093           showarrow: False
2094           text: "<b>Probability [%]</b>"
2095           textangle: 270
2096           x: -0.06
2097           xanchor: "center"
2098           xref: "paper"
2099           y: 0.5
2100           yanchor: "middle"
2101           yref: "paper"
2102         - font:
2103             size: 14
2104           showarrow: False
2105           text: "<b>Direction: E-W</b>"
2106           x: 0.24
2107           xanchor: "center"
2108           xref: "paper"
2109           y: 1.05
2110           yanchor: "bottom"
2111           yref: "paper"
2112         - font:
2113             size: 14
2114           showarrow: False
2115           text: "<b>Direction: W-E</b>"
2116           x: 0.74
2117           xanchor: "center"
2118           xref: "paper"
2119           y: 1.05
2120           yanchor: "bottom"
2121           yref: "paper"
2122
2123     plot-hdrh-latency-percentile:
2124       title:
2125         text: ""
2126         xanchor: "center"
2127         x: 0.5
2128         font:
2129           size: 18
2130       xaxis:
2131         type: "log"
2132         title: "<b>Percentile [%]</b>"
2133         titlefont:
2134           size: 16
2135         autorange: True
2136         fixedrange: False
2137         gridcolor: "rgb(230, 230, 230)"
2138         linecolor: "rgb(220, 220, 220)"
2139         linewidth: 1
2140         showgrid: True
2141         showline: True
2142         showticklabels: True
2143         tickcolor: "rgb(220, 220, 220)"
2144         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2145         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2146         tickfont:
2147           size: 16
2148       yaxis:
2149         title: "<b>Packet Latency [uSec]</b>"
2150         titlefont:
2151           size: 16
2152         gridcolor: "rgb(230, 230, 230)"
2153         linecolor: "rgb(220, 220, 220)"
2154         linewidth: 1
2155         showgrid: True
2156         showline: True
2157         showticklabels: True
2158         tickcolor: "rgb(220, 220, 220)"
2159         tickfont:
2160           size: 16
2161       autosize: False
2162       showlegend: True
2163       legend:
2164         traceorder: "normal"
2165         orientation: "h"
2166         font:
2167           size: 16
2168         xanchor: "left"
2169         yanchor: "top"
2170         x: 0
2171         y: -0.15
2172         bgcolor: "rgba(255, 255, 255, 0)"
2173         bordercolor: "rgba(255, 255, 255, 0)"
2174       width: 700
2175       height: 700
2176       paper_bgcolor: "white"
2177       plot_bgcolor: "white"
2178
2179     plot-hdrh-latency-by-percentile:
2180       title:
2181         text: "<b>Latency by Percentile Distribution</b>"
2182         xanchor: "center"
2183         x: 0.5
2184         font:
2185           size: 18
2186       showlegend: True
2187       legend:
2188         traceorder: "normal"
2189         orientation: "h"
2190         font:
2191           size: 16
2192         xanchor: "left"
2193         yanchor: "top"
2194         x: 0
2195         y: -0.2
2196         bgcolor: "rgba(255, 255, 255, 0)"
2197         bordercolor: "rgba(255, 255, 255, 0)"
2198       xaxis:
2199         type: "linear"
2200         title: "<b>Percentile [%]</b>"
2201         titlefont:
2202           size: 14
2203         autorange: False
2204         fixedrange: False
2205         range: [0, 100]
2206         gridcolor: "rgb(230, 230, 230)"
2207         linecolor: "rgb(220, 220, 220)"
2208         linewidth: 1
2209         showgrid: True
2210         showline: True
2211         showticklabels: True
2212         tickcolor: "rgb(220, 220, 220)"
2213         tickvals: [0, 25, 50, 75, 100]
2214         ticktext: [0, 25, 50, 75, 100]
2215         tickfont:
2216           size: 14
2217       yaxis:
2218         title: "<b>One-Way Latency per Direction [uSec]</b>"
2219         titlefont:
2220           size: 14
2221         gridcolor: "rgb(230, 230, 230)"
2222         linecolor: "rgb(220, 220, 220)"
2223         linewidth: 1
2224         showgrid: True
2225         showline: True
2226         showticklabels: True
2227         tickcolor: "rgb(220, 220, 220)"
2228         tickfont:
2229           size: 14
2230       width: 700
2231       height: 700
2232       paper_bgcolor: "white"
2233       plot_bgcolor: "white"
2234
2235 - type: "static"
2236   src-path: "{DIR[RST]}"
2237   dst-path: "{DIR[WORKING,SRC]}"
2238
2239 - type: "input"
2240   general:
2241     file-name: "output_info.xml.gz"
2242     file-format: ".gz"
2243     arch-file-format:
2244       - ".gz"
2245       - ".zip"
2246     download-path: "{job}/{build}/archives/{filename}"
2247     extract: "output.xml"
2248
2249     zip-file-name: "robot-plugin.zip"
2250     zip-file-format: ".zip"
2251     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2252     zip-extract: "robot-plugin/output.xml"
2253
2254   builds:
2255
2256     csit-vpp-perf-verify-1908-3n-hsw:
2257       - 12  # NDRPDR sel
2258       - 13  # NDRPDR sel
2259       - 14  # NDRPDR sel
2260       - 15  # NDRPDR sel
2261       - 16  # NDRPDR sel
2262       - 17  # NDRPDR sel
2263       - 18  # NDRPDR sel
2264       - 19  # NDRPDR sel
2265       - 20  # NDRPDR sel
2266       - 21  # NDRPDR sel
2267       - 39  # MRR sel
2268     csit-vpp-perf-verify-2001-3n-hsw:
2269       - 21  # NDRPDR sel
2270       - 22  # NDRPDR sel
2271       - 23  # NDRPDR sel
2272       - 24  # NDRPDR sel
2273       - 25  # NDRPDR sel
2274       - 29  # NDRPDR sel
2275       - 30  # NDRPDR sel
2276       - 31  # NDRPDR sel
2277       - 32  # NDRPDR sel
2278       - 34  # NDRPDR sel
2279       - 17  # MRR sel
2280     csit-vpp-perf-report-iterative-2005-3n-hsw:
2281       - 3   # NDRPDR sel
2282       - 4   # NDRPDR sel
2283       - 5   # NDRPDR sel
2284       - 10  # NDRPDR sel
2285       - 11  # NDRPDR sel
2286       - 12  # NDRPDR sel
2287       - 15  # NDRPDR sel
2288       - 16  # NDRPDR sel
2289       - 18  # NDRPDR sel
2290       - 19  # NDRPDR sel
2291       - 20  # NDRPDR sel env 2
2292       - 21  # NDRPDR sel env 2
2293       - 22  # NDRPDR sel env 2
2294       - 13  # MRR
2295     csit-vpp-perf-verify-2005-3n-hsw:
2296       - 3   # hoststack
2297       - 5   # hoststack
2298       - 6   # hoststack
2299       - 7   # hoststack
2300       - 8   # hoststack
2301       - 9   # hoststack
2302       - 10  # hoststack
2303       - 11  # hoststack
2304       - 12  # hoststack
2305       - 13  # hoststack
2306     csit-vpp-perf-report-coverage-2005-3n-hsw:
2307       - 1   # perf-full-3n-dnv-crypto_I
2308       - 7   # perf-full-3n-hsw-crypto_II
2309       - 3   # perf-full-3n-hsw-crypto_III
2310       - 4   # perf-full-3n-dnv-crypto_IV
2311       - 5   # perf-full-3n-hsw-ip4_I
2312       - 6   # perf-full-3n-hsw-ip4_II
2313       - 8   # perf-full-3n-hsw-ip4_III
2314       - 9   # perf-full-3n-hsw-ip4_IV
2315       - 10  # perf-full-3n-hsw-ip4_V
2316       - 26  # perf-full-3n-hsw-ip4_VI
2317       - 18  # perf-full-3n-hsw-ip4_VII
2318       - 27  # perf-full-3n-hsw-ip4_VIII
2319       - 28  # perf-full-3n-hsw-ip4_IX
2320       - 29  # perf-full-3n-hsw-ip6_I
2321       - 35  # perf-full-3n-hsw-ip6_II
2322       - 42  # perf-full-3n-hsw-l2_I
2323       - 33  # perf-full-3n-hsw-l2_II
2324       - 37  # perf-full-3n-hsw-l2_III
2325       - 45  # perf-full-3n-hsw-l2_IV
2326       - 43  # perf-full-3n-hsw-l2_V
2327       - 40  # perf-full-3n-hsw-l2_VI
2328       - 44  # perf-full-3n-hsw-l2_VII
2329       - 51  # perf-full-3n-hsw-l2_VIII
2330       - 50  # perf-full-3n-hsw-l2_IX
2331       - 52  # perf-full-3n-hsw-l2_X
2332       - 53  # perf-full-3n-hsw-l2_XI
2333       - 54  # perf-full-3n-hsw-memif
2334       - 55  # perf-full-3n-hsw-ip4tunnels-I
2335       - 56  # perf-full-3n-hsw-ip4tunnels-II
2336       - 57  # perf-full-3n-hsw-ip4tunnels-III
2337       - 58  # perf-full-3n-hsw-ip6tunnels-I
2338       - 59  # perf-full-3n-hsw-srv6-I
2339       - 60  # perf-full-3n-hsw-srv6-II
2340       - 61  # perf-full-3n-hsw-vhost-I
2341       - 62  # perf-full-3n-hsw-vhost-II
2342       - 63  # perf-full-3n-hsw-vhost-III
2343
2344     csit-vpp-perf-verify-1908_1-3n-skx:
2345       - 26  # NDRPDR sel - new1908.1
2346       - 27  # NDRPDR sel - new1908.1
2347       - 28  # NDRPDR sel - new1908.1
2348       - 29  # NDRPDR sel - new1908.1
2349       - 30  # NDRPDR sel - new1908.1
2350       - 31  # NDRPDR sel - new1908.1
2351       - 33  # NDRPDR sel - new1908.1
2352       - 34  # NDRPDR sel - new1908.1
2353       - 35  # NDRPDR sel - new1908.1
2354       - 36  # NDRPDR sel - new1908.1
2355     csit-vpp-perf-verify-2001-3n-skx:
2356       - 69  # NDRPDR sel - new2001.0
2357       - 71  # NDRPDR sel - new2001.0
2358       - 72  # NDRPDR sel - new2001.0
2359       - 76  # NDRPDR sel - new2001.0
2360       - 77  # NDRPDR sel - new2001.0
2361       - 78  # NDRPDR sel - new2001.0
2362       - 80  # NDRPDR sel - new2001.0
2363       - 50  # MRR sel
2364       - 53  # MRR sel addition
2365     csit-vpp-perf-report-iterative-2005-3n-skx:
2366       - 4   # NDRPDR sel
2367       - 5   # NDRPDR sel ??? all x710 failed
2368       - 33  # NDRPDR sel
2369       - 28  # NDRPDR sel
2370       - 34  # NDRPDR sel
2371       - 36  # NDRPDR sel
2372       - 37  # NDRPDR sel
2373       - 38  # NDRPDR sel
2374       - 39  # NDRPDR sel
2375       - 41  # NDRPDR sel
2376       - 6   # MRR sel
2377     csit-vpp-perf-report-coverage-2005-3n-skx:
2378       - 10  # perf-full-3n-skx-crypto_I
2379       - 11  # perf-full-3n-skx-crypto_II
2380       - 12  # perf-full-3n-skx-crypto_III
2381       - 5   # perf-full-3n-skx-ip4_I
2382       - 14  # perf-full-3n-skx-ip4_II
2383       - 7   # perf-full-3n-skx-ip4_III
2384       - 15  # perf-full-3n-skx-ip4_IV
2385       - 16  # perf-full-3n-skx-ip4_V
2386       - 17  # perf-full-3n-skx-ip4_VI
2387       - 18  # perf-full-3n-skx-ip4_VII
2388       - 19  # perf-full-3n-skx-ip4_VIII
2389       - 20  # perf-full-3n-skx-ip4_IX
2390       - 24  # perf-full-3n-skx-ip6_I
2391       - 25  # perf-full-3n-skx-ip6_II
2392       - 22  # perf-full-3n-skx-ip4tunnels-II
2393       - 23  # perf-full-3n-skx-ip4tunnels-III
2394       - 26  # perf-full-3n-skx-ip6tunnels-I
2395       - 28  # perf-full-3n-skx-l2_II
2396       - 29  # perf-full-3n-skx-l2_III
2397       - 30  # perf-full-3n-skx-l2_IV
2398       - 32  # perf-full-3n-skx-l2_VI
2399       - 33  # perf-full-3n-skx-l2_VII
2400       - 35  # perf-full-3n-skx-l2_IX
2401       - 36  # perf-full-3n-skx-l2_X
2402       - 37  # perf-full-3n-skx-l2_XI
2403
2404     csit-vpp-perf-verify-1908_1-2n-skx:
2405       - 39  # NDRPDR sel - new1908.1
2406       - 40  # NDRPDR sel - new1908.1
2407       - 41  # NDRPDR sel - new1908.1
2408       - 43  # NDRPDR sel - new1908.1
2409       - 44  # NDRPDR sel - new1908.1
2410       - 45  # NDRPDR sel - new1908.1
2411       - 46  # NDRPDR sel - new1908.1
2412       - 47  # NDRPDR sel - new1908.1
2413       - 48  # NDRPDR sel - new1908.1
2414       - 49  # NDRPDR sel - new1908.1
2415     csit-vpp-perf-verify-2001-2n-skx:
2416       - 143  # NDRPDR sel - new2001.0
2417       - 146  # NDRPDR sel - new2001.0
2418       - 147  # NDRPDR sel - new2001.0
2419       - 148  # NDRPDR sel - new2001.0
2420       - 149  # NDRPDR sel - new2001.0
2421       - 150  # NDRPDR sel - new2001.0
2422       - 151  # NDRPDR sel - new2001.0
2423       - 152  # NDRPDR sel - new2001.0
2424       - 153  # NDRPDR sel - new2001.0
2425       - 154  # NDRPDR sel - new2001.0
2426       - 101  # MRR sel - old
2427       - 128  # MRR sel addition - old
2428     csit-vpp-perf-report-iterative-2005-2n-skx:
2429       - 43  # NDRPDR sel
2430       - 38  # NDRPDR sel
2431       - 7   # NDRPDR sel
2432       - 65  # NDRPDR sel
2433       - 47  # NDRPDR sel
2434       - 55  # NDRPDR sel
2435       - 67  # NDRPDR sel
2436       - 75  # NDRPDR sel
2437       - 76  # NDRPDR sel
2438       - 73  # NDRPDR sel
2439       - 42  # MRR sel
2440       - 48  # Reconf
2441       - 50  # Reconf
2442       - 51  # Reconf
2443       - 52  # Reconf
2444       - 53  # Reconf
2445       - 60  # Reconf
2446       - 70  # Reconf
2447       - 71  # Reconf
2448       - 63  # Reconf
2449       - 66  # Reconf
2450       - 49  # Soak
2451       - 54  # Soak
2452       - 83  # nf-density-sel
2453     csit-vpp-perf-report-coverage-2005-2n-skx:
2454       - 11  # perf-full-2n-skx-ip4_I
2455       - 3   # perf-full-2n-skx-ip4_II
2456       - 18  # perf-full-2n-skx-ip4_III
2457       - 19  # perf-full-2n-skx-ip4_IV
2458       - 5   # perf-full-2n-skx-ip4_V
2459       - 20  # perf-full-2n-skx-ip4_VI
2460       - 7   # perf-full-2n-skx-ip6_I
2461       - 21  # perf-full-2n-skx-ip6_II
2462       - 9   # perf-full-2n-skx-l2_I
2463       - 22  # perf-full-2n-skx-l2_II
2464       - 23  # perf-full-2n-skx-memif
2465       - 24  # perf-full-2n-skx-loadbalancer
2466       - 25  # perf-full-2n-skx-vhost I
2467       - 26  # perf-full-2n-skx-vhost II
2468       - 27  # perf-full-2n-skx-vts
2469
2470     csit-vpp-perf-verify-1908_1-2n-clx:
2471       - 5  # NDRPDR sel
2472       - 6  # NDRPDR sel
2473       - 7  # NDRPDR sel
2474       - 8  # NDRPDR sel
2475       - 9  # NDRPDR sel
2476     csit-vpp-perf-verify-2001-2n-clx:
2477       - 28  # NDRPDR sel
2478       - 29  # NDRPDR sel
2479       - 32  # NDRPDR sel
2480       - 40  # NDRPDR sel
2481       - 43  # NDRPDR sel
2482       - 44  # NDRPDR sel
2483       - 45  # NDRPDR sel
2484       - 47  # NDRPDR sel
2485       - 48  # NDRPDR sel
2486       - 49  # NDRPDR sel
2487       - 39  # MRR
2488     csit-vpp-perf-report-iterative-2005-2n-clx:
2489       - 7   # NDRPDR sel
2490       - 38  # NDRPDR sel
2491       - 9   # NDRPDR sel
2492       - 32  # NDRPDR sel ???
2493       - 33  # NDRPDR sel ???
2494       - 39  # NDRPDR sel
2495       - 40  # NDRPDR sel
2496       - 43  # NDRPDR sel
2497       - 50  # NDRPDR sel
2498       - 51  # NDRPDR sel
2499       - 62  # NDRPDR sel env 2
2500       - 63  # NDRPDR sel env 2
2501       - 12  # MRR
2502       - 42  # Reconf
2503       - 45  # Reconf
2504       - 46  # Reconf
2505       - 47  # Reconf
2506       - 48  # Reconf
2507       - 52  # Reconf
2508       - 53  # Reconf
2509       - 54  # Reconf
2510       - 55  # Reconf
2511       - 56  # Reconf
2512       - 44  # Soak
2513       - 49  # Soak
2514       - 57  # 2n-clx nfv-density-00
2515       - 58  # 2n-clx nfv-density-00
2516       - 59  # 2n-clx nfv-density-00
2517       - 60  # 2n-clx nfv-density-00
2518       - 61  # 2n-clx nfv-density-00
2519     csit-vpp-perf-report-coverage-2005-2n-clx:
2520       - 21  # perf-full-2n-clx-ip4_I
2521       - 2   # perf-full-2n-clx-ip4_II
2522       - 3   # perf-full-2n-clx-ip4_III
2523       - 4   # perf-full-2n-clx-ip4_IV
2524       - 5   # perf-full-2n-clx-ip4_V
2525       - 6   # perf-full-2n-clx-ip4_VI
2526       - 7   # perf-full-2n-clx-ip6_I
2527       - 16  # perf-full-2n-clx-ip6_II
2528       - 23  # perf-full-2n-clx-l2_I
2529       - 10  # perf-full-2n-clx-l2_II
2530       - 11  # perf-full-2n-clx-memif
2531       - 12  # perf-full-2n-clx-loadbalancer
2532       - 13  # perf-full-2n-clx-vhost I
2533       - 22  # perf-full-2n-clx-vhost II
2534       - 15  # perf-full-2n-clx-vts
2535
2536     csit-vpp-perf-verify-1908-3n-tsh:
2537       - 7   # NDRPDR sel
2538       - 8   # NDRPDR sel
2539       - 9   # NDRPDR sel
2540       - 10  # NDRPDR sel
2541       - 11  # NDRPDR sel
2542       - 12  # NDRPDR sel
2543       - 13  # NDRPDR sel
2544       - 14  # NDRPDR sel
2545       - 15  # NDRPDR sel
2546       - 16  # NDRPDR sel
2547       - 17  # MRR sel
2548     csit-vpp-perf-verify-2001-3n-tsh:
2549       - 3   # NDRPDR sel
2550       - 4   # NDRPDR sel
2551       - 7   # NDRPDR sel
2552       - 8   # NDRPDR sel
2553       - 10  # NDRPDR sel
2554       - 12  # NDRPDR sel
2555       - 13  # NDRPDR sel
2556       - 14  # NDRPDR sel
2557       - 15  # NDRPDR sel
2558       - 21  # NDRPDR sel
2559       - 9   # MRR sel
2560     # TODO: Add data:
2561     csit-vpp-perf-report-iterative-2005-3n-tsh:
2562       - 9   # NDRPDR sel
2563       - 11  # NDRPDR sel
2564       - 12  # NDRPDR sel
2565       - 20  # NDRPDR sel
2566       - 14  # NDRPDR sel
2567       - 10  # MRR sel
2568
2569     csit-vpp-perf-verify-1908-3n-dnv:
2570       - 6   # NDRPDR sel
2571       - 7   # NDRPDR sel
2572       - 8   # NDRPDR sel
2573       - 9   # NDRPDR sel
2574       - 10  # NDRPDR sel
2575       - 12  # NDRPDR sel
2576       - 13  # NDRPDR sel
2577       - 14  # NDRPDR sel
2578       - 15  # NDRPDR sel
2579       - 16  # NDRPDR sel
2580       - 17  # MRR sel
2581     csit-vpp-perf-verify-2001-3n-dnv:
2582       - 5   # NDRPDR sel
2583       - 6   # NDRPDR sel
2584       - 7   # NDRPDR sel
2585       - 8   # NDRPDR sel
2586       - 9   # NDRPDR sel
2587       - 10  # NDRPDR sel
2588       - 12  # NDRPDR sel
2589       - 16  # NDRPDR sel
2590       - 17  # NDRPDR sel
2591       - 18  # NDRPDR sel
2592       - 11  # MRR sel
2593     csit-vpp-perf-report-iterative-2005-3n-dnv:
2594       - 2   # NDRPDR sel
2595       - 3   # NDRPDR sel
2596       - 4   # NDRPDR sel
2597       - 5   # NDRPDR sel
2598       - 6   # NDRPDR sel
2599       - 7   # NDRPDR sel
2600       - 9   # NDRPDR sel
2601       - 10  # NDRPDR sel
2602       - 11  # NDRPDR sel
2603       - 12  # NDRPDR sel
2604       - 8   # MRR
2605     csit-vpp-perf-report-coverage-2005-3n-dnv:
2606       - 1   # perf-full-3n-dnv-crypto_I
2607       - 24  # perf-full-3n-dnv-crypto_II
2608       - 5   # perf-full-3n-dnv-ip4_I
2609       - 13  # perf-full-3n-dnv-ip4_II
2610       - 17  # perf-full-3n-dnv-ip6_I
2611       - 18  # perf-full-3n-dnv-ip6_II
2612       - 21  # perf-full-3n-dnv-l2_I
2613       - 22  # perf-full-3n-dnv-l2_II
2614       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2615
2616     csit-vpp-perf-verify-1908-2n-dnv:
2617       - 1   # NDRPDR sel
2618       - 2   # NDRPDR sel
2619       - 3   # NDRPDR sel
2620       - 4   # NDRPDR sel
2621       - 5   # NDRPDR sel
2622       - 6   # NDRPDR sel
2623       - 7   # NDRPDR sel
2624       - 8   # NDRPDR sel
2625       - 9   # NDRPDR sel
2626       - 10  # NDRPDR sel
2627       - 11  # MRR sel
2628     csit-vpp-perf-verify-2001-2n-dnv:
2629       - 4   # NDRPDR sel
2630       - 5   # NDRPDR sel
2631       - 6   # NDRPDR sel
2632       - 7   # NDRPDR sel
2633       - 8   # NDRPDR sel
2634       - 9   # NDRPDR sel
2635       - 10  # NDRPDR sel
2636       - 11  # NDRPDR sel
2637       - 13  # NDRPDR sel
2638       - 16  # NDRPDR sel
2639       - 12  # MRR sel
2640     csit-vpp-perf-report-iterative-2005-2n-dnv:
2641       - 3   # NDRPDR sel
2642       - 6   # NDRPDR sel
2643       - 7   # NDRPDR sel
2644       - 8   # NDRPDR sel
2645       - 9   # NDRPDR sel
2646       - 10  # NDRPDR sel
2647       - 11  # NDRPDR sel
2648       - 12  # NDRPDR sel
2649       - 13  # NDRPDR sel
2650       - 14  # NDRPDR sel
2651       - 15  # MRR sel
2652     csit-vpp-perf-report-coverage-2005-2n-dnv:
2653       - 1   # perf-full-2n-dnv-ip4_I
2654       - 2   # perf-full-2n-dnv-ip4_II
2655       - 3   # perf-full-2n-dnv-ip6_I
2656       - 4   # perf-full-2n-dnv-ip6_II
2657       - 5   # perf-full-2n-dnv-l2_I
2658       - 6   # perf-full-2n-dnv-l2_II
2659
2660     csit-dpdk-perf-verify-1908-3n-hsw:
2661       - 2   # NDRPDR sel
2662       - 3   # NDRPDR sel
2663       - 4   # NDRPDR sel
2664       - 5   # NDRPDR sel
2665       - 6   # NDRPDR sel
2666       - 7   # NDRPDR sel
2667       - 8   # NDRPDR sel
2668       - 9   # NDRPDR sel
2669       - 10  # NDRPDR sel
2670       - 11  # NDRPDR sel
2671     csit-dpdk-perf-verify-2001-3n-hsw:
2672       - 4   # NDRPDR sel
2673       - 5   # NDRPDR sel
2674       - 6   # NDRPDR sel
2675       - 7   # NDRPDR sel
2676       - 8   # NDRPDR sel
2677       - 9   # NDRPDR sel
2678       - 10  # NDRPDR sel
2679       - 11  # NDRPDR sel
2680       - 12  # NDRPDR sel
2681       - 13  # NDRPDR sel
2682       - 15  # NDRPDR sel
2683       - 16  # NDRPDR sel
2684       - 17  # NDRPDR sel
2685       - 18  # NDRPDR sel
2686       - 19  # NDRPDR sel
2687       - 20  # NDRPDR sel
2688       - 21  # NDRPDR sel
2689       - 22  # NDRPDR sel
2690       - 23  # NDRPDR sel
2691       - 24  # NDRPDR sel
2692     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2693       - 5   # NDRPDR sel
2694       - 6   # NDRPDR sel
2695       - 7   # NDRPDR sel
2696       - 8   # NDRPDR sel
2697       - 9   # NDRPDR sel
2698       - 10  # NDRPDR sel
2699       - 11  # NDRPDR sel
2700       - 12  # NDRPDR sel
2701       - 13  # NDRPDR sel
2702       - 14  # NDRPDR sel
2703
2704     csit-dpdk-perf-verify-1908-3n-skx:
2705       - 3   # NDRPDR sel
2706       - 4   # NDRPDR sel
2707       - 5   # NDRPDR sel
2708       - 6   # NDRPDR sel
2709       - 7   # NDRPDR sel
2710       - 8   # NDRPDR sel
2711       - 9   # NDRPDR sel
2712       - 10  # NDRPDR sel
2713       - 11  # NDRPDR sel
2714       - 12  # NDRPDR sel
2715     csit-dpdk-perf-verify-2001-3n-skx:
2716       - 29  # NDRPDR sel xxv710
2717       - 33  # NDRPDR sel xxv710
2718       - 34  # NDRPDR sel xxv710
2719       - 35  # NDRPDR sel xxv710
2720       - 36  # NDRPDR sel xxv710
2721       - 37  # NDRPDR sel xxv710
2722       - 41  # NDRPDR sel xxv710
2723       - 42  # NDRPDR sel xxv710
2724       - 43  # NDRPDR sel xxv710
2725       - 45  # NDRPDR sel xxv710
2726       - 30  # NDRPDR sel x710
2727       - 31  # NDRPDR sel x710
2728       - 32  # NDRPDR sel x710
2729       - 38  # NDRPDR sel x710
2730       - 39  # NDRPDR sel x710
2731       - 40  # NDRPDR sel x710
2732       - 44  # NDRPDR sel x710
2733       - 46  # NDRPDR sel x710
2734       - 47  # NDRPDR sel x710
2735       - 48  # NDRPDR sel x710
2736     csit-dpdk-perf-report-iterative-2005-3n-skx:
2737       - 4   # NDRPDR sel
2738       - 5   # NDRPDR sel
2739       - 6   # NDRPDR sel
2740       - 7   # NDRPDR sel
2741       - 8   # NDRPDR sel
2742       - 11  # NDRPDR sel
2743       - 12  # NDRPDR sel
2744       - 13  # NDRPDR sel
2745       - 14  # NDRPDR sel
2746       - 15  # NDRPDR sel
2747
2748     csit-dpdk-perf-verify-1908-2n-skx:
2749       - 2   # NDRPDR sel
2750       - 3   # NDRPDR sel
2751       - 4   # NDRPDR sel
2752       - 5   # NDRPDR sel
2753       - 7   # NDRPDR sel
2754       - 8   # NDRPDR sel
2755       - 9   # NDRPDR sel
2756       - 10  # NDRPDR sel
2757       - 11  # NDRPDR sel
2758       - 12  # NDRPDR sel
2759     csit-dpdk-perf-verify-2001-2n-skx:
2760       - 35  # NDRPDR sel xxv710
2761       - 36  # NDRPDR sel xxv710
2762       - 37  # NDRPDR sel xxv710
2763       - 41  # NDRPDR sel xxv710
2764       - 42  # NDRPDR sel xxv710
2765       - 43  # NDRPDR sel xxv710
2766       - 46  # NDRPDR sel xxv710
2767       - 47  # NDRPDR sel xxv710
2768       - 52  # NDRPDR sel xxv710
2769       - 53  # NDRPDR sel xxv710
2770       - 38  # NDRPDR sel x710
2771       - 39  # NDRPDR sel x710
2772       - 40  # NDRPDR sel x710
2773       - 44  # NDRPDR sel x710
2774       - 45  # NDRPDR sel x710
2775       - 48  # NDRPDR sel x710
2776       - 49  # NDRPDR sel x710
2777       - 50  # NDRPDR sel x710
2778       - 51  # NDRPDR sel x710
2779       - 54  # NDRPDR sel x710
2780     csit-dpdk-perf-report-iterative-2005-2n-skx:
2781       - 1   # NDRPDR sel
2782       - 2   # NDRPDR sel
2783       - 3   # NDRPDR sel
2784       - 4   # NDRPDR sel
2785       - 5   # NDRPDR sel
2786       - 6   # NDRPDR sel
2787       - 7   # NDRPDR sel
2788       - 8   # NDRPDR sel
2789       - 9   # NDRPDR sel
2790       - 10  # NDRPDR sel
2791
2792     csit-dpdk-perf-verify-2001-2n-clx:
2793       - 15  # NDRPDR sel
2794       - 16  # NDRPDR sel
2795       - 17  # NDRPDR sel
2796       - 18  # NDRPDR sel
2797       - 19  # NDRPDR sel
2798       - 20  # NDRPDR sel
2799       - 21  # NDRPDR sel
2800       - 22  # NDRPDR sel
2801       - 23  # NDRPDR sel
2802       - 24  # NDRPDR sel
2803       - 25  # NDRPDR sel
2804       - 26  # NDRPDR sel
2805       - 27  # NDRPDR sel
2806       - 28  # NDRPDR sel
2807       - 29  # NDRPDR sel
2808       - 30  # NDRPDR sel
2809       - 31  # NDRPDR sel
2810       - 32  # NDRPDR sel
2811       - 33  # NDRPDR sel
2812       - 34  # NDRPDR sel
2813     csit-dpdk-perf-report-iterative-2005-2n-clx:
2814       - 1   # NDRPDR sel
2815       - 2   # NDRPDR sel
2816       - 3   # NDRPDR sel
2817       - 4   # NDRPDR sel
2818       - 5   # NDRPDR sel
2819       - 6   # NDRPDR sel
2820       - 7   # NDRPDR sel
2821       - 8   # NDRPDR sel
2822       - 9   # NDRPDR sel
2823       - 10  # NDRPDR sel
2824
2825     csit-dpdk-perf-verify-2001-2n-dnv:
2826       - 9   # NDRPDR sel
2827       - 10  # NDRPDR sel
2828       - 11  # NDRPDR sel
2829       - 12  # NDRPDR sel
2830       - 13  # NDRPDR sel
2831       - 14  # NDRPDR sel
2832       - 15  # NDRPDR sel
2833       - 16  # NDRPDR sel
2834       - 17  # NDRPDR sel
2835       - 18  # NDRPDR sel
2836     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2837       - 8   # NDRPDR sel
2838       - 9   # NDRPDR sel
2839       - 10  # NDRPDR sel
2840       - 11  # NDRPDR sel
2841       - 12  # NDRPDR sel
2842       - 13  # NDRPDR sel
2843       - 14  # NDRPDR sel
2844       - 15  # NDRPDR sel
2845       - 16  # NDRPDR sel
2846       - 17  # NDRPDR sel
2847
2848     csit-dpdk-perf-verify-2001-3n-dnv:
2849       - 12  # NDRPDR sel
2850       - 13  # NDRPDR sel
2851       - 14  # NDRPDR sel
2852       - 15  # NDRPDR sel
2853       - 16  # NDRPDR sel
2854       - 17  # NDRPDR sel
2855       - 18  # NDRPDR sel
2856       - 19  # NDRPDR sel
2857       - 20  # NDRPDR sel
2858       - 22  # NDRPDR sel
2859     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2860       - 6   # NDRPDR sel
2861       - 7   # NDRPDR sel
2862       - 8   # NDRPDR sel
2863       - 9   # NDRPDR sel
2864       - 10  # NDRPDR sel
2865       - 11  # NDRPDR sel
2866       - 12  # NDRPDR sel
2867       - 13  # NDRPDR sel
2868       - 14  # NDRPDR sel
2869       - 16  # NDRPDR sel
2870
2871     csit-dpdk-perf-verify-2001-3n-tsh:
2872       - 3   # NDRPDR sel
2873       - 4   # NDRPDR sel
2874       - 5   # NDRPDR sel
2875       - 9   # NDRPDR sel
2876       - 10  # NDRPDR sel
2877       - 11  # NDRPDR sel
2878       - 12  # NDRPDR sel
2879       - 14  # NDRPDR sel
2880       - 15  # NDRPDR sel
2881       - 18  # NDRPDR sel
2882     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2883       - 5   # NDRPDR sel
2884
2885     csit-vpp-device-2005-ubuntu1804-1n-skx:
2886       - 35
2887
2888 - type: "output"
2889   output: "report"
2890   format:
2891     html:
2892     - full
2893 #    pdf:
2894 #    - minimal
2895
2896 ################################################################################
2897 ###                               T A B L E S                                ###
2898 ################################################################################
2899
2900 # VPP Soak vs NDR - 2n-skx
2901 - type: "table"
2902   title: "VPP Soak vs NDR 2n-skx"
2903   algorithm: "table_soak_vs_ndr"
2904   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2905   reference:
2906     title: "NDR"
2907     data: "vpp-soak-vs-ndr-2n-skx-ref"
2908   compare:
2909     title: "Soak"
2910     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2911   data: "vpp-soak-vs-ndr-2n-skx"
2912   include-tests: "NDR"
2913   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2914   parameters:
2915     - "throughput"
2916     - "name"
2917     - "parent"
2918
2919 # VPP Soak vs NDR - 2n-clx
2920 - type: "table"
2921   title: "VPP Soak vs NDR 2n-clx"
2922   algorithm: "table_soak_vs_ndr"
2923   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2924   reference:
2925     title: "NDR"
2926     data: "vpp-soak-vs-ndr-2n-clx-ref"
2927   compare:
2928     title: "Soak"
2929     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2930   data: "vpp-soak-vs-ndr-2n-clx"
2931   include-tests: "NDR"
2932   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2933   parameters:
2934     - "throughput"
2935     - "name"
2936     - "parent"
2937
2938 ################################################################################
2939
2940 # VPP Compare NICs 3n-skx 2t1c ndr
2941 - type: "table"
2942   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2943   algorithm: "table_comparison"
2944   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2945   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2946   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2947   columns:
2948     - title: "x710"
2949       data-set: "vpp-nic-comparison-3n-skx"
2950       tag: "NIC_Intel-X710"
2951     - title: "xxv710"
2952       data-set: "vpp-nic-comparison-3n-skx"
2953       tag: "NIC_Intel-XXV710"
2954   comparisons:
2955     - title: "Diff"
2956       reference: 1
2957       compare: 2
2958   legend:
2959     - "Legend to Table:"
2960     - "x710, xxv710 - NICs tested."
2961     - "Diff - difference between x710 and xxv710 NIC."
2962
2963 # VPP Compare NICs 3n-skx 4t2c ndr
2964 - type: "table"
2965   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2966   algorithm: "table_comparison"
2967   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2968   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2969   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2970   columns:
2971     - title: "x710"
2972       data-set: "vpp-nic-comparison-3n-skx"
2973       tag: "NIC_Intel-X710"
2974     - title: "xxv710"
2975       data-set: "vpp-nic-comparison-3n-skx"
2976       tag: "NIC_Intel-XXV710"
2977   comparisons:
2978     - title: "Diff"
2979       reference: 1
2980       compare: 2
2981   legend:
2982     - "Legend to Table:"
2983     - "x710, xxv710 - NICs tested."
2984     - "Diff - difference between x710 and xxv710 NIC."
2985
2986 # VPP Compare NICs 3n-skx 2t1c pdr
2987 - type: "table"
2988   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2989   algorithm: "table_comparison"
2990   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2991   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2992   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2993   columns:
2994     - title: "x710"
2995       data-set: "vpp-nic-comparison-3n-skx"
2996       tag: "NIC_Intel-X710"
2997     - title: "xxv710"
2998       data-set: "vpp-nic-comparison-3n-skx"
2999       tag: "NIC_Intel-XXV710"
3000   comparisons:
3001     - title: "Diff"
3002       reference: 1
3003       compare: 2
3004   legend:
3005     - "Legend to Table:"
3006     - "x710, xxv710 - NICs tested."
3007     - "Diff - difference between x710 and xxv710 NIC."
3008
3009 # VPP Compare NICs 3n-skx 4t2c pdr
3010 - type: "table"
3011   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3012   algorithm: "table_comparison"
3013   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3014   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3015   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3016   columns:
3017     - title: "x710"
3018       data-set: "vpp-nic-comparison-3n-skx"
3019       tag: "NIC_Intel-X710"
3020     - title: "xxv710"
3021       data-set: "vpp-nic-comparison-3n-skx"
3022       tag: "NIC_Intel-XXV710"
3023   comparisons:
3024     - title: "Diff"
3025       reference: 1
3026       compare: 2
3027   legend:
3028     - "Legend to Table:"
3029     - "x710, xxv710 - NICs tested."
3030     - "Diff - difference between x710 and xxv710 NIC."
3031
3032 ## VPP Compare NICs 3n-skx 2t1c mrr
3033 #- type: "table"
3034 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
3035 #  algorithm: "table_comparison"
3036 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3037 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3038 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3039 #  columns:
3040 #    - title: "x710"
3041 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3042 #      tag: "NIC_Intel-X710"
3043 #    - title: "xxv710"
3044 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3045 #      tag: "NIC_Intel-XXV710"
3046 #  comparisons:
3047 #    - title: "Diff"
3048 #      reference: 1
3049 #      compare: 2
3050 #  legend:
3051 #    - "Legend to Table:"
3052 #    - "x710, xxv710 - NICs tested."
3053 #    - "Diff - difference between x710 and xxv710 NIC."
3054 #
3055 ## VPP Compare NICs 3n-skx 4t2c mrr
3056 #- type: "table"
3057 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
3058 #  algorithm: "table_comparison"
3059 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3060 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3061 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3062 #  columns:
3063 #    - title: "x710"
3064 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3065 #      tag: "NIC_Intel-X710"
3066 #    - title: "xxv710"
3067 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3068 #      tag: "NIC_Intel-XXV710"
3069 #  comparisons:
3070 #    - title: "Diff"
3071 #      reference: 1
3072 #      compare: 2
3073 #  legend:
3074 #    - "Legend to Table:"
3075 #    - "x710, xxv710 - NICs tested."
3076 #    - "Diff - difference between x710 and xxv710 NIC."
3077 #
3078 ## VPP Compare NICs 3n-skx 8t4c mrr
3079 #- type: "table"
3080 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
3081 #  algorithm: "table_comparison"
3082 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3083 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3084 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3085 #  columns:
3086 #    - title: "x710"
3087 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3088 #      tag: "NIC_Intel-X710"
3089 #    - title: "xxv710"
3090 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3091 #      tag: "NIC_Intel-XXV710"
3092 #  comparisons:
3093 #    - title: "Diff"
3094 #      reference: 1
3095 #      compare: 2
3096 #  legend:
3097 #    - "Legend to Table:"
3098 #    - "x710, xxv710 - NICs tested."
3099 #    - "Diff - difference between x710 and xxv710 NIC."
3100
3101 # VPP Compare NICs 2n-skx 2t1c ndr
3102 - type: "table"
3103   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3104   algorithm: "table_comparison"
3105   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3106   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3107   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3108   columns:
3109     - title: "x710"
3110       data-set: "vpp-nic-comparison-2n-skx"
3111       tag: "NIC_Intel-X710"
3112     - title: "xxv710"
3113       data-set: "vpp-nic-comparison-2n-skx"
3114       tag: "NIC_Intel-XXV710"
3115   comparisons:
3116     - title: "Diff"
3117       reference: 1
3118       compare: 2
3119   legend:
3120     - "Legend to Table:"
3121     - "x710, xxv710 - NICs tested."
3122     - "Diff - difference between x710 and xxv710 NIC."
3123
3124 # VPP Compare NICs 2n-skx 4t2c ndr
3125 - type: "table"
3126   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3127   algorithm: "table_comparison"
3128   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3129   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3130   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3131   columns:
3132     - title: "x710"
3133       data-set: "vpp-nic-comparison-2n-skx"
3134       tag: "NIC_Intel-X710"
3135     - title: "xxv710"
3136       data-set: "vpp-nic-comparison-2n-skx"
3137       tag: "NIC_Intel-XXV710"
3138   comparisons:
3139     - title: "Diff"
3140       reference: 1
3141       compare: 2
3142   legend:
3143     - "Legend to Table:"
3144     - "x710, xxv710 - NICs tested."
3145     - "Diff - difference between x710 and xxv710 NIC."
3146
3147 # VPP Compare NICs 2n-skx 2t1c pdr
3148 - type: "table"
3149   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3150   algorithm: "table_comparison"
3151   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3152   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3153   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3154   columns:
3155     - title: "x710"
3156       data-set: "vpp-nic-comparison-2n-skx"
3157       tag: "NIC_Intel-X710"
3158     - title: "xxv710"
3159       data-set: "vpp-nic-comparison-2n-skx"
3160       tag: "NIC_Intel-XXV710"
3161   comparisons:
3162     - title: "Diff"
3163       reference: 1
3164       compare: 2
3165   legend:
3166     - "Legend to Table:"
3167     - "x710, xxv710 - NICs tested."
3168     - "Diff - difference between x710 and xxv710 NIC."
3169
3170 # VPP Compare NICs 2n-skx 4t2c pdr
3171 - type: "table"
3172   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3173   algorithm: "table_comparison"
3174   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3175   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3176   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3177   columns:
3178     - title: "x710"
3179       data-set: "vpp-nic-comparison-2n-skx"
3180       tag: "NIC_Intel-X710"
3181     - title: "xxv710"
3182       data-set: "vpp-nic-comparison-2n-skx"
3183       tag: "NIC_Intel-XXV710"
3184   comparisons:
3185     - title: "Diff"
3186       reference: 1
3187       compare: 2
3188   legend:
3189     - "Legend to Table:"
3190     - "x710, xxv710 - NICs tested."
3191     - "Diff - difference between x710 and xxv710 NIC."
3192
3193 # VPP Compare NICs 2n-skx 2t1c mrr
3194 - type: "table"
3195   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3196   algorithm: "table_comparison"
3197   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3198   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3199   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3200   columns:
3201     - title: "x710"
3202       data-set: "vpp-nic-comparison-2n-skx-mrr"
3203       tag: "NIC_Intel-X710"
3204     - title: "xxv710"
3205       data-set: "vpp-nic-comparison-2n-skx-mrr"
3206       tag: "NIC_Intel-XXV710"
3207   comparisons:
3208     - title: "Diff"
3209       reference: 1
3210       compare: 2
3211   legend:
3212     - "Legend to Table:"
3213     - "x710, xxv710 - NICs tested."
3214     - "Diff - difference between x710 and xxv710 NIC."
3215
3216 # VPP Compare NICs 2n-skx 4t2c mrr
3217 - type: "table"
3218   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3219   algorithm: "table_comparison"
3220   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3221   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3222   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3223   columns:
3224     - title: "x710"
3225       data-set: "vpp-nic-comparison-2n-skx-mrr"
3226       tag: "NIC_Intel-X710"
3227     - title: "xxv710"
3228       data-set: "vpp-nic-comparison-2n-skx-mrr"
3229       tag: "NIC_Intel-XXV710"
3230   comparisons:
3231     - title: "Diff"
3232       reference: 1
3233       compare: 2
3234   legend:
3235     - "Legend to Table:"
3236     - "x710, xxv710 - NICs tested."
3237     - "Diff - difference between x710 and xxv710 NIC."
3238
3239 # VPP Compare NICs 2n-skx 8t4c mrr
3240 - type: "table"
3241   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3242   algorithm: "table_comparison"
3243   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3245   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3246   columns:
3247     - title: "x710"
3248       data-set: "vpp-nic-comparison-2n-skx-mrr"
3249       tag: "NIC_Intel-X710"
3250     - title: "xxv710"
3251       data-set: "vpp-nic-comparison-2n-skx-mrr"
3252       tag: "NIC_Intel-XXV710"
3253   comparisons:
3254     - title: "Diff"
3255       reference: 1
3256       compare: 2
3257   legend:
3258     - "Legend to Table:"
3259     - "x710, xxv710 - NICs tested."
3260     - "Diff - difference between x710 and xxv710 NIC."
3261
3262 ################################################################################
3263 # VPP
3264
3265 # VPP Performance Changes 3n-hsw 1t1c pdr
3266 - type: "table"
3267   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3268   algorithm: "table_comparison"
3269   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3271   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3272   columns:
3273     - title: "1908.1-2"
3274       data-set: "vpp-performance-changes-3n-hsw-h1"
3275     - title: "2001.0-2"
3276       data-set: "vpp-performance-changes-3n-hsw-ref"
3277     - title: "2005.0-2"
3278       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3279     - title: "2005.0-3"
3280       data-set: "vpp-performance-changes-3n-hsw-cmp"
3281   comparisons:
3282     - title: "Diff1"
3283       reference: 3
3284       compare: 4
3285     - title: "Diff2"
3286       reference: 2
3287       compare: 3
3288 #  rca:
3289 #    - title: "RCA1"
3290 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca1.yaml"
3291 #    - title: "RCA2"
3292 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca2.yaml"
3293   legend:
3294     - "Legend to Table"
3295     - '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).'
3296     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3297     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3298 #    - 'RCA1 - root cause analysis reference for Diff1.'
3299 #    - 'RCA2 - root cause analysis reference for Diff2.'
3300
3301 # VPP Performance Changes 3n-hsw 2t2c pdr
3302 - type: "table"
3303   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3304   algorithm: "table_comparison"
3305   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3307   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3308   columns:
3309     - title: "1908.1-2"
3310       data-set: "vpp-performance-changes-3n-hsw-h1"
3311     - title: "2001.0-2"
3312       data-set: "vpp-performance-changes-3n-hsw-ref"
3313     - title: "2005.0-2"
3314       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3315     - title: "2005.0-3"
3316       data-set: "vpp-performance-changes-3n-hsw-cmp"
3317   comparisons:
3318     - title: "Diff1"
3319       reference: 3
3320       compare: 4
3321     - title: "Diff2"
3322       reference: 2
3323       compare: 3
3324 #  rca:
3325 #    - title: "RCA1"
3326 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca1.yaml"
3327 #    - title: "RCA2"
3328 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca2.yaml"
3329   legend:
3330     - "Legend to Table"
3331     - '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).'
3332     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3333     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3334 #    - 'RCA1 - root cause analysis reference for Diff1.'
3335 #    - 'RCA2 - root cause analysis reference for Diff2.'
3336
3337 # VPP Performance Changes 3n-hsw 1t1c ndr
3338 - type: "table"
3339   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3340   algorithm: "table_comparison"
3341   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3342   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3343   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3344   columns:
3345     - title: "1908.1-2"
3346       data-set: "vpp-performance-changes-3n-hsw-h1"
3347     - title: "2001.0-2"
3348       data-set: "vpp-performance-changes-3n-hsw-ref"
3349     - title: "2005.0-2"
3350       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3351     - title: "2005.0-3"
3352       data-set: "vpp-performance-changes-3n-hsw-cmp"
3353   comparisons:
3354     - title: "Diff1"
3355       reference: 3
3356       compare: 4
3357     - title: "Diff2"
3358       reference: 2
3359       compare: 3
3360 #  rca:
3361 #    - title: "RCA1"
3362 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca1.yaml"
3363 #    - title: "RCA2"
3364 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca2.yaml"
3365   legend:
3366     - "Legend to Table"
3367     - '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).'
3368     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3369     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3370 #    - 'RCA1 - root cause analysis reference for Diff1.'
3371 #    - 'RCA2 - root cause analysis reference for Diff2.'
3372
3373 # VPP Performance Changes 3n-hsw 2t2c ndr
3374 - type: "table"
3375   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3376   algorithm: "table_comparison"
3377   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3378   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3379   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3380   columns:
3381     - title: "1908.1-2"
3382       data-set: "vpp-performance-changes-3n-hsw-h1"
3383     - title: "2001.0-2"
3384       data-set: "vpp-performance-changes-3n-hsw-ref"
3385     - title: "2005.0-2"
3386       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3387     - title: "2005.0-3"
3388       data-set: "vpp-performance-changes-3n-hsw-cmp"
3389   comparisons:
3390     - title: "Diff1"
3391       reference: 3
3392       compare: 4
3393     - title: "Diff2"
3394       reference: 2
3395       compare: 3
3396 #  rca:
3397 #    - title: "RCA1"
3398 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca1.yaml"
3399 #    - title: "RCA2"
3400 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca2.yaml"
3401   legend:
3402     - "Legend to Table"
3403     - '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).'
3404     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3405     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3406 #    - 'RCA1 - root cause analysis reference for Diff1.'
3407 #    - 'RCA2 - root cause analysis reference for Diff2.'
3408
3409 # VPP Performance Changes 3n-skx 2t1c pdr
3410 - type: "table"
3411   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3412   algorithm: "table_comparison"
3413   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3414   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3415   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3416   columns:
3417     - title: "1908.1-2"
3418       data-set: "vpp-performance-changes-3n-skx-h1"
3419     - title: "2001.0-2"
3420       data-set: "vpp-performance-changes-3n-skx-ref"
3421     - title: "2005.0-2"
3422       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3423     - title: "2005.0-3"
3424       data-set: "vpp-performance-changes-3n-skx-cmp"
3425   comparisons:
3426     - title: "Diff1"
3427       reference: 3
3428       compare: 4
3429     - title: "Diff2"
3430       reference: 2
3431       compare: 3
3432 #  rca:
3433 #    - title: "RCA1"
3434 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca1.yaml"
3435 #    - title: "RCA2"
3436 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca2.yaml"
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, "2" for 2020-03-27, "3" for 2020-XX-XX).'
3440     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3441     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3442 #    - 'RCA1 - root cause analysis reference for Diff1.'
3443 #    - 'RCA2 - root cause analysis reference for Diff2.'
3444
3445 # VPP Performance Changes 3n-skx 4t2c pdr
3446 - type: "table"
3447   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3448   algorithm: "table_comparison"
3449   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3450   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3451   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3452   columns:
3453     - title: "1908.1-2"
3454       data-set: "vpp-performance-changes-3n-skx-h1"
3455     - title: "2001.0-2"
3456       data-set: "vpp-performance-changes-3n-skx-ref"
3457     - title: "2005.0-2"
3458       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3459     - title: "2005.0-3"
3460       data-set: "vpp-performance-changes-3n-skx-cmp"
3461   comparisons:
3462     - title: "Diff1"
3463       reference: 3
3464       compare: 4
3465     - title: "Diff2"
3466       reference: 2
3467       compare: 3
3468 #  rca:
3469 #    - title: "RCA1"
3470 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca1.yaml"
3471 #    - title: "RCA2"
3472 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca2.yaml"
3473   legend:
3474     - "Legend to Table"
3475     - '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).'
3476     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3477     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3478 #    - 'RCA1 - root cause analysis reference for Diff1.'
3479 #    - 'RCA2 - root cause analysis reference for Diff2.'
3480
3481 # VPP Performance Changes 3n-skx 2t1c ndr
3482 - type: "table"
3483   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3484   algorithm: "table_comparison"
3485   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3486   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3487   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3488   columns:
3489     - title: "1908.1-2"
3490       data-set: "vpp-performance-changes-3n-skx-h1"
3491     - title: "2001.0-2"
3492       data-set: "vpp-performance-changes-3n-skx-ref"
3493     - title: "2005.0-2"
3494       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3495     - title: "2005.0-3"
3496       data-set: "vpp-performance-changes-3n-skx-cmp"
3497   comparisons:
3498     - title: "Diff1"
3499       reference: 3
3500       compare: 4
3501     - title: "Diff2"
3502       reference: 2
3503       compare: 3
3504 #  rca:
3505 #    - title: "RCA1"
3506 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca1.yaml"
3507 #    - title: "RCA2"
3508 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca2.yaml"
3509   legend:
3510     - "Legend to Table"
3511     - '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).'
3512     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3513     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3514 #    - 'RCA1 - root cause analysis reference for Diff1.'
3515 #    - 'RCA2 - root cause analysis reference for Diff2.'
3516
3517 # VPP Performance Changes 3n-skx 4t2c ndr
3518 - type: "table"
3519   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3520   algorithm: "table_comparison"
3521   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3522   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3523   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3524   columns:
3525     - title: "1908.1-2"
3526       data-set: "vpp-performance-changes-3n-skx-h1"
3527     - title: "2001.0-2"
3528       data-set: "vpp-performance-changes-3n-skx-ref"
3529     - title: "2005.0-2"
3530       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3531     - title: "2005.0-3"
3532       data-set: "vpp-performance-changes-3n-skx-cmp"
3533   comparisons:
3534     - title: "Diff1"
3535       reference: 3
3536       compare: 4
3537     - title: "Diff2"
3538       reference: 2
3539       compare: 3
3540 #  rca:
3541 #    - title: "RCA1"
3542 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca1.yaml"
3543 #    - title: "RCA2"
3544 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca2.yaml"
3545   legend:
3546     - "Legend to Table"
3547     - '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).'
3548     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3549     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3550 #    - 'RCA1 - root cause analysis reference for Diff1.'
3551 #    - 'RCA2 - root cause analysis reference for Diff2.'
3552
3553 # VPP Performance Changes 2n-skx 2t1c pdr
3554 - type: "table"
3555   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3556   algorithm: "table_comparison"
3557   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3558   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3559   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3560   columns:
3561     - title: "1908.1-2"
3562       data-set: "vpp-performance-changes-2n-skx-h1"
3563     - title: "2001.0-2"
3564       data-set: "vpp-performance-changes-2n-skx-ref"
3565     - title: "2005.0-2"
3566       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3567     - title: "2005.0-3"
3568       data-set: "vpp-performance-changes-2n-skx-cmp"
3569   comparisons:
3570     - title: "Diff1"
3571       reference: 3
3572       compare: 4
3573     - title: "Diff2"
3574       reference: 2
3575       compare: 3
3576 #  rca:
3577 #    - title: "RCA1"
3578 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca1.yaml"
3579 #    - title: "RCA2"
3580 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca2.yaml"
3581   legend:
3582     - "Legend to Table"
3583     - '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).'
3584     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3585     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3586 #    - 'RCA1 - root cause analysis reference for Diff1.'
3587 #    - 'RCA2 - root cause analysis reference for Diff2.'
3588
3589 # VPP Performance Changes 2n-skx 4t2c pdr
3590 - type: "table"
3591   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3592   algorithm: "table_comparison"
3593   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3594   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3595   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3596   columns:
3597     - title: "1908.1-2"
3598       data-set: "vpp-performance-changes-2n-skx-h1"
3599     - title: "2001.0-2"
3600       data-set: "vpp-performance-changes-2n-skx-ref"
3601     - title: "2005.0-2"
3602       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3603     - title: "2005.0-3"
3604       data-set: "vpp-performance-changes-2n-skx-cmp"
3605   comparisons:
3606     - title: "Diff1"
3607       reference: 3
3608       compare: 4
3609     - title: "Diff2"
3610       reference: 2
3611       compare: 3
3612 #  rca:
3613 #    - title: "RCA1"
3614 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca1.yaml"
3615 #    - title: "RCA2"
3616 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca2.yaml"
3617   legend:
3618     - "Legend to Table"
3619     - '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).'
3620     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3621     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3622 #    - 'RCA1 - root cause analysis reference for Diff1.'
3623 #    - 'RCA2 - root cause analysis reference for Diff2.'
3624
3625 # VPP Performance Changes 2n-skx 2t1c ndr
3626 - type: "table"
3627   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3628   algorithm: "table_comparison"
3629   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3630   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3631   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3632   columns:
3633     - title: "1908.1-2"
3634       data-set: "vpp-performance-changes-2n-skx-h1"
3635     - title: "2001.0-2"
3636       data-set: "vpp-performance-changes-2n-skx-ref"
3637     - title: "2005.0-2"
3638       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3639     - title: "2005.0-3"
3640       data-set: "vpp-performance-changes-2n-skx-cmp"
3641   comparisons:
3642     - title: "Diff1"
3643       reference: 3
3644       compare: 4
3645     - title: "Diff2"
3646       reference: 2
3647       compare: 3
3648 #  rca:
3649 #    - title: "RCA1"
3650 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca1.yaml"
3651 #    - title: "RCA2"
3652 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca2.yaml"
3653   legend:
3654     - "Legend to Table"
3655     - '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).'
3656     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3657     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3658 #    - 'RCA1 - root cause analysis reference for Diff1.'
3659 #    - 'RCA2 - root cause analysis reference for Diff2.'
3660
3661 # VPP Performance Changes 2n-skx 4t2c ndr
3662 - type: "table"
3663   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3664   algorithm: "table_comparison"
3665   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3666   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3667   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3668   columns:
3669     - title: "1908.1-2"
3670       data-set: "vpp-performance-changes-2n-skx-h1"
3671     - title: "2001.0-2"
3672       data-set: "vpp-performance-changes-2n-skx-ref"
3673     - title: "2005.0-2"
3674       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3675     - title: "2005.0-3"
3676       data-set: "vpp-performance-changes-2n-skx-cmp"
3677   comparisons:
3678     - title: "Diff1"
3679       reference: 3
3680       compare: 4
3681     - title: "Diff2"
3682       reference: 2
3683       compare: 3
3684 #  rca:
3685 #    - title: "RCA1"
3686 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca1.yaml"
3687 #    - title: "RCA2"
3688 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca2.yaml"
3689   legend:
3690     - "Legend to Table"
3691     - '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).'
3692     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3693     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3694 #    - 'RCA1 - root cause analysis reference for Diff1.'
3695 #    - 'RCA2 - root cause analysis reference for Diff2.'
3696
3697 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3698 - type: "table"
3699   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3700   algorithm: "table_comparison"
3701   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3702   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3703   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3704   columns:
3705     - title: "2001.0-2"
3706       data-set: "vpp-performance-changes-2n-clx-ref"
3707     - title: "2005.0-2"
3708       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3709     - title: "2005.0-3"
3710       data-set: "vpp-performance-changes-2n-clx-cmp"
3711   comparisons:
3712     - title: "Diff1"
3713       reference: 2
3714       compare: 3
3715     - title: "Diff2"
3716       reference: 1
3717       compare: 2
3718 #  rca:
3719 #    - title: "RCA1"
3720 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca1.yaml"
3721 #    - title: "RCA2"
3722 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca2.yaml"
3723   legend:
3724     - "Legend to Table"
3725     - '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).'
3726     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3727     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3728 #    - 'RCA1 - root cause analysis reference for Diff1.'
3729 #    - 'RCA2 - root cause analysis reference for Diff2.'
3730
3731 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3732 - type: "table"
3733   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3734   algorithm: "table_comparison"
3735   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3736   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3737   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3738   columns:
3739     - title: "2001.0-2"
3740       data-set: "vpp-performance-changes-2n-clx-ref"
3741     - title: "2005.0-2"
3742       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3743     - title: "2005.0-3"
3744       data-set: "vpp-performance-changes-2n-clx-cmp"
3745   comparisons:
3746     - title: "Diff1"
3747       reference: 2
3748       compare: 3
3749     - title: "Diff2"
3750       reference: 1
3751       compare: 2
3752 #  rca:
3753 #    - title: "RCA1"
3754 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca1.yaml"
3755 #    - title: "RCA2"
3756 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca2.yaml"
3757   legend:
3758     - "Legend to Table"
3759     - '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).'
3760     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3761     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3762 #    - 'RCA1 - root cause analysis reference for Diff1.'
3763 #    - 'RCA2 - root cause analysis reference for Diff2.'
3764
3765 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3766 - type: "table"
3767   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3768   algorithm: "table_comparison"
3769   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3770   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3771   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3772   columns:
3773     - title: "2001.0-2"
3774       data-set: "vpp-performance-changes-2n-clx-ref"
3775     - title: "2005.0-2"
3776       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3777     - title: "2005.0-3"
3778       data-set: "vpp-performance-changes-2n-clx-cmp"
3779   comparisons:
3780     - title: "Diff1"
3781       reference: 2
3782       compare: 3
3783     - title: "Diff2"
3784       reference: 1
3785       compare: 2
3786 #  rca:
3787 #    - title: "RCA1"
3788 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca1.yaml"
3789 #    - title: "RCA2"
3790 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca2.yaml"
3791   legend:
3792     - "Legend to Table"
3793     - '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).'
3794     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3795     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3796 #    - 'RCA1 - root cause analysis reference for Diff1.'
3797 #    - 'RCA2 - root cause analysis reference for Diff2.'
3798
3799 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3800 - type: "table"
3801   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3802   algorithm: "table_comparison"
3803   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3804   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3805   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3806   columns:
3807     - title: "2001.0-2"
3808       data-set: "vpp-performance-changes-2n-clx-ref"
3809     - title: "2005.0-2"
3810       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3811     - title: "2005.0-3"
3812       data-set: "vpp-performance-changes-2n-clx-cmp"
3813   comparisons:
3814     - title: "Diff1"
3815       reference: 2
3816       compare: 3
3817     - title: "Diff2"
3818       reference: 1
3819       compare: 2
3820 #  rca:
3821 #    - title: "RCA1"
3822 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca1.yaml"
3823 #    - title: "RCA2"
3824 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca2.yaml"
3825   legend:
3826     - "Legend to Table"
3827     - '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).'
3828     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
3829     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
3830 #    - 'RCA1 - root cause analysis reference for Diff1.'
3831 #    - 'RCA2 - root cause analysis reference for Diff2.'
3832
3833 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3834 - type: "table"
3835   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3836   algorithm: "table_comparison"
3837   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3838   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3839   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3840   columns:
3841     - title: "2001.0-2"
3842       data-set: "vpp-performance-changes-2n-clx-ref"
3843     - title: "2005.0-3"
3844       data-set: "vpp-performance-changes-2n-clx-cmp"
3845   comparisons:
3846     - title: "Diff"
3847       reference: 1
3848       compare: 2
3849   legend:
3850     - "Legend to Table"
3851     - "2001, 2005 - VPP versions tested."
3852     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3853
3854 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3855 - type: "table"
3856   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3857   algorithm: "table_comparison"
3858   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3859   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3860   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3861   columns:
3862     - title: "2001.0-2"
3863       data-set: "vpp-performance-changes-2n-clx-ref"
3864     - title: "2005.0-3"
3865       data-set: "vpp-performance-changes-2n-clx-cmp"
3866   comparisons:
3867     - title: "Diff"
3868       reference: 1
3869       compare: 2
3870   legend:
3871     - "Legend to Table"
3872     - "2001, 2005 - VPP versions tested."
3873     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3874
3875 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3876 - type: "table"
3877   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3878   algorithm: "table_comparison"
3879   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3880   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3881   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3882   columns:
3883     - title: "2001.0-2"
3884       data-set: "vpp-performance-changes-2n-clx-ref"
3885     - title: "2005.0-3"
3886       data-set: "vpp-performance-changes-2n-clx-cmp"
3887   comparisons:
3888     - title: "Diff"
3889       reference: 1
3890       compare: 2
3891   legend:
3892     - "Legend to Table"
3893     - "2001, 2005 - VPP versions tested."
3894     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3895
3896 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3897 - type: "table"
3898   title: "VPP Performance Changes 2n-clx-x556 ndr"
3899   algorithm: "table_comparison"
3900   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3901   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3902   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3903   columns:
3904     - title: "2001.0-2"
3905       data-set: "vpp-performance-changes-2n-clx-ref"
3906     - title: "2005.0-3"
3907       data-set: "vpp-performance-changes-2n-clx-cmp"
3908   comparisons:
3909     - title: "Diff"
3910       reference: 1
3911       compare: 2
3912   legend:
3913     - "Legend to Table"
3914     - "2001, 2005 - VPP versions tested."
3915     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3916
3917 # VPP Performance Changes 2n-dnv 1t1c pdr
3918 - type: "table"
3919   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3920   algorithm: "table_comparison"
3921   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3922   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3923   filter: "'1T1C'"
3924   columns:
3925     - title: "1908"
3926       data-set: "vpp-performance-changes-2n-dnv-h1"
3927     - title: "2001"
3928       data-set: "vpp-performance-changes-2n-dnv-ref"
3929     - title: "2005"
3930       data-set: "vpp-performance-changes-2n-dnv-cmp"
3931   comparisons:
3932     - title: "Diff"
3933       reference: 2
3934       compare: 3
3935   legend:
3936     - "Legend to Table"
3937     - "1908, 2001, 2005 - VPP versions tested."
3938     - "Diff - difference between 2001 and 2005 VPP version."
3939
3940 # VPP Performance Changes 2n-dnv 2t2c pdr
3941 - type: "table"
3942   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3943   algorithm: "table_comparison"
3944   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3945   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3946   filter: "'2T2C'"
3947   columns:
3948     - title: "1908"
3949       data-set: "vpp-performance-changes-2n-dnv-h1"
3950     - title: "2001"
3951       data-set: "vpp-performance-changes-2n-dnv-ref"
3952     - title: "2005"
3953       data-set: "vpp-performance-changes-2n-dnv-cmp"
3954   comparisons:
3955     - title: "Diff"
3956       reference: 2
3957       compare: 3
3958   legend:
3959     - "Legend to Table"
3960     - "1908, 2001, 2005 - VPP versions tested."
3961     - "Diff - difference between 2001 and 2005 VPP version."
3962
3963 # VPP Performance Changes 2n-dnv 1t1c ndr
3964 - type: "table"
3965   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3966   algorithm: "table_comparison"
3967   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3968   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3969   filter: "'1T1C'"
3970   columns:
3971     - title: "1908"
3972       data-set: "vpp-performance-changes-2n-dnv-h1"
3973     - title: "2001"
3974       data-set: "vpp-performance-changes-2n-dnv-ref"
3975     - title: "2005"
3976       data-set: "vpp-performance-changes-2n-dnv-cmp"
3977   comparisons:
3978     - title: "Diff"
3979       reference: 2
3980       compare: 3
3981   legend:
3982     - "Legend to Table"
3983     - "1908, 2001, 2005 - VPP versions tested."
3984     - "Diff - difference between 2001 and 2005 VPP version."
3985
3986 # VPP Performance Changes 2n-dnv 2t2c ndr
3987 - type: "table"
3988   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3989   algorithm: "table_comparison"
3990   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3991   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3992   filter: "'2T2C'"
3993   columns:
3994     - title: "1908"
3995       data-set: "vpp-performance-changes-2n-dnv-h1"
3996     - title: "2001"
3997       data-set: "vpp-performance-changes-2n-dnv-ref"
3998     - title: "2005"
3999       data-set: "vpp-performance-changes-2n-dnv-cmp"
4000   comparisons:
4001     - title: "Diff"
4002       reference: 2
4003       compare: 3
4004   legend:
4005     - "Legend to Table"
4006     - "1908, 2001, 2005 - VPP versions tested."
4007     - "Diff - difference between 2001 and 2005 VPP version."
4008
4009 # VPP Performance Changes 3n-dnv 1t1c pdr
4010 - type: "table"
4011   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4012   algorithm: "table_comparison"
4013   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4014   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4015   filter: "'1T1C'"
4016   columns:
4017     - title: "1908"
4018       data-set: "vpp-performance-changes-3n-dnv-h1"
4019     - title: "2001"
4020       data-set: "vpp-performance-changes-3n-dnv-ref"
4021     - title: "2005"
4022       data-set: "vpp-performance-changes-3n-dnv-cmp"
4023   comparisons:
4024     - title: "Diff"
4025       reference: 2
4026       compare: 3
4027   legend:
4028     - "Legend to Table"
4029     - "1908, 2001, 2005 - VPP versions tested."
4030     - "Diff - difference between 2001 and 2005 VPP version."
4031
4032 # VPP Performance Changes 3n-dnv 2t2c pdr
4033 - type: "table"
4034   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4035   algorithm: "table_comparison"
4036   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4037   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4038   filter: "'2T2C'"
4039   columns:
4040     - title: "1908"
4041       data-set: "vpp-performance-changes-3n-dnv-h1"
4042     - title: "2001"
4043       data-set: "vpp-performance-changes-3n-dnv-ref"
4044     - title: "2005"
4045       data-set: "vpp-performance-changes-3n-dnv-cmp"
4046   comparisons:
4047     - title: "Diff"
4048       reference: 2
4049       compare: 3
4050   legend:
4051     - "Legend to Table"
4052     - "1908, 2001, 2005 - VPP versions tested."
4053     - "Diff - difference between 2001 and 2005 VPP version."
4054
4055 # VPP Performance Changes 3n-dnv 1t1c ndr
4056 - type: "table"
4057   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4058   algorithm: "table_comparison"
4059   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4061   filter: "'1T1C'"
4062   columns:
4063     - title: "1908"
4064       data-set: "vpp-performance-changes-3n-dnv-h1"
4065     - title: "2001"
4066       data-set: "vpp-performance-changes-3n-dnv-ref"
4067     - title: "2005"
4068       data-set: "vpp-performance-changes-3n-dnv-cmp"
4069   comparisons:
4070     - title: "Diff"
4071       reference: 2
4072       compare: 3
4073   legend:
4074     - "Legend to Table"
4075     - "1908, 2001, 2005 - VPP versions tested."
4076     - "Diff - difference between 2001 and 2005 VPP version."
4077
4078 # VPP Performance Changes 3n-dnv 2t2c ndr
4079 - type: "table"
4080   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4081   algorithm: "table_comparison"
4082   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4083   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4084   filter: "'2T2C'"
4085   columns:
4086     - title: "1908"
4087       data-set: "vpp-performance-changes-3n-dnv-h1"
4088     - title: "2001"
4089       data-set: "vpp-performance-changes-3n-dnv-ref"
4090     - title: "2005"
4091       data-set: "vpp-performance-changes-3n-dnv-cmp"
4092   comparisons:
4093     - title: "Diff"
4094       reference: 2
4095       compare: 3
4096   legend:
4097     - "Legend to Table"
4098     - "1908, 2001, 2005 - VPP versions tested."
4099     - "Diff - difference between 2001 and 2005 VPP version."
4100
4101 # VPP Performance Changes 3n-tsh 1t1c pdr
4102 - type: "table"
4103   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4104   algorithm: "table_comparison"
4105   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4106   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4107   filter: "'1T1C'"
4108   columns:
4109     - title: "1908.1-2"
4110       data-set: "vpp-performance-changes-3n-tsh-h1"
4111     - title: "2001.0-2"
4112       data-set: "vpp-performance-changes-3n-tsh-ref"
4113     - title: "2005.0-2"
4114       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4115     - title: "2005.0-3"
4116       data-set: "vpp-performance-changes-3n-tsh-cmp"
4117   comparisons:
4118     - title: "Diff1"
4119       reference: 3
4120       compare: 4
4121     - title: "Diff2"
4122       reference: 2
4123       compare: 3
4124 #  rca:
4125 #    - title: "RCA1"
4126 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca1.yaml"
4127 #    - title: "RCA2"
4128 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca2.yaml"
4129   legend:
4130     - "Legend to Table"
4131     - '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).'
4132     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
4133     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
4134 #    - 'RCA1 - root cause analysis reference for Diff1.'
4135 #    - 'RCA2 - root cause analysis reference for Diff2.'
4136
4137 # VPP Performance Changes 3n-tsh 2t2c pdr
4138 - type: "table"
4139   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4140   algorithm: "table_comparison"
4141   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4142   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4143   filter: "'2T2C'"
4144   columns:
4145     - title: "1908.1-2"
4146       data-set: "vpp-performance-changes-3n-tsh-h1"
4147     - title: "2001.0-2"
4148       data-set: "vpp-performance-changes-3n-tsh-ref"
4149     - title: "2005.0-2"
4150       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4151     - title: "2005.0-3"
4152       data-set: "vpp-performance-changes-3n-tsh-cmp"
4153   comparisons:
4154     - title: "Diff1"
4155       reference: 3
4156       compare: 4
4157     - title: "Diff2"
4158       reference: 2
4159       compare: 3
4160 #  rca:
4161 #    - title: "RCA1"
4162 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca1.yaml"
4163 #    - title: "RCA2"
4164 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca2.yaml"
4165   legend:
4166     - "Legend to Table"
4167     - '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).'
4168     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
4169     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
4170 #    - 'RCA1 - root cause analysis reference for Diff1.'
4171 #    - 'RCA2 - root cause analysis reference for Diff2.'
4172
4173 # VPP Performance Changes 3n-tsh 1t1c ndr
4174 - type: "table"
4175   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4176   algorithm: "table_comparison"
4177   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4178   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4179   filter: "'1T1C'"
4180   columns:
4181     - title: "1908.1-2"
4182       data-set: "vpp-performance-changes-3n-tsh-h1"
4183     - title: "2001.0-2"
4184       data-set: "vpp-performance-changes-3n-tsh-ref"
4185     - title: "2005.0-2"
4186       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4187     - title: "2005.0-3"
4188       data-set: "vpp-performance-changes-3n-tsh-cmp"
4189   comparisons:
4190     - title: "Diff1"
4191       reference: 3
4192       compare: 4
4193     - title: "Diff2"
4194       reference: 2
4195       compare: 3
4196 #  rca:
4197 #    - title: "RCA1"
4198 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca1.yaml"
4199 #    - title: "RCA2"
4200 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca2.yaml"
4201   legend:
4202     - "Legend to Table"
4203     - '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).'
4204     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
4205     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
4206 #    - 'RCA1 - root cause analysis reference for Diff1.'
4207 #    - 'RCA2 - root cause analysis reference for Diff2.'
4208
4209 # VPP Performance Changes 3n-tsh 2t2c ndr
4210 - type: "table"
4211   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4212   algorithm: "table_comparison"
4213   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4214   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4215   filter: "'2T2C'"
4216   columns:
4217     - title: "1908.1-2"
4218       data-set: "vpp-performance-changes-3n-tsh-h1"
4219     - title: "2001.0-2"
4220       data-set: "vpp-performance-changes-3n-tsh-ref"
4221     - title: "2005.0-2"
4222       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4223     - title: "2005.0-3"
4224       data-set: "vpp-performance-changes-3n-tsh-cmp"
4225   comparisons:
4226     - title: "Diff1"
4227       reference: 3
4228       compare: 4
4229     - title: "Diff2"
4230       reference: 2
4231       compare: 3
4232 #  rca:
4233 #    - title: "RCA1"
4234 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca1.yaml"
4235 #    - title: "RCA2"
4236 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca2.yaml"
4237   legend:
4238     - "Legend to Table"
4239     - '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).'
4240     - 'Diff1 - difference between environment versions "2" and "3" for the same VPP version, 2005.0-2 vs. 2005.0-3.'
4241     - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2005.0-2 vs. 2001.0-2.'
4242 #    - 'RCA1 - root cause analysis reference for Diff1.'
4243 #    - 'RCA2 - root cause analysis reference for Diff2.'
4244
4245 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4246 - type: "table"
4247   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4248   algorithm: "table_comparison"
4249   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4250   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4251   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4252   columns:
4253     - title: "3n-hsw xl710"
4254       data-set: "vpp-compare-testbeds-ref"
4255       tag: "NIC_Intel-XL710"
4256     - title: "3n-skx xxv710"
4257       data-set: "vpp-compare-testbeds-cmp"
4258       tag: "NIC_Intel-XXV710"
4259   comparisons:
4260     - title: "Diff"
4261       reference: 1
4262       compare: 2
4263   legend:
4264     - "Legend to Table"
4265     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4266     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4267
4268 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4269 - type: "table"
4270   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4271   algorithm: "table_comparison"
4272   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4273   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4274   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4275   columns:
4276     - title: "3n-hsw xl710"
4277       data-set: "vpp-compare-testbeds-ref"
4278       tag: "NIC_Intel-XL710"
4279     - title: "3n-skx xxv710"
4280       data-set: "vpp-compare-testbeds-cmp"
4281       tag: "NIC_Intel-XXV710"
4282   comparisons:
4283     - title: "Diff"
4284       reference: 1
4285       compare: 2
4286   legend:
4287     - "Legend to Table"
4288     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4289     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4290
4291 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4292 - type: "table"
4293   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4294   algorithm: "table_comparison"
4295   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4296   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4297   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4298   columns:
4299     - title: "3n-hsw xl710"
4300       data-set: "vpp-compare-testbeds-ref"
4301       tag: "NIC_Intel-XL710"
4302     - title: "3n-skx xxv710"
4303       data-set: "vpp-compare-testbeds-cmp"
4304       tag: "NIC_Intel-XXV710"
4305   comparisons:
4306     - title: "Diff"
4307       reference: 1
4308       compare: 2
4309   legend:
4310     - "Legend to Table"
4311     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4312     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4313
4314 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4315 - type: "table"
4316   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4317   algorithm: "table_comparison"
4318   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4319   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4320   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4321   columns:
4322     - title: "3n-hsw xl710"
4323       data-set: "vpp-compare-testbeds-ref"
4324       tag: "NIC_Intel-XL710"
4325     - title: "3n-skx xxv710"
4326       data-set: "vpp-compare-testbeds-cmp"
4327       tag: "NIC_Intel-XXV710"
4328   comparisons:
4329     - title: "Diff"
4330       reference: 1
4331       compare: 2
4332   legend:
4333     - "Legend to Table"
4334     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4335     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4336
4337 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4338 - type: "table"
4339   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4340   algorithm: "table_comparison"
4341   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4342   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4343   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4344   columns:
4345     - title: "2n-skx"
4346       data-set: "vpp-compare-testbeds-skx-clx-ref"
4347     - title: "2n-clx"
4348       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4349   comparisons:
4350     - title: "Diff"
4351       reference: 1
4352       compare: 2
4353   legend:
4354     - "Legend to Table"
4355     - "2n-skx, 2n-clx - testbeds and NICs tested."
4356     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4357
4358 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4359 - type: "table"
4360   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4361   algorithm: "table_comparison"
4362   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4364   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4365   columns:
4366     - title: "2n-skx"
4367       data-set: "vpp-compare-testbeds-skx-clx-ref"
4368     - title: "2n-clx"
4369       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4370   comparisons:
4371     - title: "Diff"
4372       reference: 1
4373       compare: 2
4374   legend:
4375     - "Legend to Table"
4376     - "2n-skx, 2n-clx - testbeds and NICs tested."
4377     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4378
4379 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4380 - type: "table"
4381   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4382   algorithm: "table_comparison"
4383   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4384   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4385   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4386   columns:
4387     - title: "2n-skx"
4388       data-set: "vpp-compare-testbeds-skx-clx-ref"
4389     - title: "2n-clx"
4390       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4391   comparisons:
4392     - title: "Diff"
4393       reference: 1
4394       compare: 2
4395   legend:
4396     - "Legend to Table"
4397     - "2n-skx, 2n-clx - testbeds and NICs tested."
4398     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4399
4400 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4401 - type: "table"
4402   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4403   algorithm: "table_comparison"
4404   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4405   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4406   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4407   columns:
4408     - title: "2n-skx"
4409       data-set: "vpp-compare-testbeds-skx-clx-ref"
4410     - title: "2n-clx"
4411       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4412   comparisons:
4413     - title: "Diff"
4414       reference: 1
4415       compare: 2
4416   legend:
4417     - "Legend to Table"
4418     - "2n-skx, 2n-clx - testbeds and NICs tested."
4419     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4420
4421 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4422 - type: "table"
4423   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4424   algorithm: "table_comparison"
4425   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4427   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4428   columns:
4429     - title: "3n-hsw xl710"
4430       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4431       tag: "NIC_Intel-XL710"
4432     - title: "2n-clx xxv710"
4433       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4434       tag: "NIC_Intel-XXV710"
4435   comparisons:
4436     - title: "Diff"
4437       reference: 1
4438       compare: 2
4439   legend:
4440     - "Legend to Table"
4441     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4442     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4443
4444 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4445 - type: "table"
4446   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4447   algorithm: "table_comparison"
4448   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4449   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4450   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4451   columns:
4452     - title: "3n-hsw xl710"
4453       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4454       tag: "NIC_Intel-XL710"
4455     - title: "2n-clx xxv710"
4456       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4457       tag: "NIC_Intel-XXV710"
4458   comparisons:
4459     - title: "Diff"
4460       reference: 1
4461       compare: 2
4462   legend:
4463     - "Legend to Table"
4464     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4465     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4466
4467 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4468 - type: "table"
4469   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4470   algorithm: "table_comparison"
4471   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4472   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4473   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4474   columns:
4475     - title: "3n-hsw xl710"
4476       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4477       tag: "NIC_Intel-XL710"
4478     - title: "2n-clx xxv710"
4479       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4480       tag: "NIC_Intel-XXV710"
4481   comparisons:
4482     - title: "Diff"
4483       reference: 1
4484       compare: 2
4485   legend:
4486     - "Legend to Table"
4487     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4488     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4489
4490 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4491 - type: "table"
4492   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4493   algorithm: "table_comparison"
4494   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4495   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4496   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4497   columns:
4498     - title: "3n-hsw xl710"
4499       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4500       tag: "NIC_Intel-XL710"
4501     - title: "2n-clx xxv710"
4502       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4503       tag: "NIC_Intel-XXV710"
4504   comparisons:
4505     - title: "Diff"
4506       reference: 1
4507       compare: 2
4508   legend:
4509     - "Legend to Table"
4510     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4511     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4512
4513 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4514 - type: "table"
4515   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4516   algorithm: "table_comparison"
4517   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4518   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4519   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4520   columns:
4521     - title: "3n-skx"
4522       data-set: "vpp-compare-topologies-ref"
4523     - title: "2n-skx"
4524       data-set: "vpp-compare-topologies-cmp"
4525   comparisons:
4526     - title: "Diff"
4527       reference: 1
4528       compare: 2
4529   legend:
4530     - "Legend to Table"
4531     - "3n-skx, 2n-skx - topologies tested."
4532     - "Diff - difference between 3n-skx and 2n-skx topologies."
4533
4534 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4535 - type: "table"
4536   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4537   algorithm: "table_comparison"
4538   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4539   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4540   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4541   columns:
4542     - title: "3n-skx"
4543       data-set: "vpp-compare-topologies-ref"
4544     - title: "2n-skx"
4545       data-set: "vpp-compare-topologies-cmp"
4546   comparisons:
4547     - title: "Diff"
4548       reference: 1
4549       compare: 2
4550   legend:
4551     - "Legend to Table"
4552     - "3n-skx, 2n-skx - topologies tested."
4553     - "Diff - difference between 3n-skx and 2n-skx topologies."
4554
4555 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4556 - type: "table"
4557   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4558   algorithm: "table_comparison"
4559   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4561   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4562   columns:
4563     - title: "3n-skx"
4564       data-set: "vpp-compare-topologies-ref"
4565     - title: "2n-skx"
4566       data-set: "vpp-compare-topologies-cmp"
4567   comparisons:
4568     - title: "Diff"
4569       reference: 1
4570       compare: 2
4571   legend:
4572     - "Legend to Table"
4573     - "3n-skx, 2n-skx - topologies tested."
4574     - "Diff - difference between 3n-skx and 2n-skx topologies."
4575
4576 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4577 - type: "table"
4578   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4579   algorithm: "table_comparison"
4580   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4581   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4582   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4583   columns:
4584     - title: "3n-skx"
4585       data-set: "vpp-compare-topologies-ref"
4586     - title: "2n-skx"
4587       data-set: "vpp-compare-topologies-cmp"
4588   comparisons:
4589     - title: "Diff"
4590       reference: 1
4591       compare: 2
4592   legend:
4593     - "Legend to Table"
4594     - "3n-skx, 2n-skx - topologies tested."
4595     - "Diff - difference between 3n-skx and 2n-skx topologies."
4596
4597 # VPP Performance Changes 3n-hsw 1t1c mrr
4598 - type: "table"
4599   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4600   algorithm: "table_comparison"
4601   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4602   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4603   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4604   columns:
4605     - title: "1908"
4606       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4607     - title: "2001"
4608       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4609     - title: "2005"
4610       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4611   comparisons:
4612     - title: "Diff"
4613       reference: 2
4614       compare: 3
4615   legend:
4616     - "Legend to Table"
4617     - "1908, 2001, 2005 - VPP versions tested."
4618     - "Diff - difference between 2001 and 2005 VPP version."
4619
4620 # VPP Performance Changes 3n-hsw 2t2c mrr
4621 - type: "table"
4622   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4623   algorithm: "table_comparison"
4624   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4625   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4626   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4627   columns:
4628     - title: "1908"
4629       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4630     - title: "2001"
4631       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4632     - title: "2005"
4633       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4634   comparisons:
4635     - title: "Diff"
4636       reference: 2
4637       compare: 3
4638   legend:
4639     - "Legend to Table"
4640     - "1908, 2001, 2005 - VPP versions tested."
4641     - "Diff - difference between 2001 and 2005 VPP version."
4642
4643 # VPP Performance Changes 3n-hsw 4t4c mrr
4644 - type: "table"
4645   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4646   algorithm: "table_comparison"
4647   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4649   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4650   columns:
4651     - title: "1908"
4652       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4653     - title: "2001"
4654       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4655     - title: "2005"
4656       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4657   comparisons:
4658     - title: "Diff"
4659       reference: 2
4660       compare: 3
4661   legend:
4662     - "Legend to Table"
4663     - "1908, 2001, 2005 - VPP versions tested."
4664     - "Diff - difference between 2001 and 2005 VPP version."
4665
4666 # VPP Performance Changes 3n-skx 2t1c mrr
4667 - type: "table"
4668   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4669   algorithm: "table_comparison"
4670   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4671   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4672   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4673   columns:
4674 #    - title: "1908"
4675 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4676     - title: "2001"
4677       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4678     - title: "2005"
4679       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4680   comparisons:
4681     - title: "Diff"
4682       reference: 1
4683       compare: 2
4684   legend:
4685     - "Legend to Table"
4686     - "2001, 2005 - VPP versions tested."
4687     - "Diff - difference between 2001 and 2005 VPP version."
4688
4689 # VPP Performance Changes 3n-skx 4t2c mrr
4690 - type: "table"
4691   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4692   algorithm: "table_comparison"
4693   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4695   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4696   columns:
4697 #    - title: "1908"
4698 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4699     - title: "2001"
4700       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4701     - title: "2005"
4702       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4703   comparisons:
4704     - title: "Diff"
4705       reference: 1
4706       compare: 2
4707   legend:
4708     - "Legend to Table"
4709     - "2001, 2005 - VPP versions tested."
4710     - "Diff - difference between 2001 and 2005 VPP version."
4711
4712 # VPP Performance Changes 3n-skx 8t4c mrr
4713 - type: "table"
4714   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4715   algorithm: "table_comparison"
4716   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4717   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4718   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4719   columns:
4720 #    - title: "1908"
4721 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4722     - title: "2001"
4723       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4724     - title: "2005"
4725       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4726   comparisons:
4727     - title: "Diff"
4728       reference: 1
4729       compare: 2
4730   legend:
4731     - "Legend to Table"
4732     - "2001, 2005 - VPP versions tested."
4733     - "Diff - difference between 2001 and 2005 VPP version."
4734
4735 # VPP Performance Changes 2n-skx 2t1c mrr
4736 - type: "table"
4737   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4738   algorithm: "table_comparison"
4739   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4740   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4741   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4742   columns:
4743 #    - title: "1908"
4744 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4745     - title: "2001"
4746       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4747     - title: "2005"
4748       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4749   comparisons:
4750     - title: "Diff"
4751       reference: 1
4752       compare: 2
4753   legend:
4754     - "Legend to Table"
4755     - "2001, 2005 - VPP versions tested."
4756     - "Diff - difference between 2001 and 2005 VPP version."
4757
4758 # VPP Performance Changes 2n-skx 4t2c mrr
4759 - type: "table"
4760   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4761   algorithm: "table_comparison"
4762   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4763   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4764   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4765   columns:
4766 #    - title: "1908"
4767 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4768     - title: "2001"
4769       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4770     - title: "2005"
4771       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4772   comparisons:
4773     - title: "Diff"
4774       reference: 1
4775       compare: 2
4776   legend:
4777     - "Legend to Table"
4778     - "2001, 2005 - VPP versions tested."
4779     - "Diff - difference between 2001 and 2005 VPP version."
4780
4781 # VPP Performance Changes 2n-skx 8t4c mrr
4782 - type: "table"
4783   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4784   algorithm: "table_comparison"
4785   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4786   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4787   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4788   columns:
4789 #    - title: "1908"
4790 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4791     - title: "2001"
4792       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4793     - title: "2005"
4794       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4795   comparisons:
4796     - title: "Diff"
4797       reference: 1
4798       compare: 2
4799   legend:
4800     - "Legend to Table"
4801     - "2001, 2005 - VPP versions tested."
4802     - "Diff - difference between 2001 and 2005 VPP version."
4803
4804 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4805 - type: "table"
4806   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4807   algorithm: "table_comparison"
4808   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4809   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4810   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4811   columns:
4812     - title: "2001"
4813       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4814     - title: "2005"
4815       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4816   comparisons:
4817     - title: "Diff"
4818       reference: 1
4819       compare: 2
4820   legend:
4821     - "Legend to Table"
4822     - "2001, 2005 - VPP versions tested."
4823     - "Diff - difference between 2001 and 2005 VPP version."
4824
4825 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4826 - type: "table"
4827   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4828   algorithm: "table_comparison"
4829   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4830   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4831   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4832   columns:
4833     - title: "2001"
4834       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4835     - title: "2005"
4836       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4837   comparisons:
4838     - title: "Diff"
4839       reference: 1
4840       compare: 2
4841   legend:
4842     - "Legend to Table"
4843     - "2001, 2005 - VPP versions tested."
4844     - "Diff - difference between 2001 and 2005 VPP version."
4845
4846 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4847 - type: "table"
4848   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4849   algorithm: "table_comparison"
4850   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4851   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4852   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4853   columns:
4854     - title: "2001"
4855       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4856     - title: "2005"
4857       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4858   comparisons:
4859     - title: "Diff"
4860       reference: 1
4861       compare: 2
4862   legend:
4863     - "Legend to Table"
4864     - "2001, 2005 - VPP versions tested."
4865     - "Diff - difference between 2001 and 2005 VPP version."
4866
4867 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4868 - type: "table"
4869   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4870   algorithm: "table_comparison"
4871   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4872   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4873   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4874   columns:
4875     - title: "2001"
4876       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4877     - title: "2005"
4878       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4879   comparisons:
4880     - title: "Diff"
4881       reference: 1
4882       compare: 2
4883   legend:
4884     - "Legend to Table"
4885     - "2001, 2005 - VPP versions tested."
4886     - "Diff - difference between 2001 and 2005 VPP version."
4887
4888 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4889 - type: "table"
4890   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4891   algorithm: "table_comparison"
4892   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4893   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4894   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4895   columns:
4896     - title: "2001"
4897       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4898     - title: "2005"
4899       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4900   comparisons:
4901     - title: "Diff"
4902       reference: 1
4903       compare: 2
4904   legend:
4905     - "Legend to Table"
4906     - "2001, 2005 - VPP versions tested."
4907     - "Diff - difference between 2001 and 2005 VPP version."
4908
4909 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4910 - type: "table"
4911   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4912   algorithm: "table_comparison"
4913   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4914   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4915   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4916   columns:
4917     - title: "2001"
4918       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4919     - title: "2005"
4920       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4921   comparisons:
4922     - title: "Diff"
4923       reference: 1
4924       compare: 2
4925   legend:
4926     - "Legend to Table"
4927     - "2001, 2005 - VPP versions tested."
4928     - "Diff - difference between 2001 and 2005 VPP version."
4929
4930 # VPP Performance Changes 2n-dnv 1t1c mrr
4931 - type: "table"
4932   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4933   algorithm: "table_comparison"
4934   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4935   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4936   filter: "'1T1C'"
4937   columns:
4938     - title: "1908"
4939       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4940     - title: "2001"
4941       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4942     - title: "2005"
4943       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4944   comparisons:
4945     - title: "Diff"
4946       reference: 2
4947       compare: 3
4948   legend:
4949     - "Legend to Table"
4950     - "1908, 2001, 2005 - VPP versions tested."
4951     - "Diff - difference between 2001 and 2005 VPP version."
4952
4953 # VPP Performance Changes 2n-dnv 2t2c mrr
4954 - type: "table"
4955   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4956   algorithm: "table_comparison"
4957   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4958   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4959   filter: "'2T2C'"
4960   columns:
4961     - title: "1908"
4962       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4963     - title: "2001"
4964       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4965     - title: "2005"
4966       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4967   comparisons:
4968     - title: "Diff"
4969       reference: 2
4970       compare: 3
4971   legend:
4972     - "Legend to Table"
4973     - "1908, 2001, 2005 - VPP versions tested."
4974     - "Diff - difference between 2001 and 2005 VPP version."
4975
4976 # VPP Performance Changes 2n-dnv 4t4c mrr
4977 - type: "table"
4978   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4979   algorithm: "table_comparison"
4980   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4981   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4982   filter: "'4T4C'"
4983   columns:
4984     - title: "1908"
4985       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4986     - title: "2001"
4987       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4988     - title: "2005"
4989       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4990   comparisons:
4991     - title: "Diff"
4992       reference: 2
4993       compare: 3
4994   legend:
4995     - "Legend to Table"
4996     - "1908, 2001, 2005 - VPP versions tested."
4997     - "Diff - difference between 2001 and 2005 VPP version."
4998
4999 # VPP Performance Changes 3n-dnv 1t1c mrr
5000 - type: "table"
5001   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5002   algorithm: "table_comparison"
5003   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5004   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5005   filter: "'1T1C'"
5006   columns:
5007     - title: "1908"
5008       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5009     - title: "2001"
5010       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5011     - title: "2005"
5012       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5013   comparisons:
5014     - title: "Diff"
5015       reference: 2
5016       compare: 3
5017   legend:
5018     - "Legend to Table"
5019     - "1908, 2001, 2005 - VPP versions tested."
5020     - "Diff - difference between 2001 and 2005 VPP version."
5021
5022 # VPP Performance Changes 3n-dnv 2t2c mrr
5023 - type: "table"
5024   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5025   algorithm: "table_comparison"
5026   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5027   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5028   filter: "'2T2C'"
5029   columns:
5030     - title: "1908"
5031       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5032     - title: "2001"
5033       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5034     - title: "2005"
5035       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5036   comparisons:
5037     - title: "Diff"
5038       reference: 2
5039       compare: 3
5040   legend:
5041     - "Legend to Table"
5042     - "1908, 2001, 2005 - VPP versions tested."
5043     - "Diff - difference between 2001 and 2005 VPP version."
5044
5045 # VPP Performance Changes 3n-dnv 4t4c mrr
5046 - type: "table"
5047   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5048   algorithm: "table_comparison"
5049   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5051   filter: "'4T4C'"
5052   columns:
5053     - title: "1908"
5054       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5055     - title: "2001"
5056       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5057     - title: "2005"
5058       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5059   comparisons:
5060     - title: "Diff"
5061       reference: 2
5062       compare: 3
5063   legend:
5064     - "Legend to Table"
5065     - "1908, 2001, 2005 - VPP versions tested."
5066     - "Diff - difference between 2001 and 2005 VPP version."
5067
5068 # VPP Performance Changes 3n-tsh 1t1c mrr
5069 - type: "table"
5070   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5071   algorithm: "table_comparison"
5072   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5073   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5074   filter: "'1T1C'"
5075   columns:
5076     - title: "1908"
5077       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5078     - title: "2001"
5079       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5080     - title: "2005"
5081       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5082   comparisons:
5083     - title: "Diff"
5084       reference: 2
5085       compare: 3
5086   legend:
5087     - "Legend to Table"
5088     - "1908, 2001, 2005 - VPP versions tested."
5089     - "Diff - difference between 2001 and 2005 VPP version."
5090
5091 # VPP Performance Changes 3n-tsh 2t2c mrr
5092 - type: "table"
5093   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5094   algorithm: "table_comparison"
5095   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5096   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5097   filter: "'2T2C'"
5098   columns:
5099     - title: "1908"
5100       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5101     - title: "2001"
5102       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5103     - title: "2005"
5104       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5105   comparisons:
5106     - title: "Diff"
5107       reference: 2
5108       compare: 3
5109   legend:
5110     - "Legend to Table"
5111     - "1908, 2001, 2005 - VPP versions tested."
5112     - "Diff - difference between 2001 and 2005 VPP version."
5113
5114 # VPP Performance Changes 3n-tsh 4t4c mrr
5115 - type: "table"
5116   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5117   algorithm: "table_comparison"
5118   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5119   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5120   filter: "'4T4C'"
5121   columns:
5122     - title: "1908"
5123       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5124     - title: "2001"
5125       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5126     - title: "2005"
5127       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5128   comparisons:
5129     - title: "Diff"
5130       reference: 2
5131       compare: 3
5132   legend:
5133     - "Legend to Table"
5134     - "1908, 2001, 2005 - VPP versions tested."
5135     - "Diff - difference between 2001 and 2005 VPP version."
5136
5137 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5138 - type: "table"
5139   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5140   algorithm: "table_comparison"
5141   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5143   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5144   columns:
5145     - title: "3n-hsw xl710"
5146       data-set: "vpp-compare-testbeds-mrr-ref"
5147       tag: "NIC_Intel-XL710"
5148     - title: "3n-skx xxv710"
5149       data-set: "vpp-compare-testbeds-mrr-cmp"
5150       tag: "NIC_Intel-XXV710"
5151   comparisons:
5152     - title: "Diff"
5153       reference: 1
5154       compare: 2
5155   legend:
5156     - "Legend to Table"
5157     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5158     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5159
5160 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5161 - type: "table"
5162   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5163   algorithm: "table_comparison"
5164   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5165   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5166   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5167   columns:
5168     - title: "3n-hsw xl710"
5169       data-set: "vpp-compare-testbeds-mrr-ref"
5170       tag: "NIC_Intel-XL710"
5171     - title: "3n-skx xxv710"
5172       data-set: "vpp-compare-testbeds-mrr-cmp"
5173       tag: "NIC_Intel-XXV710"
5174   comparisons:
5175     - title: "Diff"
5176       reference: 1
5177       compare: 2
5178   legend:
5179     - "Legend to Table"
5180     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5181     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5182
5183 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5184 - type: "table"
5185   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5186   algorithm: "table_comparison"
5187   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5188   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5189   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5190   columns:
5191     - title: "3n-hsw xl710"
5192       data-set: "vpp-compare-testbeds-mrr-ref"
5193       tag: "NIC_Intel-XL710"
5194     - title: "3n-skx xxv710"
5195       data-set: "vpp-compare-testbeds-mrr-cmp"
5196       tag: "NIC_Intel-XXV710"
5197   comparisons:
5198     - title: "Diff"
5199       reference: 1
5200       compare: 2
5201   legend:
5202     - "Legend to Table"
5203     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5204     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5205
5206 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5207 - type: "table"
5208   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5209   algorithm: "table_comparison"
5210   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5211   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5212   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5213   columns:
5214     - title: "2n-skx"
5215       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5216     - title: "2n-clx"
5217       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5218   comparisons:
5219     - title: "Diff"
5220       reference: 1
5221       compare: 2
5222   legend:
5223     - "Legend to Table"
5224     - "2n-skx, 2n-clx - testbeds and NICs tested."
5225     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5226
5227 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5228 - type: "table"
5229   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5230   algorithm: "table_comparison"
5231   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5232   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5233   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5234   columns:
5235     - title: "2n-skx"
5236       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5237     - title: "2n-clx"
5238       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5239   comparisons:
5240     - title: "Diff"
5241       reference: 1
5242       compare: 2
5243   legend:
5244     - "Legend to Table"
5245     - "2n-skx, 2n-clx - testbeds and NICs tested."
5246     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5247
5248 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5249 - type: "table"
5250   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5251   algorithm: "table_comparison"
5252   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5253   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5254   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5255   columns:
5256     - title: "2n-skx"
5257       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5258     - title: "2n-clx"
5259       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5260   comparisons:
5261     - title: "Diff"
5262       reference: 1
5263       compare: 2
5264   legend:
5265     - "Legend to Table"
5266     - "2n-skx, 2n-clx - testbeds and NICs tested."
5267     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5268
5269 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5270 - type: "table"
5271   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5272   algorithm: "table_comparison"
5273   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5275   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5276   columns:
5277     - title: "3n-skx"
5278       data-set: "vpp-compare-topologies-mrr-ref"
5279     - title: "2n-skx"
5280       data-set: "vpp-compare-topologies-mrr-cmp"
5281   comparisons:
5282     - title: "Diff"
5283       reference: 1
5284       compare: 2
5285   legend:
5286     - "Legend to Table"
5287     - "3n-skx, 2n-skx - topologies tested."
5288     - "Diff - difference between 3n-skx and 2n-skx topologies."
5289
5290 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5291 - type: "table"
5292   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5293   algorithm: "table_comparison"
5294   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5296   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5297   columns:
5298     - title: "3n-skx"
5299       data-set: "vpp-compare-topologies-mrr-ref"
5300     - title: "2n-skx"
5301       data-set: "vpp-compare-topologies-mrr-cmp"
5302   comparisons:
5303     - title: "Diff"
5304       reference: 1
5305       compare: 2
5306   legend:
5307     - "Legend to Table"
5308     - "3n-skx, 2n-skx - topologies tested."
5309     - "Diff - difference between 3n-skx and 2n-skx topologies."
5310
5311 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5312 - type: "table"
5313   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5314   algorithm: "table_comparison"
5315   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5316   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5317   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5318   columns:
5319     - title: "3n-skx"
5320       data-set: "vpp-compare-topologies-mrr-ref"
5321     - title: "2n-skx"
5322       data-set: "vpp-compare-topologies-mrr-cmp"
5323   comparisons:
5324     - title: "Diff"
5325       reference: 1
5326       compare: 2
5327   legend:
5328     - "Legend to Table"
5329     - "3n-skx, 2n-skx - topologies tested."
5330     - "Diff - difference between 3n-skx and 2n-skx topologies."
5331
5332 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5333 - type: "table"
5334   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5335   algorithm: "table_comparison"
5336   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5337   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5338   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5339   columns:
5340     - title: "3n-hsw xl710"
5341       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5342       tag: "NIC_Intel-XL710"
5343     - title: "2n-clx xxv710"
5344       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5345       tag: "NIC_Intel-XXV710"
5346   comparisons:
5347     - title: "Diff"
5348       reference: 1
5349       compare: 2
5350   legend:
5351     - "Legend to Table"
5352     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5353     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5354
5355 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5356 - type: "table"
5357   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5358   algorithm: "table_comparison"
5359   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5360   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5361   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5362   columns:
5363     - title: "3n-hsw xl710"
5364       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5365       tag: "NIC_Intel-XL710"
5366     - title: "2n-clx xxv710"
5367       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5368       tag: "NIC_Intel-XXV710"
5369   comparisons:
5370     - title: "Diff"
5371       reference: 1
5372       compare: 2
5373   legend:
5374     - "Legend to Table"
5375     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5376     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5377
5378 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5379 - type: "table"
5380   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5381   algorithm: "table_comparison"
5382   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5383   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5384   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5385   columns:
5386     - title: "3n-hsw xl710"
5387       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5388       tag: "NIC_Intel-XL710"
5389     - title: "2n-clx xxv710"
5390       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5391       tag: "NIC_Intel-XXV710"
5392   comparisons:
5393     - title: "Diff"
5394       reference: 1
5395       compare: 2
5396   legend:
5397     - "Legend to Table"
5398     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5399     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5400
5401 # Detailed Test Results - VPP Performance Results 3n-hsw
5402 - type: "table"
5403   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5404   algorithm: "table_merged_details"
5405   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5406   columns:
5407     - title: " |prein| Test Name |preout| "
5408       data: "data name"
5409     - 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| "
5410       data: "data msg"
5411   data: "vpp-perf-results-3n-hsw"
5412   filter: "all"
5413   parameters:
5414   - "name"
5415   - "parent"
5416   - "msg"
5417
5418 # Detailed Test Results - VPP Performance Results 3n-skx
5419 - type: "table"
5420   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5421   algorithm: "table_merged_details"
5422   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5423   columns:
5424     - title: " |prein| Test Name |preout| "
5425       data: "data name"
5426     - 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| "
5427       data: "data msg"
5428   data: "vpp-perf-results-3n-skx"
5429   filter: "all"
5430   remove-ndr: False
5431   parameters:
5432   - "name"
5433   - "parent"
5434   - "msg"
5435
5436 # Detailed Test Results - VPP Performance Results 2n-skx
5437 - type: "table"
5438   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5439   algorithm: "table_merged_details"
5440   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5441   columns:
5442     - title: " |prein| Test Name |preout| "
5443       data: "data name"
5444     - 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| "
5445       data: "data msg"
5446   data: "vpp-perf-results-2n-skx"
5447   filter: "all"
5448   remove-ndr: False
5449   parameters:
5450   - "name"
5451   - "parent"
5452   - "msg"
5453
5454 # Detailed Test Results - VPP Performance Results 2n-clx
5455 - type: "table"
5456   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5457   algorithm: "table_merged_details"
5458   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5459   columns:
5460     - title: " |prein| Test Name |preout| "
5461       data: "data name"
5462     - 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| "
5463       data: "data msg"
5464   data: "vpp-perf-results-2n-clx"
5465   filter: "all"
5466   parameters:
5467   - "name"
5468   - "parent"
5469   - "msg"
5470
5471 # Detailed Test Results - VPP Performance Results 3n-tsh
5472 - type: "table"
5473   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5474   algorithm: "table_merged_details"
5475   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5476   columns:
5477     - title: " |prein| Test Name |preout| "
5478       data: "data name"
5479     - 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| "
5480       data: "data msg"
5481   data: "vpp-perf-results-3n-tsh"
5482   filter: "all"
5483   parameters:
5484   - "name"
5485   - "parent"
5486   - "msg"
5487
5488 # Detailed Test Results - VPP Performance Results 3n-dnv
5489 - type: "table"
5490   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5491   algorithm: "table_merged_details"
5492   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5493   columns:
5494     - title: " |prein| Test Name |preout| "
5495       data: "data name"
5496     - 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| "
5497       data: "data msg"
5498   data: "vpp-perf-results-3n-dnv"
5499   filter: "all"
5500   parameters:
5501   - "name"
5502   - "parent"
5503   - "msg"
5504
5505 # Detailed Test Results - VPP Performance Results 2n-dnv
5506 - type: "table"
5507   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5508   algorithm: "table_merged_details"
5509   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5510   columns:
5511     - title: " |prein| Test Name |preout| "
5512       data: "data name"
5513     - 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| "
5514       data: "data msg"
5515   data: "vpp-perf-results-2n-dnv"
5516   filter: "all"
5517   parameters:
5518   - "name"
5519   - "parent"
5520   - "msg"
5521
5522 # Test configuration - VPP Performance Test Configs 3n-hsw
5523 - type: "table"
5524   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5525   algorithm: "table_merged_details"
5526   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5527   columns:
5528     - title: " |prein| Test Name |preout| "
5529       data: "data name"
5530     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5531       data: "data conf-history"
5532   data: "vpp-perf-results-3n-hsw"
5533   filter: "all"
5534   parameters:
5535   - "parent"
5536   - "name"
5537   - "conf-history"
5538
5539 # Test configuration - VPP Performance Test Configs 3n-skx
5540 - type: "table"
5541   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5542   algorithm: "table_merged_details"
5543   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5544   columns:
5545     - title: " |prein| Test Name |preout| "
5546       data: "data name"
5547     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5548       data: "data conf-history"
5549   data: "vpp-perf-results-3n-skx"
5550   filter: "all"
5551   parameters:
5552   - "parent"
5553   - "name"
5554   - "conf-history"
5555
5556 # Test configuration - VPP Performance Test Configs 2n-skx
5557 - type: "table"
5558   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5559   algorithm: "table_merged_details"
5560   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5561   columns:
5562     - title: " |prein| Test Name |preout| "
5563       data: "data name"
5564     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5565       data: "data conf-history"
5566   data: "vpp-perf-results-2n-skx"
5567   filter: "all"
5568   parameters:
5569   - "parent"
5570   - "name"
5571   - "conf-history"
5572
5573 # Test configuration - VPP Performance Test Configs 2n-clx
5574 - type: "table"
5575   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5576   algorithm: "table_merged_details"
5577   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5578   columns:
5579     - title: " |prein| Test Name |preout| "
5580       data: "data name"
5581     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5582       data: "data conf-history"
5583   data: "vpp-perf-results-2n-clx"
5584   filter: "all"
5585   parameters:
5586   - "parent"
5587   - "name"
5588   - "conf-history"
5589
5590 # Test configuration - VPP Performance Test Configs 3n-tsh
5591 - type: "table"
5592   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5593   algorithm: "table_merged_details"
5594   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5595   columns:
5596     - title: " |prein| Test Name |preout| "
5597       data: "data name"
5598     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5599       data: "data conf-history"
5600   data: "vpp-perf-results-3n-tsh"
5601   filter: "all"
5602   parameters:
5603   - "parent"
5604   - "name"
5605   - "conf-history"
5606
5607 # Test configuration - VPP Performance Test Configs 3n-dnv
5608 - type: "table"
5609   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5610   algorithm: "table_merged_details"
5611   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5612   columns:
5613     - title: " |prein| Test Name |preout| "
5614       data: "data name"
5615     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5616       data: "data conf-history"
5617   data: "vpp-perf-results-3n-dnv"
5618   filter: "all"
5619   parameters:
5620   - "parent"
5621   - "name"
5622   - "conf-history"
5623
5624 # Test configuration - VPP Performance Test Configs 2n-dnv
5625 - type: "table"
5626   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5627   algorithm: "table_merged_details"
5628   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5629   columns:
5630     - title: " |prein| Test Name |preout| "
5631       data: "data name"
5632     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5633       data: "data conf-history"
5634   data: "vpp-perf-results-2n-dnv"
5635   filter: "all"
5636   parameters:
5637   - "parent"
5638   - "name"
5639   - "conf-history"
5640
5641 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5642 - type: "table"
5643   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5644   algorithm: "table_oper_data_html"
5645   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5646   data: "vpp-perf-results-3n-hsw"
5647   filter: "all"
5648
5649 # Test Operational Data - VPP Performance Operational Data 3n-skx
5650 - type: "table"
5651   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5652   algorithm: "table_oper_data_html"
5653   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5654   data: "vpp-perf-results-3n-skx"
5655   filter: "all"
5656
5657 # Test Operational Data - VPP Performance Operational Data 2n-skx
5658 - type: "table"
5659   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5660   algorithm: "table_oper_data_html"
5661   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5662   data: "vpp-perf-results-2n-skx"
5663   filter: "all"
5664
5665 # Test Operational Data - VPP Performance Operational Data 2n-clx
5666 - type: "table"
5667   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5668   algorithm: "table_oper_data_html"
5669   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5670   data: "vpp-perf-results-2n-clx"
5671   filter: "all"
5672
5673 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5674 - type: "table"
5675   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5676   algorithm: "table_oper_data_html"
5677   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5678   data: "vpp-perf-results-3n-tsh"
5679   filter: "all"
5680
5681 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5682 - type: "table"
5683   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5684   algorithm: "table_oper_data_html"
5685   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5686   data: "vpp-perf-results-3n-dnv"
5687   filter: "all"
5688
5689 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5690 - type: "table"
5691   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5692   algorithm: "table_oper_data_html"
5693   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5694   data: "vpp-perf-results-2n-dnv"
5695   filter: "all"
5696
5697 # Detailed Test Results - VPP MRR Results 3n-hsw
5698 - type: "table"
5699   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5700   algorithm: "table_merged_details"
5701   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5702   columns:
5703     - title: " |prein| Test Name |preout| "
5704       data: "data name"
5705     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5706       data: "data msg"
5707   data: "vpp-mrr-results-3n-hsw"
5708   filter: "all"
5709   parameters:
5710   - "name"
5711   - "parent"
5712   - "msg"
5713
5714 # Detailed Test Results - VPP MRR Results 3n-skx
5715 - type: "table"
5716   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5717   algorithm: "table_merged_details"
5718   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5719   columns:
5720     - title: " |prein| Test Name |preout| "
5721       data: "data name"
5722     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5723       data: "data msg"
5724   data: "vpp-mrr-results-3n-skx"
5725   filter: "all"
5726   parameters:
5727   - "name"
5728   - "parent"
5729   - "msg"
5730
5731 # Detailed Test Results - VPP MRR Results 2n-skx
5732 - type: "table"
5733   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5734   algorithm: "table_merged_details"
5735   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5736   columns:
5737     - title: " |prein| Test Name |preout| "
5738       data: "data name"
5739     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5740       data: "data msg"
5741   data: "vpp-mrr-results-2n-skx"
5742   filter: "all"
5743   parameters:
5744   - "name"
5745   - "parent"
5746   - "msg"
5747
5748 # Detailed Test Results - VPP MRR Results 2n-clx
5749 - type: "table"
5750   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5751   algorithm: "table_merged_details"
5752   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5753   columns:
5754     - title: " |prein| Test Name |preout| "
5755       data: "data name"
5756     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5757       data: "data msg"
5758   data: "vpp-mrr-results-2n-clx"
5759   filter: "all"
5760   parameters:
5761   - "name"
5762   - "parent"
5763   - "msg"
5764
5765 # Detailed Test Results - VPP MRR Results 3n-tsh
5766 - type: "table"
5767   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5768   algorithm: "table_merged_details"
5769   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5770   columns:
5771     - title: " |prein| Test Name |preout| "
5772       data: "data name"
5773     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5774       data: "data msg"
5775   data: "vpp-mrr-results-3n-tsh"
5776   filter: "all"
5777   parameters:
5778   - "name"
5779   - "parent"
5780   - "msg"
5781
5782 # Detailed Test Results - VPP MRR Results 3n-dnv
5783 - type: "table"
5784   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5785   algorithm: "table_merged_details"
5786   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5787   columns:
5788     - title: " |prein| Test Name |preout| "
5789       data: "data name"
5790     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5791       data: "data msg"
5792   data: "vpp-mrr-results-3n-dnv"
5793   filter: "all"
5794   parameters:
5795   - "name"
5796   - "parent"
5797   - "msg"
5798
5799 # Detailed Test Results - VPP MRR Results 2n-dnv
5800 - type: "table"
5801   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5802   algorithm: "table_merged_details"
5803   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5804   columns:
5805     - title: " |prein| Test Name |preout| "
5806       data: "data name"
5807     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5808       data: "data msg"
5809   data: "vpp-mrr-results-2n-dnv"
5810   filter: "all"
5811   parameters:
5812   - "name"
5813   - "parent"
5814   - "msg"
5815
5816 # Test configuration - VPP MRR Test Configs 3n-hsw
5817 - type: "table"
5818   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5819   algorithm: "table_merged_details"
5820   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5821   columns:
5822     - title: " |prein| Test Name |preout| "
5823       data: "data name"
5824     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5825       data: "data conf-history"
5826   data: "vpp-mrr-results-3n-hsw"
5827   filter: "all"
5828   parameters:
5829   - "parent"
5830   - "name"
5831   - "conf-history"
5832
5833 # Test configuration - VPP MRR Test Configs 3n-skx
5834 - type: "table"
5835   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5836   algorithm: "table_merged_details"
5837   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5838   columns:
5839     - title: " |prein| Test Name |preout| "
5840       data: "data name"
5841     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5842       data: "data conf-history"
5843   data: "vpp-mrr-results-3n-skx"
5844   filter: "all"
5845   parameters:
5846   - "parent"
5847   - "name"
5848   - "conf-history"
5849
5850 # Test configuration - VPP MRR Test Configs 2n-skx
5851 - type: "table"
5852   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5853   algorithm: "table_merged_details"
5854   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5855   columns:
5856     - title: " |prein| Test Name |preout| "
5857       data: "data name"
5858     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5859       data: "data conf-history"
5860   data: "vpp-mrr-results-2n-skx"
5861   filter: "all"
5862   parameters:
5863   - "parent"
5864   - "name"
5865   - "conf-history"
5866
5867 # Test configuration - VPP MRR Test Configs 2n-clx
5868 - type: "table"
5869   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5870   algorithm: "table_merged_details"
5871   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5872   columns:
5873     - title: " |prein| Test Name |preout| "
5874       data: "data name"
5875     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5876       data: "data conf-history"
5877   data: "vpp-mrr-results-2n-clx"
5878   filter: "all"
5879   parameters:
5880   - "parent"
5881   - "name"
5882   - "conf-history"
5883
5884 # Test configuration - VPP MRR Test Configs 3n-tsh
5885 - type: "table"
5886   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5887   algorithm: "table_merged_details"
5888   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5889   columns:
5890     - title: " |prein| Test Name |preout| "
5891       data: "data name"
5892     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5893       data: "data conf-history"
5894   data: "vpp-mrr-results-3n-tsh"
5895   filter: "all"
5896   parameters:
5897   - "parent"
5898   - "name"
5899   - "conf-history"
5900
5901 # Test configuration - VPP MRR Test Configs 3n-dnv
5902 - type: "table"
5903   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5904   algorithm: "table_merged_details"
5905   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5906   columns:
5907     - title: " |prein| Test Name |preout| "
5908       data: "data name"
5909     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5910       data: "data conf-history"
5911   data: "vpp-mrr-results-3n-dnv"
5912   filter: "all"
5913   parameters:
5914   - "parent"
5915   - "name"
5916   - "conf-history"
5917
5918 # Test configuration - VPP MRR Test Configs 2n-dnv
5919 - type: "table"
5920   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5921   algorithm: "table_merged_details"
5922   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5923   columns:
5924     - title: " |prein| Test Name |preout| "
5925       data: "data name"
5926     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5927       data: "data conf-history"
5928   data: "vpp-mrr-results-2n-dnv"
5929   filter: "all"
5930   parameters:
5931   - "parent"
5932   - "name"
5933   - "conf-history"
5934
5935 # Detailed Test Results - VPP Device Results - Ubuntu
5936 - type: "table"
5937   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5938   algorithm: "table_merged_details"
5939   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5940   columns:
5941     - title: " |prein| Test Name |preout| "
5942       data: "data name"
5943     - title: " |prein| Status |preout| "
5944       data: "data status"
5945   data: "vpp-device-results-ubuntu"
5946   filter: "all"
5947   parameters:
5948   - "name"
5949   - "parent"
5950   - "doc"
5951   - "status"
5952
5953 # Test configuration - VPP Device Test Configs - Ubuntu
5954 - type: "table"
5955   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5956   algorithm: "table_merged_details"
5957   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5958   columns:
5959     - title: " |prein| Test Name |preout| "
5960       data: "data name"
5961     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5962       data: "data conf-history"
5963   data: "vpp-device-results-ubuntu"
5964   filter: "all"
5965   parameters:
5966   - "parent"
5967   - "name"
5968   - "conf-history"
5969
5970 ################################################################################
5971
5972 # DPDK Performance Changes 3n-hsw 1t1c pdr
5973 - type: "table"
5974   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5975   algorithm: "table_comparison"
5976   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5977   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5978   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5979   columns:
5980     - title: "1908"
5981       data-set: "dpdk-performance-changes-3n-hsw-h1"
5982     - title: "2001"
5983       data-set: "dpdk-performance-changes-3n-hsw-ref"
5984     - title: "2005"
5985       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5986   comparisons:
5987     - title: "Diff"
5988       reference: 2
5989       compare: 3
5990   legend:
5991     - "Legend to Table"
5992     - "1908, 2001, 2005 - DPDK versions tested."
5993     - "Diff - difference between 2001 and 2005 DPDK version."
5994
5995 # DPDK Performance Changes 3n-hsw 2t2c pdr
5996 - type: "table"
5997   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5998   algorithm: "table_comparison"
5999   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6000   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6001   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6002   columns:
6003     - title: "1908"
6004       data-set: "dpdk-performance-changes-3n-hsw-h1"
6005     - title: "2001"
6006       data-set: "dpdk-performance-changes-3n-hsw-ref"
6007     - title: "2005"
6008       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6009   comparisons:
6010     - title: "Diff"
6011       reference: 2
6012       compare: 3
6013   legend:
6014     - "Legend to Table"
6015     - "1908, 2001, 2005 - DPDK versions tested."
6016     - "Diff - difference between 2001 and 2005 DPDK version."
6017
6018 # DPDK Performance Changes 3n-hsw 1t1c pdr
6019 - type: "table"
6020   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6021   algorithm: "table_comparison"
6022   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6023   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6024   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6025   columns:
6026     - title: "1908"
6027       data-set: "dpdk-performance-changes-3n-hsw-h1"
6028     - title: "2001"
6029       data-set: "dpdk-performance-changes-3n-hsw-ref"
6030     - title: "2005"
6031       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6032   comparisons:
6033     - title: "Diff"
6034       reference: 2
6035       compare: 3
6036   legend:
6037     - "Legend to Table"
6038     - "1908, 2001, 2005 - DPDK versions tested."
6039     - "Diff - difference between 2001 and 2005 DPDK version."
6040
6041 # DPDK Performance Changes 3n-hsw 2t2c ndr
6042 - type: "table"
6043   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6044   algorithm: "table_comparison"
6045   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6046   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6047   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6048   columns:
6049     - title: "1908"
6050       data-set: "dpdk-performance-changes-3n-hsw-h1"
6051     - title: "2001"
6052       data-set: "dpdk-performance-changes-3n-hsw-ref"
6053     - title: "2005"
6054       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6055   comparisons:
6056     - title: "Diff"
6057       reference: 2
6058       compare: 3
6059   legend:
6060     - "Legend to Table"
6061     - "1908, 2001, 2005 - DPDK versions tested."
6062     - "Diff - difference between 2001 and 2005 DPDK version."
6063
6064 # DPDK Performance Changes 3n-skx 2t1c pdr
6065 - type: "table"
6066   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6067   algorithm: "table_comparison"
6068   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6069   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6070   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6071   columns:
6072     - title: "1908"
6073       data-set: "dpdk-performance-changes-3n-skx-h1"
6074     - title: "2001"
6075       data-set: "dpdk-performance-changes-3n-skx-ref"
6076     - title: "2005"
6077       data-set: "dpdk-performance-changes-3n-skx-cmp"
6078   comparisons:
6079     - title: "Diff"
6080       reference: 2
6081       compare: 3
6082   legend:
6083     - "Legend to Table"
6084     - "1908, 2001, 2005 - DPDK versions tested."
6085     - "Diff - difference between 2001 and 2005 DPDK version."
6086
6087 # DPDK Performance Changes 3n-skx 4t2c pdr
6088 - type: "table"
6089   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6090   algorithm: "table_comparison"
6091   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6092   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6093   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6094   columns:
6095     - title: "1908"
6096       data-set: "dpdk-performance-changes-3n-skx-h1"
6097     - title: "2001"
6098       data-set: "dpdk-performance-changes-3n-skx-ref"
6099     - title: "2005"
6100       data-set: "dpdk-performance-changes-3n-skx-cmp"
6101   comparisons:
6102     - title: "Diff"
6103       reference: 2
6104       compare: 3
6105   legend:
6106     - "Legend to Table"
6107     - "1908, 2001, 2005 - DPDK versions tested."
6108     - "Diff - difference between 2001 and 2005 DPDK version."
6109
6110 # DPDK Performance Changes 3n-skx 2t1c ndr
6111 - type: "table"
6112   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6113   algorithm: "table_comparison"
6114   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6116   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6117   columns:
6118     - title: "1908"
6119       data-set: "dpdk-performance-changes-3n-skx-h1"
6120     - title: "2001"
6121       data-set: "dpdk-performance-changes-3n-skx-ref"
6122     - title: "2005"
6123       data-set: "dpdk-performance-changes-3n-skx-cmp"
6124   comparisons:
6125     - title: "Diff"
6126       reference: 2
6127       compare: 3
6128   legend:
6129     - "Legend to Table"
6130     - "1908, 2001, 2005 - DPDK versions tested."
6131     - "Diff - difference between 2001 and 2005 DPDK version."
6132
6133 # DPDK Performance Changes 3n-skx 4t2c ndr
6134 - type: "table"
6135   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6136   algorithm: "table_comparison"
6137   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6138   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6139   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6140   columns:
6141     - title: "1908"
6142       data-set: "dpdk-performance-changes-3n-skx-h1"
6143     - title: "2001"
6144       data-set: "dpdk-performance-changes-3n-skx-ref"
6145     - title: "2005"
6146       data-set: "dpdk-performance-changes-3n-skx-cmp"
6147   comparisons:
6148     - title: "Diff"
6149       reference: 2
6150       compare: 3
6151   legend:
6152     - "Legend to Table"
6153     - "1908, 2001, 2005 - DPDK versions tested."
6154     - "Diff - difference between 2001 and 2005 DPDK version."
6155
6156 # DPDK Performance Changes 2n-skx 2t1c pdr
6157 - type: "table"
6158   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6159   algorithm: "table_comparison"
6160   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6161   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6162   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6163   columns:
6164     - title: "1908"
6165       data-set: "dpdk-performance-changes-2n-skx-h1"
6166     - title: "2001"
6167       data-set: "dpdk-performance-changes-2n-skx-ref"
6168     - title: "2005"
6169       data-set: "dpdk-performance-changes-2n-skx-cmp"
6170   comparisons:
6171     - title: "Diff"
6172       reference: 2
6173       compare: 3
6174   legend:
6175     - "Legend to Table"
6176     - "1908, 2001, 2005 - DPDK versions tested."
6177     - "Diff - difference between 2001 and 2005 DPDK version."
6178
6179 # DPDK Performance Changes 2n-skx 4t2c pdr
6180 - type: "table"
6181   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6182   algorithm: "table_comparison"
6183   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6184   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6185   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6186   columns:
6187     - title: "1908"
6188       data-set: "dpdk-performance-changes-2n-skx-h1"
6189     - title: "2001"
6190       data-set: "dpdk-performance-changes-2n-skx-ref"
6191     - title: "2005"
6192       data-set: "dpdk-performance-changes-2n-skx-cmp"
6193   comparisons:
6194     - title: "Diff"
6195       reference: 2
6196       compare: 3
6197   legend:
6198     - "Legend to Table"
6199     - "1908, 2001, 2005 - DPDK versions tested."
6200     - "Diff - difference between 2001 and 2005 DPDK version."
6201
6202 # DPDK Performance Changes 2n-skx 2t1c ndr
6203 - type: "table"
6204   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6205   algorithm: "table_comparison"
6206   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6207   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6208   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6209   columns:
6210     - title: "1908"
6211       data-set: "dpdk-performance-changes-2n-skx-h1"
6212     - title: "2001"
6213       data-set: "dpdk-performance-changes-2n-skx-ref"
6214     - title: "2005"
6215       data-set: "dpdk-performance-changes-2n-skx-cmp"
6216   comparisons:
6217     - title: "Diff"
6218       reference: 2
6219       compare: 3
6220   legend:
6221     - "Legend to Table"
6222     - "1908, 2001, 2005 - DPDK versions tested."
6223     - "Diff - difference between 2001 and 2005 DPDK version."
6224
6225 # DPDK Performance Changes 2n-skx 4t2c ndr
6226 - type: "table"
6227   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6228   algorithm: "table_comparison"
6229   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6230   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6231   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6232   columns:
6233     - title: "1908"
6234       data-set: "dpdk-performance-changes-2n-skx-h1"
6235     - title: "2001"
6236       data-set: "dpdk-performance-changes-2n-skx-ref"
6237     - title: "2005"
6238       data-set: "dpdk-performance-changes-2n-skx-cmp"
6239   comparisons:
6240     - title: "Diff"
6241       reference: 2
6242       compare: 3
6243   legend:
6244     - "Legend to Table"
6245     - "1908, 2001, 2005 - DPDK versions tested."
6246     - "Diff - difference between 2001 and 2005 DPDK version."
6247
6248 # DPDK Performance Changes 2n-clx 2t1c pdr
6249 - type: "table"
6250   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6251   algorithm: "table_comparison"
6252   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6253   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6254   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6255   columns:
6256     - title: "2001"
6257       data-set: "dpdk-performance-changes-2n-clx-ref"
6258     - title: "2005"
6259       data-set: "dpdk-performance-changes-2n-clx-cmp"
6260   comparisons:
6261     - title: "Diff"
6262       reference: 1
6263       compare: 2
6264   legend:
6265     - "Legend to Table"
6266     - "2001, 2005 - DPDK versions tested."
6267     - "Diff - difference between 2001 and 2005 DPDK version."
6268
6269 # DPDK Performance Changes 2n-clx 4t2c pdr
6270 - type: "table"
6271   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6272   algorithm: "table_comparison"
6273   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6274   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6275   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6276   columns:
6277     - title: "2001"
6278       data-set: "dpdk-performance-changes-2n-clx-ref"
6279     - title: "2005"
6280       data-set: "dpdk-performance-changes-2n-clx-cmp"
6281   comparisons:
6282     - title: "Diff"
6283       reference: 1
6284       compare: 2
6285   legend:
6286     - "Legend to Table"
6287     - "2001, 2005 - DPDK versions tested."
6288     - "Diff - difference between 2001 and 2005 DPDK version."
6289
6290 # DPDK Performance Changes 2n-clx 2t1c ndr
6291 - type: "table"
6292   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6293   algorithm: "table_comparison"
6294   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6295   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6296   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6297   columns:
6298     - title: "2001"
6299       data-set: "dpdk-performance-changes-2n-clx-ref"
6300     - title: "2005"
6301       data-set: "dpdk-performance-changes-2n-clx-cmp"
6302   comparisons:
6303     - title: "Diff"
6304       reference: 1
6305       compare: 2
6306   legend:
6307     - "Legend to Table"
6308     - "2001, 2005 - DPDK versions tested."
6309     - "Diff - difference between 2001 and 2005 DPDK version."
6310
6311 # DPDK Performance Changes 2n-clx 4t2c ndr
6312 - type: "table"
6313   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6314   algorithm: "table_comparison"
6315   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6316   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6317   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6318   columns:
6319     - title: "2001"
6320       data-set: "dpdk-performance-changes-2n-clx-ref"
6321     - title: "2005"
6322       data-set: "dpdk-performance-changes-2n-clx-cmp"
6323   comparisons:
6324     - title: "Diff"
6325       reference: 1
6326       compare: 2
6327   legend:
6328     - "Legend to Table"
6329     - "2001, 2005 - DPDK versions tested."
6330     - "Diff - difference between 2001 and 2005 DPDK version."
6331
6332 # DPDK Performance Changes 2n-dnv 1t1c pdr
6333 - type: "table"
6334   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6335   algorithm: "table_comparison"
6336   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6337   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6338   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6339   columns:
6340     - title: "2001"
6341       data-set: "dpdk-performance-changes-2n-dnv-ref"
6342     - title: "2005"
6343       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6344   comparisons:
6345     - title: "Diff"
6346       reference: 1
6347       compare: 2
6348   legend:
6349     - "Legend to Table"
6350     - "2001, 2005 - DPDK versions tested."
6351     - "Diff - difference between 2001 and 2005 DPDK version."
6352
6353 # DPDK Performance Changes 2n-dnv 2t2c pdr
6354 - type: "table"
6355   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6356   algorithm: "table_comparison"
6357   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6358   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6359   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6360   columns:
6361     - title: "2001"
6362       data-set: "dpdk-performance-changes-2n-dnv-ref"
6363     - title: "2005"
6364       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6365   comparisons:
6366     - title: "Diff"
6367       reference: 1
6368       compare: 2
6369   legend:
6370     - "Legend to Table"
6371     - "2001, 2005 - DPDK versions tested."
6372     - "Diff - difference between 2001 and 2005 DPDK version."
6373
6374 # DPDK Performance Changes 2n-dnv 1t1c ndr
6375 - type: "table"
6376   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6377   algorithm: "table_comparison"
6378   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6379   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6380   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6381   columns:
6382     - title: "2001"
6383       data-set: "dpdk-performance-changes-2n-dnv-ref"
6384     - title: "2005"
6385       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6386   comparisons:
6387     - title: "Diff"
6388       reference: 1
6389       compare: 2
6390   legend:
6391     - "Legend to Table"
6392     - "2001, 2005 - DPDK versions tested."
6393     - "Diff - difference between 2001 and 2005 DPDK version."
6394
6395 # DPDK Performance Changes 2n-dnv 2t2c ndr
6396 - type: "table"
6397   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6398   algorithm: "table_comparison"
6399   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6400   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6401   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6402   columns:
6403     - title: "2001"
6404       data-set: "dpdk-performance-changes-2n-dnv-ref"
6405     - title: "2005"
6406       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6407   comparisons:
6408     - title: "Diff"
6409       reference: 1
6410       compare: 2
6411   legend:
6412     - "Legend to Table"
6413     - "2001, 2005 - DPDK versions tested."
6414     - "Diff - difference between 2001 and 2005 DPDK version."
6415
6416 # DPDK Performance Changes 3n-dnv 1t1c pdr
6417 - type: "table"
6418   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6419   algorithm: "table_comparison"
6420   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6421   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6422   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6423   columns:
6424     - title: "2001"
6425       data-set: "dpdk-performance-changes-3n-dnv-ref"
6426     - title: "2005"
6427       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6428   comparisons:
6429     - title: "Diff"
6430       reference: 1
6431       compare: 2
6432   legend:
6433     - "Legend to Table"
6434     - "2001, 2005 - DPDK versions tested."
6435     - "Diff - difference between 2001 and 2005 DPDK version."
6436
6437 # DPDK Performance Changes 3n-dnv 2t2c pdr
6438 - type: "table"
6439   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6440   algorithm: "table_comparison"
6441   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6442   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6443   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6444   columns:
6445     - title: "2001"
6446       data-set: "dpdk-performance-changes-3n-dnv-ref"
6447     - title: "2005"
6448       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6449   comparisons:
6450     - title: "Diff"
6451       reference: 1
6452       compare: 2
6453   legend:
6454     - "Legend to Table"
6455     - "2001, 2005 - DPDK versions tested."
6456     - "Diff - difference between 2001 and 2005 DPDK version."
6457
6458 # DPDK Performance Changes 3n-dnv 1t1c ndr
6459 - type: "table"
6460   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6461   algorithm: "table_comparison"
6462   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6463   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6464   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6465   columns:
6466     - title: "2001"
6467       data-set: "dpdk-performance-changes-3n-dnv-ref"
6468     - title: "2005"
6469       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6470   comparisons:
6471     - title: "Diff"
6472       reference: 1
6473       compare: 2
6474   legend:
6475     - "Legend to Table"
6476     - "2001, 2005 - DPDK versions tested."
6477     - "Diff - difference between 2001 and 2005 DPDK version."
6478
6479 # DPDK Performance Changes 3n-dnv 2t2c ndr
6480 - type: "table"
6481   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6482   algorithm: "table_comparison"
6483   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6485   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6486   columns:
6487     - title: "2001"
6488       data-set: "dpdk-performance-changes-3n-dnv-ref"
6489     - title: "2005"
6490       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6491   comparisons:
6492     - title: "Diff"
6493       reference: 1
6494       compare: 2
6495   legend:
6496     - "Legend to Table"
6497     - "2001, 2005 - DPDK versions tested."
6498     - "Diff - difference between 2001 and 2005 DPDK version."
6499
6500 # DPDK Performance Changes 3n-tsh 1t1c pdr
6501 - type: "table"
6502   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6503   algorithm: "table_comparison"
6504   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6506   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6507   columns:
6508     - title: "2001"
6509       data-set: "dpdk-performance-changes-3n-tsh-ref"
6510     - title: "2005"
6511       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6512   comparisons:
6513     - title: "Diff"
6514       reference: 1
6515       compare: 2
6516   legend:
6517     - "Legend to Table"
6518     - "2001, 2005 - DPDK versions tested."
6519     - "Diff - difference between 2001 and 2005 DPDK version."
6520
6521 # DPDK Performance Changes 3n-tsh 2t2c pdr
6522 - type: "table"
6523   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6524   algorithm: "table_comparison"
6525   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6526   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6527   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6528   columns:
6529     - title: "2001"
6530       data-set: "dpdk-performance-changes-3n-tsh-ref"
6531     - title: "2005"
6532       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6533   comparisons:
6534     - title: "Diff"
6535       reference: 1
6536       compare: 2
6537   legend:
6538     - "Legend to Table"
6539     - "2001, 2005 - DPDK versions tested."
6540     - "Diff - difference between 2001 and 2005 DPDK version."
6541
6542 # DPDK Performance Changes 3n-tsh 1t1c ndr
6543 - type: "table"
6544   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6545   algorithm: "table_comparison"
6546   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6547   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6548   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6549   columns:
6550     - title: "2001"
6551       data-set: "dpdk-performance-changes-3n-tsh-ref"
6552     - title: "2005"
6553       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6554   comparisons:
6555     - title: "Diff"
6556       reference: 1
6557       compare: 2
6558   legend:
6559     - "Legend to Table"
6560     - "2001, 2005 - DPDK versions tested."
6561     - "Diff - difference between 2001 and 2005 DPDK version."
6562
6563 # DPDK Performance Changes 3n-tsh 2t2c ndr
6564 - type: "table"
6565   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6566   algorithm: "table_comparison"
6567   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6568   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6569   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6570   columns:
6571     - title: "2001"
6572       data-set: "dpdk-performance-changes-3n-tsh-ref"
6573     - title: "2005"
6574       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6575   comparisons:
6576     - title: "Diff"
6577       reference: 1
6578       compare: 2
6579   legend:
6580     - "Legend to Table"
6581     - "2001, 2005 - DPDK versions tested."
6582     - "Diff - difference between 2001 and 2005 DPDK version."
6583
6584 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6585 - type: "table"
6586   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6587   algorithm: "table_comparison"
6588   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6589   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6590   filter: "'NIC_Intel-X710'"
6591   columns:
6592     - title: "3n-hsw x710"
6593       data-set: "dpdk-compare-testbeds-ref"
6594     - title: "3n-skx x710"
6595       data-set: "dpdk-compare-testbeds-cmp"
6596   comparisons:
6597     - title: "Diff"
6598       reference: 1
6599       compare: 2
6600   legend:
6601     - "Legend to Table"
6602     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6603     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6604
6605 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6606 - type: "table"
6607   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6608   algorithm: "table_comparison"
6609   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6610   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6611   filter: "'NIC_Intel-X710'"
6612   columns:
6613     - title: "3n-hsw x710"
6614       data-set: "dpdk-compare-testbeds-ref"
6615     - title: "3n-skx x710"
6616       data-set: "dpdk-compare-testbeds-cmp"
6617   comparisons:
6618     - title: "Diff"
6619       reference: 1
6620       compare: 2
6621   legend:
6622     - "Legend to Table"
6623     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6624     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6625
6626 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6627 - type: "table"
6628   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6629   algorithm: "table_comparison"
6630   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6631   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6632   filter: "'NIC_Intel-XXV710'"
6633   columns:
6634     - title: "2n-skx"
6635       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6636     - title: "2n-clx"
6637       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6638   comparisons:
6639     - title: "Diff"
6640       reference: 1
6641       compare: 2
6642   legend:
6643     - "Legend to Table"
6644     - "2n-skx, 2n-clx - testbeds and NICs tested."
6645     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6646
6647 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6648 - type: "table"
6649   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6650   algorithm: "table_comparison"
6651   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6652   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6653   filter: "'NIC_Intel-XXV710'"
6654   columns:
6655     - title: "2n-skx"
6656       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6657     - title: "2n-clx"
6658       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6659   comparisons:
6660     - title: "Diff"
6661       reference: 1
6662       compare: 2
6663   legend:
6664     - "Legend to Table"
6665     - "2n-skx, 2n-clx - testbeds and NICs tested."
6666     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6667
6668 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6669 - type: "table"
6670   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6671   algorithm: "table_comparison"
6672   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6673   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6674   filter: "'NIC_Intel-XXV710'"
6675   columns:
6676     - title: "3n-skx"
6677       data-set: "dpdk-compare-topologies-ref"
6678     - title: "2n-skx"
6679       data-set: "dpdk-compare-topologies-cmp"
6680   comparisons:
6681     - title: "Diff"
6682       reference: 1
6683       compare: 2
6684   legend:
6685     - "Legend to Table"
6686     - "3n-skx, 2n-skx - topologies tested."
6687     - "Diff - difference between 3n-skx and 2n-skx topologies."
6688
6689 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6690 - type: "table"
6691   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6692   algorithm: "table_comparison"
6693   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6694   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6695   filter: "'NIC_Intel-XXV710'"
6696   columns:
6697     - title: "3n-skx"
6698       data-set: "dpdk-compare-topologies-ref"
6699     - title: "2n-skx"
6700       data-set: "dpdk-compare-topologies-cmp"
6701   comparisons:
6702     - title: "Diff"
6703       reference: 1
6704       compare: 2
6705   legend:
6706     - "Legend to Table"
6707     - "3n-skx, 2n-skx - topologies tested."
6708     - "Diff - difference between 3n-skx and 2n-skx topologies."
6709
6710 # Detailed Test Results - DPDK Performance Results 3n-hsw
6711 - type: "table"
6712   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6713   algorithm: "table_merged_details"
6714   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6715   columns:
6716     - title: " |prein| Test Name |preout| "
6717       data: "data name"
6718     - 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| "
6719       data: "data msg"
6720   data: "dpdk-perf-results-3n-hsw"
6721   filter: "all"
6722   parameters:
6723   - "name"
6724   - "parent"
6725   - "msg"
6726
6727 # Detailed Test Results - DPDK Performance Results 3n-skx
6728 - type: "table"
6729   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6730   algorithm: "table_merged_details"
6731   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6732   columns:
6733     - title: " |prein| Test Name |preout| "
6734       data: "data name"
6735     - 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| "
6736       data: "data msg"
6737   data: "dpdk-perf-results-3n-skx"
6738   filter: "all"
6739   remove-ndr: False
6740   parameters:
6741   - "name"
6742   - "parent"
6743   - "msg"
6744
6745 # Detailed Test Results - DPDK Performance Results 2n-skx
6746 - type: "table"
6747   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6748   algorithm: "table_merged_details"
6749   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6750   columns:
6751     - title: " |prein| Test Name |preout| "
6752       data: "data name"
6753     - 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| "
6754       data: "data msg"
6755   data: "dpdk-perf-results-2n-skx"
6756   filter: "all"
6757   remove-ndr: False
6758   parameters:
6759   - "name"
6760   - "parent"
6761   - "msg"
6762
6763 # Detailed Test Results - DPDK Performance Results 2n-clx
6764 - type: "table"
6765   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6766   algorithm: "table_merged_details"
6767   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6768   columns:
6769     - title: " |prein| Test Name |preout| "
6770       data: "data name"
6771     - 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| "
6772       data: "data msg"
6773   data: "dpdk-perf-results-2n-clx"
6774   filter: "all"
6775   parameters:
6776   - "name"
6777   - "parent"
6778   - "msg"
6779
6780 # Detailed Test Results - DPDK Performance Results 2n-dnv
6781 - type: "table"
6782   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6783   algorithm: "table_merged_details"
6784   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6785   columns:
6786     - title: " |prein| Test Name |preout| "
6787       data: "data name"
6788     - 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| "
6789       data: "data msg"
6790   data: "dpdk-perf-results-2n-dnv"
6791   filter: "all"
6792   parameters:
6793   - "name"
6794   - "parent"
6795   - "msg"
6796
6797 # Detailed Test Results - DPDK Performance Results 3n-dnv
6798 - type: "table"
6799   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6800   algorithm: "table_merged_details"
6801   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6802   columns:
6803     - title: " |prein| Test Name |preout| "
6804       data: "data name"
6805     - 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| "
6806       data: "data msg"
6807   data: "dpdk-perf-results-3n-dnv"
6808   filter: "all"
6809   parameters:
6810   - "name"
6811   - "parent"
6812   - "msg"
6813
6814 # Detailed Test Results - DPDK Performance Results 3n-tsh
6815 - type: "table"
6816   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6817   algorithm: "table_merged_details"
6818   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6819   columns:
6820     - title: " |prein| Test Name |preout| "
6821       data: "data name"
6822     - 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| "
6823       data: "data msg"
6824   data: "dpdk-perf-results-3n-tsh"
6825   filter: "all"
6826   parameters:
6827   - "name"
6828   - "parent"
6829   - "msg"
6830
6831 ################################################################################
6832 ###                                F I L E S                                 ###
6833 ################################################################################
6834
6835 # VPP Performance Results
6836 - type: "file"
6837   title: "VPP Performance Results"
6838   algorithm: "file_details_split"
6839   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6840   dir-tables:
6841     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6842     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6843     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6844     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6845     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6846     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6847     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6848   data:
6849     - "vpp-perf-results-2n-skx"
6850     - "vpp-perf-results-3n-skx"
6851     - "vpp-perf-results-2n-clx"
6852     - "vpp-perf-results-3n-hsw"
6853     - "vpp-perf-results-3n-tsh"
6854     - "vpp-perf-results-2n-dnv"
6855     - "vpp-perf-results-3n-dnv"
6856   filter: "all"
6857   data-start-level: 4
6858   order-chapters:
6859     level-1:
6860       - "l2"
6861       - "ip4"
6862       - "ip6"
6863       - "srv6"
6864       - "ip4_tunnels"
6865       - "ip6_tunnels"
6866       - "vm_vhost"
6867       - "container_memif"
6868       - "crypto"
6869       - "vts"
6870       - "lb"
6871       - "nfv_density"
6872       - "hoststack"
6873     level-2:
6874       - "2n-skx"
6875       - "3n-skx"
6876       - "2n-clx"
6877       - "3n-hsw"
6878       - "3n-tsh"
6879       - "2n-dnv"
6880       - "3n-dnv"
6881     level-3:
6882       - "xl710"
6883       - "x520"
6884       - "xxv710"
6885       - "x710"
6886       - "x553"
6887       - "cx556a"
6888       - "vic1227"
6889       - "vic1385"
6890
6891 # VPP Performance Configuration
6892 - type: "file"
6893   title: "VPP Performance Configuration"
6894   algorithm: "file_details_split"
6895   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6896   dir-tables:
6897     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6898     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6899     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6900     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6901     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6902     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6903     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6904   data:
6905     - "vpp-perf-results-2n-skx"
6906     - "vpp-perf-results-3n-skx"
6907     - "vpp-perf-results-2n-clx"
6908     - "vpp-perf-results-3n-hsw"
6909     - "vpp-perf-results-3n-tsh"
6910     - "vpp-perf-results-2n-dnv"
6911     - "vpp-perf-results-3n-dnv"
6912   filter: "all"
6913   data-start-level: 4
6914   order-chapters:
6915     level-1:
6916       - "l2"
6917       - "ip4"
6918       - "ip6"
6919       - "srv6"
6920       - "ip4_tunnels"
6921       - "ip6_tunnels"
6922       - "vm_vhost"
6923       - "container_memif"
6924       - "crypto"
6925       - "vts"
6926       - "lb"
6927       - "nfv_density"
6928       - "hoststack"
6929     level-2:
6930       - "2n-skx"
6931       - "3n-skx"
6932       - "2n-clx"
6933       - "3n-hsw"
6934       - "3n-tsh"
6935       - "2n-dnv"
6936       - "3n-dnv"
6937     level-3:
6938       - "xl710"
6939       - "x520"
6940       - "xxv710"
6941       - "x710"
6942       - "x553"
6943       - "cx556a"
6944       - "vic1227"
6945       - "vic1385"
6946
6947 # VPP Performance Operational
6948 - type: "file"
6949   title: "VPP Performance Operational"
6950   algorithm: "file_details_split_html"
6951   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6952   dir-tables:
6953     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6954     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6955     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6956     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6957     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6958     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6959     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6960   data:
6961     - "vpp-perf-results-2n-skx"
6962     - "vpp-perf-results-3n-skx"
6963     - "vpp-perf-results-2n-clx"
6964     - "vpp-perf-results-3n-hsw"
6965     - "vpp-perf-results-3n-tsh"
6966     - "vpp-perf-results-2n-dnv"
6967     - "vpp-perf-results-3n-dnv"
6968   filter: "all"
6969   data-start-level: 4
6970   order-chapters:
6971     level-1:
6972       - "l2"
6973       - "ip4"
6974       - "ip6"
6975       - "srv6"
6976       - "ip4_tunnels"
6977       - "ip6_tunnels"
6978       - "vm_vhost"
6979       - "container_memif"
6980       - "crypto"
6981       - "vts"
6982       - "lb"
6983       - "nfv_density"
6984       - "hoststack"
6985     level-2:
6986       - "2n-skx"
6987       - "3n-skx"
6988       - "2n-clx"
6989       - "3n-hsw"
6990       - "3n-tsh"
6991       - "2n-dnv"
6992       - "3n-dnv"
6993     level-3:
6994       - "xl710"
6995       - "x520"
6996       - "xxv710"
6997       - "x710"
6998       - "x553"
6999       - "cx556a"
7000       - "vic1227"
7001       - "vic1385"
7002
7003 # VPP MRR Results
7004 - type: "file"
7005   title: "VPP MRR Results"
7006   algorithm: "file_details_split"
7007   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7008   dir-tables:
7009     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7010     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7011     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7012     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7013     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7014     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7015     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7016   data:
7017     - "vpp-mrr-results-2n-skx"
7018     - "vpp-mrr-results-3n-skx"
7019     - "vpp-mrr-results-2n-clx"
7020     - "vpp-mrr-results-3n-hsw"
7021     - "vpp-mrr-results-3n-tsh"
7022     - "vpp-mrr-results-2n-dnv"
7023     - "vpp-mrr-results-3n-dnv"
7024   filter: "all"
7025   data-start-level: 4
7026   order-chapters:
7027     level-1:
7028       - "l2"
7029       - "ip4"
7030       - "ip6"
7031       - "srv6"
7032       - "ip4_tunnels"
7033       - "ip6_tunnels"
7034       - "vm_vhost"
7035       - "container_memif"
7036       - "crypto"
7037       - "vts"
7038       - "lb"
7039       - "nfv_density"
7040       - "hoststack"
7041     level-2:
7042       - "2n-skx"
7043       - "3n-skx"
7044       - "2n-clx"
7045       - "3n-hsw"
7046       - "3n-tsh"
7047       - "2n-dnv"
7048       - "3n-dnv"
7049     level-3:
7050       - "xl710"
7051       - "x520"
7052       - "xxv710"
7053       - "x710"
7054       - "x553"
7055       - "cx556a"
7056       - "vic1227"
7057       - "vic1385"
7058
7059 # VPP MRR Configuration
7060 - type: "file"
7061   title: "VPP MRR Configuration"
7062   algorithm: "file_details_split"
7063   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7064   dir-tables:
7065     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7066     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7067     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7068     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7069     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7070     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7071     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7072   data:
7073     - "vpp-mrr-results-2n-skx"
7074     - "vpp-mrr-results-3n-skx"
7075     - "vpp-mrr-results-2n-clx"
7076     - "vpp-mrr-results-3n-hsw"
7077     - "vpp-mrr-results-3n-tsh"
7078     - "vpp-mrr-results-2n-dnv"
7079     - "vpp-mrr-results-3n-dnv"
7080   filter: "all"
7081   data-start-level: 4
7082   order-chapters:
7083     level-1:
7084       - "l2"
7085       - "ip4"
7086       - "ip6"
7087       - "srv6"
7088       - "ip4_tunnels"
7089       - "ip6_tunnels"
7090       - "vm_vhost"
7091       - "container_memif"
7092       - "crypto"
7093       - "vts"
7094       - "lb"
7095       - "nfv_density"
7096       - "hoststack"
7097     level-2:
7098       - "2n-skx"
7099       - "3n-skx"
7100       - "2n-clx"
7101       - "3n-hsw"
7102       - "3n-tsh"
7103       - "2n-dnv"
7104       - "3n-dnv"
7105     level-3:
7106       - "xl710"
7107       - "x520"
7108       - "xxv710"
7109       - "x710"
7110       - "x553"
7111       - "cx556a"
7112       - "vic1227"
7113       - "vic1385"
7114
7115 # VPP Device Results - Ubuntu
7116 - type: "file"
7117   title: "VPP Device Results - Ubuntu"
7118   algorithm: "file_test_results"
7119   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7120   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7121   data: "vpp-device-results-ubuntu"
7122   filter: "all"
7123   data-start-level: 4
7124
7125 # VPP Device Configuration - Ubuntu
7126 - type: "file"
7127   title: "VPP Device Configuration - Ubuntu"
7128   algorithm: "file_test_results"
7129   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7130   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7131   data: "vpp-device-results-ubuntu"
7132   filter: "all"
7133   data-start-level: 4
7134
7135 # DPDK Performance Results 3n-hsw
7136 - type: "file"
7137   title: "DPDK Performance Results 3n-hsw"
7138   algorithm: "file_test_results"
7139   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7140   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7141   data: "dpdk-perf-results-3n-hsw"
7142   filter: "all"
7143   data-start-level: 4
7144
7145 # DPDK Performance Results 3n-skx
7146 - type: "file"
7147   title: "DPDK Performance Results 3n-skx"
7148   algorithm: "file_test_results"
7149   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7150   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7151   data: "dpdk-perf-results-3n-skx"
7152   filter: "all"
7153   data-start-level: 4
7154
7155 # DPDK Performance Results 2n-skx
7156 - type: "file"
7157   title: "DPDK Performance Results 2n-skx"
7158   algorithm: "file_test_results"
7159   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7160   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7161   data: "dpdk-perf-results-2n-skx"
7162   filter: "all"
7163   data-start-level: 4
7164
7165 # DPDK Performance Results 2n-clx
7166 - type: "file"
7167   title: "DPDK Performance Results 2n-clx"
7168   algorithm: "file_test_results"
7169   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7170   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7171   data: "dpdk-perf-results-2n-clx"
7172   filter: "all"
7173   data-start-level: 4
7174
7175 # DPDK Performance Results 2n-dnv
7176 - type: "file"
7177   title: "DPDK Performance Results 2n-dnv"
7178   algorithm: "file_test_results"
7179   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7180   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7181   data: "dpdk-perf-results-2n-dnv"
7182   filter: "all"
7183   data-start-level: 4
7184
7185 # DPDK Performance Results 3n-dnv
7186 - type: "file"
7187   title: "DPDK Performance Results 3n-dnv"
7188   algorithm: "file_test_results"
7189   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7190   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7191   data: "dpdk-perf-results-3n-dnv"
7192   filter: "all"
7193   data-start-level: 4
7194
7195 # DPDK Performance Results 3n-tsh
7196 - type: "file"
7197   title: "DPDK Performance Results 3n-tsh"
7198   algorithm: "file_test_results"
7199   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7200   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7201   data: "dpdk-perf-results-3n-tsh"
7202   filter: "all"
7203   data-start-level: 4
7204
7205 ################################################################################
7206 ###                                P L O T S                                 ###
7207 ################################################################################
7208
7209 # Hoststack tests 3n-hsw
7210
7211 - type: "plot"
7212   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7213   algorithm: "plot_perf_box_name"
7214   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7215   data: "plot-vpp-hoststack-3n-hsw"
7216   include:
7217     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7218     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7219   layout:
7220     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7221     layout: "plot-hoststack"
7222
7223 - type: "plot"
7224   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7225   algorithm: "plot_perf_box_name"
7226   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7227   data: "plot-vpp-hoststack-3n-hsw"
7228   include:
7229     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7230     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7231   layout:
7232     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7233     layout: "plot-hoststack"
7234
7235 - type: "plot"
7236   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7237   algorithm: "plot_perf_box_name"
7238   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7239   data: "plot-vpp-hoststack-3n-hsw"
7240   include:
7241     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7242     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7243     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7244     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7245   layout:
7246     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7247     layout: "plot-hoststack"
7248
7249 ## Plots VPP HTTP Server Performance
7250 #- type: "plot"
7251 #  title: "VPP HTTP Server Performance"
7252 #  algorithm: "plot_http_server_perf_box"
7253 #  output-file-type: ".html"
7254 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7255 #  data:
7256 #    "plot-vpp-http-server-performance"
7257 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7258 #  parameters:
7259 #  - "result"
7260 #  - "name"
7261 #  traces:
7262 #    hoverinfo: "y+name"
7263 #    boxpoints: "outliers"
7264 #    whiskerwidth: 0
7265 #  layout:
7266 #    title: "VPP HTTP Server Performance"
7267 #    layout:
7268 #      "plot-cps"
7269 #
7270 #- type: "plot"
7271 #  title: "VPP HTTP Server Performance"
7272 #  algorithm: "plot_http_server_perf_box"
7273 #  output-file-type: ".html"
7274 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7275 #  data:
7276 #    "plot-vpp-http-server-performance"
7277 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7278 #  parameters:
7279 #  - "result"
7280 #  - "name"
7281 #  traces:
7282 #    hoverinfo: "y+name"
7283 #    boxpoints: "outliers"
7284 #    whiskerwidth: 0
7285 #  layout:
7286 #    title: "VPP HTTP Server Performance"
7287 #    layout:
7288 #      "plot-rps"
7289
7290 ################################################################################
7291
7292 # Soak Test (PLRsearch), boxes - 2n-clx
7293 - type: "plot"
7294   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7295   algorithm: "plot_perf_box_name"
7296   output-file-type: ".html"
7297   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7298   data: "plot-vpp-soak-2n-clx"
7299   include:
7300     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7306   layout:
7307     title: "30 Minutes Soak Test (PLRsearch)"
7308     layout: "plot-soak-throughput"
7309
7310 # Soak Test (PLRsearch), boxes - 2n-clx
7311 - type: "plot"
7312   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7313   algorithm: "plot_perf_box_name"
7314   output-file-type: ".html"
7315   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7316   data: "plot-vpp-soak-2n-clx"
7317   include:
7318     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7319     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7320     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7321     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7323     - "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"
7324   layout:
7325     title: "30 Minutes Soak Test (PLRsearch)"
7326     layout: "plot-soak-throughput"
7327
7328 # Soak Test (PLRsearch), boxes - 2n-skx
7329 - type: "plot"
7330   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7331   algorithm: "plot_perf_box_name"
7332   output-file-type: ".html"
7333   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7334   data: "plot-vpp-soak-2n-skx"
7335   include:
7336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7337     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7338     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7339     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7342   layout:
7343     title: "30 Minutes Soak Test (PLRsearch)"
7344     layout: "plot-soak-throughput"
7345
7346 # Soak Test (PLRsearch), boxes - 2n-skx
7347 - type: "plot"
7348   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7349   algorithm: "plot_perf_box_name"
7350   output-file-type: ".html"
7351   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7352   data: "plot-vpp-soak-2n-skx"
7353   include:
7354     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7355     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7356     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7357     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7359     - "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"
7360   layout:
7361     title: "30 Minutes Soak Test (PLRsearch)"
7362     layout: "plot-soak-throughput"
7363
7364 ###############################################################################
7365
7366 # Reconf tests 2n-skx
7367
7368 - type: "plot"
7369   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7370   algorithm: "plot_nf_reconf_box_name"
7371   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7372   data: "plot-vpp-nfv-reconf-2n-skx"
7373   include:
7374     - "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"
7375     - "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"
7376     - "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"
7377     - "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"
7378     - "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"
7379     - "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"
7380   layout:
7381     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7382     layout: "plot-throughput"
7383
7384 - type: "plot"
7385   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7386   algorithm: "plot_nf_reconf_box_name"
7387   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7388   data: "plot-vpp-nfv-reconf-2n-skx"
7389   include:
7390     - "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"
7391     - "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"
7392     - "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"
7393     - "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"
7394     - "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"
7395     - "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"
7396   layout:
7397     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7398     layout: "plot-throughput"
7399
7400 - type: "plot"
7401   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7402   algorithm: "plot_nf_reconf_box_name"
7403   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7404   data: "plot-vpp-nfv-reconf-2n-skx"
7405   include:
7406     - "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"
7407     - "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"
7408     - "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"
7409     - "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"
7410     - "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"
7411     - "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"
7412   layout:
7413     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7414     layout: "plot-throughput"
7415
7416 ###############################################################################
7417
7418 # Reconf tests 2n-clx
7419
7420 - type: "plot"
7421   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7422   algorithm: "plot_nf_reconf_box_name"
7423   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7424   data: "plot-vpp-nfv-reconf-2n-clx"
7425   include:
7426     - "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"
7427     - "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"
7428     - "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"
7429     - "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"
7430   layout:
7431     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7432     layout: "plot-throughput"
7433
7434 - type: "plot"
7435   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7436   algorithm: "plot_nf_reconf_box_name"
7437   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7438   data: "plot-vpp-nfv-reconf-2n-clx"
7439   include:
7440     - "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"
7441     - "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"
7442     - "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"
7443     - "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"
7444   layout:
7445     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7446     layout: "plot-throughput"
7447
7448 - type: "plot"
7449   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7450   algorithm: "plot_nf_reconf_box_name"
7451   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7452   data: "plot-vpp-nfv-reconf-2n-clx"
7453   include:
7454     - "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"
7455     - "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"
7456     - "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"
7457     - "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"
7458   layout:
7459     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7460     layout: "plot-throughput"
7461
7462 ###############################################################################
7463
7464 # Plots - NF Density - VSC - MRR IMIX
7465 - type: "plot"
7466   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7467   algorithm: "plot_nf_heatmap"
7468   output-file-type: ".html"
7469   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7470   data: "plot-vpp-nfv-2n-skx-mrr"
7471   filter: "'NIC_Intel-XXV710' and
7472            'NF_DENSITY' and
7473            'VHOST' and
7474            not 'VXLAN' and
7475            'CHAIN' and
7476            'NF_VPPIP4' and
7477            'IMIX' and
7478            '2T1C' and
7479            'MRR'"
7480   parameters:
7481   - "result"
7482   - "name"
7483   - "tags"
7484   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7485   x-axis: "X = VNFs per Service Chain"
7486   y-axis: "Y = Number of Service Chains"
7487   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7488   layout:
7489     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7490     layout: "plot-service-density"
7491
7492 - type: "plot"
7493   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7494   algorithm: "plot_nf_heatmap"
7495   output-file-type: ".html"
7496   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7497   data: "plot-vpp-nfv-2n-skx-mrr"
7498   filter: "'NIC_Intel-XXV710' and
7499            'NF_DENSITY' and
7500            'VHOST' and
7501            not 'VXLAN' and
7502            'CHAIN' and
7503            'NF_VPPIP4' and
7504            'IMIX' and
7505            '4T2C' and
7506            'MRR'"
7507   parameters:
7508   - "result"
7509   - "name"
7510   - "tags"
7511   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7512   x-axis: "X = VNFs per Service Chain"
7513   y-axis: "Y = Number of Service Chains"
7514   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7515   layout:
7516     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7517     layout: "plot-service-density"
7518
7519 - type: "plot"
7520   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7521   algorithm: "plot_nf_heatmap"
7522   output-file-type: ".html"
7523   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7524   data: "plot-vpp-nfv-2n-skx-mrr"
7525   filter: "'NIC_Intel-XXV710' and
7526            'NF_DENSITY' and
7527            'VHOST' and
7528            not 'VXLAN' and
7529            'CHAIN' and
7530            'NF_VPPIP4' and
7531            'IMIX' and
7532            '8T4C' and
7533            'MRR'"
7534   parameters:
7535   - "result"
7536   - "name"
7537   - "tags"
7538   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7539   x-axis: "X = VNFs per Service Chain"
7540   y-axis: "Y = Number of Service Chains"
7541   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7542   layout:
7543     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7544     layout: "plot-service-density"
7545
7546 # Plots - NF Density - VSC - NDR IMIX
7547 - type: "plot"
7548   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7549   algorithm: "plot_nf_heatmap"
7550   output-file-type: ".html"
7551   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7552   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7553   filter: "'NIC_Intel-XXV710' and
7554            'NF_DENSITY' and
7555            'VHOST' and
7556            not 'VXLAN' and
7557            'CHAIN' and
7558            'NF_VPPIP4' and
7559            'IMIX' and
7560            '2T1C' and
7561            'NDRPDR'"
7562   parameters:
7563   - "throughput"
7564   - "name"
7565   - "tags"
7566   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7567   x-axis: "X = VNFs per Service Chain"
7568   y-axis: "Y = Number of Service Chains"
7569   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7570   layout:
7571     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7572     layout: "plot-service-density"
7573
7574 - type: "plot"
7575   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7576   algorithm: "plot_nf_heatmap"
7577   output-file-type: ".html"
7578   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7579   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7580   filter: "'NIC_Intel-XXV710' and
7581            'NF_DENSITY' and
7582            'VHOST' and
7583            not 'VXLAN' and
7584            'CHAIN' and
7585            'NF_VPPIP4' and
7586            'IMIX' and
7587            '4T2C' and
7588            'NDRPDR'"
7589   parameters:
7590   - "throughput"
7591   - "name"
7592   - "tags"
7593   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7594   x-axis: "X = VNFs per Service Chain"
7595   y-axis: "Y = Number of Service Chains"
7596   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7597   layout:
7598     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7599     layout: "plot-service-density"
7600
7601 - type: "plot"
7602   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7603   algorithm: "plot_nf_heatmap"
7604   output-file-type: ".html"
7605   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7606   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7607   filter: "'NIC_Intel-XXV710' and
7608            'NF_DENSITY' and
7609            'VHOST' and
7610            not 'VXLAN' and
7611            'CHAIN' and
7612            'NF_VPPIP4' and
7613            'IMIX' and
7614            '8T4C' and
7615            'NDRPDR'"
7616   parameters:
7617   - "throughput"
7618   - "name"
7619   - "tags"
7620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7621   x-axis: "X = VNFs per Service Chain"
7622   y-axis: "Y = Number of Service Chains"
7623   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7624   layout:
7625     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7626     layout: "plot-service-density"
7627
7628 # Plots - NF Density - VSC - PDR IMIX
7629 - type: "plot"
7630   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7631   algorithm: "plot_nf_heatmap"
7632   output-file-type: ".html"
7633   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7634   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7635   filter: "'NIC_Intel-XXV710' and
7636            'NF_DENSITY' and
7637            'VHOST' and
7638            not 'VXLAN' and
7639            'CHAIN' and
7640            'NF_VPPIP4' and
7641            'IMIX' and
7642            '2T1C' and
7643            'NDRPDR'"
7644   parameters:
7645   - "throughput"
7646   - "name"
7647   - "tags"
7648   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7649   x-axis: "X = VNFs per Service Chain"
7650   y-axis: "Y = Number of Service Chains"
7651   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7652   layout:
7653     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7654     layout: "plot-service-density"
7655
7656 - type: "plot"
7657   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7658   algorithm: "plot_nf_heatmap"
7659   output-file-type: ".html"
7660   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7661   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7662   filter: "'NIC_Intel-XXV710' and
7663            'NF_DENSITY' and
7664            'VHOST' and
7665            not 'VXLAN' and
7666            'CHAIN' and
7667            'NF_VPPIP4' and
7668            'IMIX' and
7669            '4T2C' and
7670            'NDRPDR'"
7671   parameters:
7672   - "throughput"
7673   - "name"
7674   - "tags"
7675   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7676   x-axis: "X = VNFs per Service Chain"
7677   y-axis: "Y = Number of Service Chains"
7678   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7679   layout:
7680     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7681     layout: "plot-service-density"
7682
7683 - type: "plot"
7684   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7685   algorithm: "plot_nf_heatmap"
7686   output-file-type: ".html"
7687   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7688   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7689   filter: "'NIC_Intel-XXV710' and
7690            'NF_DENSITY' and
7691            'VHOST' and
7692            not 'VXLAN' and
7693            'CHAIN' and
7694            'NF_VPPIP4' and
7695            'IMIX' and
7696            '8T4C' and
7697            'NDRPDR'"
7698   parameters:
7699   - "throughput"
7700   - "name"
7701   - "tags"
7702   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7703   x-axis: "X = VNFs per Service Chain"
7704   y-axis: "Y = Number of Service Chains"
7705   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7706   layout:
7707     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7708     layout: "plot-service-density"
7709
7710 ###############################################################################
7711
7712 # Plots - NF Density - VSC - MRR IMIX
7713 - type: "plot"
7714   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7715   algorithm: "plot_nf_heatmap"
7716   output-file-type: ".html"
7717   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7718   data: "plot-vpp-nfv-2n-skx-mrr"
7719   filter: "'NIC_Intel-XXV710' and
7720            'NF_DENSITY' and
7721            'VHOST' and
7722            'VXLAN' and
7723            'CHAIN' and
7724            'IMIX' and
7725            '2T1C' and
7726            'MRR'"
7727   parameters:
7728   - "result"
7729   - "name"
7730   - "tags"
7731   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7732   x-axis: "X = VNFs per Service Chain"
7733   y-axis: "Y = Number of Service Chains"
7734   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7735   layout:
7736     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7737     layout: "plot-service-density"
7738
7739 - type: "plot"
7740   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7741   algorithm: "plot_nf_heatmap"
7742   output-file-type: ".html"
7743   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7744   data: "plot-vpp-nfv-2n-skx-mrr"
7745   filter: "'NIC_Intel-XXV710' and
7746            'NF_DENSITY' and
7747            'VHOST' and
7748            'VXLAN' and
7749            'CHAIN' and
7750            'IMIX' and
7751            '4T2C' and
7752            'MRR'"
7753   parameters:
7754   - "result"
7755   - "name"
7756   - "tags"
7757   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7758   x-axis: "X = VNFs per Service Chain"
7759   y-axis: "Y = Number of Service Chains"
7760   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7761   layout:
7762     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7763     layout: "plot-service-density"
7764
7765 - type: "plot"
7766   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7767   algorithm: "plot_nf_heatmap"
7768   output-file-type: ".html"
7769   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7770   data: "plot-vpp-nfv-2n-skx-mrr"
7771   filter: "'NIC_Intel-XXV710' and
7772            'NF_DENSITY' and
7773            'VHOST' and
7774            'VXLAN' and
7775            'CHAIN' and
7776            'IMIX' and
7777            '8T4C' and
7778            'MRR'"
7779   parameters:
7780   - "result"
7781   - "name"
7782   - "tags"
7783   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7784   x-axis: "X = VNFs per Service Chain"
7785   y-axis: "Y = Number of Service Chains"
7786   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7787   layout:
7788     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7789     layout: "plot-service-density"
7790
7791 # Plots - NF Density - VSC - NDR IMIX
7792 - type: "plot"
7793   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7794   algorithm: "plot_nf_heatmap"
7795   output-file-type: ".html"
7796   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7797   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7798   filter: "'NIC_Intel-XXV710' and
7799            'NF_DENSITY' and
7800            'VHOST' and
7801            'VXLAN' and
7802            'CHAIN' and
7803            'IMIX' and
7804            '2T1C' and
7805            'NDRPDR'"
7806   parameters:
7807   - "throughput"
7808   - "name"
7809   - "tags"
7810   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7811   x-axis: "X = VNFs per Service Chain"
7812   y-axis: "Y = Number of Service Chains"
7813   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7814   layout:
7815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7816     layout: "plot-service-density"
7817
7818 - type: "plot"
7819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7820   algorithm: "plot_nf_heatmap"
7821   output-file-type: ".html"
7822   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7823   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7824   filter: "'NIC_Intel-XXV710' and
7825            'NF_DENSITY' and
7826            'VHOST' and
7827            'VXLAN' and
7828            'CHAIN' and
7829            'IMIX' and
7830            '4T2C' and
7831            'NDRPDR'"
7832   parameters:
7833   - "throughput"
7834   - "name"
7835   - "tags"
7836   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7837   x-axis: "X = VNFs per Service Chain"
7838   y-axis: "Y = Number of Service Chains"
7839   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7840   layout:
7841     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7842     layout: "plot-service-density"
7843
7844 - type: "plot"
7845   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7846   algorithm: "plot_nf_heatmap"
7847   output-file-type: ".html"
7848   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7849   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7850   filter: "'NIC_Intel-XXV710' and
7851            'NF_DENSITY' and
7852            'VHOST' and
7853            'VXLAN' and
7854            'CHAIN' and
7855            'IMIX' and
7856            '8T4C' and
7857            'NDRPDR'"
7858   parameters:
7859   - "throughput"
7860   - "name"
7861   - "tags"
7862   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7863   x-axis: "X = VNFs per Service Chain"
7864   y-axis: "Y = Number of Service Chains"
7865   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7866   layout:
7867     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7868     layout: "plot-service-density"
7869
7870 # Plots - NF Density - VSC - PDR IMIX
7871 - type: "plot"
7872   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7873   algorithm: "plot_nf_heatmap"
7874   output-file-type: ".html"
7875   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7876   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7877   filter: "'NIC_Intel-XXV710' and
7878            'NF_DENSITY' and
7879            'VHOST' and
7880            'VXLAN' and
7881            'CHAIN' and
7882            'IMIX' and
7883            '2T1C' and
7884            'NDRPDR'"
7885   parameters:
7886   - "throughput"
7887   - "name"
7888   - "tags"
7889   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7890   x-axis: "X = VNFs per Service Chain"
7891   y-axis: "Y = Number of Service Chains"
7892   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7893   layout:
7894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7895     layout: "plot-service-density"
7896
7897 - type: "plot"
7898   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7899   algorithm: "plot_nf_heatmap"
7900   output-file-type: ".html"
7901   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7902   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7903   filter: "'NIC_Intel-XXV710' and
7904            'NF_DENSITY' and
7905            'VHOST' and
7906            'VXLAN' and
7907            'CHAIN' and
7908            'IMIX' and
7909            '4T2C' and
7910            'NDRPDR'"
7911   parameters:
7912   - "throughput"
7913   - "name"
7914   - "tags"
7915   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7916   x-axis: "X = VNFs per Service Chain"
7917   y-axis: "Y = Number of Service Chains"
7918   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7919   layout:
7920     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7921     layout: "plot-service-density"
7922
7923 - type: "plot"
7924   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7925   algorithm: "plot_nf_heatmap"
7926   output-file-type: ".html"
7927   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7928   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7929   filter: "'NIC_Intel-XXV710' and
7930            'NF_DENSITY' and
7931            'VHOST' and
7932            'VXLAN' and
7933            'CHAIN' and
7934            'IMIX' and
7935            '8T4C' and
7936            'NDRPDR'"
7937   parameters:
7938   - "throughput"
7939   - "name"
7940   - "tags"
7941   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7942   x-axis: "X = VNFs per Service Chain"
7943   y-axis: "Y = Number of Service Chains"
7944   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7945   layout:
7946     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7947     layout: "plot-service-density"
7948
7949 ###############################################################################
7950
7951 # Plots - NF Density - CSC - MRR IMIX
7952 - type: "plot"
7953   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7954   algorithm: "plot_nf_heatmap"
7955   output-file-type: ".html"
7956   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7957   data: "plot-vpp-nfv-2n-skx-mrr"
7958   filter: "'NIC_Intel-XXV710' and
7959            'NF_DENSITY' and
7960            'DOCKER' and
7961            'CHAIN' and
7962            'NF_VPPIP4' and
7963            'IMIX' and
7964            '2T1C' and
7965            'MRR'"
7966   parameters:
7967   - "result"
7968   - "name"
7969   - "tags"
7970   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7971   x-axis: "X = CNFs per Service Chain"
7972   y-axis: "Y = Number of Service Chains"
7973   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7974   layout:
7975     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7976     layout: "plot-service-density"
7977
7978 - type: "plot"
7979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7980   algorithm: "plot_nf_heatmap"
7981   output-file-type: ".html"
7982   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7983   data: "plot-vpp-nfv-2n-skx-mrr"
7984   filter: "'NIC_Intel-XXV710' and
7985            'NF_DENSITY' and
7986            'DOCKER' and
7987            'CHAIN' and
7988            'NF_VPPIP4' and
7989            'IMIX' and
7990            '4T2C' and
7991            'MRR'"
7992   parameters:
7993   - "result"
7994   - "name"
7995   - "tags"
7996   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7997   x-axis: "X = CNFs per Service Chain"
7998   y-axis: "Y = Number of Service Chains"
7999   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8000   layout:
8001     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8002     layout: "plot-service-density"
8003
8004 - type: "plot"
8005   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8006   algorithm: "plot_nf_heatmap"
8007   output-file-type: ".html"
8008   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8009   data: "plot-vpp-nfv-2n-skx-mrr"
8010   filter: "'NIC_Intel-XXV710' and
8011            'NF_DENSITY' and
8012            'DOCKER' and
8013            'CHAIN' and
8014            'NF_VPPIP4' and
8015            'IMIX' and
8016            '8T4C' and
8017            'MRR'"
8018   parameters:
8019   - "result"
8020   - "name"
8021   - "tags"
8022   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8023   x-axis: "X = CNFs per Service Chain"
8024   y-axis: "Y = Number of Service Chains"
8025   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8026   layout:
8027     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8028     layout: "plot-service-density"
8029
8030 # Plots - NF Density - CSC - NDR IMIX
8031 - type: "plot"
8032   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8033   algorithm: "plot_nf_heatmap"
8034   output-file-type: ".html"
8035   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8036   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8037   filter: "'NIC_Intel-XXV710' and
8038            'NF_DENSITY' and
8039            'DOCKER' and
8040            'CHAIN' and
8041            'NF_VPPIP4' and
8042            'IMIX' and
8043            '2T1C' and
8044            'NDRPDR'"
8045   parameters:
8046   - "throughput"
8047   - "name"
8048   - "tags"
8049   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8050   x-axis: "X = CNFs per Service Chain"
8051   y-axis: "Y = Number of Service Chains"
8052   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8053   layout:
8054     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8055     layout: "plot-service-density"
8056
8057 - type: "plot"
8058   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8059   algorithm: "plot_nf_heatmap"
8060   output-file-type: ".html"
8061   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8062   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8063   filter: "'NIC_Intel-XXV710' and
8064            'NF_DENSITY' and
8065            'DOCKER' and
8066            'CHAIN' and
8067            'NF_VPPIP4' and
8068            'IMIX' and
8069            '4T2C' and
8070            'NDRPDR'"
8071   parameters:
8072   - "throughput"
8073   - "name"
8074   - "tags"
8075   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8076   x-axis: "X = CNFs per Service Chain"
8077   y-axis: "Y = Number of Service Chains"
8078   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8079   layout:
8080     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8081     layout: "plot-service-density"
8082
8083 - type: "plot"
8084   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8085   algorithm: "plot_nf_heatmap"
8086   output-file-type: ".html"
8087   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8088   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8089   filter: "'NIC_Intel-XXV710' and
8090            'NF_DENSITY' and
8091            'DOCKER' and
8092            'CHAIN' and
8093            'NF_VPPIP4' and
8094            'IMIX' and
8095            '8T4C' and
8096            'NDRPDR'"
8097   parameters:
8098   - "throughput"
8099   - "name"
8100   - "tags"
8101   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8102   x-axis: "X = CNFs per Service Chain"
8103   y-axis: "Y = Number of Service Chains"
8104   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8105   layout:
8106     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8107     layout: "plot-service-density"
8108
8109 # Plots - NF Density - CSC - PDR IMIX
8110 - type: "plot"
8111   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8112   algorithm: "plot_nf_heatmap"
8113   output-file-type: ".html"
8114   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8115   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8116   filter: "'NIC_Intel-XXV710' and
8117            'NF_DENSITY' and
8118            'DOCKER' and
8119            'CHAIN' and
8120            'NF_VPPIP4' and
8121            'IMIX' and
8122            '2T1C' and
8123            'NDRPDR'"
8124   parameters:
8125   - "throughput"
8126   - "name"
8127   - "tags"
8128   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8129   x-axis: "X = CNFs per Service Chain"
8130   y-axis: "Y = Number of Service Chains"
8131   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8132   layout:
8133     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8134     layout: "plot-service-density"
8135
8136 - type: "plot"
8137   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8138   algorithm: "plot_nf_heatmap"
8139   output-file-type: ".html"
8140   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8141   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8142   filter: "'NIC_Intel-XXV710' and
8143            'NF_DENSITY' and
8144            'DOCKER' and
8145            'CHAIN' and
8146            'NF_VPPIP4' and
8147            'IMIX' and
8148            '4T2C' and
8149            'NDRPDR'"
8150   parameters:
8151   - "throughput"
8152   - "name"
8153   - "tags"
8154   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8155   x-axis: "X = CNFs per Service Chain"
8156   y-axis: "Y = Number of Service Chains"
8157   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8158   layout:
8159     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8160     layout: "plot-service-density"
8161
8162 - type: "plot"
8163   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8164   algorithm: "plot_nf_heatmap"
8165   output-file-type: ".html"
8166   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8167   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8168   filter: "'NIC_Intel-XXV710' and
8169            'NF_DENSITY' and
8170            'DOCKER' and
8171            'CHAIN' and
8172            'NF_VPPIP4' and
8173            'IMIX' and
8174            '8T4C' and
8175            'NDRPDR'"
8176   parameters:
8177   - "throughput"
8178   - "name"
8179   - "tags"
8180   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8181   x-axis: "X = CNFs per Service Chain"
8182   y-axis: "Y = Number of Service Chains"
8183   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8184   layout:
8185     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8186     layout: "plot-service-density"
8187
8188 ################################################################################
8189 #
8190 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8191 #- type: "plot"
8192 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8193 #  algorithm: "plot_nf_heatmap"
8194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8195 #  data: "plot-vpp-nfv-3n-skx-mrr"
8196 #  filter: "'NIC_Intel-XXV710' and
8197 #           'NF_DENSITY' and
8198 #           'DOCKER' and
8199 #           'CHAIN' and
8200 #           'NF_VPPIP4' and
8201 #           'IPSEC' and
8202 #           'TNL_4' and
8203 #           'IMIX' and
8204 #           '2T1C' and
8205 #           'MRR'"
8206 #  parameters:
8207 #  - "result"
8208 #  - "name"
8209 #  - "tags"
8210 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8211 #  x-axis: "X = CNFs per Service Chain"
8212 #  y-axis: "Y = Number of Service Chains"
8213 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8214 #  layout:
8215 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8216 #    layout: "plot-service-density"
8217 #
8218 #- type: "plot"
8219 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8220 #  algorithm: "plot_nf_heatmap"
8221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8222 #  data: "plot-vpp-nfv-3n-skx-mrr"
8223 #  filter: "'NIC_Intel-XXV710' and
8224 #           'NF_DENSITY' and
8225 #           'DOCKER' and
8226 #           'CHAIN' and
8227 #           'NF_VPPIP4' and
8228 #           'IPSEC' and
8229 #           'TNL_4' and
8230 #           'IMIX' and
8231 #           '4T2C' and
8232 #           'MRR'"
8233 #  parameters:
8234 #  - "result"
8235 #  - "name"
8236 #  - "tags"
8237 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8238 #  x-axis: "X = CNFs per Service Chain"
8239 #  y-axis: "Y = Number of Service Chains"
8240 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8241 #  layout:
8242 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8243 #    layout: "plot-service-density"
8244 #
8245 #- type: "plot"
8246 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8247 #  algorithm: "plot_nf_heatmap"
8248 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8249 #  data: "plot-vpp-nfv-3n-skx-mrr"
8250 #  filter: "'NIC_Intel-XXV710' and
8251 #           'NF_DENSITY' and
8252 #           'DOCKER' and
8253 #           'CHAIN' and
8254 #           'NF_VPPIP4' and
8255 #           'IPSEC' and
8256 #           'TNL_4' and
8257 #           'IMIX' and
8258 #           '8T4C' and
8259 #           'MRR'"
8260 #  parameters:
8261 #  - "result"
8262 #  - "name"
8263 #  - "tags"
8264 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8265 #  x-axis: "X = CNFs per Service Chain"
8266 #  y-axis: "Y = Number of Service Chains"
8267 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8268 #  layout:
8269 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8270 #    layout: "plot-service-density"
8271
8272 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8273 - type: "plot"
8274   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8275   algorithm: "plot_nf_heatmap"
8276   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8277   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8278   filter: "'NIC_Intel-XXV710' and
8279            'NF_DENSITY' and
8280            'DOCKER' and
8281            'CHAIN' and
8282            'NF_VPPIP4' and
8283            'IPSEC' and
8284            'TNL_4' and
8285            'IMIX' and
8286            '2T1C' and
8287            'NDRPDR'"
8288   parameters:
8289   - "throughput"
8290   - "name"
8291   - "tags"
8292   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8293   x-axis: "X = CNFs per Service Chain"
8294   y-axis: "Y = Number of Service Chains"
8295   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8296   layout:
8297     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8298     layout: "plot-service-density"
8299
8300 - type: "plot"
8301   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8302   algorithm: "plot_nf_heatmap"
8303   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8304   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8305   filter: "'NIC_Intel-XXV710' and
8306            'NF_DENSITY' and
8307            'DOCKER' and
8308            'CHAIN' and
8309            'NF_VPPIP4' and
8310            'IPSEC' and
8311            'TNL_4' and
8312            'IMIX' and
8313            '4T2C' and
8314            'NDRPDR'"
8315   parameters:
8316   - "throughput"
8317   - "name"
8318   - "tags"
8319   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8320   x-axis: "X = CNFs per Service Chain"
8321   y-axis: "Y = Number of Service Chains"
8322   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8323   layout:
8324     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8325     layout: "plot-service-density"
8326
8327 - type: "plot"
8328   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8329   algorithm: "plot_nf_heatmap"
8330   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8331   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8332   filter: "'NIC_Intel-XXV710' and
8333            'NF_DENSITY' and
8334            'DOCKER' and
8335            'CHAIN' and
8336            'NF_VPPIP4' and
8337            'IPSEC' and
8338            'TNL_4' and
8339            'IMIX' and
8340            '8T4C' and
8341            'NDRPDR'"
8342   parameters:
8343   - "throughput"
8344   - "name"
8345   - "tags"
8346   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8347   x-axis: "X = CNFs per Service Chain"
8348   y-axis: "Y = Number of Service Chains"
8349   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8350   layout:
8351     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8352     layout: "plot-service-density"
8353
8354 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8355 - type: "plot"
8356   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8357   algorithm: "plot_nf_heatmap"
8358   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8359   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8360   filter: "'NIC_Intel-XXV710' and
8361            'NF_DENSITY' and
8362            'DOCKER' and
8363            'CHAIN' and
8364            'NF_VPPIP4' and
8365            'IPSEC' and
8366            'TNL_4' and
8367            'IMIX' and
8368            '2T1C' and
8369            'NDRPDR'"
8370   parameters:
8371   - "throughput"
8372   - "name"
8373   - "tags"
8374   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8375   x-axis: "X = CNFs per Service Chain"
8376   y-axis: "Y = Number of Service Chains"
8377   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8378   layout:
8379     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8380     layout: "plot-service-density"
8381
8382 - type: "plot"
8383   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8384   algorithm: "plot_nf_heatmap"
8385   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8386   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8387   filter: "'NIC_Intel-XXV710' and
8388            'NF_DENSITY' and
8389            'DOCKER' and
8390            'CHAIN' and
8391            'NF_VPPIP4' and
8392            'IPSEC' and
8393            'TNL_4' and
8394            'IMIX' and
8395            '4T2C' and
8396            'NDRPDR'"
8397   parameters:
8398   - "throughput"
8399   - "name"
8400   - "tags"
8401   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8402   x-axis: "X = CNFs per Service Chain"
8403   y-axis: "Y = Number of Service Chains"
8404   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8405   layout:
8406     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8407     layout: "plot-service-density"
8408
8409 - type: "plot"
8410   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8411   algorithm: "plot_nf_heatmap"
8412   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8413   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8414   filter: "'NIC_Intel-XXV710' and
8415            'NF_DENSITY' and
8416            'DOCKER' and
8417            'CHAIN' and
8418            'NF_VPPIP4' and
8419            'IPSEC' and
8420            'TNL_4' and
8421            'IMIX' and
8422            '8T4C' and
8423            'NDRPDR'"
8424   parameters:
8425   - "throughput"
8426   - "name"
8427   - "tags"
8428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8429   x-axis: "X = CNFs per Service Chain"
8430   y-axis: "Y = Number of Service Chains"
8431   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8432   layout:
8433     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8434     layout: "plot-service-density"
8435
8436 ###############################################################################
8437
8438 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8439 #- type: "plot"
8440 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8441 #  algorithm: "plot_nf_heatmap"
8442 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8443 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8444 #  filter: "'NIC_Intel-XL710' and
8445 #           'NF_DENSITY' and
8446 #           'DOCKER' and
8447 #           'CHAIN' and
8448 #           'NF_VPPIP4' and
8449 #           'IMIX' and
8450 #           'TNL_4' and
8451 #           '1T1C' and
8452 #           'MRR'"
8453 #  parameters:
8454 #  - "result"
8455 #  - "name"
8456 #  - "tags"
8457 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8458 #  x-axis: "X = CNFs per Service Chain"
8459 #  y-axis: "Y = Number of Service Chains"
8460 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8461 #  layout:
8462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8463 #    layout: "plot-service-density"
8464 #
8465 #- type: "plot"
8466 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8467 #  algorithm: "plot_nf_heatmap"
8468 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8469 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8470 #  filter: "'NIC_Intel-XL710' and
8471 #           'NF_DENSITY' and
8472 #           'DOCKER' and
8473 #           'CHAIN' and
8474 #           'NF_VPPIP4' and
8475 #           'IPSEC' and
8476 #           'TNL_4' and
8477 #           'IMIX' and
8478 #           '2T2C' and
8479 #           'MRR'"
8480 #  parameters:
8481 #  - "result"
8482 #  - "name"
8483 #  - "tags"
8484 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8485 #  x-axis: "X = CNFs per Service Chain"
8486 #  y-axis: "Y = Number of Service Chains"
8487 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8488 #  layout:
8489 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8490 #    layout: "plot-service-density"
8491 #
8492 #- type: "plot"
8493 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8494 #  algorithm: "plot_nf_heatmap"
8495 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8496 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8497 #  filter: "'NIC_Intel-XL710' and
8498 #           'NF_DENSITY' and
8499 #           'DOCKER' and
8500 #           'CHAIN' and
8501 #           'NF_VPPIP4' and
8502 #           'IPSEC' and
8503 #           'TNL_4' and
8504 #           'IMIX' and
8505 #           '4T4C' and
8506 #           'MRR'"
8507 #  parameters:
8508 #  - "result"
8509 #  - "name"
8510 #  - "tags"
8511 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8512 #  x-axis: "X = CNFs per Service Chain"
8513 #  y-axis: "Y = Number of Service Chains"
8514 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8515 #  layout:
8516 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8517 #    layout: "plot-service-density"
8518
8519 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8520 #- type: "plot"
8521 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8522 #  algorithm: "plot_nf_heatmap"
8523 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8524 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8525 #  filter: "'NIC_Intel-XL710' and
8526 #           'NF_DENSITY' and
8527 #           'DOCKER' and
8528 #           'CHAIN' and
8529 #           'NF_VPPIP4' and
8530 #           'IPSEC' and
8531 #           'TNL_4' and
8532 #           'IMIX' and
8533 #           '1T1C' and
8534 #           'NDRPDR'"
8535 #  parameters:
8536 #  - "throughput"
8537 #  - "name"
8538 #  - "tags"
8539 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8540 #  x-axis: "X = CNFs per Service Chain"
8541 #  y-axis: "Y = Number of Service Chains"
8542 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8543 #  layout:
8544 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8545 #    layout: "plot-service-density"
8546 #
8547 #- type: "plot"
8548 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8549 #  algorithm: "plot_nf_heatmap"
8550 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8551 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8552 #  filter: "'NIC_Intel-XL710' and
8553 #           'NF_DENSITY' and
8554 #           'DOCKER' and
8555 #           'CHAIN' and
8556 #           'NF_VPPIP4' and
8557 #           'IPSEC' and
8558 #           'TNL_4' and
8559 #           'IMIX' and
8560 #           '2T2C' and
8561 #           'NDRPDR'"
8562 #  parameters:
8563 #  - "throughput"
8564 #  - "name"
8565 #  - "tags"
8566 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8567 #  x-axis: "X = CNFs per Service Chain"
8568 #  y-axis: "Y = Number of Service Chains"
8569 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8570 #  layout:
8571 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8572 #    layout: "plot-service-density"
8573 #
8574 #- type: "plot"
8575 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8576 #  algorithm: "plot_nf_heatmap"
8577 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8578 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8579 #  filter: "'NIC_Intel-XL710' and
8580 #           'NF_DENSITY' and
8581 #           'DOCKER' and
8582 #           'CHAIN' and
8583 #           'NF_VPPIP4' and
8584 #           'IPSEC' and
8585 #           'TNL_4' and
8586 #           'IMIX' and
8587 #           '4T4C' and
8588 #           'NDRPDR'"
8589 #  parameters:
8590 #  - "throughput"
8591 #  - "name"
8592 #  - "tags"
8593 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8594 #  x-axis: "X = CNFs per Service Chain"
8595 #  y-axis: "Y = Number of Service Chains"
8596 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8597 #  layout:
8598 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8599 #    layout: "plot-service-density"
8600 #
8601 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8602 #- type: "plot"
8603 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8604 #  algorithm: "plot_nf_heatmap"
8605 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8606 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8607 #  filter: "'NIC_Intel-XL710' and
8608 #           'NF_DENSITY' and
8609 #           'DOCKER' and
8610 #           'CHAIN' and
8611 #           'NF_VPPIP4' and
8612 #           'IPSEC' and
8613 #           'TNL_4' and
8614 #           'IMIX' and
8615 #           '1T1C' and
8616 #           'NDRPDR'"
8617 #  parameters:
8618 #  - "throughput"
8619 #  - "name"
8620 #  - "tags"
8621 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8622 #  x-axis: "X = CNFs per Service Chain"
8623 #  y-axis: "Y = Number of Service Chains"
8624 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8625 #  layout:
8626 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8627 #    layout: "plot-service-density"
8628 #
8629 #- type: "plot"
8630 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8631 #  algorithm: "plot_nf_heatmap"
8632 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8633 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8634 #  filter: "'NIC_Intel-XL710' and
8635 #           'NF_DENSITY' and
8636 #           'DOCKER' and
8637 #           'CHAIN' and
8638 #           'NF_VPPIP4' and
8639 #           'IPSEC' and
8640 #           'TNL_4' and
8641 #           'IMIX' and
8642 #           '2T2C' and
8643 #           'NDRPDR'"
8644 #  parameters:
8645 #  - "throughput"
8646 #  - "name"
8647 #  - "tags"
8648 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8649 #  x-axis: "X = CNFs per Service Chain"
8650 #  y-axis: "Y = Number of Service Chains"
8651 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8652 #  layout:
8653 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8654 #    layout: "plot-service-density"
8655 #
8656 #- type: "plot"
8657 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8658 #  algorithm: "plot_nf_heatmap"
8659 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8660 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8661 #  filter: "'NIC_Intel-XL710' and
8662 #           'NF_DENSITY' and
8663 #           'DOCKER' and
8664 #           'CHAIN' and
8665 #           'NF_VPPIP4' and
8666 #           'IPSEC' and
8667 #           'TNL_4' and
8668 #           'IMIX' and
8669 #           '4T4C' and
8670 #           'NDRPDR'"
8671 #  parameters:
8672 #  - "throughput"
8673 #  - "name"
8674 #  - "tags"
8675 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8676 #  x-axis: "X = CNFs per Service Chain"
8677 #  y-axis: "Y = Number of Service Chains"
8678 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8679 #  layout:
8680 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8681 #    layout: "plot-service-density"
8682
8683 ###############################################################################
8684
8685 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8686 #- type: "plot"
8687 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8688 #  algorithm: "plot_nf_heatmap"
8689 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8690 #  data: "plot-vpp-nfv-3n-skx-mrr"
8691 #  filter: "'NIC_Intel-XXV710' and
8692 #           'NF_DENSITY' and
8693 #           'DOCKER' and
8694 #           'CHAIN' and
8695 #           'NF_VPPIP4' and
8696 #           'IPSEC' and
8697 #           'TNL_1000' and
8698 #           'IMIX' and
8699 #           '2T1C' and
8700 #           'MRR'"
8701 #  parameters:
8702 #  - "result"
8703 #  - "name"
8704 #  - "tags"
8705 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8706 #  x-axis: "X = CNFs per Service Chain"
8707 #  y-axis: "Y = Number of Service Chains"
8708 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8709 #  layout:
8710 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8711 #    layout: "plot-service-density"
8712 #
8713 #- type: "plot"
8714 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8715 #  algorithm: "plot_nf_heatmap"
8716 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8717 #  data: "plot-vpp-nfv-3n-skx-mrr"
8718 #  filter: "'NIC_Intel-XXV710' and
8719 #           'NF_DENSITY' and
8720 #           'DOCKER' and
8721 #           'CHAIN' and
8722 #           'NF_VPPIP4' and
8723 #           'IPSEC' and
8724 #           'TNL_1000' and
8725 #           'IMIX' and
8726 #           '4T2C' and
8727 #           'MRR'"
8728 #  parameters:
8729 #  - "result"
8730 #  - "name"
8731 #  - "tags"
8732 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8733 #  x-axis: "X = CNFs per Service Chain"
8734 #  y-axis: "Y = Number of Service Chains"
8735 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8736 #  layout:
8737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8738 #    layout: "plot-service-density"
8739 #
8740 #- type: "plot"
8741 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8742 #  algorithm: "plot_nf_heatmap"
8743 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8744 #  data: "plot-vpp-nfv-3n-skx-mrr"
8745 #  filter: "'NIC_Intel-XXV710' and
8746 #           'NF_DENSITY' and
8747 #           'DOCKER' and
8748 #           'CHAIN' and
8749 #           'NF_VPPIP4' and
8750 #           'IPSEC' and
8751 #           'TNL_1000' and
8752 #           'IMIX' and
8753 #           '8T4C' and
8754 #           'MRR'"
8755 #  parameters:
8756 #  - "result"
8757 #  - "name"
8758 #  - "tags"
8759 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8760 #  x-axis: "X = CNFs per Service Chain"
8761 #  y-axis: "Y = Number of Service Chains"
8762 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8763 #  layout:
8764 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8765 #    layout: "plot-service-density"
8766
8767 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8768 - type: "plot"
8769   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8770   algorithm: "plot_nf_heatmap"
8771   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8772   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8773   filter: "'NIC_Intel-XXV710' and
8774            'NF_DENSITY' and
8775            'DOCKER' and
8776            'CHAIN' and
8777            'NF_VPPIP4' and
8778            'IPSEC' and
8779            'TNL_1000' and
8780            'IMIX' and
8781            '2T1C' and
8782            'NDRPDR'"
8783   parameters:
8784   - "throughput"
8785   - "name"
8786   - "tags"
8787   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8788   x-axis: "X = CNFs per Service Chain"
8789   y-axis: "Y = Number of Service Chains"
8790   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8791   layout:
8792     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8793     layout: "plot-service-density"
8794
8795 - type: "plot"
8796   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8797   algorithm: "plot_nf_heatmap"
8798   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8799   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8800   filter: "'NIC_Intel-XXV710' and
8801            'NF_DENSITY' and
8802            'DOCKER' and
8803            'CHAIN' and
8804            'NF_VPPIP4' and
8805            'IPSEC' and
8806            'TNL_1000' and
8807            'IMIX' and
8808            '4T2C' and
8809            'NDRPDR'"
8810   parameters:
8811   - "throughput"
8812   - "name"
8813   - "tags"
8814   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8815   x-axis: "X = CNFs per Service Chain"
8816   y-axis: "Y = Number of Service Chains"
8817   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8818   layout:
8819     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8820     layout: "plot-service-density"
8821
8822 - type: "plot"
8823   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8824   algorithm: "plot_nf_heatmap"
8825   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8826   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8827   filter: "'NIC_Intel-XXV710' and
8828            'NF_DENSITY' and
8829            'DOCKER' and
8830            'CHAIN' and
8831            'NF_VPPIP4' and
8832            'IPSEC' and
8833            'TNL_1000' and
8834            'IMIX' and
8835            '8T4C' and
8836            'NDRPDR'"
8837   parameters:
8838   - "throughput"
8839   - "name"
8840   - "tags"
8841   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8842   x-axis: "X = CNFs per Service Chain"
8843   y-axis: "Y = Number of Service Chains"
8844   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8845   layout:
8846     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8847     layout: "plot-service-density"
8848
8849 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8850 - type: "plot"
8851   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8852   algorithm: "plot_nf_heatmap"
8853   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8854   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8855   filter: "'NIC_Intel-XXV710' and
8856            'NF_DENSITY' and
8857            'DOCKER' and
8858            'CHAIN' and
8859            'NF_VPPIP4' and
8860            'IPSEC' and
8861            'TNL_1000' and
8862            'IMIX' and
8863            '2T1C' and
8864            'NDRPDR'"
8865   parameters:
8866   - "throughput"
8867   - "name"
8868   - "tags"
8869   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8870   x-axis: "X = CNFs per Service Chain"
8871   y-axis: "Y = Number of Service Chains"
8872   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8873   layout:
8874     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8875     layout: "plot-service-density"
8876
8877 - type: "plot"
8878   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8879   algorithm: "plot_nf_heatmap"
8880   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8881   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8882   filter: "'NIC_Intel-XXV710' and
8883            'NF_DENSITY' and
8884            'DOCKER' and
8885            'CHAIN' and
8886            'NF_VPPIP4' and
8887            'IPSEC' and
8888            'TNL_1000' and
8889            'IMIX' and
8890            '4T2C' and
8891            'NDRPDR'"
8892   parameters:
8893   - "throughput"
8894   - "name"
8895   - "tags"
8896   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8897   x-axis: "X = CNFs per Service Chain"
8898   y-axis: "Y = Number of Service Chains"
8899   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8900   layout:
8901     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8902     layout: "plot-service-density"
8903
8904 - type: "plot"
8905   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8906   algorithm: "plot_nf_heatmap"
8907   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8908   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8909   filter: "'NIC_Intel-XXV710' and
8910            'NF_DENSITY' and
8911            'DOCKER' and
8912            'CHAIN' and
8913            'NF_VPPIP4' and
8914            'IPSEC' and
8915            'TNL_1000' and
8916            'IMIX' and
8917            '8T4C' and
8918            'NDRPDR'"
8919   parameters:
8920   - "throughput"
8921   - "name"
8922   - "tags"
8923   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8924   x-axis: "X = CNFs per Service Chain"
8925   y-axis: "Y = Number of Service Chains"
8926   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8927   layout:
8928     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8929     layout: "plot-service-density"
8930
8931 ###############################################################################
8932
8933 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8934 #- type: "plot"
8935 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8936 #  algorithm: "plot_nf_heatmap"
8937 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8938 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8939 #  filter: "'NIC_Intel-XL710' and
8940 #           'NF_DENSITY' and
8941 #           'DOCKER' and
8942 #           'CHAIN' and
8943 #           'NF_VPPIP4' and
8944 #           'IMIX' and
8945 #           'TNL_1000' and
8946 #           '1T1C' and
8947 #           'MRR'"
8948 #  parameters:
8949 #  - "result"
8950 #  - "name"
8951 #  - "tags"
8952 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8953 #  x-axis: "X = CNFs per Service Chain"
8954 #  y-axis: "Y = Number of Service Chains"
8955 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8956 #  layout:
8957 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8958 #    layout: "plot-service-density"
8959 #
8960 #- type: "plot"
8961 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8962 #  algorithm: "plot_nf_heatmap"
8963 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8964 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8965 #  filter: "'NIC_Intel-XL710' and
8966 #           'NF_DENSITY' and
8967 #           'DOCKER' and
8968 #           'CHAIN' and
8969 #           'NF_VPPIP4' and
8970 #           'IPSEC' and
8971 #           'TNL_1000' and
8972 #           'IMIX' and
8973 #           '2T2C' and
8974 #           'MRR'"
8975 #  parameters:
8976 #  - "result"
8977 #  - "name"
8978 #  - "tags"
8979 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8980 #  x-axis: "X = CNFs per Service Chain"
8981 #  y-axis: "Y = Number of Service Chains"
8982 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8983 #  layout:
8984 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8985 #    layout: "plot-service-density"
8986 #
8987 #- type: "plot"
8988 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8989 #  algorithm: "plot_nf_heatmap"
8990 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8991 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8992 #  filter: "'NIC_Intel-XL710' and
8993 #           'NF_DENSITY' and
8994 #           'DOCKER' and
8995 #           'CHAIN' and
8996 #           'NF_VPPIP4' and
8997 #           'IPSEC' and
8998 #           'TNL_1000' and
8999 #           'IMIX' and
9000 #           '4T4C' and
9001 #           'MRR'"
9002 #  parameters:
9003 #  - "result"
9004 #  - "name"
9005 #  - "tags"
9006 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9007 #  x-axis: "X = CNFs per Service Chain"
9008 #  y-axis: "Y = Number of Service Chains"
9009 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9010 #  layout:
9011 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9012 #    layout: "plot-service-density"
9013
9014 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9015 #- type: "plot"
9016 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9017 #  algorithm: "plot_nf_heatmap"
9018 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9019 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9020 #  filter: "'NIC_Intel-XL710' and
9021 #           'NF_DENSITY' and
9022 #           'DOCKER' and
9023 #           'CHAIN' and
9024 #           'NF_VPPIP4' and
9025 #           'IPSEC' and
9026 #           'TNL_1000' and
9027 #           'IMIX' and
9028 #           '1T1C' and
9029 #           'NDRPDR'"
9030 #  parameters:
9031 #  - "throughput"
9032 #  - "name"
9033 #  - "tags"
9034 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9035 #  x-axis: "X = CNFs per Service Chain"
9036 #  y-axis: "Y = Number of Service Chains"
9037 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9038 #  layout:
9039 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9040 #    layout: "plot-service-density"
9041 #
9042 #- type: "plot"
9043 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9044 #  algorithm: "plot_nf_heatmap"
9045 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9046 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9047 #  filter: "'NIC_Intel-XL710' and
9048 #           'NF_DENSITY' and
9049 #           'DOCKER' and
9050 #           'CHAIN' and
9051 #           'NF_VPPIP4' and
9052 #           'IPSEC' and
9053 #           'TNL_1000' and
9054 #           'IMIX' and
9055 #           '2T2C' and
9056 #           'NDRPDR'"
9057 #  parameters:
9058 #  - "throughput"
9059 #  - "name"
9060 #  - "tags"
9061 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9062 #  x-axis: "X = CNFs per Service Chain"
9063 #  y-axis: "Y = Number of Service Chains"
9064 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9065 #  layout:
9066 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9067 #    layout: "plot-service-density"
9068 #
9069 #- type: "plot"
9070 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9071 #  algorithm: "plot_nf_heatmap"
9072 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9073 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9074 #  filter: "'NIC_Intel-XL710' and
9075 #           'NF_DENSITY' and
9076 #           'DOCKER' and
9077 #           'CHAIN' and
9078 #           'NF_VPPIP4' and
9079 #           'IPSEC' and
9080 #           'TNL_1000' and
9081 #           'IMIX' and
9082 #           '4T4C' and
9083 #           'NDRPDR'"
9084 #  parameters:
9085 #  - "throughput"
9086 #  - "name"
9087 #  - "tags"
9088 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9089 #  x-axis: "X = CNFs per Service Chain"
9090 #  y-axis: "Y = Number of Service Chains"
9091 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9092 #  layout:
9093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9094 #    layout: "plot-service-density"
9095 #
9096 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9097 #- type: "plot"
9098 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9099 #  algorithm: "plot_nf_heatmap"
9100 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9101 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9102 #  filter: "'NIC_Intel-XL710' and
9103 #           'NF_DENSITY' and
9104 #           'DOCKER' and
9105 #           'CHAIN' and
9106 #           'NF_VPPIP4' and
9107 #           'IPSEC' and
9108 #           'TNL_1000' and
9109 #           'IMIX' and
9110 #           '1T1C' and
9111 #           'NDRPDR'"
9112 #  parameters:
9113 #  - "throughput"
9114 #  - "name"
9115 #  - "tags"
9116 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9117 #  x-axis: "X = CNFs per Service Chain"
9118 #  y-axis: "Y = Number of Service Chains"
9119 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9120 #  layout:
9121 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9122 #    layout: "plot-service-density"
9123 #
9124 #- type: "plot"
9125 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9126 #  algorithm: "plot_nf_heatmap"
9127 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9128 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9129 #  filter: "'NIC_Intel-XL710' and
9130 #           'NF_DENSITY' and
9131 #           'DOCKER' and
9132 #           'CHAIN' and
9133 #           'NF_VPPIP4' and
9134 #           'IPSEC' and
9135 #           'TNL_1000' and
9136 #           'IMIX' and
9137 #           '2T2C' and
9138 #           'NDRPDR'"
9139 #  parameters:
9140 #  - "throughput"
9141 #  - "name"
9142 #  - "tags"
9143 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9144 #  x-axis: "X = CNFs per Service Chain"
9145 #  y-axis: "Y = Number of Service Chains"
9146 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9147 #  layout:
9148 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9149 #    layout: "plot-service-density"
9150 #
9151 #- type: "plot"
9152 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9153 #  algorithm: "plot_nf_heatmap"
9154 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9155 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9156 #  filter: "'NIC_Intel-XL710' and
9157 #           'NF_DENSITY' and
9158 #           'DOCKER' and
9159 #           'CHAIN' and
9160 #           'NF_VPPIP4' and
9161 #           'IPSEC' and
9162 #           'TNL_1000' and
9163 #           'IMIX' and
9164 #           '4T4C' and
9165 #           'NDRPDR'"
9166 #  parameters:
9167 #  - "throughput"
9168 #  - "name"
9169 #  - "tags"
9170 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9171 #  x-axis: "X = CNFs per Service Chain"
9172 #  y-axis: "Y = Number of Service Chains"
9173 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9174 #  layout:
9175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9176 #    layout: "plot-service-density"
9177
9178 ###############################################################################
9179
9180 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9181 #- type: "plot"
9182 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9183 #  algorithm: "plot_nf_heatmap"
9184 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9185 #  data: "plot-vpp-nfv-3n-skx-mrr"
9186 #  filter: "'NIC_Intel-XXV710' and
9187 #           'NF_DENSITY' and
9188 #           'DOCKER' and
9189 #           'CHAIN' and
9190 #           'NF_VPPIP4' and
9191 #           'IPSEC' and
9192 #           'TNL_10000' and
9193 #           'IMIX' and
9194 #           '2T1C' and
9195 #           'MRR'"
9196 #  parameters:
9197 #  - "result"
9198 #  - "name"
9199 #  - "tags"
9200 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9201 #  x-axis: "X = CNFs per Service Chain"
9202 #  y-axis: "Y = Number of Service Chains"
9203 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9204 #  layout:
9205 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9206 #    layout: "plot-service-density"
9207 #
9208 #- type: "plot"
9209 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9210 #  algorithm: "plot_nf_heatmap"
9211 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9212 #  data: "plot-vpp-nfv-3n-skx-mrr"
9213 #  filter: "'NIC_Intel-XXV710' and
9214 #           'NF_DENSITY' and
9215 #           'DOCKER' and
9216 #           'CHAIN' and
9217 #           'NF_VPPIP4' and
9218 #           'IPSEC' and
9219 #           'TNL_10000' and
9220 #           'IMIX' and
9221 #           '4T2C' and
9222 #           'MRR'"
9223 #  parameters:
9224 #  - "result"
9225 #  - "name"
9226 #  - "tags"
9227 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9228 #  x-axis: "X = CNFs per Service Chain"
9229 #  y-axis: "Y = Number of Service Chains"
9230 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9231 #  layout:
9232 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9233 #    layout: "plot-service-density"
9234 #
9235 #- type: "plot"
9236 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9237 #  algorithm: "plot_nf_heatmap"
9238 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9239 #  data: "plot-vpp-nfv-3n-skx-mrr"
9240 #  filter: "'NIC_Intel-XXV710' and
9241 #           'NF_DENSITY' and
9242 #           'DOCKER' and
9243 #           'CHAIN' and
9244 #           'NF_VPPIP4' and
9245 #           'IPSEC' and
9246 #           'TNL_10000' and
9247 #           'IMIX' and
9248 #           '8T4C' and
9249 #           'MRR'"
9250 #  parameters:
9251 #  - "result"
9252 #  - "name"
9253 #  - "tags"
9254 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9255 #  x-axis: "X = CNFs per Service Chain"
9256 #  y-axis: "Y = Number of Service Chains"
9257 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9258 #  layout:
9259 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9260 #    layout: "plot-service-density"
9261
9262 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9263 - type: "plot"
9264   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9265   algorithm: "plot_nf_heatmap"
9266   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9267   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9268   filter: "'NIC_Intel-XXV710' and
9269            'NF_DENSITY' and
9270            'DOCKER' and
9271            'CHAIN' and
9272            'NF_VPPIP4' and
9273            'IPSEC' and
9274            'TNL_10000' and
9275            'IMIX' and
9276            '2T1C' and
9277            'NDRPDR'"
9278   parameters:
9279   - "throughput"
9280   - "name"
9281   - "tags"
9282   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9283   x-axis: "X = CNFs per Service Chain"
9284   y-axis: "Y = Number of Service Chains"
9285   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9286   layout:
9287     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9288     layout: "plot-service-density"
9289
9290 - type: "plot"
9291   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9292   algorithm: "plot_nf_heatmap"
9293   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9294   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9295   filter: "'NIC_Intel-XXV710' and
9296            'NF_DENSITY' and
9297            'DOCKER' and
9298            'CHAIN' and
9299            'NF_VPPIP4' and
9300            'IPSEC' and
9301            'TNL_10000' and
9302            'IMIX' and
9303            '4T2C' and
9304            'NDRPDR'"
9305   parameters:
9306   - "throughput"
9307   - "name"
9308   - "tags"
9309   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9310   x-axis: "X = CNFs per Service Chain"
9311   y-axis: "Y = Number of Service Chains"
9312   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9313   layout:
9314     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9315     layout: "plot-service-density"
9316
9317 - type: "plot"
9318   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9319   algorithm: "plot_nf_heatmap"
9320   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9321   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9322   filter: "'NIC_Intel-XXV710' and
9323            'NF_DENSITY' and
9324            'DOCKER' and
9325            'CHAIN' and
9326            'NF_VPPIP4' and
9327            'IPSEC' and
9328            'TNL_10000' and
9329            'IMIX' and
9330            '8T4C' and
9331            'NDRPDR'"
9332   parameters:
9333   - "throughput"
9334   - "name"
9335   - "tags"
9336   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9337   x-axis: "X = CNFs per Service Chain"
9338   y-axis: "Y = Number of Service Chains"
9339   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9340   layout:
9341     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9342     layout: "plot-service-density"
9343
9344 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9345 - type: "plot"
9346   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9347   algorithm: "plot_nf_heatmap"
9348   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9349   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9350   filter: "'NIC_Intel-XXV710' and
9351            'NF_DENSITY' and
9352            'DOCKER' and
9353            'CHAIN' and
9354            'NF_VPPIP4' and
9355            'IPSEC' and
9356            'TNL_10000' and
9357            'IMIX' and
9358            '2T1C' and
9359            'NDRPDR'"
9360   parameters:
9361   - "throughput"
9362   - "name"
9363   - "tags"
9364   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9365   x-axis: "X = CNFs per Service Chain"
9366   y-axis: "Y = Number of Service Chains"
9367   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9368   layout:
9369     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9370     layout: "plot-service-density"
9371
9372 - type: "plot"
9373   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9374   algorithm: "plot_nf_heatmap"
9375   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9376   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9377   filter: "'NIC_Intel-XXV710' and
9378            'NF_DENSITY' and
9379            'DOCKER' and
9380            'CHAIN' and
9381            'NF_VPPIP4' and
9382            'IPSEC' and
9383            'TNL_10000' and
9384            'IMIX' and
9385            '4T2C' and
9386            'NDRPDR'"
9387   parameters:
9388   - "throughput"
9389   - "name"
9390   - "tags"
9391   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9392   x-axis: "X = CNFs per Service Chain"
9393   y-axis: "Y = Number of Service Chains"
9394   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9395   layout:
9396     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9397     layout: "plot-service-density"
9398
9399 - type: "plot"
9400   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9401   algorithm: "plot_nf_heatmap"
9402   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9403   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9404   filter: "'NIC_Intel-XXV710' and
9405            'NF_DENSITY' and
9406            'DOCKER' and
9407            'CHAIN' and
9408            'NF_VPPIP4' and
9409            'IPSEC' and
9410            'TNL_10000' and
9411            'IMIX' and
9412            '8T4C' and
9413            'NDRPDR'"
9414   parameters:
9415   - "throughput"
9416   - "name"
9417   - "tags"
9418   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9419   x-axis: "X = CNFs per Service Chain"
9420   y-axis: "Y = Number of Service Chains"
9421   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9422   layout:
9423     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9424     layout: "plot-service-density"
9425
9426 ###############################################################################
9427
9428 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9429 #- type: "plot"
9430 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9431 #  algorithm: "plot_nf_heatmap"
9432 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9433 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9434 #  filter: "'NIC_Intel-XL710' and
9435 #           'NF_DENSITY' and
9436 #           'DOCKER' and
9437 #           'CHAIN' and
9438 #           'NF_VPPIP4' and
9439 #           'IMIX' and
9440 #           'TNL_10000' and
9441 #           '1T1C' and
9442 #           'MRR'"
9443 #  parameters:
9444 #  - "result"
9445 #  - "name"
9446 #  - "tags"
9447 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9448 #  x-axis: "X = CNFs per Service Chain"
9449 #  y-axis: "Y = Number of Service Chains"
9450 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9451 #  layout:
9452 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9453 #    layout: "plot-service-density"
9454 #
9455 #- type: "plot"
9456 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9457 #  algorithm: "plot_nf_heatmap"
9458 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9459 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9460 #  filter: "'NIC_Intel-XL710' and
9461 #           'NF_DENSITY' and
9462 #           'DOCKER' and
9463 #           'CHAIN' and
9464 #           'NF_VPPIP4' and
9465 #           'IPSEC' and
9466 #           'TNL_10000' and
9467 #           'IMIX' and
9468 #           '2T2C' and
9469 #           'MRR'"
9470 #  parameters:
9471 #  - "result"
9472 #  - "name"
9473 #  - "tags"
9474 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9475 #  x-axis: "X = CNFs per Service Chain"
9476 #  y-axis: "Y = Number of Service Chains"
9477 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9478 #  layout:
9479 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9480 #    layout: "plot-service-density"
9481 #
9482 #- type: "plot"
9483 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9484 #  algorithm: "plot_nf_heatmap"
9485 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9486 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9487 #  filter: "'NIC_Intel-XL710' and
9488 #           'NF_DENSITY' and
9489 #           'DOCKER' and
9490 #           'CHAIN' and
9491 #           'NF_VPPIP4' and
9492 #           'IPSEC' and
9493 #           'TNL_10000' and
9494 #           'IMIX' and
9495 #           '4T4C' and
9496 #           'MRR'"
9497 #  parameters:
9498 #  - "result"
9499 #  - "name"
9500 #  - "tags"
9501 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9502 #  x-axis: "X = CNFs per Service Chain"
9503 #  y-axis: "Y = Number of Service Chains"
9504 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9505 #  layout:
9506 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9507 #    layout: "plot-service-density"
9508
9509 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9510 #- type: "plot"
9511 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9512 #  algorithm: "plot_nf_heatmap"
9513 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9514 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9515 #  filter: "'NIC_Intel-XL710' and
9516 #           'NF_DENSITY' and
9517 #           'DOCKER' and
9518 #           'CHAIN' and
9519 #           'NF_VPPIP4' and
9520 #           'IPSEC' and
9521 #           'TNL_10000' and
9522 #           'IMIX' and
9523 #           '1T1C' and
9524 #           'NDRPDR'"
9525 #  parameters:
9526 #  - "throughput"
9527 #  - "name"
9528 #  - "tags"
9529 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9530 #  x-axis: "X = CNFs per Service Chain"
9531 #  y-axis: "Y = Number of Service Chains"
9532 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9533 #  layout:
9534 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9535 #    layout: "plot-service-density"
9536 #
9537 #- type: "plot"
9538 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9539 #  algorithm: "plot_nf_heatmap"
9540 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9541 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9542 #  filter: "'NIC_Intel-XL710' and
9543 #           'NF_DENSITY' and
9544 #           'DOCKER' and
9545 #           'CHAIN' and
9546 #           'NF_VPPIP4' and
9547 #           'IPSEC' and
9548 #           'TNL_10000' and
9549 #           'IMIX' and
9550 #           '2T2C' and
9551 #           'NDRPDR'"
9552 #  parameters:
9553 #  - "throughput"
9554 #  - "name"
9555 #  - "tags"
9556 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9557 #  x-axis: "X = CNFs per Service Chain"
9558 #  y-axis: "Y = Number of Service Chains"
9559 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9560 #  layout:
9561 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9562 #    layout: "plot-service-density"
9563 #
9564 #- type: "plot"
9565 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9566 #  algorithm: "plot_nf_heatmap"
9567 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9568 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9569 #  filter: "'NIC_Intel-XL710' and
9570 #           'NF_DENSITY' and
9571 #           'DOCKER' and
9572 #           'CHAIN' and
9573 #           'NF_VPPIP4' and
9574 #           'IPSEC' and
9575 #           'TNL_10000' and
9576 #           'IMIX' and
9577 #           '4T4C' and
9578 #           'NDRPDR'"
9579 #  parameters:
9580 #  - "throughput"
9581 #  - "name"
9582 #  - "tags"
9583 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9584 #  x-axis: "X = CNFs per Service Chain"
9585 #  y-axis: "Y = Number of Service Chains"
9586 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9587 #  layout:
9588 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9589 #    layout: "plot-service-density"
9590 #
9591 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9592 #- type: "plot"
9593 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9594 #  algorithm: "plot_nf_heatmap"
9595 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9596 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9597 #  filter: "'NIC_Intel-XL710' and
9598 #           'NF_DENSITY' and
9599 #           'DOCKER' and
9600 #           'CHAIN' and
9601 #           'NF_VPPIP4' and
9602 #           'IPSEC' and
9603 #           'TNL_10000' and
9604 #           'IMIX' and
9605 #           '1T1C' and
9606 #           'NDRPDR'"
9607 #  parameters:
9608 #  - "throughput"
9609 #  - "name"
9610 #  - "tags"
9611 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9612 #  x-axis: "X = CNFs per Service Chain"
9613 #  y-axis: "Y = Number of Service Chains"
9614 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9615 #  layout:
9616 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9617 #    layout: "plot-service-density"
9618 #
9619 #- type: "plot"
9620 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9621 #  algorithm: "plot_nf_heatmap"
9622 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9623 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9624 #  filter: "'NIC_Intel-XL710' and
9625 #           'NF_DENSITY' and
9626 #           'DOCKER' and
9627 #           'CHAIN' and
9628 #           'NF_VPPIP4' and
9629 #           'IPSEC' and
9630 #           'TNL_10000' and
9631 #           'IMIX' and
9632 #           '2T2C' and
9633 #           'NDRPDR'"
9634 #  parameters:
9635 #  - "throughput"
9636 #  - "name"
9637 #  - "tags"
9638 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9639 #  x-axis: "X = CNFs per Service Chain"
9640 #  y-axis: "Y = Number of Service Chains"
9641 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9642 #  layout:
9643 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9644 #    layout: "plot-service-density"
9645 #
9646 #- type: "plot"
9647 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9648 #  algorithm: "plot_nf_heatmap"
9649 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9650 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9651 #  filter: "'NIC_Intel-XL710' and
9652 #           'NF_DENSITY' and
9653 #           'DOCKER' and
9654 #           'CHAIN' and
9655 #           'NF_VPPIP4' and
9656 #           'IPSEC' and
9657 #           'TNL_10000' and
9658 #           'IMIX' and
9659 #           '4T4C' and
9660 #           'NDRPDR'"
9661 #  parameters:
9662 #  - "throughput"
9663 #  - "name"
9664 #  - "tags"
9665 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9666 #  x-axis: "X = CNFs per Service Chain"
9667 #  y-axis: "Y = Number of Service Chains"
9668 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9669 #  layout:
9670 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9671 #    layout: "plot-service-density"
9672
9673 ###############################################################################
9674
9675 # Plots - NF Density - CSP - MRR IMIX
9676 - type: "plot"
9677   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9678   algorithm: "plot_nf_heatmap"
9679   output-file-type: ".html"
9680   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9681   data: "plot-vpp-nfv-2n-skx-mrr"
9682   filter: "'NIC_Intel-XXV710' and
9683            'NF_DENSITY' and
9684            'DOCKER' and
9685            'PIPELINE' and
9686            'NF_VPPIP4' and
9687            'IMIX' and
9688            '2T1C' and
9689            'MRR'"
9690   parameters:
9691   - "result"
9692   - "name"
9693   - "tags"
9694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9695   x-axis: "X = CNFs per Service Pipeline"
9696   y-axis: "Y = Number of Service Pipelines"
9697   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9698   layout:
9699     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9700     layout: "plot-service-density"
9701
9702 - type: "plot"
9703   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9704   algorithm: "plot_nf_heatmap"
9705   output-file-type: ".html"
9706   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9707   data: "plot-vpp-nfv-2n-skx-mrr"
9708   filter: "'NIC_Intel-XXV710' and
9709            'NF_DENSITY' and
9710            'DOCKER' and
9711            'PIPELINE' and
9712            'NF_VPPIP4' and
9713            'IMIX' and
9714            '4T2C' and
9715            'MRR'"
9716   parameters:
9717   - "result"
9718   - "name"
9719   - "tags"
9720   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9721   x-axis: "X = CNFs per Service Pipeline"
9722   y-axis: "Y = Number of Service Pipelines"
9723   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9724   layout:
9725     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9726     layout: "plot-service-density"
9727
9728 - type: "plot"
9729   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9730   algorithm: "plot_nf_heatmap"
9731   output-file-type: ".html"
9732   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9733   data: "plot-vpp-nfv-2n-skx-mrr"
9734   filter: "'NIC_Intel-XXV710' and
9735            'NF_DENSITY' and
9736            'DOCKER' and
9737            'PIPELINE' and
9738            'NF_VPPIP4' and
9739            'IMIX' and
9740            '8T4C' and
9741            'MRR'"
9742   parameters:
9743   - "result"
9744   - "name"
9745   - "tags"
9746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9747   x-axis: "X = CNFs per Service Pipeline"
9748   y-axis: "Y = Number of Service Pipelines"
9749   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9750   layout:
9751     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9752     layout: "plot-service-density"
9753
9754 # Plots - NF Density - CSP - NDR IMIX
9755 - type: "plot"
9756   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9757   algorithm: "plot_nf_heatmap"
9758   output-file-type: ".html"
9759   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9760   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9761   filter: "'NIC_Intel-XXV710' and
9762            'NF_DENSITY' and
9763            'DOCKER' and
9764            'PIPELINE' and
9765            'NF_VPPIP4' and
9766            'IMIX' and
9767            '2T1C' and
9768            'NDRPDR'"
9769   parameters:
9770   - "throughput"
9771   - "name"
9772   - "tags"
9773   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9774   x-axis: "X = CNFs per Service Pipeline"
9775   y-axis: "Y = Number of Service Pipelines"
9776   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9777   layout:
9778     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9779     layout: "plot-service-density"
9780
9781 - type: "plot"
9782   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9783   algorithm: "plot_nf_heatmap"
9784   output-file-type: ".html"
9785   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9786   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9787   filter: "'NIC_Intel-XXV710' and
9788            'NF_DENSITY' and
9789            'DOCKER' and
9790            'PIPELINE' and
9791            'NF_VPPIP4' and
9792            'IMIX' and
9793            '4T2C' and
9794            'NDRPDR'"
9795   parameters:
9796   - "throughput"
9797   - "name"
9798   - "tags"
9799   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9800   x-axis: "X = CNFs per Service Pipeline"
9801   y-axis: "Y = Number of Service Pipelines"
9802   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9803   layout:
9804     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9805     layout: "plot-service-density"
9806
9807 - type: "plot"
9808   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9809   algorithm: "plot_nf_heatmap"
9810   output-file-type: ".html"
9811   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9812   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9813   filter: "'NIC_Intel-XXV710' and
9814            'NF_DENSITY' and
9815            'DOCKER' and
9816            'PIPELINE' and
9817            'NF_VPPIP4' and
9818            'IMIX' and
9819            '8T4C' and
9820            'NDRPDR'"
9821   parameters:
9822   - "throughput"
9823   - "name"
9824   - "tags"
9825   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9826   x-axis: "X = CNFs per Service Pipeline"
9827   y-axis: "Y = Number of Service Pipelines"
9828   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9829   layout:
9830     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9831     layout: "plot-service-density"
9832
9833 # Plots - NF Density - CSP - PDR IMIX
9834 - type: "plot"
9835   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9836   algorithm: "plot_nf_heatmap"
9837   output-file-type: ".html"
9838   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9839   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9840   filter: "'NIC_Intel-XXV710' and
9841            'NF_DENSITY' and
9842            'DOCKER' and
9843            'PIPELINE' and
9844            'NF_VPPIP4' and
9845            'IMIX' and
9846            '2T1C' and
9847            'NDRPDR'"
9848   parameters:
9849   - "throughput"
9850   - "name"
9851   - "tags"
9852   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9853   x-axis: "X = CNFs per Service Pipeline"
9854   y-axis: "Y = Number of Service Pipelines"
9855   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9856   layout:
9857     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9858     layout: "plot-service-density"
9859
9860 - type: "plot"
9861   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9862   algorithm: "plot_nf_heatmap"
9863   output-file-type: ".html"
9864   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9865   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9866   filter: "'NIC_Intel-XXV710' and
9867            'NF_DENSITY' and
9868            'DOCKER' and
9869            'PIPELINE' and
9870            'NF_VPPIP4' and
9871            'IMIX' and
9872            '4T2C' and
9873            'NDRPDR'"
9874   parameters:
9875   - "throughput"
9876   - "name"
9877   - "tags"
9878   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9879   x-axis: "X = CNFs per Service Pipeline"
9880   y-axis: "Y = Number of Service Pipelines"
9881   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9882   layout:
9883     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9884     layout: "plot-service-density"
9885
9886 - type: "plot"
9887   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9888   algorithm: "plot_nf_heatmap"
9889   output-file-type: ".html"
9890   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9891   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9892   filter: "'NIC_Intel-XXV710' and
9893            'NF_DENSITY' and
9894            'DOCKER' and
9895            'PIPELINE' and
9896            'NF_VPPIP4' and
9897            'IMIX' and
9898            '8T4C' and
9899            'NDRPDR'"
9900   parameters:
9901   - "throughput"
9902   - "name"
9903   - "tags"
9904   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9905   x-axis: "X = CNFs per Service Pipeline"
9906   y-axis: "Y = Number of Service Pipelines"
9907   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9908   layout:
9909     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9910     layout: "plot-service-density"
9911
9912 ###############################################################################
9913 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9914
9915 - type: "plot"
9916   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9917   algorithm: "plot_nf_heatmap"
9918   output-file-type: ".html"
9919   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9920   data: "plot-vpp-nfv-2n-clx-mrr"
9921   filter: "'NIC_Intel-XXV710' and
9922            'NF_DENSITY' and
9923            'VHOST' and
9924            not 'VXLAN' and
9925            'CHAIN' and
9926            'NF_VPPIP4' and
9927            'IMIX' and
9928            '2T1C' and
9929            'MRR'"
9930   parameters:
9931   - "result"
9932   - "name"
9933   - "tags"
9934   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9935   x-axis: "X = VNFs per Service Chain"
9936   y-axis: "Y = Number of Service Chains"
9937   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9938   layout:
9939     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9940     layout: "plot-service-density"
9941
9942 - type: "plot"
9943   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9944   algorithm: "plot_nf_heatmap"
9945   output-file-type: ".html"
9946   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9947   data: "plot-vpp-nfv-2n-clx-mrr"
9948   filter: "'NIC_Intel-XXV710' and
9949            'NF_DENSITY' and
9950            'VHOST' and
9951            not 'VXLAN' and
9952            'CHAIN' and
9953            'NF_VPPIP4' and
9954            'IMIX' and
9955            '4T2C' and
9956            'MRR'"
9957   parameters:
9958   - "result"
9959   - "name"
9960   - "tags"
9961   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9962   x-axis: "X = VNFs per Service Chain"
9963   y-axis: "Y = Number of Service Chains"
9964   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9965   layout:
9966     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9967     layout: "plot-service-density"
9968
9969 - type: "plot"
9970   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9971   algorithm: "plot_nf_heatmap"
9972   output-file-type: ".html"
9973   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9974   data: "plot-vpp-nfv-2n-clx-mrr"
9975   filter: "'NIC_Intel-XXV710' and
9976            'NF_DENSITY' and
9977            'VHOST' and
9978            not 'VXLAN' and
9979            'CHAIN' and
9980            'NF_VPPIP4' and
9981            'IMIX' and
9982            '8T4C' and
9983            'MRR'"
9984   parameters:
9985   - "result"
9986   - "name"
9987   - "tags"
9988   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9989   x-axis: "X = VNFs per Service Chain"
9990   y-axis: "Y = Number of Service Chains"
9991   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9992   layout:
9993     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9994     layout: "plot-service-density"
9995
9996 # Plots - NF Density - VSC - NDR IMIX
9997 - type: "plot"
9998   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9999   algorithm: "plot_nf_heatmap"
10000   output-file-type: ".html"
10001   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10002   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10003   filter: "'NIC_Intel-XXV710' and
10004            'NF_DENSITY' and
10005            'VHOST' and
10006            not 'VXLAN' and
10007            'CHAIN' and
10008            'NF_VPPIP4' and
10009            'IMIX' and
10010            '2T1C' and
10011            'NDRPDR'"
10012   parameters:
10013   - "throughput"
10014   - "name"
10015   - "tags"
10016   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10017   x-axis: "X = VNFs per Service Chain"
10018   y-axis: "Y = Number of Service Chains"
10019   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10020   layout:
10021     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10022     layout: "plot-service-density"
10023
10024 - type: "plot"
10025   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10026   algorithm: "plot_nf_heatmap"
10027   output-file-type: ".html"
10028   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10029   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10030   filter: "'NIC_Intel-XXV710' and
10031            'NF_DENSITY' and
10032            'VHOST' and
10033            not 'VXLAN' and
10034            'CHAIN' and
10035            'NF_VPPIP4' and
10036            'IMIX' and
10037            '4T2C' and
10038            'NDRPDR'"
10039   parameters:
10040   - "throughput"
10041   - "name"
10042   - "tags"
10043   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10044   x-axis: "X = VNFs per Service Chain"
10045   y-axis: "Y = Number of Service Chains"
10046   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10047   layout:
10048     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10049     layout: "plot-service-density"
10050
10051 - type: "plot"
10052   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10053   algorithm: "plot_nf_heatmap"
10054   output-file-type: ".html"
10055   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10056   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10057   filter: "'NIC_Intel-XXV710' and
10058            'NF_DENSITY' and
10059            'VHOST' and
10060            not 'VXLAN' and
10061            'CHAIN' and
10062            'NF_VPPIP4' and
10063            'IMIX' and
10064            '8T4C' and
10065            'NDRPDR'"
10066   parameters:
10067   - "throughput"
10068   - "name"
10069   - "tags"
10070   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10071   x-axis: "X = VNFs per Service Chain"
10072   y-axis: "Y = Number of Service Chains"
10073   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10074   layout:
10075     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10076     layout: "plot-service-density"
10077
10078 # Plots - NF Density - VSC - PDR IMIX
10079 - type: "plot"
10080   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10081   algorithm: "plot_nf_heatmap"
10082   output-file-type: ".html"
10083   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10084   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10085   filter: "'NIC_Intel-XXV710' and
10086            'NF_DENSITY' and
10087            'VHOST' and
10088            not 'VXLAN' and
10089            'CHAIN' and
10090            'NF_VPPIP4' and
10091            'IMIX' and
10092            '2T1C' and
10093            'NDRPDR'"
10094   parameters:
10095   - "throughput"
10096   - "name"
10097   - "tags"
10098   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10099   x-axis: "X = VNFs per Service Chain"
10100   y-axis: "Y = Number of Service Chains"
10101   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10102   layout:
10103     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10104     layout: "plot-service-density"
10105
10106 - type: "plot"
10107   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10108   algorithm: "plot_nf_heatmap"
10109   output-file-type: ".html"
10110   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10111   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10112   filter: "'NIC_Intel-XXV710' and
10113            'NF_DENSITY' and
10114            'VHOST' and
10115            not 'VXLAN' and
10116            'CHAIN' and
10117            'NF_VPPIP4' and
10118            'IMIX' and
10119            '4T2C' and
10120            'NDRPDR'"
10121   parameters:
10122   - "throughput"
10123   - "name"
10124   - "tags"
10125   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10126   x-axis: "X = VNFs per Service Chain"
10127   y-axis: "Y = Number of Service Chains"
10128   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10129   layout:
10130     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10131     layout: "plot-service-density"
10132
10133 - type: "plot"
10134   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10135   algorithm: "plot_nf_heatmap"
10136   output-file-type: ".html"
10137   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10138   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10139   filter: "'NIC_Intel-XXV710' and
10140            'NF_DENSITY' and
10141            'VHOST' and
10142            not 'VXLAN' and
10143            'CHAIN' and
10144            'NF_VPPIP4' and
10145            'IMIX' and
10146            '8T4C' and
10147            'NDRPDR'"
10148   parameters:
10149   - "throughput"
10150   - "name"
10151   - "tags"
10152   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10153   x-axis: "X = VNFs per Service Chain"
10154   y-axis: "Y = Number of Service Chains"
10155   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10156   layout:
10157     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10158     layout: "plot-service-density"
10159
10160 # Plots - NF Density - VSC - MRR IMIX
10161 - type: "plot"
10162   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10163   algorithm: "plot_nf_heatmap"
10164   output-file-type: ".html"
10165   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10166   data: "plot-vpp-nfv-2n-clx-mrr"
10167   filter: "'NIC_Intel-XXV710' and
10168            'NF_DENSITY' and
10169            'VHOST' and
10170            'VXLAN' and
10171            'CHAIN' and
10172            'IMIX' and
10173            '2T1C' and
10174            'MRR'"
10175   parameters:
10176   - "result"
10177   - "name"
10178   - "tags"
10179   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10180   x-axis: "X = VNFs per Service Chain"
10181   y-axis: "Y = Number of Service Chains"
10182   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10183   layout:
10184     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10185     layout: "plot-service-density"
10186
10187 - type: "plot"
10188   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10189   algorithm: "plot_nf_heatmap"
10190   output-file-type: ".html"
10191   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10192   data: "plot-vpp-nfv-2n-clx-mrr"
10193   filter: "'NIC_Intel-XXV710' and
10194            'NF_DENSITY' and
10195            'VHOST' and
10196            'VXLAN' and
10197            'CHAIN' and
10198            'IMIX' and
10199            '4T2C' and
10200            'MRR'"
10201   parameters:
10202   - "result"
10203   - "name"
10204   - "tags"
10205   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10206   x-axis: "X = VNFs per Service Chain"
10207   y-axis: "Y = Number of Service Chains"
10208   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10209   layout:
10210     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10211     layout: "plot-service-density"
10212
10213 - type: "plot"
10214   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10215   algorithm: "plot_nf_heatmap"
10216   output-file-type: ".html"
10217   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10218   data: "plot-vpp-nfv-2n-clx-mrr"
10219   filter: "'NIC_Intel-XXV710' and
10220            'NF_DENSITY' and
10221            'VHOST' and
10222            'VXLAN' and
10223            'CHAIN' and
10224            'IMIX' and
10225            '8T4C' and
10226            'MRR'"
10227   parameters:
10228   - "result"
10229   - "name"
10230   - "tags"
10231   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10232   x-axis: "X = VNFs per Service Chain"
10233   y-axis: "Y = Number of Service Chains"
10234   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10235   layout:
10236     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10237     layout: "plot-service-density"
10238
10239 # Plots - NF Density - VSC - NDR IMIX
10240 - type: "plot"
10241   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10242   algorithm: "plot_nf_heatmap"
10243   output-file-type: ".html"
10244   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10245   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10246   filter: "'NIC_Intel-XXV710' and
10247            'NF_DENSITY' and
10248            'VHOST' and
10249            'VXLAN' and
10250            'CHAIN' and
10251            'IMIX' and
10252            '2T1C' and
10253            'NDRPDR'"
10254   parameters:
10255   - "throughput"
10256   - "name"
10257   - "tags"
10258   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10259   x-axis: "X = VNFs per Service Chain"
10260   y-axis: "Y = Number of Service Chains"
10261   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10262   layout:
10263     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10264     layout: "plot-service-density"
10265
10266 - type: "plot"
10267   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10268   algorithm: "plot_nf_heatmap"
10269   output-file-type: ".html"
10270   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10271   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10272   filter: "'NIC_Intel-XXV710' and
10273            'NF_DENSITY' and
10274            'VHOST' and
10275            'VXLAN' and
10276            'CHAIN' and
10277            'IMIX' and
10278            '4T2C' and
10279            'NDRPDR'"
10280   parameters:
10281   - "throughput"
10282   - "name"
10283   - "tags"
10284   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10285   x-axis: "X = VNFs per Service Chain"
10286   y-axis: "Y = Number of Service Chains"
10287   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10288   layout:
10289     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10290     layout: "plot-service-density"
10291
10292 - type: "plot"
10293   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10294   algorithm: "plot_nf_heatmap"
10295   output-file-type: ".html"
10296   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10297   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10298   filter: "'NIC_Intel-XXV710' and
10299            'NF_DENSITY' and
10300            'VHOST' and
10301            'VXLAN' and
10302            'CHAIN' and
10303            'IMIX' and
10304            '8T4C' and
10305            'NDRPDR'"
10306   parameters:
10307   - "throughput"
10308   - "name"
10309   - "tags"
10310   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10311   x-axis: "X = VNFs per Service Chain"
10312   y-axis: "Y = Number of Service Chains"
10313   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10314   layout:
10315     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10316     layout: "plot-service-density"
10317
10318 # Plots - NF Density - VSC - PDR IMIX
10319 - type: "plot"
10320   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10321   algorithm: "plot_nf_heatmap"
10322   output-file-type: ".html"
10323   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10324   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10325   filter: "'NIC_Intel-XXV710' and
10326            'NF_DENSITY' and
10327            'VHOST' and
10328            'VXLAN' and
10329            'CHAIN' and
10330            'IMIX' and
10331            '2T1C' and
10332            'NDRPDR'"
10333   parameters:
10334   - "throughput"
10335   - "name"
10336   - "tags"
10337   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10338   x-axis: "X = VNFs per Service Chain"
10339   y-axis: "Y = Number of Service Chains"
10340   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10341   layout:
10342     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10343     layout: "plot-service-density"
10344
10345 - type: "plot"
10346   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10347   algorithm: "plot_nf_heatmap"
10348   output-file-type: ".html"
10349   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10350   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10351   filter: "'NIC_Intel-XXV710' and
10352            'NF_DENSITY' and
10353            'VHOST' and
10354            'VXLAN' and
10355            'CHAIN' and
10356            'IMIX' and
10357            '4T2C' and
10358            'NDRPDR'"
10359   parameters:
10360   - "throughput"
10361   - "name"
10362   - "tags"
10363   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10364   x-axis: "X = VNFs per Service Chain"
10365   y-axis: "Y = Number of Service Chains"
10366   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10367   layout:
10368     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10369     layout: "plot-service-density"
10370
10371 - type: "plot"
10372   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10373   algorithm: "plot_nf_heatmap"
10374   output-file-type: ".html"
10375   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10376   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10377   filter: "'NIC_Intel-XXV710' and
10378            'NF_DENSITY' and
10379            'VHOST' and
10380            'VXLAN' and
10381            'CHAIN' and
10382            'IMIX' and
10383            '8T4C' and
10384            'NDRPDR'"
10385   parameters:
10386   - "throughput"
10387   - "name"
10388   - "tags"
10389   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10390   x-axis: "X = VNFs per Service Chain"
10391   y-axis: "Y = Number of Service Chains"
10392   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10393   layout:
10394     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10395     layout: "plot-service-density"
10396
10397 # Plots - NF Density - CSC - MRR IMIX
10398 - type: "plot"
10399   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10400   algorithm: "plot_nf_heatmap"
10401   output-file-type: ".html"
10402   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10403   data: "plot-vpp-nfv-2n-clx-mrr"
10404   filter: "'NIC_Intel-XXV710' and
10405            'NF_DENSITY' and
10406            'DOCKER' and
10407            'CHAIN' and
10408            'NF_VPPIP4' and
10409            'IMIX' and
10410            '2T1C' and
10411            'MRR'"
10412   parameters:
10413   - "result"
10414   - "name"
10415   - "tags"
10416   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10417   x-axis: "X = CNFs per Service Chain"
10418   y-axis: "Y = Number of Service Chains"
10419   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10420   layout:
10421     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10422     layout: "plot-service-density"
10423
10424 - type: "plot"
10425   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10426   algorithm: "plot_nf_heatmap"
10427   output-file-type: ".html"
10428   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10429   data: "plot-vpp-nfv-2n-clx-mrr"
10430   filter: "'NIC_Intel-XXV710' and
10431            'NF_DENSITY' and
10432            'DOCKER' and
10433            'CHAIN' and
10434            'NF_VPPIP4' and
10435            'IMIX' and
10436            '4T2C' and
10437            'MRR'"
10438   parameters:
10439   - "result"
10440   - "name"
10441   - "tags"
10442   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10443   x-axis: "X = CNFs per Service Chain"
10444   y-axis: "Y = Number of Service Chains"
10445   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10446   layout:
10447     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10448     layout: "plot-service-density"
10449
10450 - type: "plot"
10451   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10452   algorithm: "plot_nf_heatmap"
10453   output-file-type: ".html"
10454   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10455   data: "plot-vpp-nfv-2n-clx-mrr"
10456   filter: "'NIC_Intel-XXV710' and
10457            'NF_DENSITY' and
10458            'DOCKER' and
10459            'CHAIN' and
10460            'NF_VPPIP4' and
10461            'IMIX' and
10462            '8T4C' and
10463            'MRR'"
10464   parameters:
10465   - "result"
10466   - "name"
10467   - "tags"
10468   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10469   x-axis: "X = CNFs per Service Chain"
10470   y-axis: "Y = Number of Service Chains"
10471   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10472   layout:
10473     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10474     layout: "plot-service-density"
10475
10476 # Plots - NF Density - CSC - NDR IMIX
10477 - type: "plot"
10478   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10479   algorithm: "plot_nf_heatmap"
10480   output-file-type: ".html"
10481   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10482   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10483   filter: "'NIC_Intel-XXV710' and
10484            'NF_DENSITY' and
10485            'DOCKER' and
10486            'CHAIN' and
10487            'NF_VPPIP4' and
10488            'IMIX' and
10489            '2T1C' and
10490            'NDRPDR'"
10491   parameters:
10492   - "throughput"
10493   - "name"
10494   - "tags"
10495   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10496   x-axis: "X = CNFs per Service Chain"
10497   y-axis: "Y = Number of Service Chains"
10498   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10499   layout:
10500     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10501     layout: "plot-service-density"
10502
10503 - type: "plot"
10504   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10505   algorithm: "plot_nf_heatmap"
10506   output-file-type: ".html"
10507   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10508   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10509   filter: "'NIC_Intel-XXV710' and
10510            'NF_DENSITY' and
10511            'DOCKER' and
10512            'CHAIN' and
10513            'NF_VPPIP4' and
10514            'IMIX' and
10515            '4T2C' and
10516            'NDRPDR'"
10517   parameters:
10518   - "throughput"
10519   - "name"
10520   - "tags"
10521   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10522   x-axis: "X = CNFs per Service Chain"
10523   y-axis: "Y = Number of Service Chains"
10524   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10525   layout:
10526     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10527     layout: "plot-service-density"
10528
10529 - type: "plot"
10530   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10531   algorithm: "plot_nf_heatmap"
10532   output-file-type: ".html"
10533   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10534   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10535   filter: "'NIC_Intel-XXV710' and
10536            'NF_DENSITY' and
10537            'DOCKER' and
10538            'CHAIN' and
10539            'NF_VPPIP4' and
10540            'IMIX' and
10541            '8T4C' and
10542            'NDRPDR'"
10543   parameters:
10544   - "throughput"
10545   - "name"
10546   - "tags"
10547   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10548   x-axis: "X = CNFs per Service Chain"
10549   y-axis: "Y = Number of Service Chains"
10550   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10551   layout:
10552     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10553     layout: "plot-service-density"
10554
10555 # Plots - NF Density - CSC - PDR IMIX
10556 - type: "plot"
10557   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10558   algorithm: "plot_nf_heatmap"
10559   output-file-type: ".html"
10560   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10561   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10562   filter: "'NIC_Intel-XXV710' and
10563            'NF_DENSITY' and
10564            'DOCKER' and
10565            'CHAIN' and
10566            'NF_VPPIP4' and
10567            'IMIX' and
10568            '2T1C' and
10569            'NDRPDR'"
10570   parameters:
10571   - "throughput"
10572   - "name"
10573   - "tags"
10574   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10575   x-axis: "X = CNFs per Service Chain"
10576   y-axis: "Y = Number of Service Chains"
10577   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10578   layout:
10579     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10580     layout: "plot-service-density"
10581
10582 - type: "plot"
10583   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10584   algorithm: "plot_nf_heatmap"
10585   output-file-type: ".html"
10586   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10587   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10588   filter: "'NIC_Intel-XXV710' and
10589            'NF_DENSITY' and
10590            'DOCKER' and
10591            'CHAIN' and
10592            'NF_VPPIP4' and
10593            'IMIX' and
10594            '4T2C' and
10595            'NDRPDR'"
10596   parameters:
10597   - "throughput"
10598   - "name"
10599   - "tags"
10600   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10601   x-axis: "X = CNFs per Service Chain"
10602   y-axis: "Y = Number of Service Chains"
10603   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10604   layout:
10605     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10606     layout: "plot-service-density"
10607
10608 - type: "plot"
10609   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10610   algorithm: "plot_nf_heatmap"
10611   output-file-type: ".html"
10612   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10613   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10614   filter: "'NIC_Intel-XXV710' and
10615            'NF_DENSITY' and
10616            'DOCKER' and
10617            'CHAIN' and
10618            'NF_VPPIP4' and
10619            'IMIX' and
10620            '8T4C' and
10621            'NDRPDR'"
10622   parameters:
10623   - "throughput"
10624   - "name"
10625   - "tags"
10626   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10627   x-axis: "X = CNFs per Service Chain"
10628   y-axis: "Y = Number of Service Chains"
10629   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10630   layout:
10631     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10632     layout: "plot-service-density"
10633
10634 # Plots - NF Density - CSP - MRR IMIX
10635 - type: "plot"
10636   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10637   algorithm: "plot_nf_heatmap"
10638   output-file-type: ".html"
10639   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10640   data: "plot-vpp-nfv-2n-clx-mrr"
10641   filter: "'NIC_Intel-XXV710' and
10642            'NF_DENSITY' and
10643            'DOCKER' and
10644            'PIPELINE' and
10645            'NF_VPPIP4' and
10646            'IMIX' and
10647            '2T1C' and
10648            'MRR'"
10649   parameters:
10650   - "result"
10651   - "name"
10652   - "tags"
10653   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10654   x-axis: "X = CNFs per Service Pipeline"
10655   y-axis: "Y = Number of Service Pipelines"
10656   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10657   layout:
10658     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10659     layout: "plot-service-density"
10660
10661 - type: "plot"
10662   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10663   algorithm: "plot_nf_heatmap"
10664   output-file-type: ".html"
10665   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10666   data: "plot-vpp-nfv-2n-clx-mrr"
10667   filter: "'NIC_Intel-XXV710' and
10668            'NF_DENSITY' and
10669            'DOCKER' and
10670            'PIPELINE' and
10671            'NF_VPPIP4' and
10672            'IMIX' and
10673            '4T2C' and
10674            'MRR'"
10675   parameters:
10676   - "result"
10677   - "name"
10678   - "tags"
10679   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10680   x-axis: "X = CNFs per Service Pipeline"
10681   y-axis: "Y = Number of Service Pipelines"
10682   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10683   layout:
10684     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10685     layout: "plot-service-density"
10686
10687 - type: "plot"
10688   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10689   algorithm: "plot_nf_heatmap"
10690   output-file-type: ".html"
10691   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10692   data: "plot-vpp-nfv-2n-clx-mrr"
10693   filter: "'NIC_Intel-XXV710' and
10694            'NF_DENSITY' and
10695            'DOCKER' and
10696            'PIPELINE' and
10697            'NF_VPPIP4' and
10698            'IMIX' and
10699            '8T4C' and
10700            'MRR'"
10701   parameters:
10702   - "result"
10703   - "name"
10704   - "tags"
10705   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10706   x-axis: "X = CNFs per Service Pipeline"
10707   y-axis: "Y = Number of Service Pipelines"
10708   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10709   layout:
10710     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10711     layout: "plot-service-density"
10712
10713 # Plots - NF Density - CSP - NDR IMIX
10714 - type: "plot"
10715   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10716   algorithm: "plot_nf_heatmap"
10717   output-file-type: ".html"
10718   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10719   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10720   filter: "'NIC_Intel-XXV710' and
10721            'NF_DENSITY' and
10722            'DOCKER' and
10723            'PIPELINE' and
10724            'NF_VPPIP4' and
10725            'IMIX' and
10726            '2T1C' and
10727            'NDRPDR'"
10728   parameters:
10729   - "throughput"
10730   - "name"
10731   - "tags"
10732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10733   x-axis: "X = CNFs per Service Pipeline"
10734   y-axis: "Y = Number of Service Pipelines"
10735   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10736   layout:
10737     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10738     layout: "plot-service-density"
10739
10740 - type: "plot"
10741   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10742   algorithm: "plot_nf_heatmap"
10743   output-file-type: ".html"
10744   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10745   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10746   filter: "'NIC_Intel-XXV710' and
10747            'NF_DENSITY' and
10748            'DOCKER' and
10749            'PIPELINE' and
10750            'NF_VPPIP4' and
10751            'IMIX' and
10752            '4T2C' and
10753            'NDRPDR'"
10754   parameters:
10755   - "throughput"
10756   - "name"
10757   - "tags"
10758   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10759   x-axis: "X = CNFs per Service Pipeline"
10760   y-axis: "Y = Number of Service Pipelines"
10761   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10762   layout:
10763     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10764     layout: "plot-service-density"
10765
10766 - type: "plot"
10767   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10768   algorithm: "plot_nf_heatmap"
10769   output-file-type: ".html"
10770   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10771   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10772   filter: "'NIC_Intel-XXV710' and
10773            'NF_DENSITY' and
10774            'DOCKER' and
10775            'PIPELINE' and
10776            'NF_VPPIP4' and
10777            'IMIX' and
10778            '8T4C' and
10779            'NDRPDR'"
10780   parameters:
10781   - "throughput"
10782   - "name"
10783   - "tags"
10784   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10785   x-axis: "X = CNFs per Service Pipeline"
10786   y-axis: "Y = Number of Service Pipelines"
10787   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10788   layout:
10789     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10790     layout: "plot-service-density"
10791
10792 # Plots - NF Density - CSP - PDR IMIX
10793 - type: "plot"
10794   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10795   algorithm: "plot_nf_heatmap"
10796   output-file-type: ".html"
10797   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10798   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10799   filter: "'NIC_Intel-XXV710' and
10800            'NF_DENSITY' and
10801            'DOCKER' and
10802            'PIPELINE' and
10803            'NF_VPPIP4' and
10804            'IMIX' and
10805            '2T1C' and
10806            'NDRPDR'"
10807   parameters:
10808   - "throughput"
10809   - "name"
10810   - "tags"
10811   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10812   x-axis: "X = CNFs per Service Pipeline"
10813   y-axis: "Y = Number of Service Pipelines"
10814   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10815   layout:
10816     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10817     layout: "plot-service-density"
10818
10819 - type: "plot"
10820   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10821   algorithm: "plot_nf_heatmap"
10822   output-file-type: ".html"
10823   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10824   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10825   filter: "'NIC_Intel-XXV710' and
10826            'NF_DENSITY' and
10827            'DOCKER' and
10828            'PIPELINE' and
10829            'NF_VPPIP4' and
10830            'IMIX' and
10831            '4T2C' and
10832            'NDRPDR'"
10833   parameters:
10834   - "throughput"
10835   - "name"
10836   - "tags"
10837   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10838   x-axis: "X = CNFs per Service Pipeline"
10839   y-axis: "Y = Number of Service Pipelines"
10840   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10841   layout:
10842     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10843     layout: "plot-service-density"
10844
10845 - type: "plot"
10846   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10847   algorithm: "plot_nf_heatmap"
10848   output-file-type: ".html"
10849   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10850   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10851   filter: "'NIC_Intel-XXV710' and
10852            'NF_DENSITY' and
10853            'DOCKER' and
10854            'PIPELINE' and
10855            'NF_VPPIP4' and
10856            'IMIX' and
10857            '8T4C' and
10858            'NDRPDR'"
10859   parameters:
10860   - "throughput"
10861   - "name"
10862   - "tags"
10863   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10864   x-axis: "X = CNFs per Service Pipeline"
10865   y-axis: "Y = Number of Service Pipelines"
10866   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10867   layout:
10868     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10869     layout: "plot-service-density"
10870
10871 ################################################################################
10872
10873 # Packet Throughput
10874
10875 - type: "plot"
10876   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10877   algorithm: "plot_perf_box_name"
10878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10880   include:
10881     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10882     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10883     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10884     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10885   layout:
10886     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10887     layout: "plot-throughput"
10888
10889 - type: "plot"
10890   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10891   algorithm: "plot_perf_box_name"
10892   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10893   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10894   include:
10895     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10896     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10897     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10898     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10899   layout:
10900     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10901     layout: "plot-throughput"
10902
10903 - type: "plot"
10904   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10905   algorithm: "plot_perf_box_name"
10906   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10907   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10908   include:
10909     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10910     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10911     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10912     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10913   layout:
10914     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10915     layout: "plot-throughput"
10916
10917 - type: "plot"
10918   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10919   algorithm: "plot_perf_box_name"
10920   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10922   include:
10923     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10924     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10925     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10926     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10927   layout:
10928     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10929     layout: "plot-throughput"
10930
10931 - type: "plot"
10932   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10933   algorithm: "plot_perf_box_name"
10934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10936   include:
10937     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10938     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10939     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10940     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10941     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10942   layout:
10943     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10944     layout: "plot-throughput"
10945
10946 - type: "plot"
10947   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10948   algorithm: "plot_perf_box_name"
10949   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10950   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10951   include:
10952     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10953     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10954     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10955     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10956     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10957   layout:
10958     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10959     layout: "plot-throughput"
10960
10961 - type: "plot"
10962   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10963   algorithm: "plot_perf_box_name"
10964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10966   include:
10967     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10968     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10969     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10970     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10971     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10972   layout:
10973     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10974     layout: "plot-throughput"
10975
10976 - type: "plot"
10977   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10978   algorithm: "plot_perf_box_name"
10979   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10981   include:
10982     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10983     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10984     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10985     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10986     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10987   layout:
10988     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10989     layout: "plot-throughput"
10990
10991 - type: "plot"
10992   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10993   algorithm: "plot_perf_box_name"
10994   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10995   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10996   include:
10997     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10998     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10999     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11000     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11001     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11002   layout:
11003     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11004     layout: "plot-throughput"
11005
11006 - type: "plot"
11007   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11008   algorithm: "plot_perf_box_name"
11009   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11010   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11011   include:
11012     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11013     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11014     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11015     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11016     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11017   layout:
11018     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11019     layout: "plot-throughput"
11020
11021 - type: "plot"
11022   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11023   algorithm: "plot_perf_box_name"
11024   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11026   include:
11027     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11028     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11030     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11031     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11032     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11033   layout:
11034     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11035     layout: "plot-throughput"
11036
11037 - type: "plot"
11038   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11039   algorithm: "plot_perf_box_name"
11040   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11042   include:
11043     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11044     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11045     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11046     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11047     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11048     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11049   layout:
11050     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11051     layout: "plot-throughput"
11052
11053 - type: "plot"
11054   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11055   algorithm: "plot_perf_box_name"
11056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11058   include:
11059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11064   layout:
11065     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11066     layout: "plot-throughput"
11067
11068 - type: "plot"
11069   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11070   algorithm: "plot_perf_box_name"
11071   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11073   include:
11074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11079   layout:
11080     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11081     layout: "plot-throughput"
11082
11083 - type: "plot"
11084   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11085   algorithm: "plot_perf_box_name"
11086   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11087   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11088   include:
11089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11092   layout:
11093     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11094     layout: "plot-throughput"
11095
11096 - type: "plot"
11097   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11098   algorithm: "plot_perf_box_name"
11099   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11100   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11101   include:
11102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11105   layout:
11106     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11107     layout: "plot-throughput"
11108
11109 - type: "plot"
11110   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11111   algorithm: "plot_perf_box_name"
11112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11114   include:
11115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11120   layout:
11121     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11122     layout: "plot-throughput"
11123
11124 - type: "plot"
11125   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11126   algorithm: "plot_perf_box_name"
11127   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11128   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11129   include:
11130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11135   layout:
11136     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11137     layout: "plot-throughput"
11138
11139 - type: "plot"
11140   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11141   algorithm: "plot_perf_box_name"
11142   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11144   include:
11145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11148   layout:
11149     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11150     layout: "plot-throughput"
11151
11152 - type: "plot"
11153   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11154   algorithm: "plot_perf_box_name"
11155   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11156   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11157   include:
11158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11161   layout:
11162     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11163     layout: "plot-throughput"
11164
11165 - type: "plot"
11166   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11167   algorithm: "plot_perf_box_name"
11168   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11169   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11170   include:
11171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11177   layout:
11178     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11179     layout: "plot-throughput"
11180
11181 - type: "plot"
11182   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11183   algorithm: "plot_perf_box_name"
11184   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11185   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11186   include:
11187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11193   layout:
11194     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11195     layout: "plot-throughput"
11196
11197 - type: "plot"
11198   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11199   algorithm: "plot_perf_box_name"
11200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11202   include:
11203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11209   layout:
11210     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11211     layout: "plot-throughput"
11212
11213 - type: "plot"
11214   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11215   algorithm: "plot_perf_box_name"
11216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11218   include:
11219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11225   layout:
11226     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11227     layout: "plot-throughput"
11228
11229 - type: "plot"
11230   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11231   algorithm: "plot_perf_box_name"
11232   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11233   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11234   include:
11235     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11236     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11237     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11238   layout:
11239     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11240     layout: "plot-throughput"
11241
11242 - type: "plot"
11243   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11244   algorithm: "plot_perf_box_name"
11245   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11247   include:
11248     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11249     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11250     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11251   layout:
11252     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11253     layout: "plot-throughput"
11254
11255 - type: "plot"
11256   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11257   algorithm: "plot_perf_box_name"
11258   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11260   include:
11261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11263 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11264 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11265 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11266   layout:
11267     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11268     layout: "plot-throughput"
11269
11270 - type: "plot"
11271   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11272   algorithm: "plot_perf_box_name"
11273   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11275   include:
11276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11278 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11279 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11280 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11281   layout:
11282     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11283     layout: "plot-throughput"
11284
11285 - type: "plot"
11286   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11287   algorithm: "plot_perf_box_name"
11288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11290   include:
11291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11292     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11294     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11296   layout:
11297     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11298     layout: "plot-throughput"
11299
11300 - type: "plot"
11301   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11302   algorithm: "plot_perf_box_name"
11303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11305   include:
11306     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11307     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11308     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11309     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11310     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11311   layout:
11312     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11313     layout: "plot-throughput"
11314
11315 - type: "plot"
11316   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11317   algorithm: "plot_perf_box_name"
11318   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11320   include:
11321     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11323     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11324     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11325     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11326   layout:
11327     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11328     layout: "plot-throughput"
11329
11330 - type: "plot"
11331   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11332   algorithm: "plot_perf_box_name"
11333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11335   include:
11336     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11337     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11339     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11340     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11341   layout:
11342     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11343     layout: "plot-throughput"
11344
11345 - type: "plot"
11346   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11347   algorithm: "plot_perf_box_name"
11348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11350   include:
11351     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11352     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11353     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11354     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11355     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11356     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11357   layout:
11358     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11359     layout: "plot-throughput"
11360
11361 - type: "plot"
11362   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11363   algorithm: "plot_perf_box_name"
11364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11366   include:
11367     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11368     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11369     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11370     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11371     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11372     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11373   layout:
11374     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11375     layout: "plot-throughput"
11376
11377 - type: "plot"
11378   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11379   algorithm: "plot_perf_box_name"
11380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11382   include:
11383     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11384     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11385     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11386     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11387     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11388     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11389   layout:
11390     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11391     layout: "plot-throughput"
11392
11393 - type: "plot"
11394   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11395   algorithm: "plot_perf_box_name"
11396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11398   include:
11399     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11400     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11401     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11402     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11403     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11404     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11405   layout:
11406     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11407     layout: "plot-throughput"
11408
11409 - type: "plot"
11410   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11411   algorithm: "plot_perf_box_name"
11412   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11413   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11414   include:
11415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11420   layout:
11421     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11422     layout: "plot-throughput"
11423
11424 - type: "plot"
11425   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11426   algorithm: "plot_perf_box_name"
11427   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11428   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11429   include:
11430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11435   layout:
11436     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11437     layout: "plot-throughput"
11438
11439 - type: "plot"
11440   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11441   algorithm: "plot_perf_box_name"
11442   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11443   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11444   include:
11445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11451   layout:
11452     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11453     layout: "plot-throughput"
11454
11455 - type: "plot"
11456   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11457   algorithm: "plot_perf_box_name"
11458   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11459   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11460   include:
11461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11466     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11467   layout:
11468     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11469     layout: "plot-throughput"
11470
11471 - type: "plot"
11472   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11473   algorithm: "plot_perf_box_name"
11474   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11475   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11476   include:
11477     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11479     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11480     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11482   layout:
11483     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11484     layout: "plot-throughput"
11485
11486 - type: "plot"
11487   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11488   algorithm: "plot_perf_box_name"
11489   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11490   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11491   include:
11492     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11497   layout:
11498     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11499     layout: "plot-throughput"
11500
11501 - type: "plot"
11502   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11503   algorithm: "plot_perf_box_name"
11504   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11505   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11506   include:
11507     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11508     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11509     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11512     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11513   layout:
11514     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11515     layout: "plot-throughput"
11516
11517 - type: "plot"
11518   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11519   algorithm: "plot_perf_box_name"
11520   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11521   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11522   include:
11523     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11524     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11525     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11529   layout:
11530     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11531     layout: "plot-throughput"
11532
11533 - type: "plot"
11534   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11535   algorithm: "plot_perf_box_name"
11536   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11537   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11538   include:
11539     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11544   layout:
11545     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11546     layout: "plot-throughput"
11547
11548 - type: "plot"
11549   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11550   algorithm: "plot_perf_box_name"
11551   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11552   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11553   include:
11554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11559   layout:
11560     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11561     layout: "plot-throughput"
11562
11563 - type: "plot"
11564   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11565   algorithm: "plot_perf_box_name"
11566   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11567   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11568   include:
11569     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11572     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11575   layout:
11576     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11577     layout: "plot-throughput"
11578
11579 - type: "plot"
11580   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11581   algorithm: "plot_perf_box_name"
11582   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11583   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11584   include:
11585     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11586     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11591   layout:
11592     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11593     layout: "plot-throughput"
11594
11595 - type: "plot"
11596   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11597   algorithm: "plot_perf_box_name"
11598   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11599   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11600   include:
11601     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11603   layout:
11604     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11605     layout: "plot-throughput"
11606
11607 - type: "plot"
11608   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11609   algorithm: "plot_perf_box_name"
11610   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11611   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11612   include:
11613     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11615   layout:
11616     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11617     layout: "plot-throughput"
11618
11619 - type: "plot"
11620   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11621   algorithm: "plot_perf_box_name"
11622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11624   include:
11625     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11627     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11629   layout:
11630     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11631     layout: "plot-throughput"
11632
11633 - type: "plot"
11634   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11635   algorithm: "plot_perf_box_name"
11636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11638   include:
11639     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11640     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11641     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11642     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11643   layout:
11644     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11645     layout: "plot-throughput"
11646
11647 - type: "plot"
11648   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11649   algorithm: "plot_perf_box_name"
11650   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11652   include:
11653     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11654     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11656     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11657   layout:
11658     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11659     layout: "plot-throughput"
11660
11661 - type: "plot"
11662   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11663   algorithm: "plot_perf_box_name"
11664   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11666   include:
11667     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11668     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11669     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11670     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11671   layout:
11672     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11673     layout: "plot-throughput"
11674
11675 - type: "plot"
11676   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11677   algorithm: "plot_perf_box_name"
11678   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11679   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11680   include:
11681     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11682     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11683     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11684     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11685   layout:
11686     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11687     layout: "plot-throughput"
11688
11689 - type: "plot"
11690   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11691   algorithm: "plot_perf_box_name"
11692   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11693   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11694   include:
11695     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11697     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11698     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11699   layout:
11700     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11701     layout: "plot-throughput"
11702
11703 - type: "plot"
11704   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11705   algorithm: "plot_perf_box_name"
11706   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11707   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11708   include:
11709     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11712     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11713   layout:
11714     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11715     layout: "plot-throughput"
11716
11717 - type: "plot"
11718   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11719   algorithm: "plot_perf_box_name"
11720   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11721   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11722   include:
11723     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11727   layout:
11728     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11729     layout: "plot-throughput"
11730
11731 - type: "plot"
11732   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11733   algorithm: "plot_perf_box_name"
11734   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11735   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11736   include:
11737     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11743   layout:
11744     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11745     layout: "plot-throughput"
11746
11747 - type: "plot"
11748   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11749   algorithm: "plot_perf_box_name"
11750   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11751   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11752   include:
11753     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11759   layout:
11760     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11761     layout: "plot-throughput"
11762
11763 - type: "plot"
11764   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11765   algorithm: "plot_perf_box_name"
11766   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11767   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11768   include:
11769     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11774   layout:
11775     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11776     layout: "plot-throughput"
11777
11778 - type: "plot"
11779   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11780   algorithm: "plot_perf_box_name"
11781   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11782   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11783   include:
11784     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11789   layout:
11790     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11791     layout: "plot-throughput"
11792
11793 - type: "plot"
11794   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11795   algorithm: "plot_perf_box_name"
11796   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11797   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11798   include:
11799     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11804   layout:
11805     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11806     layout: "plot-throughput"
11807
11808 - type: "plot"
11809   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11810   algorithm: "plot_perf_box_name"
11811   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11812   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11813   include:
11814     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11815     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11819   layout:
11820     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11821     layout: "plot-throughput"
11822
11823 - type: "plot"
11824   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11825   algorithm: "plot_perf_box_name"
11826   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11828   include:
11829     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11830     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11831     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11832   layout:
11833     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11834     layout: "plot-throughput"
11835
11836 - type: "plot"
11837   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11838   algorithm: "plot_perf_box_name"
11839   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11841   include:
11842     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11845   layout:
11846     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11847     layout: "plot-throughput"
11848
11849 - type: "plot"
11850   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11851   algorithm: "plot_perf_box_name"
11852   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11854   include:
11855     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11858   layout:
11859     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11860     layout: "plot-throughput"
11861
11862 - type: "plot"
11863   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11864   algorithm: "plot_perf_box_name"
11865   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11866   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11867   include:
11868     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11871   layout:
11872     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11873     layout: "plot-throughput"
11874
11875 - type: "plot"
11876   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11877   algorithm: "plot_perf_box_name"
11878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11880   include:
11881     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11886   layout:
11887     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11888     layout: "plot-throughput"
11889
11890 - type: "plot"
11891   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11892   algorithm: "plot_perf_box_name"
11893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11895   include:
11896     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11899     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11900     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11901   layout:
11902     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11903     layout: "plot-throughput"
11904
11905 - type: "plot"
11906   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11907   algorithm: "plot_perf_box_name"
11908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11910   include:
11911     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11913     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11914     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11915     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11916   layout:
11917     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11918     layout: "plot-throughput"
11919
11920 - type: "plot"
11921   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11922   algorithm: "plot_perf_box_name"
11923   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11925   include:
11926     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11928     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11930     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11931   layout:
11932     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11933     layout: "plot-throughput"
11934
11935 - type: "plot"
11936   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11937   algorithm: "plot_perf_box_name"
11938   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11939   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11940   include:
11941     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11942     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11943     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11944     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11945     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11946   layout:
11947     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11948     layout: "plot-throughput"
11949
11950 - type: "plot"
11951   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11952   algorithm: "plot_perf_box_name"
11953   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11954   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11955   include:
11956     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11958     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11961   layout:
11962     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11963     layout: "plot-throughput"
11964
11965 - type: "plot"
11966   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11967   algorithm: "plot_perf_box_name"
11968   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11969   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11970   include:
11971     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11974     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11976   layout:
11977     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11978     layout: "plot-throughput"
11979
11980 - type: "plot"
11981   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11982   algorithm: "plot_perf_box_name"
11983   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11984   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11985   include:
11986     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11987     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11988     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11989     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11990     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11991   layout:
11992     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11993     layout: "plot-throughput"
11994
11995 - type: "plot"
11996   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11997   algorithm: "plot_perf_box_name"
11998   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11999   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12000   include:
12001     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12002     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12003     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12006   layout:
12007     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12008     layout: "plot-throughput"
12009
12010 - type: "plot"
12011   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12012   algorithm: "plot_perf_box_name"
12013   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12014   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12015   include:
12016     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12017     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12018     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12021   layout:
12022     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12023     layout: "plot-throughput"
12024
12025 - type: "plot"
12026   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12027   algorithm: "plot_perf_box_name"
12028   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12029   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12030   include:
12031     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12032     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12033     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12034     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12035     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12036     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12037   layout:
12038     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12039     layout: "plot-throughput"
12040
12041 - type: "plot"
12042   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12043   algorithm: "plot_perf_box_name"
12044   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12046   include:
12047     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12048     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12049     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12050     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12051     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12052     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12053   layout:
12054     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12055     layout: "plot-throughput"
12056
12057 - type: "plot"
12058   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12059   algorithm: "plot_perf_box_name"
12060   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12061   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12062   include:
12063     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12064     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12065     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12066     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12067   layout:
12068     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12069     layout: "plot-throughput"
12070
12071 - type: "plot"
12072   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12073   algorithm: "plot_perf_box_name"
12074   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12075   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12076   include:
12077     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12078     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12079     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12080     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12081   layout:
12082     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12083     layout: "plot-throughput"
12084
12085 - type: "plot"
12086   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12087   algorithm: "plot_perf_box_name"
12088   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12089   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12090   include:
12091     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12092     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12093     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12094     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12095     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12096     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12097   layout:
12098     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12099     layout: "plot-throughput"
12100
12101 - type: "plot"
12102   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12103   algorithm: "plot_perf_box_name"
12104   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12105   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12106   include:
12107     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12108     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12109     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12110     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12111     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12112     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12113   layout:
12114     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12115     layout: "plot-throughput"
12116
12117 - type: "plot"
12118   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12119   algorithm: "plot_perf_box_name"
12120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12122   include:
12123     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12124     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12125     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12126     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12127     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12128     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12129   layout:
12130     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12131     layout: "plot-throughput"
12132
12133 - type: "plot"
12134   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12135   algorithm: "plot_perf_box_name"
12136   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12138   include:
12139     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12140     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12141     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12142     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12143     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12144     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12145   layout:
12146     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12147     layout: "plot-throughput"
12148
12149 - type: "plot"
12150   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12151   algorithm: "plot_perf_box_name"
12152   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12154   include:
12155     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12156     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12157     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12158     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12159     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12160     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12161   layout:
12162     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12163     layout: "plot-throughput"
12164
12165 - type: "plot"
12166   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12167   algorithm: "plot_perf_box_name"
12168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12170   include:
12171     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12172     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12173     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12174     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12175     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12176     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12177   layout:
12178     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12179     layout: "plot-throughput"
12180
12181 - type: "plot"
12182   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12183   algorithm: "plot_perf_box_name"
12184   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12185   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12186   include:
12187     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12188     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12189     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12190     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12191     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12192     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12193   layout:
12194     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12195     layout: "plot-throughput"
12196
12197 - type: "plot"
12198   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12199   algorithm: "plot_perf_box_name"
12200   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12201   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12202   include:
12203     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12204     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12205     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12206     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12207     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12208     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12209   layout:
12210     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12211     layout: "plot-throughput"
12212
12213 - type: "plot"
12214   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12215   algorithm: "plot_perf_box_name"
12216   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12217   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12218   include:
12219     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12220     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12221     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12222     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12223     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12224     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12225   layout:
12226     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12227     layout: "plot-throughput"
12228
12229 - type: "plot"
12230   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12231   algorithm: "plot_perf_box_name"
12232   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12233   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12234   include:
12235     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12236     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12237     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12238     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12239     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12240     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12241   layout:
12242     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12243     layout: "plot-throughput"
12244
12245 - type: "plot"
12246   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12247   algorithm: "plot_perf_box_name"
12248   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12249   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12250   include:
12251     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12252     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12253     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12254     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12255     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12256     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12257   layout:
12258     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12259     layout: "plot-throughput"
12260
12261 - type: "plot"
12262   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12263   algorithm: "plot_perf_box_name"
12264   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12265   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12266   include:
12267     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12268     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12269     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12270     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12271     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12272     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12273   layout:
12274     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12275     layout: "plot-throughput"
12276
12277 - type: "plot"
12278   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12279   algorithm: "plot_perf_box_name"
12280   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12281   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12282   include:
12283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12289   layout:
12290     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12291     layout: "plot-throughput"
12292
12293 - type: "plot"
12294   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12295   algorithm: "plot_perf_box_name"
12296   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12297   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12298   include:
12299     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12300     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12305   layout:
12306     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12307     layout: "plot-throughput"
12308
12309 - type: "plot"
12310   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12311   algorithm: "plot_perf_box_name"
12312   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12313   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12314   include:
12315     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12316     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12317     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12321   layout:
12322     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12323     layout: "plot-throughput"
12324
12325 - type: "plot"
12326   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12327   algorithm: "plot_perf_box_name"
12328   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12329   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12330   include:
12331     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12337   layout:
12338     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12339     layout: "plot-throughput"
12340
12341 - type: "plot"
12342   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12343   algorithm: "plot_perf_box_name"
12344   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12345   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12346   include:
12347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12351   layout:
12352     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12353     layout: "plot-throughput"
12354
12355 - type: "plot"
12356   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12357   algorithm: "plot_perf_box_name"
12358   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12359   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12360   include:
12361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12365   layout:
12366     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12367     layout: "plot-throughput"
12368
12369 - type: "plot"
12370   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12371   algorithm: "plot_perf_box_name"
12372   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12373   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12374   include:
12375     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12376     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12377     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12378     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12379   layout:
12380     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12381     layout: "plot-throughput"
12382
12383 - type: "plot"
12384   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12385   algorithm: "plot_perf_box_name"
12386   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12387   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12388   include:
12389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12393   layout:
12394     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12395     layout: "plot-throughput"
12396
12397 - type: "plot"
12398   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12399   algorithm: "plot_perf_box_name"
12400   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12401   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12402   include:
12403     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12404     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12405     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12406     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12407     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12408     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12409   layout:
12410     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12411     layout: "plot-throughput"
12412
12413 - type: "plot"
12414   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12415   algorithm: "plot_perf_box_name"
12416   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12417   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12418   include:
12419     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12420     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12421     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12422     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12423     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12424     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12425   layout:
12426     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12427     layout: "plot-throughput"
12428
12429 - type: "plot"
12430   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12431   algorithm: "plot_perf_box_name"
12432   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12434   include:
12435     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12436     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12437     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12438     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12439     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12440   layout:
12441     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12442     layout: "plot-throughput"
12443
12444 - type: "plot"
12445   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12446   algorithm: "plot_perf_box_name"
12447   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12448   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12449   include:
12450     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12451     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12452     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12453     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12454     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12455   layout:
12456     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12457     layout: "plot-throughput"
12458
12459 - type: "plot"
12460   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12461   algorithm: "plot_perf_box_name"
12462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12464   include:
12465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12470   layout:
12471     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12472     layout: "plot-throughput"
12473
12474 - type: "plot"
12475   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12476   algorithm: "plot_perf_box_name"
12477   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12479   include:
12480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12483     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12485   layout:
12486     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12487     layout: "plot-throughput"
12488
12489 - type: "plot"
12490   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12491   algorithm: "plot_perf_box_name"
12492   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12494   include:
12495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12497     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12498     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12499   layout:
12500     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12501     layout: "plot-throughput"
12502
12503 - type: "plot"
12504   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12505   algorithm: "plot_perf_box_name"
12506   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12508   include:
12509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12513   layout:
12514     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12515     layout: "plot-throughput"
12516
12517 - type: "plot"
12518   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12519   algorithm: "plot_perf_box_name"
12520   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12522   include:
12523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12527     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12529   layout:
12530     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12531     layout: "plot-throughput"
12532
12533 - type: "plot"
12534   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12535   algorithm: "plot_perf_box_name"
12536   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12538   include:
12539     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12540     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12541     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12542     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12543     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12544     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12545   layout:
12546     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12547     layout: "plot-throughput"
12548
12549 - type: "plot"
12550   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12551   algorithm: "plot_perf_box_name"
12552   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12554   include:
12555     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12556     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12557     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12558     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12559     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12560     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12561   layout:
12562     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12563     layout: "plot-throughput"
12564
12565 - type: "plot"
12566   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12567   algorithm: "plot_perf_box_name"
12568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12570   include:
12571     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12572     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12573     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12574     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12575     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12576     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12577   layout:
12578     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12579     layout: "plot-throughput"
12580
12581 - type: "plot"
12582   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12583   algorithm: "plot_perf_box_name"
12584   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12586   include:
12587     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12588     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12589     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12590     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12591     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12592     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12593   layout:
12594     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12595     layout: "plot-throughput"
12596
12597 - type: "plot"
12598   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12599   algorithm: "plot_perf_box_name"
12600   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12602   include:
12603     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12604     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12605     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12606     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12607     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12608     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12609   layout:
12610     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12611     layout: "plot-throughput"
12612
12613 - type: "plot"
12614   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12615   algorithm: "plot_perf_box_name"
12616   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12618   include:
12619     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12620     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12621     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12623     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12625   layout:
12626     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12627     layout: "plot-throughput"
12628
12629 - type: "plot"
12630   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12631   algorithm: "plot_perf_box_name"
12632   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12634   include:
12635     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12636     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12637     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12638     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12641   layout:
12642     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12643     layout: "plot-throughput"
12644
12645 - type: "plot"
12646   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12647   algorithm: "plot_perf_box_name"
12648   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12649   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12650   include:
12651     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12652     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12655   layout:
12656     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12657     layout: "plot-throughput"
12658
12659 - type: "plot"
12660   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12661   algorithm: "plot_perf_box_name"
12662   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12663   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12664   include:
12665     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12666     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12667     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12668     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12669   layout:
12670     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12671     layout: "plot-throughput"
12672
12673 - type: "plot"
12674   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12675   algorithm: "plot_perf_box_name"
12676   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12677   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12678   include:
12679     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12680     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12681     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12682     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12683     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12684     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12685   layout:
12686     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12687     layout: "plot-throughput"
12688
12689 - type: "plot"
12690   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12691   algorithm: "plot_perf_box_name"
12692   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12693   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12694   include:
12695     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12696     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12697     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12698     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12699     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12700     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12701   layout:
12702     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12703     layout: "plot-throughput"
12704
12705 - type: "plot"
12706   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12707   algorithm: "plot_perf_box_name"
12708   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12709   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12710   include:
12711     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12712     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12713     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12714     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12715     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12716     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12717   layout:
12718     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12719     layout: "plot-throughput"
12720
12721 - type: "plot"
12722   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12723   algorithm: "plot_perf_box_name"
12724   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12725   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12726   include:
12727     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12728     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12729     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12730     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12731     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12733   layout:
12734     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12735     layout: "plot-throughput"
12736
12737 #- type: "plot"
12738 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12739 #  algorithm: "plot_perf_box_name"
12740 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12741 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12742 #  include:
12743 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12744 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12745 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12746 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12747 #  layout:
12748 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12749 #    layout: "plot-throughput"
12750 #
12751 #- type: "plot"
12752 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12753 #  algorithm: "plot_perf_box_name"
12754 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12755 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12756 #  include:
12757 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12758 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12759 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12760 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12761 #  layout:
12762 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12763 #    layout: "plot-throughput"
12764
12765 - type: "plot"
12766   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12767   algorithm: "plot_perf_box_name"
12768   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12769   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12770   include:
12771     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12772     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12773     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12774     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12777   layout:
12778     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12779     layout: "plot-throughput"
12780
12781 - type: "plot"
12782   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12783   algorithm: "plot_perf_box_name"
12784   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12785   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12786   include:
12787     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12788     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12792     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12793   layout:
12794     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12795     layout: "plot-throughput"
12796
12797 #- type: "plot"
12798 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12799 #  algorithm: "plot_perf_box_name"
12800 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12801 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12802 #  include:
12803 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12804 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12805 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12806 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12807 #  layout:
12808 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12809 #    layout: "plot-throughput"
12810 #
12811 #- type: "plot"
12812 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12813 #  algorithm: "plot_perf_box_name"
12814 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12815 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12816 #  include:
12817 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12818 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12819 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12820 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12821 #  layout:
12822 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12823 #    layout: "plot-throughput"
12824
12825 - type: "plot"
12826   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12827   algorithm: "plot_perf_box_name"
12828   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12829   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12830   include:
12831     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12832     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12833     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12834     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12835     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12836     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12837   layout:
12838     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12839     layout: "plot-throughput"
12840
12841 - type: "plot"
12842   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12843   algorithm: "plot_perf_box_name"
12844   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12845   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12846   include:
12847     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12848     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12849     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12850     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12851     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12852     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12853   layout:
12854     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12855     layout: "plot-throughput"
12856
12857 #- type: "plot"
12858 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12859 #  algorithm: "plot_perf_box_name"
12860 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12861 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12862 #  include:
12863 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12864 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12865 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12866 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12867 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12868 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12869 #  layout:
12870 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12871 #    layout: "plot-throughput"
12872 #
12873 #- type: "plot"
12874 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12875 #  algorithm: "plot_perf_box_name"
12876 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12877 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12878 #  include:
12879 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12880 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12881 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12882 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12883 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12884 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12885 #  layout:
12886 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12887 #    layout: "plot-throughput"
12888
12889 - type: "plot"
12890   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12891   algorithm: "plot_perf_box_name"
12892   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12893   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12894   include:
12895     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12896     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12897     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12898     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12899     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12900     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12901   layout:
12902     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12903     layout: "plot-throughput"
12904
12905 - type: "plot"
12906   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12907   algorithm: "plot_perf_box_name"
12908   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12909   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12910   include:
12911     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12912     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12913     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12914     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12915     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12916     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12917   layout:
12918     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12919     layout: "plot-throughput"
12920
12921 - type: "plot"
12922   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12923   algorithm: "plot_perf_box_name"
12924   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12926   include:
12927     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12928     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12929     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12930 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12931 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12932 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12933   layout:
12934     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12935     layout: "plot-throughput"
12936
12937 - type: "plot"
12938   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12939   algorithm: "plot_perf_box_name"
12940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12942   include:
12943     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12944     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12945     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12946 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12947 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12948 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12949   layout:
12950     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12951     layout: "plot-throughput"
12952
12953 - type: "plot"
12954   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12955   algorithm: "plot_perf_box_name"
12956   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12958   include:
12959     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12960     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12961     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12962     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12963     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12964     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12965   layout:
12966     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12967     layout: "plot-throughput"
12968
12969 - type: "plot"
12970   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12971   algorithm: "plot_perf_box_name"
12972   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12974   include:
12975     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12976     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12977     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12978     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12979     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12980     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12981   layout:
12982     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12983     layout: "plot-throughput"
12984
12985 - type: "plot"
12986   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12987   algorithm: "plot_perf_box_name"
12988   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12989   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12990   include:
12991     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12992     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12993     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12994     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12995     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12996     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12997   layout:
12998     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12999     layout: "plot-throughput"
13000
13001 - type: "plot"
13002   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13003   algorithm: "plot_perf_box_name"
13004   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13005   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13006   include:
13007     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13008     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13009     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13010     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13011     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13012     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13013   layout:
13014     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13015     layout: "plot-throughput"
13016
13017 #- type: "plot"
13018 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13019 #  algorithm: "plot_perf_box_name"
13020 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13021 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13022 #  include:
13023 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13024 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13025 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13026 #  layout:
13027 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13028 #    layout: "plot-throughput"
13029 #
13030 #- type: "plot"
13031 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13032 #  algorithm: "plot_perf_box_name"
13033 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13034 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13035 #  include:
13036 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13037 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13038 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13039 #  layout:
13040 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13041 #    layout: "plot-throughput"
13042
13043 - type: "plot"
13044   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13045   algorithm: "plot_perf_box_name"
13046   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13048   include:
13049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13054   layout:
13055     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13056     layout: "plot-throughput"
13057
13058 - type: "plot"
13059   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13060   algorithm: "plot_perf_box_name"
13061   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13063   include:
13064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13069   layout:
13070     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13071     layout: "plot-throughput"
13072
13073 - type: "plot"
13074   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13075   algorithm: "plot_perf_box_name"
13076   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13078   include:
13079     - "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"
13080     - "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"
13081     - "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"
13082     - "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"
13083     - "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"
13084   layout:
13085     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13086     layout: "plot-throughput"
13087
13088 - type: "plot"
13089   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13090   algorithm: "plot_perf_box_name"
13091   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13092   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13093   include:
13094     - "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"
13095     - "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"
13096     - "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"
13097     - "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"
13098     - "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"
13099   layout:
13100     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13101     layout: "plot-throughput"
13102
13103 - type: "plot"
13104   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13105   algorithm: "plot_perf_box_name"
13106   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13107   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13108   include:
13109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13110     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13112     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13113     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13114   layout:
13115     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13116     layout: "plot-throughput"
13117
13118 - type: "plot"
13119   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13120   algorithm: "plot_perf_box_name"
13121   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13123   include:
13124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13129   layout:
13130     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13131     layout: "plot-throughput"
13132
13133 - type: "plot"
13134   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13135   algorithm: "plot_perf_box_name"
13136   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13138   include:
13139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13144   layout:
13145     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13146     layout: "plot-throughput"
13147
13148 - type: "plot"
13149   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13150   algorithm: "plot_perf_box_name"
13151   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13153   include:
13154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13158     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13159   layout:
13160     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13161     layout: "plot-throughput"
13162
13163 - type: "plot"
13164   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13165   algorithm: "plot_perf_box_name"
13166   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13167   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13168   include:
13169     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13170     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13171     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13172     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13173     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13174   layout:
13175     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13176     layout: "plot-throughput"
13177
13178 - type: "plot"
13179   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13180   algorithm: "plot_perf_box_name"
13181   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13182   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13183   include:
13184     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13185     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13186     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13187     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13188     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13189   layout:
13190     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13191     layout: "plot-throughput"
13192
13193 - type: "plot"
13194   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13195   algorithm: "plot_perf_box_name"
13196   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13197   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13198   include:
13199     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13200     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13201     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13202     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13203     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13204   layout:
13205     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13206     layout: "plot-throughput"
13207
13208 - type: "plot"
13209   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13210   algorithm: "plot_perf_box_name"
13211   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13212   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13213   include:
13214     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13215     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13216     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13217     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13218     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13219   layout:
13220     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13221     layout: "plot-throughput"
13222
13223 - type: "plot"
13224   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13225   algorithm: "plot_perf_box_name"
13226   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13228   include:
13229     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13230     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13231     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13232     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13233   layout:
13234     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13235     layout: "plot-throughput"
13236
13237 - type: "plot"
13238   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13239   algorithm: "plot_perf_box_name"
13240   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13242   include:
13243     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13244     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13245     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13246     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13247   layout:
13248     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13249     layout: "plot-throughput"
13250
13251 - type: "plot"
13252   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13253   algorithm: "plot_perf_box_name"
13254   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13256   include:
13257     - "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"
13258     - "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"
13259     - "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"
13260     - "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"
13261   layout:
13262     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13263     layout: "plot-throughput"
13264
13265 - type: "plot"
13266   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13267   algorithm: "plot_perf_box_name"
13268   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13270   include:
13271     - "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"
13272     - "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"
13273     - "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"
13274     - "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"
13275   layout:
13276     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13277     layout: "plot-throughput"
13278
13279 - type: "plot"
13280   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13281   algorithm: "plot_perf_box_name"
13282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13284   include:
13285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13291   layout:
13292     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13293     layout: "plot-throughput"
13294
13295 - type: "plot"
13296   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13297   algorithm: "plot_perf_box_name"
13298   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13300   include:
13301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13307   layout:
13308     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13309     layout: "plot-throughput"
13310
13311 - type: "plot"
13312   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13313   algorithm: "plot_perf_box_name"
13314   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13316   include:
13317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13323   layout:
13324     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13325     layout: "plot-throughput"
13326
13327 - type: "plot"
13328   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13329   algorithm: "plot_perf_box_name"
13330   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13331   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13332   include:
13333     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13334     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13335     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13336     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13337     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13338     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13339   layout:
13340     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13341     layout: "plot-throughput"
13342
13343 - type: "plot"
13344   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13345   algorithm: "plot_perf_box_name"
13346   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13348   include:
13349     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13350     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13351     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13354     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13355   layout:
13356     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13357     layout: "plot-throughput"
13358
13359 - type: "plot"
13360   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13361   algorithm: "plot_perf_box_name"
13362   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13364   include:
13365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13370     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13371   layout:
13372     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13373     layout: "plot-throughput"
13374
13375 - type: "plot"
13376   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13377   algorithm: "plot_perf_box_name"
13378   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13380   include:
13381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13386   layout:
13387     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13388     layout: "plot-throughput"
13389
13390 - type: "plot"
13391   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13392   algorithm: "plot_perf_box_name"
13393   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13395   include:
13396     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13397     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13398     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13399     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13401   layout:
13402     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13403     layout: "plot-throughput"
13404
13405 - type: "plot"
13406   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13407   algorithm: "plot_perf_box_name"
13408   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13410   include:
13411     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13412     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13413   layout:
13414     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13415     layout: "plot-throughput"
13416
13417 - type: "plot"
13418   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13419   algorithm: "plot_perf_box_name"
13420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13422   include:
13423     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13424     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13425   layout:
13426     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13427     layout: "plot-throughput"
13428
13429 - type: "plot"
13430   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13431   algorithm: "plot_perf_box_name"
13432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13434   include:
13435     - "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"
13436     - "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"
13437   layout:
13438     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13439     layout: "plot-throughput"
13440
13441 - type: "plot"
13442   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13443   algorithm: "plot_perf_box_name"
13444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13446   include:
13447     - "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"
13448     - "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"
13449   layout:
13450     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13451     layout: "plot-throughput"
13452
13453 - type: "plot"
13454   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13455   algorithm: "plot_perf_box_name"
13456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13458   include:
13459     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13460     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13461   layout:
13462     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13463     layout: "plot-throughput"
13464
13465 - type: "plot"
13466   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13467   algorithm: "plot_perf_box_name"
13468   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13470   include:
13471     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13472     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13473   layout:
13474     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13475     layout: "plot-throughput"
13476
13477 - type: "plot"
13478   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13479   algorithm: "plot_perf_box_name"
13480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13482   include:
13483     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13484     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13485   layout:
13486     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13487     layout: "plot-throughput"
13488
13489 - type: "plot"
13490   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13491   algorithm: "plot_perf_box_name"
13492   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13494   include:
13495     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13496     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13497   layout:
13498     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13499     layout: "plot-throughput"
13500
13501 - type: "plot"
13502   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13503   algorithm: "plot_perf_box_name"
13504   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13505   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13506   include:
13507     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13508     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13509     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13510     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13511     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13512     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13513   layout:
13514     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13515     layout: "plot-throughput"
13516
13517 - type: "plot"
13518   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13519   algorithm: "plot_perf_box_name"
13520   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13521   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13522   include:
13523     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13524     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13525     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13526     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13527     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13528     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13529   layout:
13530     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13531     layout: "plot-throughput"
13532
13533 - type: "plot"
13534   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13535   algorithm: "plot_perf_box_name"
13536   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13537   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13538   include:
13539     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13540     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13541     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13542     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13543     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13544     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13545   layout:
13546     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13547     layout: "plot-throughput"
13548
13549 - type: "plot"
13550   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13551   algorithm: "plot_perf_box_name"
13552   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13553   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13554   include:
13555     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13556     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13557     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13558     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13559     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13560     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13561   layout:
13562     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13563     layout: "plot-throughput"
13564
13565 #- type: "plot"
13566 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13567 #  algorithm: "plot_perf_box_name"
13568 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13569 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13570 #  include:
13571 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13572 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13573 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13574 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13575 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13576 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13577 #  layout:
13578 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13579 #    layout: "plot-throughput"
13580 #
13581 #- type: "plot"
13582 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13583 #  algorithm: "plot_perf_box_name"
13584 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13585 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13586 #  include:
13587 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13588 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13589 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13590 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13591 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13592 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13593 #  layout:
13594 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13595 #    layout: "plot-throughput"
13596
13597 - type: "plot"
13598   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13599   algorithm: "plot_perf_box_name"
13600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13602   include:
13603     - "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"
13604     - "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"
13605     - "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"
13606     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13607     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13608     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13609   layout:
13610     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13611     layout: "plot-throughput"
13612
13613 - type: "plot"
13614   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13615   algorithm: "plot_perf_box_name"
13616   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13617   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13618   include:
13619     - "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"
13620     - "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"
13621     - "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"
13622     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13623     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13624     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13625   layout:
13626     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13627     layout: "plot-throughput"
13628
13629 ################################################################################
13630
13631 # Packet Speedup
13632
13633 - type: "plot"
13634   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13635   algorithm: "plot_tsa_name"
13636   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13637   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13638   include:
13639     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13641     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13642     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13643   layout:
13644     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13645     layout: "plot-throughput-speedup-analysis"
13646
13647 - type: "plot"
13648   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13649   algorithm: "plot_tsa_name"
13650   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13652   include:
13653     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13654     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13655     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13656     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13657   layout:
13658     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13659     layout: "plot-throughput-speedup-analysis"
13660
13661 - type: "plot"
13662   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13663   algorithm: "plot_tsa_name"
13664   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13665   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13666   include:
13667     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13668     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13669     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13670     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13671   layout:
13672     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13673     layout: "plot-throughput-speedup-analysis"
13674
13675 - type: "plot"
13676   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13677   algorithm: "plot_tsa_name"
13678   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13680   include:
13681     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13682     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13683     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13684     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13685   layout:
13686     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13687     layout: "plot-throughput-speedup-analysis"
13688
13689 - type: "plot"
13690   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13691   algorithm: "plot_tsa_name"
13692   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13694   include:
13695     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13696     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13697     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13698     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13699     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13700   layout:
13701     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13702     layout: "plot-throughput-speedup-analysis"
13703
13704 - type: "plot"
13705   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13706   algorithm: "plot_tsa_name"
13707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13709   include:
13710     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13711     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13712     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13713     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13714     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13715   layout:
13716     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13717     layout: "plot-throughput-speedup-analysis"
13718
13719 - type: "plot"
13720   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13721   algorithm: "plot_tsa_name"
13722   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13724   include:
13725     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13726     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13727     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13728     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13729     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13730   layout:
13731     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13732     layout: "plot-throughput-speedup-analysis"
13733
13734 - type: "plot"
13735   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13736   algorithm: "plot_tsa_name"
13737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13739   include:
13740     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13741     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13742     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13743     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13744     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13745   layout:
13746     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13747     layout: "plot-throughput-speedup-analysis"
13748
13749 - type: "plot"
13750   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13751   algorithm: "plot_tsa_name"
13752   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13753   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13754   include:
13755     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13756     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13757     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13761   layout:
13762     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13763     layout: "plot-throughput-speedup-analysis"
13764
13765 - type: "plot"
13766   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13767   algorithm: "plot_tsa_name"
13768   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13769   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13770   include:
13771     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13772     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13777   layout:
13778     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13779     layout: "plot-throughput-speedup-analysis"
13780
13781 - type: "plot"
13782   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13783   algorithm: "plot_tsa_name"
13784   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13785   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13786   include:
13787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13792   layout:
13793     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13794     layout: "plot-throughput-speedup-analysis"
13795
13796 - type: "plot"
13797   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13798   algorithm: "plot_tsa_name"
13799   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13800   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13801   include:
13802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13807   layout:
13808     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13809     layout: "plot-throughput-speedup-analysis"
13810
13811 - type: "plot"
13812   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13813   algorithm: "plot_tsa_name"
13814   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13815   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13816   include:
13817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13820   layout:
13821     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13822     layout: "plot-throughput-speedup-analysis"
13823
13824 - type: "plot"
13825   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13826   algorithm: "plot_tsa_name"
13827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13829   include:
13830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13833   layout:
13834     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13835     layout: "plot-throughput-speedup-analysis"
13836
13837 - type: "plot"
13838   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13839   algorithm: "plot_tsa_name"
13840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13842   include:
13843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13848   layout:
13849     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13850     layout: "plot-throughput-speedup-analysis"
13851
13852 - type: "plot"
13853   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13854   algorithm: "plot_tsa_name"
13855   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13857   include:
13858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13863   layout:
13864     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13865     layout: "plot-throughput-speedup-analysis"
13866
13867 - type: "plot"
13868   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13869   algorithm: "plot_tsa_name"
13870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13872   include:
13873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13876   layout:
13877     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13878     layout: "plot-throughput-speedup-analysis"
13879
13880 - type: "plot"
13881   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13882   algorithm: "plot_tsa_name"
13883   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13884   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13885   include:
13886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13889   layout:
13890     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13891     layout: "plot-throughput-speedup-analysis"
13892
13893 - type: "plot"
13894   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13895   algorithm: "plot_tsa_name"
13896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13897   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13898   include:
13899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13905   layout:
13906     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13907     layout: "plot-throughput-speedup-analysis"
13908
13909 - type: "plot"
13910   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13911   algorithm: "plot_tsa_name"
13912   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13913   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13914   include:
13915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13921   layout:
13922     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13923     layout: "plot-throughput-speedup-analysis"
13924
13925 - type: "plot"
13926   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13927   algorithm: "plot_tsa_name"
13928   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13929   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13930   include:
13931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13937   layout:
13938     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13939     layout: "plot-throughput-speedup-analysis"
13940
13941 - type: "plot"
13942   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13943   algorithm: "plot_tsa_name"
13944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13946   include:
13947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13953   layout:
13954     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13955     layout: "plot-throughput-speedup-analysis"
13956
13957 - type: "plot"
13958   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13959   algorithm: "plot_tsa_name"
13960   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13961   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13962   include:
13963     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13964     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13965     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13966   layout:
13967     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13968     layout: "plot-throughput-speedup-analysis"
13969
13970 - type: "plot"
13971   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13972   algorithm: "plot_tsa_name"
13973   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13975   include:
13976     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13977     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13978     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13979   layout:
13980     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13981     layout: "plot-throughput-speedup-analysis"
13982
13983 - type: "plot"
13984   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13985   algorithm: "plot_tsa_name"
13986   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13988   include:
13989     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13991     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13992 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13993 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13994   layout:
13995     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13996     layout: "plot-throughput-speedup-analysis"
13997
13998 - type: "plot"
13999   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14000   algorithm: "plot_tsa_name"
14001   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14003   include:
14004     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14006     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14007 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14008 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14009   layout:
14010     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14011     layout: "plot-throughput-speedup-analysis"
14012
14013 - type: "plot"
14014   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14015   algorithm: "plot_tsa_name"
14016   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14018   include:
14019     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14020     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14021     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14022     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14023     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14024   layout:
14025     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14026     layout: "plot-throughput-speedup-analysis"
14027
14028 - type: "plot"
14029   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14030   algorithm: "plot_tsa_name"
14031   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14032   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14033   include:
14034     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14037     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14038     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14039   layout:
14040     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14041     layout: "plot-throughput-speedup-analysis"
14042
14043 - type: "plot"
14044   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14045   algorithm: "plot_tsa_name"
14046   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14047   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14048   include:
14049     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14050     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14051     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14052     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14053     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14054   layout:
14055     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14056     layout: "plot-throughput-speedup-analysis"
14057
14058 - type: "plot"
14059   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14060   algorithm: "plot_tsa_name"
14061   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14062   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14063   include:
14064     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14065     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14066     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14067     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14068     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14069   layout:
14070     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14071     layout: "plot-throughput-speedup-analysis"
14072
14073 - type: "plot"
14074   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14075   algorithm: "plot_tsa_name"
14076   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14078   include:
14079     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14080     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14081     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14082     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14083     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14084     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14085   layout:
14086     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14087     layout: "plot-throughput-speedup-analysis"
14088
14089 - type: "plot"
14090   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14091   algorithm: "plot_tsa_name"
14092   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14093   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14094   include:
14095     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14096     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14097     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14098     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14099     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14100     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14101   layout:
14102     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14103     layout: "plot-throughput-speedup-analysis"
14104
14105 - type: "plot"
14106   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14107   algorithm: "plot_tsa_name"
14108   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14110   include:
14111     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14112     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14113     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14117   layout:
14118     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14119     layout: "plot-throughput-speedup-analysis"
14120
14121 - type: "plot"
14122   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14123   algorithm: "plot_tsa_name"
14124   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14125   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14126   include:
14127     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14128     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14133   layout:
14134     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14135     layout: "plot-throughput-speedup-analysis"
14136
14137 - type: "plot"
14138   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14139   algorithm: "plot_tsa_name"
14140   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14141   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14142   include:
14143     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14145   layout:
14146     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14147     layout: "plot-throughput-speedup-analysis"
14148
14149 - type: "plot"
14150   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14151   algorithm: "plot_tsa_name"
14152   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14153   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14154   include:
14155     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14156     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14157   layout:
14158     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14159     layout: "plot-throughput-speedup-analysis"
14160
14161 - type: "plot"
14162   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14163   algorithm: "plot_tsa_name"
14164   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14166   include:
14167     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14170     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14171   layout:
14172     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14173     layout: "plot-throughput-speedup-analysis"
14174
14175 - type: "plot"
14176   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14177   algorithm: "plot_tsa_name"
14178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14180   include:
14181     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14185   layout:
14186     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14187     layout: "plot-throughput-speedup-analysis"
14188
14189 - type: "plot"
14190   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14191   algorithm: "plot_tsa_name"
14192   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14194   include:
14195     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14196     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14199   layout:
14200     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14201     layout: "plot-throughput-speedup-analysis"
14202
14203 - type: "plot"
14204   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14205   algorithm: "plot_tsa_name"
14206   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14207   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14208   include:
14209     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14210     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14211     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14213   layout:
14214     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14215     layout: "plot-throughput-speedup-analysis"
14216
14217 - type: "plot"
14218   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14219   algorithm: "plot_tsa_name"
14220   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14222   include:
14223     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14224     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14225     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14229   layout:
14230     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14231     layout: "plot-throughput-speedup-analysis"
14232
14233 - type: "plot"
14234   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14235   algorithm: "plot_tsa_name"
14236   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14237   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14238   include:
14239     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14240     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14245   layout:
14246     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14247     layout: "plot-throughput-speedup-analysis"
14248
14249 - type: "plot"
14250   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14251   algorithm: "plot_tsa_name"
14252   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14253   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14254   include:
14255     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14258     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14259     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14260   layout:
14261     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14262     layout: "plot-throughput-speedup-analysis"
14263
14264 - type: "plot"
14265   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14266   algorithm: "plot_tsa_name"
14267   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14268   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14269   include:
14270     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14273     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14274     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14275   layout:
14276     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14277     layout: "plot-throughput-speedup-analysis"
14278
14279 - type: "plot"
14280   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14281   algorithm: "plot_tsa_name"
14282   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14283   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14284   include:
14285     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14289     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14290   layout:
14291     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14292     layout: "plot-throughput-speedup-analysis"
14293
14294 - type: "plot"
14295   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14296   algorithm: "plot_tsa_name"
14297   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14298   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14299   include:
14300     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14305   layout:
14306     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14307     layout: "plot-throughput-speedup-analysis"
14308
14309 - type: "plot"
14310   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14311   algorithm: "plot_tsa_name"
14312   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14314   include:
14315     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14316     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14318   layout:
14319     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14320     layout: "plot-throughput-speedup-analysis"
14321
14322 - type: "plot"
14323   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14324   algorithm: "plot_tsa_name"
14325   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14326   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14327   include:
14328     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14330     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14331   layout:
14332     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14333     layout: "plot-throughput-speedup-analysis"
14334
14335 - type: "plot"
14336   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14337   algorithm: "plot_tsa_name"
14338   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14340   include:
14341     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14344   layout:
14345     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14346     layout: "plot-throughput-speedup-analysis"
14347
14348 - type: "plot"
14349   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14350   algorithm: "plot_tsa_name"
14351   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14353   include:
14354     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14356     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14357   layout:
14358     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14359     layout: "plot-throughput-speedup-analysis"
14360
14361 - type: "plot"
14362   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14363   algorithm: "plot_tsa_name"
14364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14366   include:
14367     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14368     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14369     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14370     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14371     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14372   layout:
14373     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14374     layout: "plot-throughput-speedup-analysis"
14375
14376 - type: "plot"
14377   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14378   algorithm: "plot_tsa_name"
14379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14381   include:
14382     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14383     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14384     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14385     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14386     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14387   layout:
14388     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14389     layout: "plot-throughput-speedup-analysis"
14390
14391 - type: "plot"
14392   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14393   algorithm: "plot_tsa_name"
14394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14396   include:
14397     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14398     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14401     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14402   layout:
14403     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14404     layout: "plot-throughput-speedup-analysis"
14405
14406 - type: "plot"
14407   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14408   algorithm: "plot_tsa_name"
14409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14411   include:
14412     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14413     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14415     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14416     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14417   layout:
14418     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14419     layout: "plot-throughput-speedup-analysis"
14420
14421 - type: "plot"
14422   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14423   algorithm: "plot_tsa_name"
14424   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14425   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14426   include:
14427     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14428     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14429     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14430     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14431     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14432     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14433   layout:
14434     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14435     layout: "plot-throughput-speedup-analysis"
14436
14437 - type: "plot"
14438   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14439   algorithm: "plot_tsa_name"
14440   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14441   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14442   include:
14443     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14444     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14445     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14446     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14447     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14448     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14449   layout:
14450     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14451     layout: "plot-throughput-speedup-analysis"
14452
14453 - type: "plot"
14454   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14455   algorithm: "plot_tsa_name"
14456   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14457   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14458   include:
14459     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14460     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14461     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14462     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14463   layout:
14464     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14465     layout: "plot-throughput-speedup-analysis"
14466
14467 - type: "plot"
14468   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14469   algorithm: "plot_tsa_name"
14470   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14471   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14472   include:
14473     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14474     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14475     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14476     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14477   layout:
14478     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14479     layout: "plot-throughput-speedup-analysis"
14480
14481 - type: "plot"
14482   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14483   algorithm: "plot_tsa_name"
14484   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14486   include:
14487     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14488     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14489     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14490     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14491     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14492     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14493   layout:
14494     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14495     layout: "plot-throughput-speedup-analysis"
14496
14497 - type: "plot"
14498   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14499   algorithm: "plot_tsa_name"
14500   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14502   include:
14503     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14504     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14505     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14506     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14507     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14508     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14509   layout:
14510     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14511     layout: "plot-throughput-speedup-analysis"
14512
14513 - type: "plot"
14514   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14515   algorithm: "plot_tsa_name"
14516   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14517   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14518   include:
14519     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14520     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14521     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14522     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14523     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14524     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14525   layout:
14526     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14527     layout: "plot-throughput-speedup-analysis"
14528
14529 - type: "plot"
14530   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14531   algorithm: "plot_tsa_name"
14532   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14533   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14534   include:
14535     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14536     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14537     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14538     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14539     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14540     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14541   layout:
14542     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14543     layout: "plot-throughput-speedup-analysis"
14544
14545 - type: "plot"
14546   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14547   algorithm: "plot_tsa_name"
14548   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14549   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14550   include:
14551     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14552     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14553     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14554     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14555     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14556     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14557   layout:
14558     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14559     layout: "plot-throughput-speedup-analysis"
14560
14561 - type: "plot"
14562   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14563   algorithm: "plot_tsa_name"
14564   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14566   include:
14567     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14568     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14569     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14570     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14571     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14572     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14573   layout:
14574     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14575     layout: "plot-throughput-speedup-analysis"
14576
14577 - type: "plot"
14578   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14579   algorithm: "plot_tsa_name"
14580   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14581   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14582   include:
14583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14589   layout:
14590     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14591     layout: "plot-throughput-speedup-analysis"
14592
14593 - type: "plot"
14594   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14595   algorithm: "plot_tsa_name"
14596   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14597   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14598   include:
14599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14605   layout:
14606     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14607     layout: "plot-throughput-speedup-analysis"
14608
14609 - type: "plot"
14610   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14611   algorithm: "plot_tsa_name"
14612   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14614   include:
14615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14616     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14621   layout:
14622     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14623     layout: "plot-throughput-speedup-analysis"
14624
14625 - type: "plot"
14626   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14627   algorithm: "plot_tsa_name"
14628   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14630   include:
14631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14637   layout:
14638     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14639     layout: "plot-throughput-speedup-analysis"
14640
14641 - type: "plot"
14642   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14643   algorithm: "plot_tsa_name"
14644   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14646   include:
14647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14651   layout:
14652     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14653     layout: "plot-throughput-speedup-analysis"
14654
14655 - type: "plot"
14656   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14657   algorithm: "plot_tsa_name"
14658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14660   include:
14661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14665   layout:
14666     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14667     layout: "plot-throughput-speedup-analysis"
14668
14669 - type: "plot"
14670   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14671   algorithm: "plot_tsa_name"
14672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14674   include:
14675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14679   layout:
14680     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14681     layout: "plot-throughput-speedup-analysis"
14682
14683 - type: "plot"
14684   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14685   algorithm: "plot_tsa_name"
14686   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14688   include:
14689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14693   layout:
14694     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14695     layout: "plot-throughput-speedup-analysis"
14696
14697 - type: "plot"
14698   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14699   algorithm: "plot_tsa_name"
14700   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14701   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14702   include:
14703     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14704     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14705     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14706     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14707     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14708     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14709   layout:
14710     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14711     layout: "plot-throughput-speedup-analysis"
14712
14713 - type: "plot"
14714   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14715   algorithm: "plot_tsa_name"
14716   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14717   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14718   include:
14719     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14720     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14721     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14722     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14723     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14724     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14725   layout:
14726     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14727     layout: "plot-throughput-speedup-analysis"
14728
14729 - type: "plot"
14730   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14731   algorithm: "plot_tsa_name"
14732   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14734   include:
14735     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14736     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14737     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14738     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14739     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14740   layout:
14741     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14742     layout: "plot-throughput-speedup-analysis"
14743
14744 - type: "plot"
14745   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14746   algorithm: "plot_tsa_name"
14747   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14749   include:
14750     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14751     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14752     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14753     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14754     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14755   layout:
14756     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14757     layout: "plot-throughput-speedup-analysis"
14758
14759 - type: "plot"
14760   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14761   algorithm: "plot_tsa_name"
14762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14764   include:
14765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14770   layout:
14771     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14772     layout: "plot-throughput-speedup-analysis"
14773
14774 - type: "plot"
14775   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14776   algorithm: "plot_tsa_name"
14777   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14779   include:
14780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14785   layout:
14786     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14787     layout: "plot-throughput-speedup-analysis"
14788
14789 - type: "plot"
14790   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14791   algorithm: "plot_tsa_name"
14792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14794   include:
14795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14799   layout:
14800     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14801     layout: "plot-throughput-speedup-analysis"
14802
14803 - type: "plot"
14804   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14805   algorithm: "plot_tsa_name"
14806   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14808   include:
14809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14813   layout:
14814     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14815     layout: "plot-throughput-speedup-analysis"
14816
14817 - type: "plot"
14818   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14819   algorithm: "plot_tsa_name"
14820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14822   include:
14823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14829   layout:
14830     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14831     layout: "plot-throughput-speedup-analysis"
14832
14833 - type: "plot"
14834   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14835   algorithm: "plot_tsa_name"
14836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14838   include:
14839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14840     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14845   layout:
14846     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14847     layout: "plot-throughput-speedup-analysis"
14848
14849 - type: "plot"
14850   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14851   algorithm: "plot_tsa_name"
14852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14854   include:
14855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14856     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14858     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14861   layout:
14862     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14863     layout: "plot-throughput-speedup-analysis"
14864
14865 - type: "plot"
14866   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14867   algorithm: "plot_tsa_name"
14868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14870   include:
14871     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14872     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14877   layout:
14878     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14879     layout: "plot-throughput-speedup-analysis"
14880
14881 - type: "plot"
14882   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14883   algorithm: "plot_tsa_name"
14884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14886   include:
14887     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14888     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14891     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14893   layout:
14894     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14895     layout: "plot-throughput-speedup-analysis"
14896
14897 - type: "plot"
14898   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14899   algorithm: "plot_tsa_name"
14900   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14902   include:
14903     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14904     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14905     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14909   layout:
14910     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14911     layout: "plot-throughput-speedup-analysis"
14912
14913 - type: "plot"
14914   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14915   algorithm: "plot_tsa_name"
14916   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14917   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14918   include:
14919     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14920     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14921     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14922     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14923     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14924     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14925   layout:
14926     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14927     layout: "plot-throughput-speedup-analysis"
14928
14929 - type: "plot"
14930   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14931   algorithm: "plot_tsa_name"
14932   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14934   include:
14935     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14936     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14937     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14938     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14939     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14940     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14941   layout:
14942     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14943     layout: "plot-throughput-speedup-analysis"
14944
14945 - type: "plot"
14946   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14947   algorithm: "plot_tsa_name"
14948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14950   include:
14951     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14952     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14953     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14954     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14955     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14956     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14957   layout:
14958     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14959     layout: "plot-throughput-speedup-analysis"
14960
14961 - type: "plot"
14962   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14963   algorithm: "plot_tsa_name"
14964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14966   include:
14967     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14968     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14969     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14970     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14971     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14972     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14973   layout:
14974     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14975     layout: "plot-throughput-speedup-analysis"
14976
14977 - type: "plot"
14978   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14979   algorithm: "plot_tsa_name"
14980   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14982   include:
14983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14988   layout:
14989     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14990     layout: "plot-throughput-speedup-analysis"
14991
14992 - type: "plot"
14993   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14994   algorithm: "plot_tsa_name"
14995   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14997   include:
14998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15003   layout:
15004     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15005     layout: "plot-throughput-speedup-analysis"
15006
15007 - type: "plot"
15008   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15009   algorithm: "plot_tsa_name"
15010   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15012   include:
15013     - "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"
15014     - "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"
15015     - "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"
15016     - "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"
15017     - "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"
15018   layout:
15019     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15020     layout: "plot-throughput-speedup-analysis"
15021
15022 - type: "plot"
15023   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15024   algorithm: "plot_tsa_name"
15025   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15026   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15027   include:
15028     - "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"
15029     - "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"
15030     - "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"
15031     - "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"
15032     - "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"
15033   layout:
15034     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15035     layout: "plot-throughput-speedup-analysis"
15036
15037 - type: "plot"
15038   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15039   algorithm: "plot_tsa_name"
15040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15042   include:
15043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15048   layout:
15049     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15050     layout: "plot-throughput-speedup-analysis"
15051
15052 - type: "plot"
15053   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15054   algorithm: "plot_tsa_name"
15055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15057   include:
15058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15063   layout:
15064     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15065     layout: "plot-throughput-speedup-analysis"
15066
15067 - type: "plot"
15068   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15069   algorithm: "plot_tsa_name"
15070   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15071   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15072   include:
15073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15078   layout:
15079     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15080     layout: "plot-throughput-speedup-analysis"
15081
15082 - type: "plot"
15083   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15084   algorithm: "plot_tsa_name"
15085   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15086   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15087   include:
15088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15093   layout:
15094     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15095     layout: "plot-throughput-speedup-analysis"
15096
15097 - type: "plot"
15098   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15099   algorithm: "plot_tsa_name"
15100   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15101   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15102   include:
15103     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15104     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15108   layout:
15109     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15110     layout: "plot-throughput-speedup-analysis"
15111
15112 - type: "plot"
15113   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15114   algorithm: "plot_tsa_name"
15115   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15117   include:
15118     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15119     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15120     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15121     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15122     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15123   layout:
15124     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15125     layout: "plot-throughput-speedup-analysis"
15126
15127 - type: "plot"
15128   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15129   algorithm: "plot_tsa_name"
15130   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15131   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15132   include:
15133     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15134     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15135     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15136     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15137     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15138   layout:
15139     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15140     layout: "plot-throughput-speedup-analysis"
15141
15142 - type: "plot"
15143   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15144   algorithm: "plot_tsa_name"
15145   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15146   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15147   include:
15148     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15149     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15150     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15151     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15152     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15153   layout:
15154     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15155     layout: "plot-throughput-speedup-analysis"
15156
15157 - type: "plot"
15158   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15159   algorithm: "plot_tsa_name"
15160   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15162   include:
15163     - "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"
15164     - "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"
15165     - "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"
15166     - "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"
15167   layout:
15168     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15169     layout: "plot-throughput-speedup-analysis"
15170
15171 - type: "plot"
15172   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15173   algorithm: "plot_tsa_name"
15174   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15176   include:
15177     - "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"
15178     - "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"
15179     - "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"
15180     - "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"
15181   layout:
15182     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15183     layout: "plot-throughput-speedup-analysis"
15184
15185 - type: "plot"
15186   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15187   algorithm: "plot_tsa_name"
15188   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15190   include:
15191     - "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"
15192     - "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"
15193     - "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"
15194     - "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"
15195   layout:
15196     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15197     layout: "plot-throughput-speedup-analysis"
15198
15199 - type: "plot"
15200   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15201   algorithm: "plot_tsa_name"
15202   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15204   include:
15205     - "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"
15206     - "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"
15207     - "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"
15208     - "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"
15209   layout:
15210     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15211     layout: "plot-throughput-speedup-analysis"
15212
15213 - type: "plot"
15214   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15215   algorithm: "plot_tsa_name"
15216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15218   include:
15219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15225   layout:
15226     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15227     layout: "plot-throughput-speedup-analysis"
15228
15229 - type: "plot"
15230   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15231   algorithm: "plot_tsa_name"
15232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15234   include:
15235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15241   layout:
15242     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15243     layout: "plot-throughput-speedup-analysis"
15244
15245 - type: "plot"
15246   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15247   algorithm: "plot_tsa_name"
15248   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15250   include:
15251     - "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"
15252     - "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"
15253     - "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"
15254     - "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"
15255     - "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"
15256     - "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"
15257   layout:
15258     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15259     layout: "plot-throughput-speedup-analysis"
15260
15261 - type: "plot"
15262   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15263   algorithm: "plot_tsa_name"
15264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15266   include:
15267     - "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"
15268     - "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"
15269     - "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"
15270     - "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"
15271     - "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"
15272     - "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"
15273   layout:
15274     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15275     layout: "plot-throughput-speedup-analysis"
15276
15277 - type: "plot"
15278   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15279   algorithm: "plot_tsa_name"
15280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15282   include:
15283     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15284     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15289   layout:
15290     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15291     layout: "plot-throughput-speedup-analysis"
15292
15293 - type: "plot"
15294   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15295   algorithm: "plot_tsa_name"
15296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15298   include:
15299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15305   layout:
15306     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15307     layout: "plot-throughput-speedup-analysis"
15308
15309 - type: "plot"
15310   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15311   algorithm: "plot_tsa_name"
15312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15314   include:
15315     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15320   layout:
15321     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15322     layout: "plot-throughput-speedup-analysis"
15323
15324 - type: "plot"
15325   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15326   algorithm: "plot_tsa_name"
15327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15329   include:
15330     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15331     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15332     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15333     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15334     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15335   layout:
15336     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15337     layout: "plot-throughput-speedup-analysis"
15338
15339 - type: "plot"
15340   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15341   algorithm: "plot_tsa_name"
15342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15344   include:
15345     - "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"
15346     - "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"
15347   layout:
15348     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15349     layout: "plot-throughput-speedup-analysis"
15350
15351 - type: "plot"
15352   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15353   algorithm: "plot_tsa_name"
15354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15356   include:
15357     - "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"
15358     - "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"
15359   layout:
15360     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15361     layout: "plot-throughput-speedup-analysis"
15362
15363 - type: "plot"
15364   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15365   algorithm: "plot_tsa_name"
15366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15368   include:
15369     - "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"
15370     - "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"
15371   layout:
15372     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15373     layout: "plot-throughput-speedup-analysis"
15374
15375 - type: "plot"
15376   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15377   algorithm: "plot_tsa_name"
15378   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15380   include:
15381     - "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"
15382     - "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"
15383   layout:
15384     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15385     layout: "plot-throughput-speedup-analysis"
15386
15387 - type: "plot"
15388   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15389   algorithm: "plot_tsa_name"
15390   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15391   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15392   include:
15393     - "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"
15394     - "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"
15395     - "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"
15396     - "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"
15397     - "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"
15398     - "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"
15399   layout:
15400     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15401     layout: "plot-throughput-speedup-analysis"
15402
15403 - type: "plot"
15404   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15405   algorithm: "plot_tsa_name"
15406   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15407   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15408   include:
15409     - "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"
15410     - "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"
15411     - "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"
15412     - "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"
15413     - "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"
15414     - "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"
15415   layout:
15416     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15417     layout: "plot-throughput-speedup-analysis"
15418
15419 - type: "plot"
15420   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15421   algorithm: "plot_tsa_name"
15422   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15423   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15424   include:
15425     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15426     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15427     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15428     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15429     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15430   layout:
15431     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15432     layout: "plot-throughput-speedup-analysis"
15433
15434 - type: "plot"
15435   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15436   algorithm: "plot_tsa_name"
15437   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15438   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15439   include:
15440     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15441     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15442     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15443     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15444     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15445   layout:
15446     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15447     layout: "plot-throughput-speedup-analysis"
15448
15449 - type: "plot"
15450   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15451   algorithm: "plot_tsa_name"
15452   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15453   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15454   include:
15455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15460   layout:
15461     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15462     layout: "plot-throughput-speedup-analysis"
15463
15464 - type: "plot"
15465   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15466   algorithm: "plot_tsa_name"
15467   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15468   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15469   include:
15470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15475   layout:
15476     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15477     layout: "plot-throughput-speedup-analysis"
15478
15479 - type: "plot"
15480   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15481   algorithm: "plot_tsa_name"
15482   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15483   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15484   include:
15485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15489     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15491   layout:
15492     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15493     layout: "plot-throughput-speedup-analysis"
15494
15495 - type: "plot"
15496   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15497   algorithm: "plot_tsa_name"
15498   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15499   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15500   include:
15501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15504     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15505     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15506     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15507   layout:
15508     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15509     layout: "plot-throughput-speedup-analysis"
15510
15511 - type: "plot"
15512   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15513   algorithm: "plot_tsa_name"
15514   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15515   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15516   include:
15517     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15518     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15519     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15520     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15521   layout:
15522     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15523     layout: "plot-throughput-speedup-analysis"
15524
15525 - type: "plot"
15526   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15527   algorithm: "plot_tsa_name"
15528   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15529   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15530   include:
15531     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15532     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15533     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15534     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15535   layout:
15536     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15537     layout: "plot-throughput-speedup-analysis"
15538
15539 - type: "plot"
15540   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15541   algorithm: "plot_tsa_name"
15542   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15543   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15544   include:
15545     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15546     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15547     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15548     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15549     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15550   layout:
15551     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15552     layout: "plot-throughput-speedup-analysis"
15553
15554 - type: "plot"
15555   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15556   algorithm: "plot_tsa_name"
15557   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15558   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15559   include:
15560     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15561     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15562     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15563     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15564     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15565   layout:
15566     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15567     layout: "plot-throughput-speedup-analysis"
15568
15569 - type: "plot"
15570   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15571   algorithm: "plot_tsa_name"
15572   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15573   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15574   include:
15575     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15576     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15577     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15578     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15579     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15580     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15581   layout:
15582     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15583     layout: "plot-throughput-speedup-analysis"
15584
15585 - type: "plot"
15586   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15587   algorithm: "plot_tsa_name"
15588   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15589   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15590   include:
15591     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15592     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15593     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15594     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15595     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15596     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15597   layout:
15598     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15599     layout: "plot-throughput-speedup-analysis"
15600
15601 - type: "plot"
15602   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15603   algorithm: "plot_tsa_name"
15604   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15605   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15606   include:
15607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15611   layout:
15612     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15613     layout: "plot-throughput-speedup-analysis"
15614
15615 - type: "plot"
15616   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15617   algorithm: "plot_tsa_name"
15618   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15619   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15620   include:
15621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15625   layout:
15626     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15627     layout: "plot-throughput-speedup-analysis"
15628
15629 - type: "plot"
15630   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15631   algorithm: "plot_tsa_name"
15632   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15633   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15634   include:
15635     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15636     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15637     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15639     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15641   layout:
15642     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15643     layout: "plot-throughput-speedup-analysis"
15644
15645 - type: "plot"
15646   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15647   algorithm: "plot_tsa_name"
15648   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15649   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15650   include:
15651     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15652     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15657   layout:
15658     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15659     layout: "plot-throughput-speedup-analysis"
15660
15661 - type: "plot"
15662   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15663   algorithm: "plot_tsa_name"
15664   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15665   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15666   include:
15667     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15668     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15669     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15670     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15671     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15672     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15673   layout:
15674     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15675     layout: "plot-throughput-speedup-analysis"
15676
15677 - type: "plot"
15678   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15679   algorithm: "plot_tsa_name"
15680   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15681   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15682   include:
15683     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15684     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15685     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15686     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15687     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15689   layout:
15690     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15691     layout: "plot-throughput-speedup-analysis"
15692
15693 - type: "plot"
15694   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15695   algorithm: "plot_tsa_name"
15696   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15697   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15698   include:
15699     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15700     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15701     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15702     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15703     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15704     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15705   layout:
15706     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15707     layout: "plot-throughput-speedup-analysis"
15708
15709 - type: "plot"
15710   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15711   algorithm: "plot_tsa_name"
15712   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15713   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15714   include:
15715     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15716     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15717     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15718     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15719     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15720     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15721   layout:
15722     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15723     layout: "plot-throughput-speedup-analysis"
15724
15725 - type: "plot"
15726   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15727   algorithm: "plot_tsa_name"
15728   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15729   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15730   include:
15731     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15732     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15733     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15734     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15735     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15736     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15737   layout:
15738     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15739     layout: "plot-throughput-speedup-analysis"
15740
15741 - type: "plot"
15742   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15743   algorithm: "plot_tsa_name"
15744   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15745   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15746   include:
15747     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15748     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15749     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15750     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15751     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15752     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15753   layout:
15754     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15755     layout: "plot-throughput-speedup-analysis"
15756
15757 - type: "plot"
15758   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15759   algorithm: "plot_tsa_name"
15760   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15761   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15762   include:
15763     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15764     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15765     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15766     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15767     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15768     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15769   layout:
15770     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15771     layout: "plot-throughput-speedup-analysis"
15772
15773 - type: "plot"
15774   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15775   algorithm: "plot_tsa_name"
15776   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15777   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15778   include:
15779     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15780     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15781     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15782     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15783     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15784     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15785   layout:
15786     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15787     layout: "plot-throughput-speedup-analysis"
15788
15789 #- type: "plot"
15790 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15791 #  algorithm: "plot_tsa_name"
15792 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15793 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15794 #  include:
15795 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15796 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15797 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15798 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15799 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15800 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15801 #  layout:
15802 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15803 #    layout: "plot-throughput-speedup-analysis"
15804 #
15805 #- type: "plot"
15806 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15807 #  algorithm: "plot_tsa_name"
15808 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15809 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15810 #  include:
15811 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15812 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15813 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15814 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15815 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15816 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15817 #  layout:
15818 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15819 #    layout: "plot-throughput-speedup-analysis"
15820
15821 - type: "plot"
15822   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15823   algorithm: "plot_tsa_name"
15824   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15825   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15826   include:
15827     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15828     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15829     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15830     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15831     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15832   layout:
15833     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15834     layout: "plot-throughput-speedup-analysis"
15835
15836 - type: "plot"
15837   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15838   algorithm: "plot_tsa_name"
15839   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15840   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15841   include:
15842     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15843     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15844     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15845     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15847   layout:
15848     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15849     layout: "plot-throughput-speedup-analysis"
15850
15851 - type: "plot"
15852   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15853   algorithm: "plot_tsa_name"
15854   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15855   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15856   include:
15857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15859     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15863   layout:
15864     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15865     layout: "plot-throughput-speedup-analysis"
15866
15867 - type: "plot"
15868   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15869   algorithm: "plot_tsa_name"
15870   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15871   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15872   include:
15873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15879   layout:
15880     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15881     layout: "plot-throughput-speedup-analysis"
15882
15883 - type: "plot"
15884   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15885   algorithm: "plot_tsa_name"
15886   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15887   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15888   include:
15889     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15890     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15891     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15892     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15893     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15894   layout:
15895     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15896     layout: "plot-throughput-speedup-analysis"
15897
15898 - type: "plot"
15899   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15900   algorithm: "plot_tsa_name"
15901   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15902   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15903   include:
15904     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15905     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15906     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15907     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15908     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15909   layout:
15910     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15911     layout: "plot-throughput-speedup-analysis"
15912
15913 #- type: "plot"
15914 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15915 #  algorithm: "plot_tsa_name"
15916 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15917 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15918 #  include:
15919 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15920 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15921 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15922 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15923 #  layout:
15924 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15925 #    layout: "plot-throughput-speedup-analysis"
15926 #
15927 #- type: "plot"
15928 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15929 #  algorithm: "plot_tsa_name"
15930 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15931 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15932 #  include:
15933 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15934 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15935 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15936 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15937 #  layout:
15938 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15939 #    layout: "plot-throughput-speedup-analysis"
15940
15941 - type: "plot"
15942   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15943   algorithm: "plot_tsa_name"
15944   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15945   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15946   include:
15947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15948     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15949     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15953   layout:
15954     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15955     layout: "plot-throughput-speedup-analysis"
15956
15957 - type: "plot"
15958   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15959   algorithm: "plot_tsa_name"
15960   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15961   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15962   include:
15963     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15964     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15969   layout:
15970     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15971     layout: "plot-throughput-speedup-analysis"
15972
15973 - type: "plot"
15974   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15975   algorithm: "plot_tsa_name"
15976   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15977   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15978   include:
15979     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15984   layout:
15985     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15986     layout: "plot-throughput-speedup-analysis"
15987
15988 - type: "plot"
15989   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15990   algorithm: "plot_tsa_name"
15991   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15992   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15993   include:
15994     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15999   layout:
16000     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16001     layout: "plot-throughput-speedup-analysis"
16002
16003 - type: "plot"
16004   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16005   algorithm: "plot_tsa_name"
16006   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16007   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16008   include:
16009     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16010     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16011     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16012     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16015   layout:
16016     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16017     layout: "plot-throughput-speedup-analysis"
16018
16019 - type: "plot"
16020   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16021   algorithm: "plot_tsa_name"
16022   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16023   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16024   include:
16025     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16026     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16027     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16030     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16031   layout:
16032     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16033     layout: "plot-throughput-speedup-analysis"
16034
16035 - type: "plot"
16036   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16037   algorithm: "plot_tsa_name"
16038   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16039   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16040   include:
16041     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16042     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16043     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16044     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16045   layout:
16046     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16047     layout: "plot-throughput-speedup-analysis"
16048
16049 - type: "plot"
16050   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16051   algorithm: "plot_tsa_name"
16052   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16053   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16054   include:
16055     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16056     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16057     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16058     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16059   layout:
16060     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16061     layout: "plot-throughput-speedup-analysis"
16062
16063 - type: "plot"
16064   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16065   algorithm: "plot_tsa_name"
16066   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16067   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16068   include:
16069     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16070     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16071     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16072     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16073     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16074   layout:
16075     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16076     layout: "plot-throughput-speedup-analysis"
16077
16078 - type: "plot"
16079   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16080   algorithm: "plot_tsa_name"
16081   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16082   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16083   include:
16084     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16085     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16086     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16087     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16088     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16089   layout:
16090     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16091     layout: "plot-throughput-speedup-analysis"
16092
16093 - type: "plot"
16094   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16095   algorithm: "plot_tsa_name"
16096   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16097   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16098   include:
16099     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16100     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16101     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16102     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16103     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16104     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16105   layout:
16106     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16107     layout: "plot-throughput-speedup-analysis"
16108
16109 - type: "plot"
16110   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16111   algorithm: "plot_tsa_name"
16112   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16113   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16114   include:
16115     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16116     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16117     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16118     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16119     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16120     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16121   layout:
16122     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16123     layout: "plot-throughput-speedup-analysis"
16124
16125 #- type: "plot"
16126 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16127 #  algorithm: "plot_tsa_name"
16128 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16129 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16130 #  include:
16131 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16132 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16133 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16134 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16135 #  layout:
16136 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16137 #    layout: "plot-throughput-speedup-analysis"
16138 #
16139 #- type: "plot"
16140 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16141 #  algorithm: "plot_tsa_name"
16142 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16143 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16144 #  include:
16145 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16146 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16147 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16148 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16149 #  layout:
16150 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16151 #    layout: "plot-throughput-speedup-analysis"
16152
16153 - type: "plot"
16154   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16155   algorithm: "plot_tsa_name"
16156   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16157   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16158   include:
16159     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16160     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16161     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16162     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16163     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16164     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16165   layout:
16166     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16167     layout: "plot-throughput-speedup-analysis"
16168
16169 - type: "plot"
16170   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16171   algorithm: "plot_tsa_name"
16172   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16173   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16174   include:
16175     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16176     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16177     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16178     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16179     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16180     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16181   layout:
16182     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16183     layout: "plot-throughput-speedup-analysis"
16184
16185 #- type: "plot"
16186 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16187 #  algorithm: "plot_tsa_name"
16188 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16189 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16190 #  include:
16191 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16192 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16193 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16194 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16195 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16196 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16197 #  layout:
16198 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16199 #    layout: "plot-throughput-speedup-analysis"
16200 #
16201 #- type: "plot"
16202 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16203 #  algorithm: "plot_tsa_name"
16204 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16205 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16206 #  include:
16207 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16208 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16209 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16210 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16211 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16212 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16213 #  layout:
16214 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16215 #    layout: "plot-throughput-speedup-analysis"
16216
16217 #- type: "plot"
16218 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16219 #  algorithm: "plot_tsa_name"
16220 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16221 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16222 #  include:
16223 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16224 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16225 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16226 #  layout:
16227 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16228 #    layout: "plot-throughput-speedup-analysis"
16229 #
16230 #- type: "plot"
16231 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16232 #  algorithm: "plot_tsa_name"
16233 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16234 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16235 #  include:
16236 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16237 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16238 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16239 #  layout:
16240 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16241 #    layout: "plot-throughput-speedup-analysis"
16242
16243 ################################################################################
16244
16245 # Packet Throughput - DPDK
16246
16247 # 2n-skx-xxv710
16248
16249 - type: "plot"
16250   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16251   algorithm: "plot_perf_box_name"
16252   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16253   data: "plot-dpdk-throughput-latency-2n-skx"
16254   include:
16255     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16256     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16257   layout:
16258     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16259     layout: "plot-throughput"
16260
16261 - type: "plot"
16262   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16263   algorithm: "plot_perf_box_name"
16264   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16265   data: "plot-dpdk-throughput-latency-2n-skx"
16266   include:
16267     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16268     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16269   layout:
16270     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16271     layout: "plot-throughput"
16272
16273 - type: "plot"
16274   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16275   algorithm: "plot_perf_box_name"
16276   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16277   data: "plot-dpdk-throughput-latency-2n-skx"
16278   include:
16279     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16280     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16281   layout:
16282     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16283     layout: "plot-throughput"
16284
16285 - type: "plot"
16286   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16287   algorithm: "plot_perf_box_name"
16288   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16289   data: "plot-dpdk-throughput-latency-2n-skx"
16290   include:
16291     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16292     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16293   layout:
16294     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16295     layout: "plot-throughput"
16296
16297 # 2n-skx-x710
16298
16299 - type: "plot"
16300   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16301   algorithm: "plot_perf_box_name"
16302   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16303   data: "plot-dpdk-throughput-latency-2n-skx"
16304   include:
16305     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16306     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16307   layout:
16308     title: "2n-skx-x710-64b-2t1c-base-ndr"
16309     layout: "plot-throughput"
16310
16311 - type: "plot"
16312   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16313   algorithm: "plot_perf_box_name"
16314   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16315   data: "plot-dpdk-throughput-latency-2n-skx"
16316   include:
16317     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16318     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16319   layout:
16320     title: "2n-skx-x710-64b-4t2c-base-ndr"
16321     layout: "plot-throughput"
16322
16323 - type: "plot"
16324   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16325   algorithm: "plot_perf_box_name"
16326   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16327   data: "plot-dpdk-throughput-latency-2n-skx"
16328   include:
16329     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16330     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16331   layout:
16332     title: "2n-skx-x710-64b-2t1c-base-pdr"
16333     layout: "plot-throughput"
16334
16335 - type: "plot"
16336   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16337   algorithm: "plot_perf_box_name"
16338   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16339   data: "plot-dpdk-throughput-latency-2n-skx"
16340   include:
16341     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16342     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16343   layout:
16344     title: "2n-skx-x710-64b-4t2c-base-pdr"
16345     layout: "plot-throughput"
16346
16347 # 3n-skx-xxv710
16348
16349 - type: "plot"
16350   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16351   algorithm: "plot_perf_box_name"
16352   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16353   data: "plot-dpdk-throughput-latency-3n-skx"
16354   include:
16355     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16356     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16357   layout:
16358     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16359     layout: "plot-throughput"
16360
16361 - type: "plot"
16362   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16363   algorithm: "plot_perf_box_name"
16364   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16365   data: "plot-dpdk-throughput-latency-3n-skx"
16366   include:
16367     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16368     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16369   layout:
16370     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16371     layout: "plot-throughput"
16372
16373 - type: "plot"
16374   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16375   algorithm: "plot_perf_box_name"
16376   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16377   data: "plot-dpdk-throughput-latency-3n-skx"
16378   include:
16379     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16380     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16381   layout:
16382     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16383     layout: "plot-throughput"
16384
16385 - type: "plot"
16386   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16387   algorithm: "plot_perf_box_name"
16388   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16389   data: "plot-dpdk-throughput-latency-3n-skx"
16390   include:
16391     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16392     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16393   layout:
16394     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16395     layout: "plot-throughput"
16396
16397 # 3n-skx-x710
16398
16399 - type: "plot"
16400   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16401   algorithm: "plot_perf_box_name"
16402   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16403   data: "plot-dpdk-throughput-latency-3n-skx"
16404   include:
16405     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16406     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16407   layout:
16408     title: "3n-skx-x710-64b-2t1c-base-ndr"
16409     layout: "plot-throughput"
16410
16411 - type: "plot"
16412   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16413   algorithm: "plot_perf_box_name"
16414   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16415   data: "plot-dpdk-throughput-latency-3n-skx"
16416   include:
16417     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16418     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16419   layout:
16420     title: "3n-skx-x710-64b-4t2c-base-ndr"
16421     layout: "plot-throughput"
16422
16423 - type: "plot"
16424   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16425   algorithm: "plot_perf_box_name"
16426   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16427   data: "plot-dpdk-throughput-latency-3n-skx"
16428   include:
16429     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16430     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16431   layout:
16432     title: "3n-skx-x710-64b-2t1c-base-pdr"
16433     layout: "plot-throughput"
16434
16435 - type: "plot"
16436   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16437   algorithm: "plot_perf_box_name"
16438   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16439   data: "plot-dpdk-throughput-latency-3n-skx"
16440   include:
16441     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16442     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16443   layout:
16444     title: "3n-skx-x710-64b-4t2c-base-pdr"
16445     layout: "plot-throughput"
16446
16447 # 3n-hsw-xl710
16448
16449 - type: "plot"
16450   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16451   algorithm: "plot_perf_box_name"
16452   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16453   data: "plot-dpdk-throughput-latency-3n-hsw"
16454   include:
16455     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16456     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16457   layout:
16458     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16459     layout: "plot-throughput"
16460
16461 - type: "plot"
16462   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16463   algorithm: "plot_perf_box_name"
16464   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16465   data: "plot-dpdk-throughput-latency-3n-hsw"
16466   include:
16467     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16468     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16469   layout:
16470     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16471     layout: "plot-throughput"
16472
16473 - type: "plot"
16474   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16475   algorithm: "plot_perf_box_name"
16476   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16477   data: "plot-dpdk-throughput-latency-3n-hsw"
16478   include:
16479     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16480     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16481   layout:
16482     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16483     layout: "plot-throughput"
16484
16485 - type: "plot"
16486   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16487   algorithm: "plot_perf_box_name"
16488   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16489   data: "plot-dpdk-throughput-latency-3n-hsw"
16490   include:
16491     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16492     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16493   layout:
16494     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16495     layout: "plot-throughput"
16496
16497 # 3n-hsw-x710
16498
16499 - type: "plot"
16500   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16501   algorithm: "plot_perf_box_name"
16502   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16503   data: "plot-dpdk-throughput-latency-3n-hsw"
16504   include:
16505     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16506     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16507   layout:
16508     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16509     layout: "plot-throughput"
16510
16511 - type: "plot"
16512   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16513   algorithm: "plot_perf_box_name"
16514   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16515   data: "plot-dpdk-throughput-latency-3n-hsw"
16516   include:
16517     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16518     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16519   layout:
16520     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16521     layout: "plot-throughput"
16522
16523 - type: "plot"
16524   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16525   algorithm: "plot_perf_box_name"
16526   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16527   data: "plot-dpdk-throughput-latency-3n-hsw"
16528   include:
16529     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16530     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16531   layout:
16532     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16533     layout: "plot-throughput"
16534
16535 - type: "plot"
16536   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16537   algorithm: "plot_perf_box_name"
16538   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16539   data: "plot-dpdk-throughput-latency-3n-hsw"
16540   include:
16541     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16542     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16543   layout:
16544     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16545     layout: "plot-throughput"
16546
16547 # 2n-dnv-x553
16548
16549 - type: "plot"
16550   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16551   algorithm: "plot_perf_box_name"
16552   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16553   data: "plot-dpdk-throughput-latency-2n-dnv"
16554   include:
16555     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16556     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16557   layout:
16558     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16559     layout: "plot-throughput"
16560
16561 - type: "plot"
16562   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16563   algorithm: "plot_perf_box_name"
16564   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16565   data: "plot-dpdk-throughput-latency-2n-dnv"
16566   include:
16567     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16568     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16569   layout:
16570     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16571     layout: "plot-throughput"
16572
16573 - type: "plot"
16574   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16575   algorithm: "plot_perf_box_name"
16576   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16577   data: "plot-dpdk-throughput-latency-2n-dnv"
16578   include:
16579     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16580     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16581   layout:
16582     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16583     layout: "plot-throughput"
16584
16585 - type: "plot"
16586   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16587   algorithm: "plot_perf_box_name"
16588   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16589   data: "plot-dpdk-throughput-latency-2n-dnv"
16590   include:
16591     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16592     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16593   layout:
16594     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16595     layout: "plot-throughput"
16596
16597 # 3n-dnv-x553
16598
16599 - type: "plot"
16600   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16601   algorithm: "plot_perf_box_name"
16602   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16603   data: "plot-dpdk-throughput-latency-3n-dnv"
16604   include:
16605     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16606     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16607   layout:
16608     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16609     layout: "plot-throughput"
16610
16611 - type: "plot"
16612   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16613   algorithm: "plot_perf_box_name"
16614   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16615   data: "plot-dpdk-throughput-latency-3n-dnv"
16616   include:
16617     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16618     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16619   layout:
16620     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16621     layout: "plot-throughput"
16622
16623 - type: "plot"
16624   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16625   algorithm: "plot_perf_box_name"
16626   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16627   data: "plot-dpdk-throughput-latency-3n-dnv"
16628   include:
16629     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16630     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16631   layout:
16632     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16633     layout: "plot-throughput"
16634
16635 - type: "plot"
16636   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16637   algorithm: "plot_perf_box_name"
16638   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16639   data: "plot-dpdk-throughput-latency-3n-dnv"
16640   include:
16641     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16642     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16643   layout:
16644     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16645     layout: "plot-throughput"
16646
16647 # 3n-tsh-x520
16648
16649 - type: "plot"
16650   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16651   algorithm: "plot_perf_box_name"
16652   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16653   data: "plot-dpdk-throughput-latency-3n-tsh"
16654   include:
16655     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16656     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16657   layout:
16658     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16659     layout: "plot-throughput"
16660
16661 - type: "plot"
16662   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16663   algorithm: "plot_perf_box_name"
16664   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16665   data: "plot-dpdk-throughput-latency-3n-tsh"
16666   include:
16667     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16668     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16669   layout:
16670     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16671     layout: "plot-throughput"
16672
16673 - type: "plot"
16674   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16675   algorithm: "plot_perf_box_name"
16676   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16677   data: "plot-dpdk-throughput-latency-3n-tsh"
16678   include:
16679     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16680     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16681   layout:
16682     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16683     layout: "plot-throughput"
16684
16685 - type: "plot"
16686   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16687   algorithm: "plot_perf_box_name"
16688   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16689   data: "plot-dpdk-throughput-latency-3n-tsh"
16690   include:
16691     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16692     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16693   layout:
16694     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16695     layout: "plot-throughput"
16696
16697 ################################################################################
16698 ###   2n-clx                                                                 ###
16699 ################################################################################
16700
16701 # Packet Throughput
16702
16703 - type: "plot"
16704   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16705   algorithm: "plot_perf_box_name"
16706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16708   include:
16709     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16710     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16711     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16712     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16713   layout:
16714     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16715     layout: "plot-throughput"
16716
16717 - type: "plot"
16718   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16719   algorithm: "plot_perf_box_name"
16720   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16722   include:
16723     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16724     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16725     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16726     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16727   layout:
16728     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16729     layout: "plot-throughput"
16730
16731 - type: "plot"
16732   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16733   algorithm: "plot_perf_box_name"
16734   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16736   include:
16737     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16738     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16739     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16740     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16741   layout:
16742     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16743     layout: "plot-throughput"
16744
16745 - type: "plot"
16746   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16747   algorithm: "plot_perf_box_name"
16748   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16749   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16750   include:
16751     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16752     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16753     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16754     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16755   layout:
16756     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16757     layout: "plot-throughput"
16758
16759 - type: "plot"
16760   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16761   algorithm: "plot_perf_box_name"
16762   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16763   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16764   include:
16765 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16766     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16767     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16768     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16769   layout:
16770     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16771     layout: "plot-throughput"
16772
16773 - type: "plot"
16774   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16775   algorithm: "plot_perf_box_name"
16776   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16778   include:
16779 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16780     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16781     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16782     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16783   layout:
16784     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16785     layout: "plot-throughput"
16786
16787 - type: "plot"
16788   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16789   algorithm: "plot_perf_box_name"
16790   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16791   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16792   include:
16793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16798     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16799   layout:
16800     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16801     layout: "plot-throughput"
16802
16803 - type: "plot"
16804   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16805   algorithm: "plot_perf_box_name"
16806   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16808   include:
16809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16813     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16814     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16815   layout:
16816     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16817     layout: "plot-throughput"
16818
16819 - type: "plot"
16820   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16821   algorithm: "plot_perf_box_name"
16822   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16823   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16824   include:
16825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16829   layout:
16830     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16831     layout: "plot-throughput"
16832
16833 - type: "plot"
16834   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16835   algorithm: "plot_perf_box_name"
16836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16838   include:
16839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16843   layout:
16844     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16845     layout: "plot-throughput"
16846
16847 - type: "plot"
16848   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16849   algorithm: "plot_perf_box_name"
16850   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16851   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16852   include:
16853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16856   layout:
16857     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16858     layout: "plot-throughput"
16859
16860 - type: "plot"
16861   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16862   algorithm: "plot_perf_box_name"
16863   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16865   include:
16866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16869   layout:
16870     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16871     layout: "plot-throughput"
16872
16873 - type: "plot"
16874   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16875   algorithm: "plot_perf_box_name"
16876   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16878   include:
16879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16884   layout:
16885     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16886     layout: "plot-throughput"
16887
16888 - type: "plot"
16889   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16890   algorithm: "plot_perf_box_name"
16891   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16893   include:
16894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16899   layout:
16900     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16901     layout: "plot-throughput"
16902
16903 - type: "plot"
16904   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16905   algorithm: "plot_perf_box_name"
16906   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16908   include:
16909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16912   layout:
16913     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16914     layout: "plot-throughput"
16915
16916 - type: "plot"
16917   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16918   algorithm: "plot_perf_box_name"
16919   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16921   include:
16922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16925   layout:
16926     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16927     layout: "plot-throughput"
16928
16929 - type: "plot"
16930   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16931   algorithm: "plot_perf_box_name"
16932   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16934   include:
16935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16941   layout:
16942     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16943     layout: "plot-throughput"
16944
16945 - type: "plot"
16946   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16947   algorithm: "plot_perf_box_name"
16948   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16950   include:
16951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16957   layout:
16958     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16959     layout: "plot-throughput"
16960
16961 - type: "plot"
16962   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16963   algorithm: "plot_perf_box_name"
16964   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16966   include:
16967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16973   layout:
16974     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16975     layout: "plot-throughput"
16976
16977 - type: "plot"
16978   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16979   algorithm: "plot_perf_box_name"
16980   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16982   include:
16983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16989   layout:
16990     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16991     layout: "plot-throughput"
16992
16993 - type: "plot"
16994   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16995   algorithm: "plot_perf_box_name"
16996   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16998   include:
16999     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17000     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17001   layout:
17002     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17003     layout: "plot-throughput"
17004
17005 - type: "plot"
17006   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17007   algorithm: "plot_perf_box_name"
17008   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17010   include:
17011     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17012     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17013   layout:
17014     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17015     layout: "plot-throughput"
17016
17017 - type: "plot"
17018   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17019   algorithm: "plot_perf_box_name"
17020   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17022   include:
17023     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17024     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17025     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17026     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17027     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17028     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17029   layout:
17030     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17031     layout: "plot-throughput"
17032
17033 - type: "plot"
17034   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17035   algorithm: "plot_perf_box_name"
17036   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17038   include:
17039     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17040     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17041     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17042     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17043     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17044     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17045   layout:
17046     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17047     layout: "plot-throughput"
17048
17049 - type: "plot"
17050   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17051   algorithm: "plot_perf_box_name"
17052   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17054   include:
17055     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17056     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17057     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17058     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17059     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17060 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17061   layout:
17062     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17063     layout: "plot-throughput"
17064
17065 - type: "plot"
17066   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17067   algorithm: "plot_perf_box_name"
17068   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17070   include:
17071     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17072     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17073     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17074     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17075     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17076 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17077   layout:
17078     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17079     layout: "plot-throughput"
17080
17081 - type: "plot"
17082   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17083   algorithm: "plot_perf_box_name"
17084   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17086   include:
17087     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17088     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17089     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17090     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17091     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17092     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17093   layout:
17094     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17095     layout: "plot-throughput"
17096
17097 - type: "plot"
17098   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17099   algorithm: "plot_perf_box_name"
17100   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17102   include:
17103     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17104     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17105     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17106     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17107     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17108     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17109   layout:
17110     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17111     layout: "plot-throughput"
17112
17113 - type: "plot"
17114   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17115   algorithm: "plot_perf_box_name"
17116   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17117   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17118   include:
17119     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17120     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17121     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17122     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17123     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17124   layout:
17125     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17126     layout: "plot-throughput"
17127
17128 - type: "plot"
17129   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17130   algorithm: "plot_perf_box_name"
17131   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17132   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17133   include:
17134     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17135     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17136     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17137     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17138     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17139   layout:
17140     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17141     layout: "plot-throughput"
17142
17143 - type: "plot"
17144   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17145   algorithm: "plot_perf_box_name"
17146   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17148   include:
17149     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17150     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17151     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17152     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17153     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17154   layout:
17155     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17156     layout: "plot-throughput"
17157
17158 - type: "plot"
17159   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17160   algorithm: "plot_perf_box_name"
17161   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17163   include:
17164     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17165     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17166     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17167     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17168     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17169   layout:
17170     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17171     layout: "plot-throughput"
17172
17173 - type: "plot"
17174   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17175   algorithm: "plot_perf_box_name"
17176   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17177   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17178   include:
17179     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17180     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17181     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17182     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17183     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17184   layout:
17185     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17186     layout: "plot-throughput"
17187
17188 - type: "plot"
17189   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17190   algorithm: "plot_perf_box_name"
17191   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17192   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17193   include:
17194     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17195     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17196     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17197     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17198     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17199   layout:
17200     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17201     layout: "plot-throughput"
17202
17203 - type: "plot"
17204   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17205   algorithm: "plot_perf_box_name"
17206   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17207   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17208   include:
17209     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17210     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17211     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17212     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17213     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17214   layout:
17215     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17216     layout: "plot-throughput"
17217
17218 - type: "plot"
17219   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17220   algorithm: "plot_perf_box_name"
17221   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17223   include:
17224     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17225     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17226     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17227     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17228     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17229   layout:
17230     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17231     layout: "plot-throughput"
17232
17233 - type: "plot"
17234   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17235   algorithm: "plot_perf_box_name"
17236   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17238   include:
17239     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17240     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17241     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17242     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17243     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17244   layout:
17245     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17246     layout: "plot-throughput"
17247
17248 - type: "plot"
17249   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17250   algorithm: "plot_perf_box_name"
17251   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17253   include:
17254     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17255     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17256     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17257     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17258     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17259   layout:
17260     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17261     layout: "plot-throughput"
17262
17263 - type: "plot"
17264   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17265   algorithm: "plot_perf_box_name"
17266   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17268   include:
17269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17275   layout:
17276     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17277     layout: "plot-throughput"
17278
17279 - type: "plot"
17280   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17281   algorithm: "plot_perf_box_name"
17282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17284   include:
17285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17291   layout:
17292     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17293     layout: "plot-throughput"
17294
17295 - type: "plot"
17296   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17297   algorithm: "plot_perf_box_name"
17298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17300   include:
17301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17305   layout:
17306     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17307     layout: "plot-throughput"
17308
17309 - type: "plot"
17310   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17311   algorithm: "plot_perf_box_name"
17312   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17314   include:
17315     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17316     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17317     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17319   layout:
17320     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17321     layout: "plot-throughput"
17322
17323 - type: "plot"
17324   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17325   algorithm: "plot_perf_box_name"
17326   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17327   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17328   include:
17329     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17330     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17331     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17335   layout:
17336     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17337     layout: "plot-throughput"
17338
17339 - type: "plot"
17340   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17341   algorithm: "plot_perf_box_name"
17342   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17344   include:
17345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17346     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17351   layout:
17352     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17353     layout: "plot-throughput"
17354
17355 - type: "plot"
17356   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17357   algorithm: "plot_perf_box_name"
17358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17360   include:
17361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17365   layout:
17366     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17367     layout: "plot-throughput"
17368
17369 - type: "plot"
17370   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17371   algorithm: "plot_perf_box_name"
17372   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17374   include:
17375     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17376     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17377     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17378     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17379   layout:
17380     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17381     layout: "plot-throughput"
17382
17383 - type: "plot"
17384   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17385   algorithm: "plot_perf_box_name"
17386   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17387   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17388   include:
17389     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17390     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17391     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17392     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17393     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17394     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17395   layout:
17396     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17397     layout: "plot-throughput"
17398
17399 - type: "plot"
17400   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17401   algorithm: "plot_perf_box_name"
17402   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17404   include:
17405     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17406     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17407     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17408     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17409     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17410     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17411   layout:
17412     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17413     layout: "plot-throughput"
17414
17415 - type: "plot"
17416   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17417   algorithm: "plot_perf_box_name"
17418   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17420   include:
17421     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17422     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17423     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17424     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17425   layout:
17426     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17427     layout: "plot-throughput"
17428
17429 - type: "plot"
17430   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17431   algorithm: "plot_perf_box_name"
17432   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17434   include:
17435     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17436     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17437     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17438     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17439   layout:
17440     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17441     layout: "plot-throughput"
17442
17443 - type: "plot"
17444   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17445   algorithm: "plot_perf_box_name"
17446   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17448   include:
17449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17454   layout:
17455     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17456     layout: "plot-throughput"
17457
17458 - type: "plot"
17459   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17460   algorithm: "plot_perf_box_name"
17461   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17462   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17463   include:
17464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17469   layout:
17470     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17471     layout: "plot-throughput"
17472
17473 - type: "plot"
17474   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17475   algorithm: "plot_perf_box_name"
17476   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17478   include:
17479     - "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"
17480     - "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"
17481     - "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"
17482     - "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"
17483     - "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"
17484   layout:
17485     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17486     layout: "plot-throughput"
17487
17488 - type: "plot"
17489   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17490   algorithm: "plot_perf_box_name"
17491   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17493   include:
17494     - "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"
17495     - "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"
17496     - "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"
17497     - "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"
17498     - "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"
17499   layout:
17500     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17501     layout: "plot-throughput"
17502
17503 - type: "plot"
17504   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17505   algorithm: "plot_perf_box_name"
17506   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17507   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17508   include:
17509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17514   layout:
17515     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17516     layout: "plot-throughput"
17517
17518 - type: "plot"
17519   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17520   algorithm: "plot_perf_box_name"
17521   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17523   include:
17524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17528     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17529   layout:
17530     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17531     layout: "plot-throughput"
17532
17533 - type: "plot"
17534   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17535   algorithm: "plot_perf_box_name"
17536   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17538   include:
17539     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17541     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17542     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17544   layout:
17545     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17546     layout: "plot-throughput"
17547
17548 - type: "plot"
17549   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17550   algorithm: "plot_perf_box_name"
17551   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17553   include:
17554     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17555     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17556     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17557     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17559   layout:
17560     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17561     layout: "plot-throughput"
17562
17563 - type: "plot"
17564   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17565   algorithm: "plot_perf_box_name"
17566   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17568   include:
17569     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17570     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17571     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17573   layout:
17574     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17575     layout: "plot-throughput"
17576
17577 - type: "plot"
17578   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17579   algorithm: "plot_perf_box_name"
17580   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17581   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17582   include:
17583     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17584     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17585     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17586     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17587   layout:
17588     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17589     layout: "plot-throughput"
17590
17591 - type: "plot"
17592   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17593   algorithm: "plot_perf_box_name"
17594   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17595   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17596   include:
17597     - "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"
17598     - "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"
17599     - "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"
17600     - "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"
17601   layout:
17602     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17603     layout: "plot-throughput"
17604
17605 - type: "plot"
17606   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17607   algorithm: "plot_perf_box_name"
17608   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17610   include:
17611     - "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"
17612     - "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"
17613     - "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"
17614     - "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"
17615   layout:
17616     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17617     layout: "plot-throughput"
17618
17619 - type: "plot"
17620   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17621   algorithm: "plot_perf_box_name"
17622   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17623   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17624   include:
17625     - "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"
17626     - "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"
17627     - "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"
17628     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17629     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17630     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17631   layout:
17632     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17633     layout: "plot-throughput"
17634
17635 - type: "plot"
17636   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17637   algorithm: "plot_perf_box_name"
17638   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17639   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17640   include:
17641     - "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"
17642     - "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"
17643     - "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"
17644     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17645     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17646     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17647   layout:
17648     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17649     layout: "plot-throughput"
17650
17651 ################################################################################
17652
17653 # Packet Speedup
17654
17655 - type: "plot"
17656   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17657   algorithm: "plot_tsa_name"
17658   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17659   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17660   include:
17661     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17662     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17663     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17664     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17665   layout:
17666     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17667     layout: "plot-throughput-speedup-analysis"
17668
17669 - type: "plot"
17670   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17671   algorithm: "plot_tsa_name"
17672   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17674   include:
17675     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17676     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17677     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17678     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17679   layout:
17680     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17681     layout: "plot-throughput-speedup-analysis"
17682
17683 - type: "plot"
17684   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17685   algorithm: "plot_tsa_name"
17686   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17687   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17688   include:
17689     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17690     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17691     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17692     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17693   layout:
17694     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17695     layout: "plot-throughput-speedup-analysis"
17696
17697 - type: "plot"
17698   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17699   algorithm: "plot_tsa_name"
17700   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17702   include:
17703     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17704     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17705     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17706     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17707   layout:
17708     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17709     layout: "plot-throughput-speedup-analysis"
17710
17711 - type: "plot"
17712   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17713   algorithm: "plot_tsa_name"
17714   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17716   include:
17717     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17718     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17719     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17720     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17721   layout:
17722     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17723     layout: "plot-throughput-speedup-analysis"
17724
17725 - type: "plot"
17726   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17727   algorithm: "plot_tsa_name"
17728   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17729   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17730   include:
17731     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17732     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17733     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17734     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17735   layout:
17736     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17737     layout: "plot-throughput-speedup-analysis"
17738
17739 - type: "plot"
17740   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17741   algorithm: "plot_tsa_name"
17742   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17744   include:
17745     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17746     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17750     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17751   layout:
17752     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17753     layout: "plot-throughput-speedup-analysis"
17754
17755 - type: "plot"
17756   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17757   algorithm: "plot_tsa_name"
17758   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17759   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17760   include:
17761     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17765     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17766     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17767   layout:
17768     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17769     layout: "plot-throughput-speedup-analysis"
17770
17771 - type: "plot"
17772   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17773   algorithm: "plot_tsa_name"
17774   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17775   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17776   include:
17777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17781   layout:
17782     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17783     layout: "plot-throughput-speedup-analysis"
17784
17785 - type: "plot"
17786   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17787   algorithm: "plot_tsa_name"
17788   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17790   include:
17791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17795   layout:
17796     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17797     layout: "plot-throughput-speedup-analysis"
17798
17799 - type: "plot"
17800   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17801   algorithm: "plot_tsa_name"
17802   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17804   include:
17805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17808   layout:
17809     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17810     layout: "plot-throughput-speedup-analysis"
17811
17812 - type: "plot"
17813   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17814   algorithm: "plot_tsa_name"
17815   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17817   include:
17818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17821   layout:
17822     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17823     layout: "plot-throughput-speedup-analysis"
17824
17825 - type: "plot"
17826   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17827   algorithm: "plot_tsa_name"
17828   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17830   include:
17831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17836   layout:
17837     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17838     layout: "plot-throughput-speedup-analysis"
17839
17840 - type: "plot"
17841   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17842   algorithm: "plot_tsa_name"
17843   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17845   include:
17846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17851   layout:
17852     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17853     layout: "plot-throughput-speedup-analysis"
17854
17855 - type: "plot"
17856   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17857   algorithm: "plot_tsa_name"
17858   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17860   include:
17861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17864   layout:
17865     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17866     layout: "plot-throughput-speedup-analysis"
17867
17868 - type: "plot"
17869   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17870   algorithm: "plot_tsa_name"
17871   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17872   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17873   include:
17874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17877   layout:
17878     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17879     layout: "plot-throughput-speedup-analysis"
17880
17881 - type: "plot"
17882   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17883   algorithm: "plot_tsa_name"
17884   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17886   include:
17887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17893   layout:
17894     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17895     layout: "plot-throughput-speedup-analysis"
17896
17897 - type: "plot"
17898   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17899   algorithm: "plot_tsa_name"
17900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17902   include:
17903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17909   layout:
17910     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17911     layout: "plot-throughput-speedup-analysis"
17912
17913 - type: "plot"
17914   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17915   algorithm: "plot_tsa_name"
17916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17918   include:
17919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17925   layout:
17926     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17927     layout: "plot-throughput-speedup-analysis"
17928
17929 - type: "plot"
17930   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17931   algorithm: "plot_tsa_name"
17932   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17934   include:
17935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17941   layout:
17942     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17943     layout: "plot-throughput-speedup-analysis"
17944
17945 - type: "plot"
17946   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17947   algorithm: "plot_tsa_name"
17948   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17950   include:
17951     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17952     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17953   layout:
17954     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17955     layout: "plot-throughput-speedup-analysis"
17956
17957 - type: "plot"
17958   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17959   algorithm: "plot_tsa_name"
17960   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17961   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17962   include:
17963     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17964     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17965   layout:
17966     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17967     layout: "plot-throughput-speedup-analysis"
17968
17969 - type: "plot"
17970   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17971   algorithm: "plot_tsa_name"
17972   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17974   include:
17975     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17977     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17978     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17979     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17980     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17981   layout:
17982     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17983     layout: "plot-throughput-speedup-analysis"
17984
17985 - type: "plot"
17986   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17987   algorithm: "plot_tsa_name"
17988   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17990   include:
17991     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17992     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17993     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17994     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17995     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17996     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17997   layout:
17998     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17999     layout: "plot-throughput-speedup-analysis"
18000
18001 - type: "plot"
18002   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18003   algorithm: "plot_tsa_name"
18004   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18006   include:
18007     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18008     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18009     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18010     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18013   layout:
18014     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18015     layout: "plot-throughput-speedup-analysis"
18016
18017 - type: "plot"
18018   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18019   algorithm: "plot_tsa_name"
18020   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18022   include:
18023     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18024     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18025     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18029   layout:
18030     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18031     layout: "plot-throughput-speedup-analysis"
18032
18033 - type: "plot"
18034   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18035   algorithm: "plot_tsa_name"
18036   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18038   include:
18039     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18040     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18041     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18042     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18043     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18044     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18045   layout:
18046     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18047     layout: "plot-throughput-speedup-analysis"
18048
18049 - type: "plot"
18050   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18051   algorithm: "plot_tsa_name"
18052   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18054   include:
18055     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18056     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18057     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18058     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18059     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18060     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18061   layout:
18062     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18063     layout: "plot-throughput-speedup-analysis"
18064
18065 - type: "plot"
18066   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18067   algorithm: "plot_tsa_name"
18068   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18070   include:
18071     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18072     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18073     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18074     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18075     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18076   layout:
18077     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18078     layout: "plot-throughput-speedup-analysis"
18079
18080 - type: "plot"
18081   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18082   algorithm: "plot_tsa_name"
18083   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18085   include:
18086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18087     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18088     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18089     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18090     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18091   layout:
18092     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18093     layout: "plot-throughput-speedup-analysis"
18094
18095 - type: "plot"
18096   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18097   algorithm: "plot_tsa_name"
18098   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18100   include:
18101     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18102     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18103     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18104     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18106   layout:
18107     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18108     layout: "plot-throughput-speedup-analysis"
18109
18110 - type: "plot"
18111   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18112   algorithm: "plot_tsa_name"
18113   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18115   include:
18116     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18117     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18118     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18119     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18120     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18121   layout:
18122     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18123     layout: "plot-throughput-speedup-analysis"
18124
18125 - type: "plot"
18126   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18127   algorithm: "plot_tsa_name"
18128   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18130   include:
18131     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18132     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18133     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18134     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18135     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18136   layout:
18137     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18138     layout: "plot-throughput-speedup-analysis"
18139
18140 - type: "plot"
18141   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18142   algorithm: "plot_tsa_name"
18143   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18145   include:
18146     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18147     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18148     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18149     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18150     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18151   layout:
18152     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18153     layout: "plot-throughput-speedup-analysis"
18154
18155 - type: "plot"
18156   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18157   algorithm: "plot_tsa_name"
18158   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18160   include:
18161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18166   layout:
18167     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18168     layout: "plot-throughput-speedup-analysis"
18169
18170 - type: "plot"
18171   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18172   algorithm: "plot_tsa_name"
18173   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18175   include:
18176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18178     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18179     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18180     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18181   layout:
18182     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18183     layout: "plot-throughput-speedup-analysis"
18184
18185 - type: "plot"
18186   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18187   algorithm: "plot_tsa_name"
18188   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18190   include:
18191     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18192     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18193     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18194     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18196   layout:
18197     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18198     layout: "plot-throughput-speedup-analysis"
18199
18200 - type: "plot"
18201   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18202   algorithm: "plot_tsa_name"
18203   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18205   include:
18206     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18207     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18208     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18209     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18210     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18211   layout:
18212     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18213     layout: "plot-throughput-speedup-analysis"
18214
18215 - type: "plot"
18216   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18217   algorithm: "plot_tsa_name"
18218   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18220   include:
18221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18227   layout:
18228     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18229     layout: "plot-throughput-speedup-analysis"
18230
18231 - type: "plot"
18232   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18233   algorithm: "plot_tsa_name"
18234   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18235   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18236   include:
18237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18243   layout:
18244     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18245     layout: "plot-throughput-speedup-analysis"
18246
18247 - type: "plot"
18248   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18249   algorithm: "plot_tsa_name"
18250   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18251   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18252   include:
18253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18257   layout:
18258     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18259     layout: "plot-throughput-speedup-analysis"
18260
18261 - type: "plot"
18262   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18263   algorithm: "plot_tsa_name"
18264   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18265   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18266   include:
18267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18271   layout:
18272     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18273     layout: "plot-throughput-speedup-analysis"
18274
18275 - type: "plot"
18276   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18277   algorithm: "plot_tsa_name"
18278   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18280   include:
18281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18287   layout:
18288     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18289     layout: "plot-throughput-speedup-analysis"
18290
18291 - type: "plot"
18292   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18293   algorithm: "plot_tsa_name"
18294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18296   include:
18297     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18299     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18300     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18303   layout:
18304     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18305     layout: "plot-throughput-speedup-analysis"
18306
18307 - type: "plot"
18308   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18309   algorithm: "plot_tsa_name"
18310   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18312   include:
18313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18314     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18315     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18316     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18317   layout:
18318     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18319     layout: "plot-throughput-speedup-analysis"
18320
18321 - type: "plot"
18322   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18323   algorithm: "plot_tsa_name"
18324   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18326   include:
18327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18329     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18330     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18331   layout:
18332     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18333     layout: "plot-throughput-speedup-analysis"
18334
18335 - type: "plot"
18336   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18337   algorithm: "plot_tsa_name"
18338   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18339   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18340   include:
18341     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18342     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18343     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18344     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18345     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18346     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18347   layout:
18348     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18349     layout: "plot-throughput-speedup-analysis"
18350
18351 - type: "plot"
18352   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18353   algorithm: "plot_tsa_name"
18354   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18355   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18356   include:
18357     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18358     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18359     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18360     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18361     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18362     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18363   layout:
18364     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18365     layout: "plot-throughput-speedup-analysis"
18366
18367 - type: "plot"
18368   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18369   algorithm: "plot_tsa_name"
18370   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18372   include:
18373     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18374     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18375     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18376     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18377   layout:
18378     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18379     layout: "plot-throughput-speedup-analysis"
18380
18381 - type: "plot"
18382   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18383   algorithm: "plot_tsa_name"
18384   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18385   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18386   include:
18387     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18388     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18389     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18390     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18391   layout:
18392     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18393     layout: "plot-throughput-speedup-analysis"
18394
18395 - type: "plot"
18396   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18397   algorithm: "plot_tsa_name"
18398   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18400   include:
18401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18406   layout:
18407     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18408     layout: "plot-throughput-speedup-analysis"
18409
18410 - type: "plot"
18411   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18412   algorithm: "plot_tsa_name"
18413   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18415   include:
18416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18421   layout:
18422     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18423     layout: "plot-throughput-speedup-analysis"
18424
18425 - type: "plot"
18426   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18427   algorithm: "plot_tsa_name"
18428   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18430   include:
18431     - "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"
18432     - "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"
18433     - "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"
18434     - "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"
18435     - "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"
18436   layout:
18437     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18438     layout: "plot-throughput-speedup-analysis"
18439
18440 - type: "plot"
18441   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18442   algorithm: "plot_tsa_name"
18443   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18445   include:
18446     - "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"
18447     - "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"
18448     - "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"
18449     - "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"
18450     - "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"
18451   layout:
18452     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18453     layout: "plot-throughput-speedup-analysis"
18454
18455 - type: "plot"
18456   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18457   algorithm: "plot_tsa_name"
18458   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18459   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18460   include:
18461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18466   layout:
18467     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18468     layout: "plot-throughput-speedup-analysis"
18469
18470 - type: "plot"
18471   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18472   algorithm: "plot_tsa_name"
18473   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18474   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18475   include:
18476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18481   layout:
18482     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18483     layout: "plot-throughput-speedup-analysis"
18484
18485 - type: "plot"
18486   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18487   algorithm: "plot_tsa_name"
18488   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18489   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18490   include:
18491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18496   layout:
18497     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18498     layout: "plot-throughput-speedup-analysis"
18499
18500 - type: "plot"
18501   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18502   algorithm: "plot_tsa_name"
18503   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18505   include:
18506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18511   layout:
18512     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18513     layout: "plot-throughput-speedup-analysis"
18514
18515 - type: "plot"
18516   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18517   algorithm: "plot_tsa_name"
18518   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18519   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18520   include:
18521     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18525   layout:
18526     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18527     layout: "plot-throughput-speedup-analysis"
18528
18529 - type: "plot"
18530   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18531   algorithm: "plot_tsa_name"
18532   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18533   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18534   include:
18535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18536     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18538     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18539   layout:
18540     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18541     layout: "plot-throughput-speedup-analysis"
18542
18543 - type: "plot"
18544   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18545   algorithm: "plot_tsa_name"
18546   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18548   include:
18549     - "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"
18550     - "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"
18551     - "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"
18552     - "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"
18553   layout:
18554     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18555     layout: "plot-throughput-speedup-analysis"
18556
18557 - type: "plot"
18558   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18559   algorithm: "plot_tsa_name"
18560   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18562   include:
18563     - "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"
18564     - "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"
18565     - "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"
18566     - "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"
18567   layout:
18568     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18569     layout: "plot-throughput-speedup-analysis"
18570
18571 - type: "plot"
18572   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18573   algorithm: "plot_tsa_name"
18574   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18575   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18576   include:
18577     - "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"
18578     - "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"
18579     - "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"
18580     - "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"
18581     - "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"
18582     - "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"
18583   layout:
18584     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18585     layout: "plot-throughput-speedup-analysis"
18586
18587 - type: "plot"
18588   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18589   algorithm: "plot_tsa_name"
18590   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18591   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18592   include:
18593     - "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"
18594     - "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"
18595     - "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"
18596     - "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"
18597     - "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"
18598     - "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"
18599   layout:
18600     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18601     layout: "plot-throughput-speedup-analysis"
18602
18603 ################################################################################
18604
18605 # Packet Throughput - DPDK
18606
18607 # 2n-clx-xxv710
18608
18609 - type: "plot"
18610   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18611   algorithm: "plot_perf_box_name"
18612   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18613   data: "plot-dpdk-throughput-latency-2n-clx"
18614   include:
18615     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18616     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18617   layout:
18618     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18619     layout: "plot-throughput"
18620
18621 - type: "plot"
18622   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18623   algorithm: "plot_perf_box_name"
18624   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18625   data: "plot-dpdk-throughput-latency-2n-clx"
18626   include:
18627     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18628     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18629   layout:
18630     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18631     layout: "plot-throughput"
18632
18633 - type: "plot"
18634   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18635   algorithm: "plot_perf_box_name"
18636   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18637   data: "plot-dpdk-throughput-latency-2n-clx"
18638   include:
18639     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18640     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18641   layout:
18642     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18643     layout: "plot-throughput"
18644
18645 - type: "plot"
18646   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18647   algorithm: "plot_perf_box_name"
18648   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18649   data: "plot-dpdk-throughput-latency-2n-clx"
18650   include:
18651     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18652     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18653   layout:
18654     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18655     layout: "plot-throughput"
18656
18657 # 2n-clx-x710
18658
18659 - type: "plot"
18660   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18661   algorithm: "plot_perf_box_name"
18662   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18663   data: "plot-dpdk-throughput-latency-2n-clx"
18664   include:
18665     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18666     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18667   layout:
18668     title: "2n-clx-x710-64b-2t1c-base-ndr"
18669     layout: "plot-throughput"
18670
18671 - type: "plot"
18672   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18673   algorithm: "plot_perf_box_name"
18674   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18675   data: "plot-dpdk-throughput-latency-2n-clx"
18676   include:
18677     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18678     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18679   layout:
18680     title: "2n-clx-x710-64b-4t2c-base-ndr"
18681     layout: "plot-throughput"
18682
18683 - type: "plot"
18684   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18685   algorithm: "plot_perf_box_name"
18686   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18687   data: "plot-dpdk-throughput-latency-2n-clx"
18688   include:
18689     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18690     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18691   layout:
18692     title: "2n-clx-x710-64b-2t1c-base-pdr"
18693     layout: "plot-throughput"
18694
18695 - type: "plot"
18696   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18697   algorithm: "plot_perf_box_name"
18698   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18699   data: "plot-dpdk-throughput-latency-2n-clx"
18700   include:
18701     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18702     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18703   layout:
18704     title: "2n-clx-x710-64b-4t2c-base-pdr"
18705     layout: "plot-throughput"
18706
18707 ################################################################################
18708
18709 - type: "plot"
18710   title: "Latency by percentile: 2n-skx"
18711   algorithm: "plot_hdrh_lat_by_percentile"
18712   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18713   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18714   target-links: "../../_static/vpp"
18715   data: "plot-vpp-hdrh-lat-2n-skx"
18716   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18717   layout:
18718     layout: "plot-hdrh-latency-by-percentile"
18719
18720 - type: "plot"
18721   title: "Latency by percentile: 3n-skx"
18722   algorithm: "plot_hdrh_lat_by_percentile"
18723   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18724   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18725   target-links: "../../_static/vpp"
18726   data: "plot-vpp-hdrh-lat-3n-skx"
18727   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18728   layout:
18729     layout: "plot-hdrh-latency-by-percentile"
18730
18731 - type: "plot"
18732   title: "Latency by percentile: 2n-clx"
18733   algorithm: "plot_hdrh_lat_by_percentile"
18734   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18735   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18736   target-links: "../../_static/vpp"
18737   data: "plot-vpp-hdrh-lat-2n-clx"
18738   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18739   layout:
18740     layout: "plot-hdrh-latency-by-percentile"
18741
18742 - type: "plot"
18743   title: "Latency by percentile: 3n-hsw"
18744   algorithm: "plot_hdrh_lat_by_percentile"
18745   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18746   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18747   target-links: "../../_static/vpp"
18748   data: "plot-vpp-hdrh-lat-3n-hsw"
18749   filter: "'1T1C' and 'NIC_Intel-XL710'"
18750   layout:
18751     layout: "plot-hdrh-latency-by-percentile"
18752
18753 - type: "plot"
18754   title: "Latency by percentile: 3n-tsh"
18755   algorithm: "plot_hdrh_lat_by_percentile"
18756   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18757   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18758   target-links: "../../_static/vpp"
18759   data: "plot-vpp-hdrh-lat-3n-tsh"
18760   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18761   layout:
18762     layout: "plot-hdrh-latency-by-percentile"
18763
18764 - type: "plot"
18765   title: "Latency by percentile: DPDK 2n-skx"
18766   algorithm: "plot_hdrh_lat_by_percentile"
18767   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18768   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18769   target-links: "../../_static/dpdk"
18770   data: "plot-dpdk-hdrh-lat-2n-skx"
18771   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18772   layout:
18773     layout: "plot-hdrh-latency-by-percentile"
18774
18775 - type: "plot"
18776   title: "Latency by percentile: DPDK 3n-skx"
18777   algorithm: "plot_hdrh_lat_by_percentile"
18778   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18779   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18780   target-links: "../../_static/dpdk"
18781   data: "plot-dpdk-hdrh-lat-3n-skx"
18782   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18783   layout:
18784     layout: "plot-hdrh-latency-by-percentile"
18785
18786 - type: "plot"
18787   title: "Latency by percentile: DPDK 2n-clx"
18788   algorithm: "plot_hdrh_lat_by_percentile"
18789   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18790   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18791   target-links: "../../_static/dpdk"
18792   data: "plot-dpdk-hdrh-lat-2n-clx"
18793   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18794   layout:
18795     layout: "plot-hdrh-latency-by-percentile"
18796
18797 - type: "plot"
18798   title: "Latency by percentile: DPDK 3n-hsw"
18799   algorithm: "plot_hdrh_lat_by_percentile"
18800   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18801   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18802   target-links: "../../_static/dpdk"
18803   data: "plot-dpdk-hdrh-lat-3n-hsw"
18804   filter: "'1T1C' and 'NIC_Intel-XL710'"
18805   layout:
18806     layout: "plot-hdrh-latency-by-percentile"
18807
18808 - type: "plot"
18809   title: "Latency by percentile: DPDK 3n-tsh"
18810   algorithm: "plot_hdrh_lat_by_percentile"
18811   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18812   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18813   target-links: "../../_static/dpdk"
18814   data: "plot-dpdk-hdrh-lat-3n-tsh"
18815   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18816   layout:
18817     layout: "plot-hdrh-latency-by-percentile"