Report 2005: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2005-3n-hsw:
155         - 3   # NDRPDR sel
156         - 4   # NDRPDR sel
157         - 5   # NDRPDR sel
158         - 10  # NDRPDR sel
159         - 11  # NDRPDR sel
160         - 12  # NDRPDR sel
161         - 15  # NDRPDR sel
162         - 16  # NDRPDR sel
163         - 18  # NDRPDR sel
164         - 19  # NDRPDR sel
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2005-3n-hsw:
168         - 3   # NDRPDR sel
169
170 #    plot-vpp-nfv-3n-hsw-ndrpdr:
171 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
172 #        - 3   # NDRPDR sel
173 #        - 4   # NDRPDR sel
174 #        - 5   # NDRPDR sel
175 #        - 10  # NDRPDR sel
176 #        - 11  # NDRPDR sel
177 #        - 12  # NDRPDR sel
178 #        - 15  # NDRPDR sel
179 #        - 16  # NDRPDR sel
180 #        - 18  # NDRPDR sel
181 #        - 19  # NDRPDR sel
182
183 #    plot-vpp-nfv-3n-hsw-mrr:
184 #      csit-vpp-perf-report-iterative-2005-3n-hsw:
185 #        - 13  # MRR
186
187     plot-vpp-hoststack-3n-hsw:
188       csit-vpp-perf-verify-2005-3n-hsw:
189         - 3   # hoststack
190         - 5   # hoststack
191         - 6   # hoststack
192         - 7   # hoststack
193         - 8   # hoststack
194         - 9   # hoststack
195         - 10  # hoststack
196         - 11  # hoststack
197         - 12  # hoststack
198         - 13  # hoststack
199
200     plot-dpdk-throughput-latency-3n-hsw:
201       csit-dpdk-perf-report-iterative-2005-3n-hsw:
202         - 5   # NDRPDR sel
203         - 6   # NDRPDR sel
204         - 7   # NDRPDR sel
205         - 8   # NDRPDR sel
206         - 9   # NDRPDR sel
207         - 10  # NDRPDR sel
208         - 11  # NDRPDR sel
209         - 12  # NDRPDR sel
210         - 13  # NDRPDR sel
211         - 14  # NDRPDR sel
212
213     plot-dpdk-hdrh-lat-3n-hsw:
214       csit-dpdk-perf-report-iterative-2005-3n-hsw:
215         - 5   # NDRPDR sel
216
217     # 3n-skx
218
219     plot-vpp-throughput-lat-tsa-3n-skx:
220       csit-vpp-perf-report-iterative-2005-3n-skx:
221         - 4   # NDRPDR sel
222         - 5   # NDRPDR sel ??? all x710 failed
223         - 33  # NDRPDR sel
224         - 28  # NDRPDR sel
225         - 34  # NDRPDR sel
226         - 36  # NDRPDR sel
227         - 37  # NDRPDR sel
228         - 38  # NDRPDR sel
229         - 39  # NDRPDR sel
230         - 41  # NDRPDR sel
231
232     plot-vpp-hdrh-lat-3n-skx:
233       csit-vpp-perf-report-iterative-2005-3n-skx:
234         - 36  # NDRPDR sel
235
236     plot-vpp-nfv-3n-skx-ndrpdr:
237       # TODO: Add data:
238       csit-vpp-perf-report-iterative-2005-3n-skx:
239         - 4   # NDRPDR sel
240         - 5   # NDRPDR sel ??? all x710 failed
241         - 33  # NDRPDR sel
242         - 28  # NDRPDR sel
243         - 34  # NDRPDR sel
244
245     plot-vpp-nfv-3n-skx-mrr:
246       csit-vpp-perf-report-iterative-2005-3n-skx:
247         - 6   # MRR sel
248
249     plot-dpdk-throughput-latency-3n-skx:
250       csit-dpdk-perf-report-iterative-2005-3n-skx:
251         - 4   # NDRPDR sel
252         - 5   # NDRPDR sel
253         - 6   # NDRPDR sel
254         - 7   # NDRPDR sel
255         - 8   # NDRPDR sel
256         - 11  # NDRPDR sel
257         - 12  # NDRPDR sel
258         - 13  # NDRPDR sel
259         - 14  # NDRPDR sel
260         - 15  # NDRPDR sel
261
262     plot-dpdk-hdrh-lat-3n-skx:
263       csit-dpdk-perf-report-iterative-2005-3n-skx:
264         - 4   # NDRPDR sel
265
266     # 2n-skx
267
268     plot-vpp-throughput-lat-tsa-2n-skx:
269       csit-vpp-perf-report-iterative-2005-2n-skx:
270         - 43  # NDRPDR sel
271         - 38  # NDRPDR sel
272         - 7   # NDRPDR sel
273         - 65  # NDRPDR sel
274         - 47  # NDRPDR sel
275         - 55  # NDRPDR sel
276         - 67  # NDRPDR sel
277         - 75  # NDRPDR sel
278         - 76  # NDRPDR sel
279         - 73  # NDRPDR sel
280
281     plot-vpp-hdrh-lat-2n-skx:
282       csit-vpp-perf-report-iterative-2005-2n-skx:
283         - 55  # NDRPDR sel
284
285     plot-vpp-soak-2n-skx:
286       csit-vpp-perf-report-iterative-2005-2n-skx:
287         - 49  # Soak
288         - 54  # Soak
289
290     plot-vpp-nfv-2n-skx-ndrpdr:
291       # TODO: Add data:
292       csit-vpp-perf-report-iterative-2005-2n-skx:
293         - 43  # NDRPDR sel
294         - 38  # NDRPDR sel
295         - 7   # NDRPDR sel
296         - 78  # nf-density-sel
297         - 83  # nf-density-sel
298
299     plot-vpp-nfv-2n-skx-mrr:
300       csit-vpp-perf-report-iterative-2005-2n-skx:
301         - 42  # MRR sel
302
303     plot-vpp-nfv-reconf-2n-skx:
304       csit-vpp-perf-report-iterative-2005-2n-skx:
305         - 48  # Reconf
306         - 50  # Reconf
307         - 51  # Reconf
308         - 52  # Reconf
309         - 53  # Reconf
310         - 60  # Reconf
311         - 70  # Reconf
312         - 71  # Reconf
313         - 63  # Reconf
314         - 66  # Reconf
315
316     plot-dpdk-throughput-latency-2n-skx:
317       csit-dpdk-perf-report-iterative-2005-2n-skx:
318         - 1   # NDRPDR sel
319         - 2   # NDRPDR sel
320         - 3   # NDRPDR sel
321         - 4   # NDRPDR sel
322         - 5   # NDRPDR sel
323         - 6   # NDRPDR sel
324         - 7   # NDRPDR sel
325         - 8   # NDRPDR sel
326         - 9   # NDRPDR sel
327         - 10  # NDRPDR sel
328
329     plot-dpdk-hdrh-lat-2n-skx:
330       csit-dpdk-perf-report-iterative-2005-2n-skx:
331         - 1   # NDRPDR sel
332
333     # 2n-clx
334
335     plot-vpp-throughput-lat-tsa-2n-clx:
336       csit-vpp-perf-report-iterative-2005-2n-clx:
337         - 7   # NDRPDR sel
338         - 38  # NDRPDR sel
339         - 9   # NDRPDR sel
340         - 32  # NDRPDR sel ???
341         - 33  # NDRPDR sel ???
342         - 39  # NDRPDR sel
343         - 40  # NDRPDR sel
344         - 43  # NDRPDR sel
345         - 50  # NDRPDR sel
346         - 51  # NDRPDR sel
347
348     plot-vpp-hdrh-lat-2n-clx:
349       csit-vpp-perf-report-iterative-2005-2n-clx:
350         - 51  # NDRPDR sel
351
352 #    plot-vpp-http-server-performance:
353 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
354 #      csit-vpp-perf-verify-2001-2n-clx:
355 #        - 80  # TCP
356
357     plot-vpp-nfv-2n-clx-ndrpdr:
358       csit-vpp-perf-report-iterative-2005-2n-clx:
359         - 7   # NDRPDR sel
360         - 38  # NDRPDR sel
361         - 9   # NDRPDR sel
362         - 39  # NDRPDR sel
363         - 40  # NDRPDR sel
364         - 57  # 2n-clx nfv-density-00
365         - 58  # 2n-clx nfv-density-00
366         - 59  # 2n-clx nfv-density-00
367         - 60  # 2n-clx nfv-density-00
368         - 61  # 2n-clx nfv-density-00
369
370     plot-vpp-nfv-2n-clx-mrr:
371       csit-vpp-perf-report-iterative-2005-2n-clx:
372         - 12   # MRR
373
374     plot-vpp-nfv-reconf-2n-clx:
375       csit-vpp-perf-report-iterative-2005-2n-clx:
376         - 42  # Reconf
377         - 45  # Reconf
378         - 46  # Reconf
379         - 47  # Reconf
380         - 48  # Reconf
381         - 52  # Reconf
382         - 53  # Reconf
383         - 54  # Reconf
384         - 55  # Reconf
385         - 56  # Reconf
386
387     plot-vpp-soak-2n-clx:
388       csit-vpp-perf-report-iterative-2005-2n-clx:
389         - 44  # Soak
390         - 49  # Soak
391
392     plot-dpdk-throughput-latency-2n-clx:
393       csit-dpdk-perf-report-iterative-2005-2n-clx:
394         - 1   # NDRPDR sel
395         - 2   # NDRPDR sel
396         - 3   # NDRPDR sel
397         - 4   # NDRPDR sel
398         - 5   # NDRPDR sel
399         - 6   # NDRPDR sel
400         - 7   # NDRPDR sel
401         - 8   # NDRPDR sel
402         - 9   # NDRPDR sel
403         - 10  # NDRPDR sel
404
405     plot-dpdk-hdrh-lat-2n-clx:
406       csit-dpdk-perf-report-iterative-2005-2n-clx:
407         - 1   # NDRPDR sel
408
409     # 3n-tsh
410
411     plot-vpp-throughput-lat-tsa-3n-tsh:
412       # TODO: Add data:
413       csit-vpp-perf-report-iterative-2005-3n-tsh:
414         - 9   # NDRPDR sel
415         - 11  # NDRPDR sel
416         - 12  # NDRPDR sel
417         - 20  # NDRPDR sel
418         - 14  # NDRPDR sel
419         - 21  # NDRPDR sel
420
421     plot-vpp-hdrh-lat-3n-tsh:
422       csit-vpp-perf-report-iterative-2005-3n-tsh:
423         - 9   # NDRPDR sel
424
425     plot-dpdk-throughput-latency-3n-tsh:
426       csit-dpdk-perf-report-iterative-2005-3n-tsh:
427         - 5   # NDRPDR sel
428
429     plot-dpdk-hdrh-lat-3n-tsh:
430       csit-dpdk-perf-report-iterative-2005-3n-tsh:
431         - 5   # NDRPDR sel
432
433     # 3n-dnv
434
435     plot-vpp-throughput-lat-tsa-3n-dnv:
436       csit-vpp-perf-report-iterative-2005-3n-dnv:
437         - 2   # NDRPDR sel
438         - 3   # NDRPDR sel
439         - 4   # NDRPDR sel
440         - 5   # NDRPDR sel
441         - 6   # NDRPDR sel
442         - 7   # NDRPDR sel
443         - 9   # NDRPDR sel
444         - 10  # NDRPDR sel
445         - 11  # NDRPDR sel
446         - 12  # NDRPDR sel
447
448     plot-dpdk-throughput-latency-3n-dnv:
449       csit-dpdk-perf-report-iterative-2005-3n-dnv:
450         - 6   # NDRPDR sel
451         - 7   # NDRPDR sel
452         - 8   # NDRPDR sel
453         - 9   # NDRPDR sel
454         - 10  # NDRPDR sel
455         - 11  # NDRPDR sel
456         - 12  # NDRPDR sel
457         - 13  # NDRPDR sel
458         - 14  # NDRPDR sel
459         - 16  # NDRPDR sel
460
461     # 2n-dnv
462
463     plot-vpp-throughput-lat-tsa-2n-dnv:
464       csit-vpp-perf-report-iterative-2005-2n-dnv:
465         - 3   # NDRPDR sel
466         - 6   # NDRPDR sel
467         - 7   # NDRPDR sel
468         - 8   # NDRPDR sel
469         - 9   # NDRPDR sel
470         - 10  # NDRPDR sel
471         - 11  # NDRPDR sel
472         - 12  # NDRPDR sel
473         - 13  # NDRPDR sel
474         - 14  # NDRPDR sel
475
476     plot-dpdk-throughput-latency-2n-dnv:
477       csit-dpdk-perf-report-iterative-2005-2n-dnv:
478         - 8   # NDRPDR sel
479         - 9   # NDRPDR sel
480         - 10  # NDRPDR sel
481         - 11  # NDRPDR sel
482         - 12  # NDRPDR sel
483         - 13  # NDRPDR sel
484         - 14  # NDRPDR sel
485         - 15  # NDRPDR sel
486         - 16  # NDRPDR sel
487         - 17  # NDRPDR sel
488
489     ###########################################################################
490     # Simple tables (only one data set):
491
492     # NIC Comparisons
493
494     vpp-nic-comparison-3n-skx:
495       csit-vpp-perf-report-iterative-2005-3n-skx:
496         - 4   # NDRPDR sel
497         - 5   # NDRPDR sel ??? all x710 failed
498         - 33  # NDRPDR sel
499         - 28  # NDRPDR sel
500         - 34  # NDRPDR sel
501         - 36  # NDRPDR sel
502         - 37  # NDRPDR sel
503         - 38  # NDRPDR sel
504         - 39  # NDRPDR sel
505         - 41  # NDRPDR sel
506
507     vpp-nic-comparison-2n-skx:
508       csit-vpp-perf-report-iterative-2005-2n-skx:
509         - 43  # NDRPDR sel
510         - 38  # NDRPDR sel
511         - 7   # NDRPDR sel
512         - 65  # NDRPDR sel
513         - 47  # NDRPDR sel
514         - 55  # NDRPDR sel
515         - 67  # NDRPDR sel
516         - 75  # NDRPDR sel
517         - 76  # NDRPDR sel
518         - 73  # NDRPDR sel
519
520     vpp-nic-comparison-3n-skx-mrr:
521       csit-vpp-perf-report-iterative-2005-3n-skx:
522         - 6   # MRR sel
523
524     vpp-nic-comparison-2n-skx-mrr:
525       csit-vpp-perf-report-iterative-2005-2n-skx:
526         - 42  # MRR sel
527
528     # Results
529
530     vpp-perf-results-3n-hsw:
531       csit-vpp-perf-report-coverage-2005-3n-hsw:
532         - 1   # perf-full-3n-dnv-crypto_I
533         - 7   # perf-full-3n-hsw-crypto_II
534         - 3   # perf-full-3n-hsw-crypto_III
535         - 4   # perf-full-3n-dnv-crypto_IV
536         - 5   # perf-full-3n-hsw-ip4_I
537         - 6   # perf-full-3n-hsw-ip4_II
538         - 8   # perf-full-3n-hsw-ip4_III
539         - 9   # perf-full-3n-hsw-ip4_IV
540         - 10  # perf-full-3n-hsw-ip4_V
541         - 26  # perf-full-3n-hsw-ip4_VI
542         - 18  # perf-full-3n-hsw-ip4_VII
543         - 27  # perf-full-3n-hsw-ip4_VIII
544         - 28  # perf-full-3n-hsw-ip4_IX
545         - 29  # perf-full-3n-hsw-ip6_I
546         - 35  # perf-full-3n-hsw-ip6_II
547         - 42  # perf-full-3n-hsw-l2_I
548         - 33  # perf-full-3n-hsw-l2_II
549         - 37  # perf-full-3n-hsw-l2_III
550         - 45  # perf-full-3n-hsw-l2_IV
551         - 43  # perf-full-3n-hsw-l2_V
552         - 40  # perf-full-3n-hsw-l2_VI
553         - 44  # perf-full-3n-hsw-l2_VII
554         - 51  # perf-full-3n-hsw-l2_VIII
555         - 50  # perf-full-3n-hsw-l2_IX
556         - 52  # perf-full-3n-hsw-l2_X
557         - 53  # perf-full-3n-hsw-l2_XI
558         - 54  # perf-full-3n-hsw-memif
559         - 55  # perf-full-3n-hsw-ip4tunnels-I
560         - 56  # perf-full-3n-hsw-ip4tunnels-II
561         - 57  # perf-full-3n-hsw-ip4tunnels-III
562         - 58  # perf-full-3n-hsw-ip6tunnels-I
563         - 59  # perf-full-3n-hsw-srv6-I
564         - 60  # perf-full-3n-hsw-srv6-II
565         - 61  # perf-full-3n-hsw-vhost-I
566         - 62  # perf-full-3n-hsw-vhost-II
567         - 63  # perf-full-3n-hsw-vhost-III
568
569     vpp-perf-results-3n-skx:
570       csit-vpp-perf-report-coverage-2005-3n-skx:
571         - 10  # perf-full-3n-skx-crypto_I
572         - 11  # perf-full-3n-skx-crypto_II
573         - 12  # perf-full-3n-skx-crypto_III
574         - 5   # perf-full-3n-skx-ip4_I
575         - 14  # perf-full-3n-skx-ip4_II
576         - 7   # perf-full-3n-skx-ip4_III
577         - 15  # perf-full-3n-skx-ip4_IV
578         - 16  # perf-full-3n-skx-ip4_V
579         - 17  # perf-full-3n-skx-ip4_VI
580         - 18  # perf-full-3n-skx-ip4_VII
581         - 19  # perf-full-3n-skx-ip4_VIII
582         - 20  # perf-full-3n-skx-ip4_IX
583         - 24  # perf-full-3n-skx-ip6_I
584         - 25  # perf-full-3n-skx-ip6_II
585         - 21  # perf-full-3n-skx-ip4tunnels-I
586         - 22  # perf-full-3n-skx-ip4tunnels-II
587         - 23  # perf-full-3n-skx-ip4tunnels-III
588         - 26  # perf-full-3n-skx-ip6tunnels-I
589         - 28  # perf-full-3n-skx-l2_II
590         - 29  # perf-full-3n-skx-l2_III
591         - 30  # perf-full-3n-skx-l2_IV
592         - 32  # perf-full-3n-skx-l2_VI
593         - 33  # perf-full-3n-skx-l2_VII
594         - 34  # perf-full-3n-skx-l2_VIII
595         - 35  # perf-full-3n-skx-l2_IX
596         - 36  # perf-full-3n-skx-l2_X
597         - 37  # perf-full-3n-skx-l2_XI
598         - 38  # perf-full-3n-skx-memif
599         - 39  # perf-full-3n-skx-srv6-I
600         - 40  # perf-full-3n-skx-srv6-II
601         - 43  # perf-full-3n-skx-vhost-III
602
603     vpp-perf-results-2n-skx:
604       # TODO: Add data:
605       csit-vpp-perf-report-coverage-2005-2n-skx:
606         - 11  # perf-full-2n-skx-ip4_I
607         - 3   # perf-full-2n-skx-ip4_II
608         - 18  # perf-full-2n-skx-ip4_III
609         - 19  # perf-full-2n-skx-ip4_IV
610         - 5   # perf-full-2n-skx-ip4_V
611         - 20  # perf-full-2n-skx-ip4_VI
612         - 7   # perf-full-2n-skx-ip6_I
613         - 21  # perf-full-2n-skx-ip6_II
614         - 9   # perf-full-2n-skx-l2_I
615         - 22  # perf-full-2n-skx-l2_II
616         - 23  # perf-full-2n-skx-memif
617         - 24  # perf-full-2n-skx-loadbalancer
618         - 25  # perf-full-2n-skx-vhost I
619         - 26  # perf-full-2n-skx-vhost II
620         - 27  # perf-full-2n-skx-vts
621
622     vpp-perf-results-2n-clx:
623       csit-vpp-perf-report-coverage-2005-2n-clx:
624         - 21  # perf-full-2n-clx-ip4_I
625         - 2   # perf-full-2n-clx-ip4_II
626         - 3   # perf-full-2n-clx-ip4_III
627         - 4   # perf-full-2n-clx-ip4_IV
628         - 5   # perf-full-2n-clx-ip4_V
629         - 6   # perf-full-2n-clx-ip4_VI
630         - 7   # perf-full-2n-clx-ip6_I
631         - 16  # perf-full-2n-clx-ip6_II
632         - 23  # perf-full-2n-clx-l2_I
633         - 10  # perf-full-2n-clx-l2_II
634         - 11  # perf-full-2n-clx-memif
635         - 12  # perf-full-2n-clx-loadbalancer
636         - 13  # perf-full-2n-clx-vhost I
637         - 22  # perf-full-2n-clx-vhost II
638         - 15  # perf-full-2n-clx-vts
639
640     vpp-perf-results-3n-tsh:
641       csit-vpp-perf-report-iterative-2005-3n-tsh:
642         - 9   # NDRPDR sel
643
644     vpp-perf-results-3n-dnv:
645       csit-vpp-perf-report-coverage-2005-3n-dnv:
646         - 1   # perf-full-3n-dnv-crypto_I
647         - 24  # perf-full-3n-dnv-crypto_II
648         - 5   # perf-full-3n-dnv-ip4_I
649         - 13  # perf-full-3n-dnv-ip4_II
650         - 17  # perf-full-3n-dnv-ip6_I
651         - 18  # perf-full-3n-dnv-ip6_II
652         - 21  # perf-full-3n-dnv-l2_I
653         - 22  # perf-full-3n-dnv-l2_II
654         - 23  # perf-full-3n-dnv-ip4-tunnels_I
655
656     vpp-perf-results-2n-dnv:
657       csit-vpp-perf-report-coverage-2005-2n-dnv:
658         - 1   # perf-full-2n-dnv-ip4_I
659         - 2   # perf-full-2n-dnv-ip4_II
660         - 3   # perf-full-2n-dnv-ip6_I
661         - 4   # perf-full-2n-dnv-ip6_II
662         - 5   # perf-full-2n-dnv-l2_I
663         - 6   # perf-full-2n-dnv-l2_II
664
665     vpp-mrr-results-3n-hsw:
666       csit-vpp-perf-report-iterative-2005-3n-hsw:
667         - 13  # MRR
668
669     vpp-mrr-results-3n-skx:
670       csit-vpp-perf-report-iterative-2005-3n-skx:
671         - 6   # MRR sel
672
673     vpp-mrr-results-2n-skx:
674       csit-vpp-perf-report-iterative-2005-2n-skx:
675         - 42  # MRR sel
676
677     vpp-mrr-results-2n-clx:
678       csit-vpp-perf-report-iterative-2005-2n-clx:
679         - 12   # MRR
680
681     vpp-mrr-results-3n-tsh:
682       csit-vpp-perf-report-iterative-2005-3n-tsh:
683         - 10  # MRR sel
684
685     vpp-mrr-results-3n-dnv:
686       csit-vpp-perf-report-iterative-2005-3n-dnv:
687         - 8   # MRR
688
689     vpp-mrr-results-2n-dnv:
690       csit-vpp-perf-report-iterative-2005-2n-dnv:
691         - 15  # MRR sel
692
693     vpp-device-results-ubuntu:
694       csit-vpp-device-2005-ubuntu1804-1n-skx:
695         - 35
696
697     dpdk-perf-results-3n-hsw:
698       csit-dpdk-perf-report-iterative-2005-3n-hsw:
699         - 5   # NDRPDR sel
700
701     dpdk-perf-results-3n-skx:
702       csit-dpdk-perf-report-iterative-2005-3n-skx:
703         - 4   # NDRPDR sel
704
705     dpdk-perf-results-2n-skx:
706       csit-dpdk-perf-report-iterative-2005-2n-skx:
707         - 1   # NDRPDR sel
708
709     dpdk-perf-results-2n-clx:
710       csit-dpdk-perf-report-iterative-2005-2n-clx:
711         - 1   # NDRPDR sel
712
713     dpdk-perf-results-2n-dnv:
714       csit-dpdk-perf-report-iterative-2005-2n-dnv:
715         - 8   # NDRPDR sel
716
717     dpdk-perf-results-3n-dnv:
718       csit-dpdk-perf-report-iterative-2005-3n-dnv:
719         - 6   # NDRPDR sel
720
721     dpdk-perf-results-3n-tsh:
722       csit-dpdk-perf-report-iterative-2005-3n-tsh:
723         - 5   # NDRPDR sel
724
725 ###########################################################################
726     # Tables (more than one data set)
727
728     # Performance changes
729
730     vpp-performance-changes-3n-hsw-h1:
731       csit-vpp-perf-verify-1908-3n-hsw:
732         - 12  # NDRPDR sel
733         - 13  # NDRPDR sel
734         - 14  # NDRPDR sel
735         - 15  # NDRPDR sel
736         - 16  # NDRPDR sel
737         - 17  # NDRPDR sel
738         - 18  # NDRPDR sel
739         - 19  # NDRPDR sel
740         - 20  # NDRPDR sel
741         - 21  # NDRPDR sel
742     vpp-performance-changes-3n-hsw-ref:
743       csit-vpp-perf-verify-2001-3n-hsw:
744         - 21  # NDRPDR sel
745         - 22  # NDRPDR sel
746         - 23  # NDRPDR sel
747         - 24  # NDRPDR sel
748         - 25  # NDRPDR sel
749         - 29  # NDRPDR sel
750         - 30  # NDRPDR sel
751         - 31  # NDRPDR sel
752         - 32  # NDRPDR sel
753         - 34  # NDRPDR sel
754     vpp-performance-changes-3n-hsw-cmp:
755       csit-vpp-perf-report-iterative-2005-3n-hsw:
756         - 3   # NDRPDR sel
757         - 4   # NDRPDR sel
758         - 5   # NDRPDR sel
759         - 10  # NDRPDR sel
760         - 11  # NDRPDR sel
761         - 12  # NDRPDR sel
762         - 15  # NDRPDR sel
763         - 16  # NDRPDR sel
764         - 18  # NDRPDR sel
765         - 19  # NDRPDR sel
766     vpp-performance-changes-3n-hsw-cmp-2:
767       csit-vpp-perf-report-iterative-2005-3n-hsw:
768         - 20  # NDRPDR sel env 4
769         - 21  # NDRPDR sel env 4
770         - 22  # NDRPDR sel env 4
771         - 23  # NDRPDR sel env 4
772         - 24  # NDRPDR sel env 4
773         - 25  # NDRPDR sel env 4
774         - 26  # NDRPDR sel env 4
775         - 27  # NDRPDR sel env 4
776         - 28  # NDRPDR sel env 4
777         - 29  # NDRPDR sel env 4
778
779     vpp-performance-changes-3n-skx-h1:
780       csit-vpp-perf-verify-1908_1-3n-skx:
781         - 26  # NDRPDR sel - new1908.1
782         - 27  # NDRPDR sel - new1908.1
783         - 28  # NDRPDR sel - new1908.1
784         - 29  # NDRPDR sel - new1908.1
785         - 30  # NDRPDR sel - new1908.1
786         - 31  # NDRPDR sel - new1908.1
787         - 33  # NDRPDR sel - new1908.1
788         - 34  # NDRPDR sel - new1908.1
789         - 35  # NDRPDR sel - new1908.1
790         - 36  # NDRPDR sel - new1908.1
791     vpp-performance-changes-3n-skx-ref:
792       csit-vpp-perf-verify-2001-3n-skx:
793         - 69  # NDRPDR sel - new2001.0
794         - 71  # NDRPDR sel - new2001.0
795         - 72  # NDRPDR sel - new2001.0
796         - 76  # NDRPDR sel - new2001.0
797         - 77  # NDRPDR sel - new2001.0
798         - 78  # NDRPDR sel - new2001.0
799         - 80  # NDRPDR sel - new2001.0
800     vpp-performance-changes-3n-skx-cmp:
801       csit-vpp-perf-report-iterative-2005-3n-skx:
802         - 4   # NDRPDR sel
803         - 5   # NDRPDR sel ??? all x710 failed
804         - 33  # NDRPDR sel
805         - 28  # NDRPDR sel
806         - 34  # NDRPDR sel
807         - 36  # NDRPDR sel
808         - 37  # NDRPDR sel
809         - 38  # NDRPDR sel
810         - 39  # NDRPDR sel
811         - 41  # NDRPDR sel
812     vpp-performance-changes-3n-skx-cmp-2:
813       csit-vpp-perf-report-iterative-2005-3n-skx:
814         # TODO: Add data
815         - 42  # NDRPDR sel env 4
816         - 43  # NDRPDR sel env 4
817
818     vpp-performance-changes-2n-skx-h1:
819       csit-vpp-perf-verify-1908_1-2n-skx:
820         - 39  # NDRPDR sel - new1908.1
821         - 40  # NDRPDR sel - new1908.1
822         - 41  # NDRPDR sel - new1908.1
823         - 43  # NDRPDR sel - new1908.1
824         - 44  # NDRPDR sel - new1908.1
825         - 45  # NDRPDR sel - new1908.1
826         - 46  # NDRPDR sel - new1908.1
827         - 47  # NDRPDR sel - new1908.1
828         - 48  # NDRPDR sel - new1908.1
829         - 49  # NDRPDR sel - new1908.1
830     vpp-performance-changes-2n-skx-ref:
831       csit-vpp-perf-verify-2001-2n-skx:
832         - 143  # NDRPDR sel - new2001.0
833         - 146  # NDRPDR sel - new2001.0
834         - 147  # NDRPDR sel - new2001.0
835         - 148  # NDRPDR sel - new2001.0
836         - 149  # NDRPDR sel - new2001.0
837         - 150  # NDRPDR sel - new2001.0
838         - 151  # NDRPDR sel - new2001.0
839         - 152  # NDRPDR sel - new2001.0
840         - 153  # NDRPDR sel - new2001.0
841         - 154  # NDRPDR sel - new2001.0
842     vpp-performance-changes-2n-skx-cmp:
843       csit-vpp-perf-report-iterative-2005-2n-skx:
844         - 43  # NDRPDR sel
845         - 38  # NDRPDR sel
846         - 7   # NDRPDR sel
847         - 65  # NDRPDR sel
848         - 47  # NDRPDR sel
849         - 55  # NDRPDR sel
850         - 67  # NDRPDR sel
851         - 75  # NDRPDR sel
852         - 76  # NDRPDR sel
853         - 73  # NDRPDR sel
854     vpp-performance-changes-2n-skx-cmp-2:
855       csit-vpp-perf-report-iterative-2005-2n-skx:
856         # TODO: Add data
857         - 88  # NDRPDR sel env 4
858         - 89  # NDRPDR sel env 4
859         - 90  # NDRPDR sel env 4
860         - 92  # NDRPDR sel env 4
861         - 93  # NDRPDR sel env 4
862
863 #    vpp-performance-changes-nfv-2n-skx-ref:
864 #      csit-vpp-perf-verify-2001-2n-skx:
865 #        - 30  # NFV
866 #        - 31  # NFV
867 #    vpp-performance-changes-nfv-2n-skx-cmp:
868 #      csit-vpp-perf-report-iterative-2005-2n-skx:
869 #        - 43  # NDRPDR sel
870 #        - 38  # NDRPDR sel
871 #        - 7   # NDRPDR sel
872 #        - 78  # nf-density-sel
873 #        - 83  # nf-density-sel
874
875     vpp-performance-changes-2n-clx-ref:
876       csit-vpp-perf-verify-2001-2n-clx:
877         - 28  # NDRPDR sel
878         - 29  # NDRPDR sel
879         - 32  # NDRPDR sel
880         - 40  # NDRPDR sel
881         - 43  # NDRPDR sel
882         - 44  # NDRPDR sel
883         - 45  # NDRPDR sel
884         - 47  # NDRPDR sel
885         - 48  # NDRPDR sel
886         - 49  # NDRPDR sel
887     vpp-performance-changes-2n-clx-cmp:
888       csit-vpp-perf-report-iterative-2005-2n-clx:
889         - 7   # NDRPDR sel
890         - 38  # NDRPDR sel
891         - 9   # NDRPDR sel
892         - 32  # NDRPDR sel ???
893         - 33  # NDRPDR sel ???
894         - 39  # NDRPDR sel
895         - 40  # NDRPDR sel
896         - 43  # NDRPDR sel
897         - 50  # NDRPDR sel
898         - 51  # NDRPDR sel
899     vpp-performance-changes-2n-clx-cmp-2:
900       csit-vpp-perf-report-iterative-2005-2n-clx:
901         - 62  # NDRPDR sel env 4
902         - 63  # NDRPDR sel env 4
903         - 64  # NDRPDR sel env 4
904         - 66  # NDRPDR sel env 4
905
906     vpp-performance-changes-2n-dnv-h1:
907       csit-vpp-perf-verify-1908-2n-dnv:
908         - 1   # NDRPDR sel
909         - 2   # NDRPDR sel
910         - 3   # NDRPDR sel
911         - 4   # NDRPDR sel
912         - 5   # NDRPDR sel
913         - 6   # NDRPDR sel
914         - 7   # NDRPDR sel
915         - 8   # NDRPDR sel
916         - 9   # NDRPDR sel
917         - 10  # NDRPDR sel
918     vpp-performance-changes-2n-dnv-ref:
919       csit-vpp-perf-verify-2001-2n-dnv:
920         - 4   # NDRPDR sel
921         - 5   # NDRPDR sel
922         - 6   # NDRPDR sel
923         - 7   # NDRPDR sel
924         - 8   # NDRPDR sel
925         - 9   # NDRPDR sel
926         - 10  # NDRPDR sel
927         - 11  # NDRPDR sel
928         - 13  # NDRPDR sel
929         - 16  # NDRPDR sel
930     vpp-performance-changes-2n-dnv-cmp:
931       csit-vpp-perf-report-iterative-2005-2n-dnv:
932         - 3   # NDRPDR sel
933         - 6   # NDRPDR sel
934         - 7   # NDRPDR sel
935         - 8   # NDRPDR sel
936         - 9   # NDRPDR sel
937         - 10  # NDRPDR sel
938         - 11  # NDRPDR sel
939         - 12  # NDRPDR sel
940         - 13  # NDRPDR sel
941         - 14  # NDRPDR sel
942
943     vpp-performance-changes-3n-dnv-h1:
944       csit-vpp-perf-verify-1908-3n-dnv:
945         - 6   # NDRPDR sel
946         - 7   # NDRPDR sel
947         - 8   # NDRPDR sel
948         - 9   # NDRPDR sel
949         - 10  # NDRPDR sel
950         - 12  # NDRPDR sel
951         - 13  # NDRPDR sel
952         - 14  # NDRPDR sel
953         - 15  # NDRPDR sel
954         - 16  # NDRPDR sel
955     vpp-performance-changes-3n-dnv-ref:
956       csit-vpp-perf-verify-2001-3n-dnv:
957         - 5   # NDRPDR sel
958         - 6   # NDRPDR sel
959         - 7   # NDRPDR sel
960         - 8   # NDRPDR sel
961         - 9   # NDRPDR sel
962         - 10  # NDRPDR sel
963         - 12  # NDRPDR sel
964         - 16  # NDRPDR sel
965         - 17  # NDRPDR sel
966         - 18  # NDRPDR sel
967     vpp-performance-changes-3n-dnv-cmp:
968       csit-vpp-perf-report-iterative-2005-3n-dnv:
969         - 2   # NDRPDR sel
970         - 3   # NDRPDR sel
971         - 4   # NDRPDR sel
972         - 5   # NDRPDR sel
973         - 6   # NDRPDR sel
974         - 7   # NDRPDR sel
975         - 9   # NDRPDR sel
976         - 10  # NDRPDR sel
977         - 11  # NDRPDR sel
978         - 12  # NDRPDR sel
979
980     vpp-performance-changes-3n-tsh-h1:
981       csit-vpp-perf-verify-1908-3n-tsh:
982         - 7   # NDRPDR sel
983         - 8   # NDRPDR sel
984         - 9   # NDRPDR sel
985         - 10  # NDRPDR sel
986         - 11  # NDRPDR sel
987         - 12  # NDRPDR sel
988         - 13  # NDRPDR sel
989         - 14  # NDRPDR sel
990         - 15  # NDRPDR sel
991         - 16  # NDRPDR sel
992     vpp-performance-changes-3n-tsh-ref:
993       csit-vpp-perf-verify-2001-3n-tsh:
994         - 3   # NDRPDR sel
995         - 4   # NDRPDR sel
996         - 7   # NDRPDR sel
997         - 8   # NDRPDR sel
998         - 10  # NDRPDR sel
999         - 12  # NDRPDR sel
1000         - 13  # NDRPDR sel
1001         - 14  # NDRPDR sel
1002         - 15  # NDRPDR sel
1003         - 21  # NDRPDR sel
1004     vpp-performance-changes-3n-tsh-cmp:
1005       # TODO: Add data:
1006       csit-vpp-perf-report-iterative-2005-3n-tsh:
1007         - 9   # NDRPDR sel
1008         - 11  # NDRPDR sel
1009         - 12  # NDRPDR sel
1010         - 20  # NDRPDR sel
1011         - 14  # NDRPDR sel
1012         - 21  # NDRPDR sel
1013     vpp-performance-changes-3n-tsh-cmp-2:
1014       # TODO: Add data:
1015       csit-vpp-perf-report-iterative-2005-3n-tsh:
1016         - 23  # NDRPDR sel env 4
1017
1018     vpp-soak-vs-ndr-2n-skx-ref:
1019       csit-vpp-perf-report-iterative-2005-2n-skx:
1020         - 43  # NDRPDR sel
1021         - 38  # NDRPDR sel
1022         - 7   # NDRPDR sel
1023         - 65  # NDRPDR sel
1024         - 47  # NDRPDR sel
1025         - 55  # NDRPDR sel
1026         - 67  # NDRPDR sel
1027         - 75  # NDRPDR sel
1028         - 76  # NDRPDR sel
1029         - 73  # NDRPDR sel
1030     vpp-soak-vs-ndr-2n-skx-cmp:
1031       csit-vpp-perf-report-iterative-2005-2n-skx:
1032         - 49  # Soak
1033         - 54  # Soak
1034     vpp-soak-vs-ndr-2n-skx:
1035       csit-vpp-perf-report-iterative-2005-2n-skx:
1036         - 43  # NDRPDR sel
1037         - 38  # NDRPDR sel
1038         - 7   # NDRPDR sel
1039         - 65  # NDRPDR sel
1040         - 47  # NDRPDR sel
1041         - 55  # NDRPDR sel
1042         - 67  # NDRPDR sel
1043         - 75  # NDRPDR sel
1044         - 76  # NDRPDR sel
1045         - 73  # NDRPDR sel
1046         - 49  # Soak
1047         - 54  # Soak
1048
1049     vpp-soak-vs-ndr-2n-clx-ref:
1050       csit-vpp-perf-report-iterative-2005-2n-clx:
1051         - 7   # NDRPDR sel
1052         - 38  # NDRPDR sel
1053         - 9   # NDRPDR sel
1054         - 32  # NDRPDR sel ???
1055         - 33  # NDRPDR sel ???
1056         - 39  # NDRPDR sel
1057         - 40  # NDRPDR sel
1058         - 43  # NDRPDR sel
1059         - 50  # NDRPDR sel
1060         - 51  # NDRPDR sel
1061     vpp-soak-vs-ndr-2n-clx-cmp:
1062       csit-vpp-perf-report-iterative-2005-2n-clx:
1063         - 44  # Soak
1064         - 49  # Soak
1065     vpp-soak-vs-ndr-2n-clx:
1066       csit-vpp-perf-report-iterative-2005-2n-clx:
1067         - 7   # NDRPDR sel
1068         - 38  # NDRPDR sel
1069         - 9   # NDRPDR sel
1070         - 32  # NDRPDR sel ???
1071         - 33  # NDRPDR sel ???
1072         - 39  # NDRPDR sel
1073         - 40  # NDRPDR sel
1074         - 43  # NDRPDR sel
1075         - 50  # NDRPDR sel
1076         - 51  # NDRPDR sel
1077         - 44  # Soak
1078         - 49  # Soak
1079
1080     vpp-performance-changes-3n-hsw-mrr-h1:
1081       csit-vpp-perf-verify-1908-3n-hsw:
1082         - 39  # MRR sel
1083     vpp-performance-changes-3n-hsw-mrr-ref:
1084       csit-vpp-perf-verify-2001-3n-hsw:
1085         - 17  # MRR sel
1086     vpp-performance-changes-3n-hsw-mrr-cmp:
1087       csit-vpp-perf-report-iterative-2005-3n-hsw:
1088         - 13  # MRR
1089
1090 #    vpp-performance-changes-3n-skx-mrr-h1:
1091 #      csit-vpp-perf-verify-1908-3n-skx:
1092 #        - 36  # MRR sel
1093     vpp-performance-changes-3n-skx-mrr-ref:
1094       csit-vpp-perf-verify-2001-3n-skx:
1095         - 50  # MRR sel
1096         - 53  # MRR sel addition
1097     vpp-performance-changes-3n-skx-mrr-cmp:
1098       csit-vpp-perf-report-iterative-2005-3n-skx:
1099         - 6   # MRR sel
1100
1101 #    vpp-performance-changes-2n-skx-mrr-h1:
1102 #      csit-vpp-perf-verify-1908-2n-skx:
1103 #        - 69  # MRR sel
1104     vpp-performance-changes-2n-skx-mrr-ref:
1105       csit-vpp-perf-verify-2001-2n-skx:
1106         - 101 # MRR sel
1107         - 128 # MRR sel addition
1108     vpp-performance-changes-2n-skx-mrr-cmp:
1109       csit-vpp-perf-report-iterative-2005-2n-skx:
1110         - 42  # MRR sel
1111
1112     vpp-performance-changes-2n-clx-mrr-ref:
1113       csit-vpp-perf-verify-2001-2n-clx:
1114         - 39  # MRR
1115     vpp-performance-changes-2n-clx-mrr-cmp:
1116       csit-vpp-perf-report-iterative-2005-2n-clx:
1117         - 12   # MRR
1118
1119 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1120 #      csit-vpp-perf-verify-1908-2n-skx:
1121 #        - 71  # NFV MRR
1122 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1123 #      # csit-vpp-perf-verify-2001-2n-skx:
1124 #      csit-vpp-perf-verify-1908-2n-skx:
1125 #        - 71  # NFV MRR
1126
1127     vpp-performance-changes-2n-dnv-mrr-h1:
1128       csit-vpp-perf-verify-1908-2n-dnv:
1129         - 11  # MRR sel
1130     vpp-performance-changes-2n-dnv-mrr-ref:
1131       csit-vpp-perf-verify-2001-2n-dnv:
1132         - 12  # MRR sel
1133     vpp-performance-changes-2n-dnv-mrr-cmp:
1134       csit-vpp-perf-report-iterative-2005-2n-dnv:
1135         - 15  # MRR sel
1136
1137     vpp-performance-changes-3n-dnv-mrr-h1:
1138       csit-vpp-perf-verify-1908-3n-dnv:
1139         - 17  # MRR sel
1140     vpp-performance-changes-3n-dnv-mrr-ref:
1141       csit-vpp-perf-verify-2001-3n-dnv:
1142         - 11  # MRR sel
1143     vpp-performance-changes-3n-dnv-mrr-cmp:
1144       csit-vpp-perf-report-iterative-2005-3n-dnv:
1145         - 8   # MRR
1146
1147     vpp-performance-changes-3n-tsh-mrr-h1:
1148       csit-vpp-perf-verify-1908-3n-tsh:
1149         - 17  # MRR sel
1150     vpp-performance-changes-3n-tsh-mrr-ref:
1151       csit-vpp-perf-verify-2001-3n-tsh:
1152         - 9   # MRR sel
1153     vpp-performance-changes-3n-tsh-mrr-cmp:
1154       csit-vpp-perf-report-iterative-2005-3n-tsh:
1155         - 10  # MRR sel
1156
1157     dpdk-performance-changes-3n-hsw-h1:
1158       csit-dpdk-perf-verify-1908-3n-hsw:
1159         - 2   # NDRPDR sel
1160         - 3   # NDRPDR sel
1161         - 4   # NDRPDR sel
1162         - 5   # NDRPDR sel
1163         - 6   # NDRPDR sel
1164         - 7   # NDRPDR sel
1165         - 8   # NDRPDR sel
1166         - 9   # NDRPDR sel
1167         - 10  # NDRPDR sel
1168         - 11  # NDRPDR sel
1169     dpdk-performance-changes-3n-hsw-ref:
1170       csit-dpdk-perf-verify-2001-3n-hsw:
1171         - 4   # NDRPDR sel
1172         - 5   # NDRPDR sel
1173         - 6   # NDRPDR sel
1174         - 7   # NDRPDR sel
1175         - 8   # NDRPDR sel
1176         - 9   # NDRPDR sel
1177         - 10  # NDRPDR sel
1178         - 11  # NDRPDR sel
1179         - 12  # NDRPDR sel
1180         - 13  # NDRPDR sel
1181         - 15  # NDRPDR sel
1182         - 16  # NDRPDR sel
1183         - 17  # NDRPDR sel
1184         - 18  # NDRPDR sel
1185         - 19  # NDRPDR sel
1186         - 20  # NDRPDR sel
1187         - 21  # NDRPDR sel
1188         - 22  # NDRPDR sel
1189         - 23  # NDRPDR sel
1190         - 24  # NDRPDR sel
1191     dpdk-performance-changes-3n-hsw-cmp:
1192       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1193         - 5   # NDRPDR sel
1194         - 6   # NDRPDR sel
1195         - 7   # NDRPDR sel
1196         - 8   # NDRPDR sel
1197         - 9   # NDRPDR sel
1198         - 10  # NDRPDR sel
1199         - 11  # NDRPDR sel
1200         - 12  # NDRPDR sel
1201         - 13  # NDRPDR sel
1202         - 14  # NDRPDR sel
1203
1204     dpdk-performance-changes-3n-skx-h1:
1205       csit-dpdk-perf-verify-1908-3n-skx:
1206         - 3   # NDRPDR sel
1207         - 4   # NDRPDR sel
1208         - 5   # NDRPDR sel
1209         - 6   # NDRPDR sel
1210         - 7   # NDRPDR sel
1211         - 8   # NDRPDR sel
1212         - 9   # NDRPDR sel
1213         - 10  # NDRPDR sel
1214         - 11  # NDRPDR sel
1215         - 12  # NDRPDR sel
1216     dpdk-performance-changes-3n-skx-ref:
1217       csit-dpdk-perf-verify-2001-3n-skx:
1218         - 29  # NDRPDR sel xxv710
1219         - 33  # NDRPDR sel xxv710
1220         - 34  # NDRPDR sel xxv710
1221         - 35  # NDRPDR sel xxv710
1222         - 36  # NDRPDR sel xxv710
1223         - 37  # NDRPDR sel xxv710
1224         - 41  # NDRPDR sel xxv710
1225         - 42  # NDRPDR sel xxv710
1226         - 43  # NDRPDR sel xxv710
1227         - 45  # NDRPDR sel xxv710
1228         - 30  # NDRPDR sel x710
1229         - 31  # NDRPDR sel x710
1230         - 32  # NDRPDR sel x710
1231         - 38  # NDRPDR sel x710
1232         - 39  # NDRPDR sel x710
1233         - 40  # NDRPDR sel x710
1234         - 44  # NDRPDR sel x710
1235         - 46  # NDRPDR sel x710
1236         - 47  # NDRPDR sel x710
1237         - 48  # NDRPDR sel x710
1238     dpdk-performance-changes-3n-skx-cmp:
1239       csit-dpdk-perf-report-iterative-2005-3n-skx:
1240         - 4   # NDRPDR sel
1241         - 5   # NDRPDR sel
1242         - 6   # NDRPDR sel
1243         - 7   # NDRPDR sel
1244         - 8   # NDRPDR sel
1245         - 11  # NDRPDR sel
1246         - 12  # NDRPDR sel
1247         - 13  # NDRPDR sel
1248         - 14  # NDRPDR sel
1249         - 15  # NDRPDR sel
1250
1251     dpdk-performance-changes-2n-skx-h1:
1252       csit-dpdk-perf-verify-1908-2n-skx:
1253         - 2   # NDRPDR sel
1254         - 3   # NDRPDR sel
1255         - 4   # NDRPDR sel
1256         - 5   # NDRPDR sel
1257         - 7   # NDRPDR sel
1258         - 8   # NDRPDR sel
1259         - 9   # NDRPDR sel
1260         - 10  # NDRPDR sel
1261         - 11  # NDRPDR sel
1262         - 12  # NDRPDR sel
1263     dpdk-performance-changes-2n-skx-ref:
1264       csit-dpdk-perf-verify-2001-2n-skx:
1265         - 35  # NDRPDR sel xxv710
1266         - 36  # NDRPDR sel xxv710
1267         - 37  # NDRPDR sel xxv710
1268         - 41  # NDRPDR sel xxv710
1269         - 42  # NDRPDR sel xxv710
1270         - 43  # NDRPDR sel xxv710
1271         - 46  # NDRPDR sel xxv710
1272         - 47  # NDRPDR sel xxv710
1273         - 52  # NDRPDR sel xxv710
1274         - 53  # NDRPDR sel xxv710
1275         - 38  # NDRPDR sel x710
1276         - 39  # NDRPDR sel x710
1277         - 40  # NDRPDR sel x710
1278         - 44  # NDRPDR sel x710
1279         - 45  # NDRPDR sel x710
1280         - 48  # NDRPDR sel x710
1281         - 49  # NDRPDR sel x710
1282         - 50  # NDRPDR sel x710
1283         - 51  # NDRPDR sel x710
1284         - 54  # NDRPDR sel x710
1285     dpdk-performance-changes-2n-skx-cmp:
1286       csit-dpdk-perf-report-iterative-2005-2n-skx:
1287         - 1   # NDRPDR sel
1288         - 2   # NDRPDR sel
1289         - 3   # NDRPDR sel
1290         - 4   # NDRPDR sel
1291         - 5   # NDRPDR sel
1292         - 6   # NDRPDR sel
1293         - 7   # NDRPDR sel
1294         - 8   # NDRPDR sel
1295         - 9   # NDRPDR sel
1296         - 10  # NDRPDR sel
1297
1298     dpdk-performance-changes-2n-clx-ref:
1299       csit-dpdk-perf-verify-2001-2n-clx:
1300         - 15  # NDRPDR sel
1301         - 16  # NDRPDR sel
1302         - 17  # NDRPDR sel
1303         - 18  # NDRPDR sel
1304         - 19  # NDRPDR sel
1305         - 20  # NDRPDR sel
1306         - 21  # NDRPDR sel
1307         - 22  # NDRPDR sel
1308         - 23  # NDRPDR sel
1309         - 24  # NDRPDR sel
1310         - 25  # NDRPDR sel
1311         - 26  # NDRPDR sel
1312         - 27  # NDRPDR sel
1313         - 28  # NDRPDR sel
1314         - 29  # NDRPDR sel
1315         - 30  # NDRPDR sel
1316         - 31  # NDRPDR sel
1317         - 32  # NDRPDR sel
1318         - 33  # NDRPDR sel
1319         - 34  # NDRPDR sel
1320     dpdk-performance-changes-2n-clx-cmp:
1321       csit-dpdk-perf-report-iterative-2005-2n-clx:
1322         - 1   # NDRPDR sel
1323         - 2   # NDRPDR sel
1324         - 3   # NDRPDR sel
1325         - 4   # NDRPDR sel
1326         - 5   # NDRPDR sel
1327         - 6   # NDRPDR sel
1328         - 7   # NDRPDR sel
1329         - 8   # NDRPDR sel
1330         - 9   # NDRPDR sel
1331         - 10  # NDRPDR sel
1332
1333     dpdk-performance-changes-2n-dnv-ref:
1334       csit-dpdk-perf-verify-2001-2n-dnv:
1335         - 9   # NDRPDR sel
1336         - 10  # NDRPDR sel
1337         - 11  # NDRPDR sel
1338         - 12  # NDRPDR sel
1339         - 13  # NDRPDR sel
1340         - 14  # NDRPDR sel
1341         - 15  # NDRPDR sel
1342         - 16  # NDRPDR sel
1343         - 17  # NDRPDR sel
1344         - 18  # NDRPDR sel
1345     dpdk-performance-changes-2n-dnv-cmp:
1346       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1347         - 8   # NDRPDR sel
1348         - 9   # NDRPDR sel
1349         - 10  # NDRPDR sel
1350         - 11  # NDRPDR sel
1351         - 12  # NDRPDR sel
1352         - 13  # NDRPDR sel
1353         - 14  # NDRPDR sel
1354         - 15  # NDRPDR sel
1355         - 16  # NDRPDR sel
1356         - 17  # NDRPDR sel
1357
1358     dpdk-performance-changes-3n-dnv-ref:
1359       csit-dpdk-perf-verify-2001-3n-dnv:
1360         - 12  # NDRPDR sel
1361         - 13  # NDRPDR sel
1362         - 14  # NDRPDR sel
1363         - 15  # NDRPDR sel
1364         - 16  # NDRPDR sel
1365         - 17  # NDRPDR sel
1366         - 18  # NDRPDR sel
1367         - 19  # NDRPDR sel
1368         - 20  # NDRPDR sel
1369         - 22  # NDRPDR sel
1370     dpdk-performance-changes-3n-dnv-cmp:
1371       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1372         - 6   # NDRPDR sel
1373         - 7   # NDRPDR sel
1374         - 8   # NDRPDR sel
1375         - 9   # NDRPDR sel
1376         - 10  # NDRPDR sel
1377         - 11  # NDRPDR sel
1378         - 12  # NDRPDR sel
1379         - 13  # NDRPDR sel
1380         - 14  # NDRPDR sel
1381         - 16  # NDRPDR sel
1382
1383     dpdk-performance-changes-3n-tsh-ref:
1384       csit-dpdk-perf-verify-2001-3n-tsh:
1385         - 3   # NDRPDR sel
1386         - 4   # NDRPDR sel
1387         - 5   # NDRPDR sel
1388         - 9   # NDRPDR sel
1389         - 10  # NDRPDR sel
1390         - 11  # NDRPDR sel
1391         - 12  # NDRPDR sel
1392         - 14  # NDRPDR sel
1393         - 15  # NDRPDR sel
1394         - 18  # NDRPDR sel
1395     dpdk-performance-changes-3n-tsh-cmp:
1396       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1397         - 5   # NDRPDR sel
1398
1399     # Compare testbeds
1400
1401     vpp-compare-testbeds-ref:
1402       csit-vpp-perf-report-iterative-2005-3n-hsw:
1403         - 3   # NDRPDR sel
1404         - 4   # NDRPDR sel
1405         - 5   # NDRPDR sel
1406         - 10  # NDRPDR sel
1407         - 11  # NDRPDR sel
1408         - 12  # NDRPDR sel
1409         - 15  # NDRPDR sel
1410         - 16  # NDRPDR sel
1411         - 18  # NDRPDR sel
1412         - 19  # NDRPDR sel
1413     vpp-compare-testbeds-cmp:
1414       csit-vpp-perf-report-iterative-2005-3n-skx:
1415         - 4   # NDRPDR sel
1416         - 5   # NDRPDR sel ??? all x710 failed
1417         - 33  # NDRPDR sel
1418         - 28  # NDRPDR sel
1419         - 34  # NDRPDR sel
1420         - 36  # NDRPDR sel
1421         - 37  # NDRPDR sel
1422         - 38  # NDRPDR sel
1423         - 39  # NDRPDR sel
1424         - 41  # NDRPDR sel
1425
1426     vpp-compare-testbeds-skx-clx-ref:
1427       csit-vpp-perf-report-iterative-2005-2n-skx:
1428         - 43  # NDRPDR sel
1429         - 38  # NDRPDR sel
1430         - 7   # NDRPDR sel
1431         - 65  # NDRPDR sel
1432         - 47  # NDRPDR sel
1433         - 55  # NDRPDR sel
1434         - 67  # NDRPDR sel
1435         - 75  # NDRPDR sel
1436         - 76  # NDRPDR sel
1437         - 73  # NDRPDR sel
1438     vpp-compare-testbeds-skx-clx-cmp:
1439       csit-vpp-perf-report-iterative-2005-2n-clx:
1440         - 7   # NDRPDR sel
1441         - 38  # NDRPDR sel
1442         - 9   # NDRPDR sel
1443         - 32  # NDRPDR sel ???
1444         - 33  # NDRPDR sel ???
1445         - 39  # NDRPDR sel
1446         - 40  # NDRPDR sel
1447         - 43  # NDRPDR sel
1448         - 50  # NDRPDR sel
1449         - 51  # NDRPDR sel
1450
1451     vpp-compare-testbeds-hsw-clx-ref:
1452       csit-vpp-perf-report-iterative-2005-3n-hsw:
1453         - 3   # NDRPDR sel
1454         - 4   # NDRPDR sel
1455         - 5   # NDRPDR sel
1456         - 10  # NDRPDR sel
1457         - 11  # NDRPDR sel
1458         - 12  # NDRPDR sel
1459         - 15  # NDRPDR sel
1460         - 16  # NDRPDR sel
1461         - 18  # NDRPDR sel
1462         - 19  # NDRPDR sel
1463     vpp-compare-testbeds-hsw-clx-cmp:
1464       csit-vpp-perf-report-iterative-2005-2n-clx:
1465         - 7   # NDRPDR sel
1466         - 38  # NDRPDR sel
1467         - 9   # NDRPDR sel
1468         - 32  # NDRPDR sel ???
1469         - 33  # NDRPDR sel ???
1470         - 39  # NDRPDR sel
1471         - 40  # NDRPDR sel
1472         - 43  # NDRPDR sel
1473         - 50  # NDRPDR sel
1474         - 51  # NDRPDR sel
1475
1476     vpp-compare-testbeds-mrr-ref:
1477       csit-vpp-perf-report-iterative-2005-3n-hsw:
1478         - 13  # MRR
1479     vpp-compare-testbeds-mrr-cmp:
1480       csit-vpp-perf-report-iterative-2005-3n-skx:
1481         - 6   # MRR sel
1482
1483     vpp-compare-testbeds-mrr-skx-clx-ref:
1484       csit-vpp-perf-report-iterative-2005-2n-skx:
1485         - 42  # MRR sel
1486     vpp-compare-testbeds-mrr-skx-clx-cmp:
1487       csit-vpp-perf-report-iterative-2005-2n-clx:
1488         - 12   # MRR
1489
1490     vpp-compare-testbeds-mrr-hsw-clx-ref:
1491       csit-vpp-perf-report-iterative-2005-3n-hsw:
1492         - 13  # MRR
1493     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1494       csit-vpp-perf-report-iterative-2005-2n-clx:
1495         - 12   # MRR
1496
1497     dpdk-compare-testbeds-ref:
1498       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1499         - 5   # NDRPDR sel
1500         - 6   # NDRPDR sel
1501         - 7   # NDRPDR sel
1502         - 8   # NDRPDR sel
1503         - 9   # NDRPDR sel
1504         - 10  # NDRPDR sel
1505         - 11  # NDRPDR sel
1506         - 12  # NDRPDR sel
1507         - 13  # NDRPDR sel
1508         - 14  # NDRPDR sel
1509     dpdk-compare-testbeds-cmp:
1510       csit-dpdk-perf-report-iterative-2005-3n-skx:
1511         - 4   # NDRPDR sel
1512         - 5   # NDRPDR sel
1513         - 6   # NDRPDR sel
1514         - 7   # NDRPDR sel
1515         - 8   # NDRPDR sel
1516         - 11  # NDRPDR sel
1517         - 12  # NDRPDR sel
1518         - 13  # NDRPDR sel
1519         - 14  # NDRPDR sel
1520         - 15  # NDRPDR sel
1521
1522     dpdk-compare-testbeds-skx-clx-ref:
1523       csit-dpdk-perf-report-iterative-2005-2n-skx:
1524         - 1   # NDRPDR sel
1525         - 2   # NDRPDR sel
1526         - 3   # NDRPDR sel
1527         - 4   # NDRPDR sel
1528         - 5   # NDRPDR sel
1529         - 6   # NDRPDR sel
1530         - 7   # NDRPDR sel
1531         - 8   # NDRPDR sel
1532         - 9   # NDRPDR sel
1533         - 10  # NDRPDR sel
1534     dpdk-compare-testbeds-skx-clx-cmp:
1535       csit-dpdk-perf-report-iterative-2005-2n-clx:
1536         - 1   # NDRPDR sel
1537         - 2   # NDRPDR sel
1538         - 3   # NDRPDR sel
1539         - 4   # NDRPDR sel
1540         - 5   # NDRPDR sel
1541         - 6   # NDRPDR sel
1542         - 7   # NDRPDR sel
1543         - 8   # NDRPDR sel
1544         - 9   # NDRPDR sel
1545         - 10  # NDRPDR sel
1546
1547     # Compare topologies
1548
1549     vpp-compare-topologies-ref:
1550       csit-vpp-perf-report-iterative-2005-3n-skx:
1551         - 4   # NDRPDR sel
1552         - 5   # NDRPDR sel ??? all x710 failed
1553         - 33  # NDRPDR sel
1554         - 28  # NDRPDR sel
1555         - 34  # NDRPDR sel
1556         - 36  # NDRPDR sel
1557         - 37  # NDRPDR sel
1558         - 38  # NDRPDR sel
1559         - 39  # NDRPDR sel
1560         - 41  # NDRPDR sel
1561     vpp-compare-topologies-cmp:
1562       csit-vpp-perf-report-iterative-2005-2n-skx:
1563         - 43  # NDRPDR sel
1564         - 38  # NDRPDR sel
1565         - 7   # NDRPDR sel
1566         - 65  # NDRPDR sel
1567         - 47  # NDRPDR sel
1568         - 55  # NDRPDR sel
1569         - 67  # NDRPDR sel
1570         - 75  # NDRPDR sel
1571         - 76  # NDRPDR sel
1572         - 73  # NDRPDR sel
1573
1574     vpp-compare-topologies-mrr-ref:
1575       csit-vpp-perf-report-iterative-2005-3n-skx:
1576         - 6   # MRR sel
1577     vpp-compare-topologies-mrr-cmp:
1578       csit-vpp-perf-report-iterative-2005-2n-skx:
1579         - 42  # MRR sel
1580
1581     dpdk-compare-topologies-ref:
1582       csit-dpdk-perf-report-iterative-2005-3n-skx:
1583         - 4   # NDRPDR sel
1584         - 5   # NDRPDR sel
1585         - 6   # NDRPDR sel
1586         - 7   # NDRPDR sel
1587         - 8   # NDRPDR sel
1588         - 11  # NDRPDR sel
1589         - 12  # NDRPDR sel
1590         - 13  # NDRPDR sel
1591         - 14  # NDRPDR sel
1592         - 15  # NDRPDR sel
1593     dpdk-compare-topologies-cmp:
1594       csit-dpdk-perf-report-iterative-2005-2n-skx:
1595         - 1   # NDRPDR sel
1596         - 2   # NDRPDR sel
1597         - 3   # NDRPDR sel
1598         - 4   # NDRPDR sel
1599         - 5   # NDRPDR sel
1600         - 6   # NDRPDR sel
1601         - 7   # NDRPDR sel
1602         - 8   # NDRPDR sel
1603         - 9   # NDRPDR sel
1604         - 10  # NDRPDR sel
1605
1606   plot-layouts:
1607
1608     plot-soak-throughput:
1609       titlefont:
1610         size: 18
1611       xaxis:
1612         title: "<b>Test Cases [Index]</b>"
1613         titlefont:
1614           size: 16
1615         autorange: True
1616         fixedrange: False
1617         gridcolor: "rgb(230, 230, 230)"
1618         linecolor: "rgb(220, 220, 220)"
1619         linewidth: 1
1620         showgrid: True
1621         showline: True
1622         showticklabels: True
1623         tickcolor: "rgb(220, 220, 220)"
1624         tickmode: "linear"
1625         tickfont:
1626           size: 16
1627         zeroline: False
1628       yaxis:
1629         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1630         titlefont:
1631           size: 16
1632         gridcolor: "rgb(230, 230, 230)"
1633         hoverformat: ".4r"
1634         tickformat: ".3r"
1635         linecolor: "rgb(220, 220, 220)"
1636         linewidth: 1
1637         showgrid: True
1638         showline: True
1639         showticklabels: True
1640         tickcolor: "rgb(220, 220, 220)"
1641         tickfont:
1642           size: 16
1643         zeroline: False
1644         range: [0,50]
1645       autosize: False
1646       margin:
1647         t: 50
1648         b: 0
1649         l: 80
1650         r: 20
1651       showlegend: True
1652       legend:
1653         orientation: "h"
1654         font:
1655           size: 16
1656       width: 700
1657       height: 900
1658       paper_bgcolor: "#fff"
1659       plot_bgcolor: "#fff"
1660       hoverlabel:
1661         namelength: -1
1662
1663     plot-service-density:
1664       titlefont:
1665         size: 18
1666       xaxis:
1667         side: "top"
1668         autorange: True
1669         fixedrange: False
1670         showgrid: False
1671         showline: False
1672         showticklabels: False
1673         ticks: ""
1674         ticklen: 0
1675         tickwidth: 0
1676         zeroline: False
1677       yaxis:
1678         autorange: "reversed"
1679         showgrid: False
1680         showline: False
1681         showticklabels: False
1682         ticks: ""
1683         ticklen: 0
1684         tickwidth: 0
1685         zeroline: False
1686       showlegend: False
1687       paper_bgcolor: "#fff"
1688       plot_bgcolor: "#fff"
1689       width: 700
1690       height: 700
1691       hoverlabel:
1692         namelength: -1
1693
1694     plot-hoststack:
1695       titlefont:
1696         size: 16
1697       xaxis:
1698         title: "<b>Test Cases [Index]</b>"
1699         titlefont:
1700           size: 14
1701         autorange: True
1702         fixedrange: False
1703         gridcolor: "rgb(230, 230, 230)"
1704         linecolor: "rgb(220, 220, 220)"
1705         linewidth: 1
1706         showgrid: True
1707         showline: True
1708         showticklabels: True
1709         tickcolor: "rgb(220, 220, 220)"
1710         tickmode: "linear"
1711         tickfont:
1712           size: 14
1713         zeroline: False
1714       yaxis:
1715         title: "<b>Bandwidth [Gbps]</b>"
1716         titlefont:
1717           size: 14
1718         gridcolor: "rgb(230, 230, 230)"
1719         hoverformat: ".4s"
1720         linecolor: "rgb(220, 220, 220)"
1721         linewidth: 1
1722         rangemode: "tozero"
1723         showgrid: True
1724         showline: True
1725         showticklabels: True
1726         tickcolor: "rgb(230, 230, 230)"
1727         tickformat: ".3s"
1728         tickfont:
1729           size: 14
1730         zeroline: False
1731       boxmode: "group"
1732       boxgroupgap: 0.5
1733       autosize: False
1734       margin:
1735         t: 50
1736         b: 20
1737         l: 80
1738         r: 20
1739       showlegend: True
1740       legend:
1741         orientation: "h"
1742         font:
1743           size: 14
1744       width: 700
1745       height: 800
1746       paper_bgcolor: "#fff"
1747       plot_bgcolor: "#fff"
1748       hoverlabel:
1749         namelength: -1
1750
1751     plot-throughput:
1752       titlefont:
1753         size: 18
1754       xaxis:
1755         title: "<b>Test Cases [Index]</b>"
1756         titlefont:
1757           size: 16
1758         autorange: True
1759         fixedrange: False
1760         gridcolor: "rgb(230, 230, 230)"
1761         linecolor: "rgb(220, 220, 220)"
1762         linewidth: 1
1763         showgrid: True
1764         showline: True
1765         showticklabels: True
1766         tickcolor: "rgb(220, 220, 220)"
1767         tickmode: "linear"
1768         tickfont:
1769           size: 16
1770         zeroline: False
1771       yaxis:
1772         title: "<b>Packet Throughput [Mpps]</b>"
1773         titlefont:
1774           size: 16
1775         gridcolor: "rgb(230, 230, 230)"
1776         hoverformat: ".4r"
1777         tickformat: ".3r"
1778         linecolor: "rgb(220, 220, 220)"
1779         linewidth: 1
1780         showgrid: True
1781         showline: True
1782         showticklabels: True
1783         tickcolor: "rgb(220, 220, 220)"
1784         tickfont:
1785           size: 16
1786         zeroline: False
1787         range: [0,50]
1788       autosize: False
1789       margin:
1790         t: 50
1791         b: 0
1792         l: 80
1793         r: 20
1794       showlegend: True
1795       legend:
1796         orientation: "h"
1797         font:
1798           size: 16
1799       width: 700
1800       height: 900
1801       paper_bgcolor: "#fff"
1802       plot_bgcolor: "#fff"
1803       hoverlabel:
1804         namelength: -1
1805
1806     plot-throughput-speedup-analysis:
1807       titlefont:
1808         size: 18
1809       xaxis:
1810         title: "<b>Number of Cores [Qty]</b>"
1811         titlefont:
1812           size: 16
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(238, 238, 238)"
1822         tickmode: "linear"
1823         tickfont:
1824           size: 16
1825         zeroline: False
1826       yaxis:
1827         title: "<b>Packet Throughput [Mpps]</b>"
1828         titlefont:
1829           size: 16
1830         type: "linear"
1831         gridcolor: "rgb(230, 230, 230)"
1832         hoverformat: ".4s"
1833         linecolor: "rgb(220, 220, 220)"
1834         linewidth: 1
1835         showgrid: True
1836         showline: True
1837         showticklabels: True
1838         tickcolor: "rgb(220, 220, 220)"
1839         tickformat: ".4s"
1840         tickfont:
1841           size: 16
1842         zeroline: True
1843         rangemode: "tozero"
1844         range: [0,100]
1845       legend:
1846         orientation: "h"
1847         font:
1848           size: 16
1849         xanchor: "left"
1850         yanchor: "top"
1851         x: 0
1852         y: -0.2
1853         bgcolor: "rgba(255, 255, 255, 0)"
1854         bordercolor: "rgba(255, 255, 255, 0)"
1855         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1856       autosize: False
1857       margin:
1858           't': 50
1859           'b': 150
1860           'l': 85
1861           'r': 10
1862       showlegend: True
1863       width: 700
1864       height: 700
1865       paper_bgcolor: "#fff"
1866       plot_bgcolor: "#fff"
1867       hoverlabel:
1868         namelength: -1
1869       annotations: [
1870         {
1871           text: "_ _          __          ...",
1872           align: "left",
1873           showarrow: False,
1874           xref: "paper",
1875           yref: "paper",
1876           xanchor: "left",
1877           yanchor: "top",
1878           x: 0,
1879           y: -0.13,
1880           font: {
1881             family: "Consolas, Courier New",
1882             size: 15
1883           },
1884         },
1885         {
1886           text: "    Perfect     Measured     Limit",
1887           align: "left",
1888           showarrow: False,
1889           xref: "paper",
1890           yref: "paper",
1891           xanchor: "left",
1892           yanchor: "top",
1893           x: 0,
1894           y: -0.15,
1895           font: {
1896             family: "Consolas, Courier New",
1897             size: 15
1898           },
1899         },
1900       ]
1901
1902     plot-latency:
1903       titlefont:
1904         size: 18
1905       xaxis:
1906         title: "<b>Direction</b>"
1907         titlefont:
1908           size: 16
1909         autorange: True
1910         fixedrange: False
1911         gridcolor: "rgb(230, 230, 230)"
1912         linecolor: "rgb(220, 220, 220)"
1913         linewidth: 1
1914         showgrid: True
1915         showline: True
1916         showticklabels: False
1917         tickcolor: "rgb(220, 220, 220)"
1918         tickmode: "linear"
1919         tickfont:
1920           size: 16
1921         zeroline: False
1922       yaxis:
1923         title: "<b>Packet Latency [uSec]</b>"
1924         titlefont:
1925           size: 16
1926         type: "linear"
1927         gridcolor: "rgb(230, 230, 230)"
1928         hoverformat: ".4s"
1929         linecolor: "rgb(220, 220, 220)"
1930         linewidth: 1
1931         showgrid: True
1932         showline: True
1933         showticklabels: True
1934         tickcolor: "rgb(220, 220, 220)"
1935         tickformat: ".4s"
1936         tickfont:
1937           size: 16
1938         zeroline: True
1939         rangemode: "tozero"
1940       legend:
1941         orientation: "h"
1942         font:
1943           size: 16
1944         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1945       autosize: False
1946       margin:
1947           't': 50
1948           'b': 150
1949           'l': 80
1950           'r': 10
1951       showlegend: True
1952       width: 700
1953       height: 700
1954       paper_bgcolor: "#fff"
1955       plot_bgcolor: "#fff"
1956       hoverlabel:
1957         namelength: -1
1958
1959     plot-hdrh-latency:
1960       title:
1961         text: ""
1962         xanchor: "center"
1963         x: 0.5
1964         font:
1965           size: 16
1966       width: 700
1967       plot_bgcolor: "white"
1968       annotations:
1969         - font:
1970             size: 14
1971           showarrow: False
1972           text: "<b>Packet Latency [uSec]</b>"
1973           x: 1
1974           xanchor: "right"
1975           xref: "paper"
1976           y: -0.045
1977           yanchor: "top"
1978           yref: "paper"
1979         - font:
1980             size: 14
1981           showarrow: False
1982           text: "<b>Probability [%]</b>"
1983           textangle: 270
1984           x: -0.06
1985           xanchor: "center"
1986           xref: "paper"
1987           y: 0.5
1988           yanchor: "middle"
1989           yref: "paper"
1990         - font:
1991             size: 14
1992           showarrow: False
1993           text: "<b>Direction: E-W</b>"
1994           x: 0.24
1995           xanchor: "center"
1996           xref: "paper"
1997           y: 1.05
1998           yanchor: "bottom"
1999           yref: "paper"
2000         - font:
2001             size: 14
2002           showarrow: False
2003           text: "<b>Direction: W-E</b>"
2004           x: 0.74
2005           xanchor: "center"
2006           xref: "paper"
2007           y: 1.05
2008           yanchor: "bottom"
2009           yref: "paper"
2010
2011     plot-hdrh-latency-percentile:
2012       title:
2013         text: ""
2014         xanchor: "center"
2015         x: 0.5
2016         font:
2017           size: 18
2018       xaxis:
2019         type: "log"
2020         title: "<b>Percentile [%]</b>"
2021         titlefont:
2022           size: 16
2023         autorange: True
2024         fixedrange: False
2025         gridcolor: "rgb(230, 230, 230)"
2026         linecolor: "rgb(220, 220, 220)"
2027         linewidth: 1
2028         showgrid: True
2029         showline: True
2030         showticklabels: True
2031         tickcolor: "rgb(220, 220, 220)"
2032         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2033         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2034         tickfont:
2035           size: 16
2036       yaxis:
2037         title: "<b>Packet Latency [uSec]</b>"
2038         titlefont:
2039           size: 16
2040         gridcolor: "rgb(230, 230, 230)"
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         tickfont:
2048           size: 16
2049       autosize: False
2050       showlegend: True
2051       legend:
2052         traceorder: "normal"
2053         orientation: "h"
2054         font:
2055           size: 16
2056         xanchor: "left"
2057         yanchor: "top"
2058         x: 0
2059         y: -0.15
2060         bgcolor: "rgba(255, 255, 255, 0)"
2061         bordercolor: "rgba(255, 255, 255, 0)"
2062       width: 700
2063       height: 700
2064       paper_bgcolor: "white"
2065       plot_bgcolor: "white"
2066
2067     plot-hdrh-latency-by-percentile:
2068       title:
2069         text: "<b>Latency by Percentile Distribution</b>"
2070         xanchor: "center"
2071         x: 0.5
2072         font:
2073           size: 18
2074       showlegend: True
2075       legend:
2076         traceorder: "normal"
2077         orientation: "h"
2078         font:
2079           size: 16
2080         xanchor: "left"
2081         yanchor: "top"
2082         x: 0
2083         y: -0.2
2084         bgcolor: "rgba(255, 255, 255, 0)"
2085         bordercolor: "rgba(255, 255, 255, 0)"
2086       xaxis:
2087         type: "linear"
2088         title: "<b>Percentile [%]</b>"
2089         titlefont:
2090           size: 14
2091         autorange: False
2092         fixedrange: False
2093         range: [0, 100]
2094         gridcolor: "rgb(230, 230, 230)"
2095         linecolor: "rgb(220, 220, 220)"
2096         linewidth: 1
2097         showgrid: True
2098         showline: True
2099         showticklabels: True
2100         tickcolor: "rgb(220, 220, 220)"
2101         tickvals: [0, 25, 50, 75, 100]
2102         ticktext: [0, 25, 50, 75, 100]
2103         tickfont:
2104           size: 14
2105       yaxis:
2106         title: "<b>One-Way Latency per Direction [uSec]</b>"
2107         titlefont:
2108           size: 14
2109         gridcolor: "rgb(230, 230, 230)"
2110         linecolor: "rgb(220, 220, 220)"
2111         linewidth: 1
2112         showgrid: True
2113         showline: True
2114         showticklabels: True
2115         tickcolor: "rgb(220, 220, 220)"
2116         tickfont:
2117           size: 14
2118       width: 700
2119       height: 700
2120       paper_bgcolor: "white"
2121       plot_bgcolor: "white"
2122
2123 - type: "static"
2124   src-path: "{DIR[RST]}"
2125   dst-path: "{DIR[WORKING,SRC]}"
2126
2127 - type: "input"
2128   general:
2129     file-name: "output_info.xml.gz"
2130     file-format: ".gz"
2131     arch-file-format:
2132       - ".gz"
2133       - ".zip"
2134     download-path: "{job}/{build}/archives/{filename}"
2135     extract: "output.xml"
2136
2137     zip-file-name: "robot-plugin.zip"
2138     zip-file-format: ".zip"
2139     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2140     zip-extract: "robot-plugin/output.xml"
2141
2142   builds:
2143
2144     csit-vpp-perf-verify-1908-3n-hsw:
2145       - 12  # NDRPDR sel
2146       - 13  # NDRPDR sel
2147       - 14  # NDRPDR sel
2148       - 15  # NDRPDR sel
2149       - 16  # NDRPDR sel
2150       - 17  # NDRPDR sel
2151       - 18  # NDRPDR sel
2152       - 19  # NDRPDR sel
2153       - 20  # NDRPDR sel
2154       - 21  # NDRPDR sel
2155       - 39  # MRR sel
2156     csit-vpp-perf-verify-2001-3n-hsw:
2157       - 21  # NDRPDR sel
2158       - 22  # NDRPDR sel
2159       - 23  # NDRPDR sel
2160       - 24  # NDRPDR sel
2161       - 25  # NDRPDR sel
2162       - 29  # NDRPDR sel
2163       - 30  # NDRPDR sel
2164       - 31  # NDRPDR sel
2165       - 32  # NDRPDR sel
2166       - 34  # NDRPDR sel
2167       - 17  # MRR sel
2168     csit-vpp-perf-report-iterative-2005-3n-hsw:
2169       - 3   # NDRPDR sel
2170       - 4   # NDRPDR sel
2171       - 5   # NDRPDR sel
2172       - 10  # NDRPDR sel
2173       - 11  # NDRPDR sel
2174       - 12  # NDRPDR sel
2175       - 15  # NDRPDR sel
2176       - 16  # NDRPDR sel
2177       - 18  # NDRPDR sel
2178       - 19  # NDRPDR sel
2179       - 20  # NDRPDR sel env 4
2180       - 21  # NDRPDR sel env 4
2181       - 22  # NDRPDR sel env 4
2182       - 23  # NDRPDR sel env 4
2183       - 24  # NDRPDR sel env 4
2184       - 25  # NDRPDR sel env 4
2185       - 26  # NDRPDR sel env 4
2186       - 27  # NDRPDR sel env 4
2187       - 28  # NDRPDR sel env 4
2188       - 29  # NDRPDR sel env 4
2189       - 13  # MRR
2190     csit-vpp-perf-verify-2005-3n-hsw:
2191       - 3   # hoststack
2192       - 5   # hoststack
2193       - 6   # hoststack
2194       - 7   # hoststack
2195       - 8   # hoststack
2196       - 9   # hoststack
2197       - 10  # hoststack
2198       - 11  # hoststack
2199       - 12  # hoststack
2200       - 13  # hoststack
2201     csit-vpp-perf-report-coverage-2005-3n-hsw:
2202       - 1   # perf-full-3n-dnv-crypto_I
2203       - 7   # perf-full-3n-hsw-crypto_II
2204       - 3   # perf-full-3n-hsw-crypto_III
2205       - 4   # perf-full-3n-dnv-crypto_IV
2206       - 5   # perf-full-3n-hsw-ip4_I
2207       - 6   # perf-full-3n-hsw-ip4_II
2208       - 8   # perf-full-3n-hsw-ip4_III
2209       - 9   # perf-full-3n-hsw-ip4_IV
2210       - 10  # perf-full-3n-hsw-ip4_V
2211       - 26  # perf-full-3n-hsw-ip4_VI
2212       - 18  # perf-full-3n-hsw-ip4_VII
2213       - 27  # perf-full-3n-hsw-ip4_VIII
2214       - 28  # perf-full-3n-hsw-ip4_IX
2215       - 29  # perf-full-3n-hsw-ip6_I
2216       - 35  # perf-full-3n-hsw-ip6_II
2217       - 42  # perf-full-3n-hsw-l2_I
2218       - 33  # perf-full-3n-hsw-l2_II
2219       - 37  # perf-full-3n-hsw-l2_III
2220       - 45  # perf-full-3n-hsw-l2_IV
2221       - 43  # perf-full-3n-hsw-l2_V
2222       - 40  # perf-full-3n-hsw-l2_VI
2223       - 44  # perf-full-3n-hsw-l2_VII
2224       - 51  # perf-full-3n-hsw-l2_VIII
2225       - 50  # perf-full-3n-hsw-l2_IX
2226       - 52  # perf-full-3n-hsw-l2_X
2227       - 53  # perf-full-3n-hsw-l2_XI
2228       - 54  # perf-full-3n-hsw-memif
2229       - 55  # perf-full-3n-hsw-ip4tunnels-I
2230       - 56  # perf-full-3n-hsw-ip4tunnels-II
2231       - 57  # perf-full-3n-hsw-ip4tunnels-III
2232       - 58  # perf-full-3n-hsw-ip6tunnels-I
2233       - 59  # perf-full-3n-hsw-srv6-I
2234       - 60  # perf-full-3n-hsw-srv6-II
2235       - 61  # perf-full-3n-hsw-vhost-I
2236       - 62  # perf-full-3n-hsw-vhost-II
2237       - 63  # perf-full-3n-hsw-vhost-III
2238
2239     csit-vpp-perf-verify-1908_1-3n-skx:
2240       - 26  # NDRPDR sel - new1908.1
2241       - 27  # NDRPDR sel - new1908.1
2242       - 28  # NDRPDR sel - new1908.1
2243       - 29  # NDRPDR sel - new1908.1
2244       - 30  # NDRPDR sel - new1908.1
2245       - 31  # NDRPDR sel - new1908.1
2246       - 33  # NDRPDR sel - new1908.1
2247       - 34  # NDRPDR sel - new1908.1
2248       - 35  # NDRPDR sel - new1908.1
2249       - 36  # NDRPDR sel - new1908.1
2250     csit-vpp-perf-verify-2001-3n-skx:
2251       - 69  # NDRPDR sel - new2001.0
2252       - 71  # NDRPDR sel - new2001.0
2253       - 72  # NDRPDR sel - new2001.0
2254       - 76  # NDRPDR sel - new2001.0
2255       - 77  # NDRPDR sel - new2001.0
2256       - 78  # NDRPDR sel - new2001.0
2257       - 80  # NDRPDR sel - new2001.0
2258       - 50  # MRR sel
2259       - 53  # MRR sel addition
2260     csit-vpp-perf-report-iterative-2005-3n-skx:
2261       - 4   # NDRPDR sel
2262       - 5   # NDRPDR sel ??? all x710 failed
2263       - 33  # NDRPDR sel
2264       - 28  # NDRPDR sel
2265       - 34  # NDRPDR sel
2266       - 36  # NDRPDR sel
2267       - 37  # NDRPDR sel
2268       - 38  # NDRPDR sel
2269       - 39  # NDRPDR sel
2270       - 41  # NDRPDR sel
2271       - 42  # NDRPDR sel env 4
2272       - 43  # NDRPDR sel env 4
2273       - 6   # MRR sel
2274     csit-vpp-perf-report-coverage-2005-3n-skx:
2275       - 10  # perf-full-3n-skx-crypto_I
2276       - 11  # perf-full-3n-skx-crypto_II
2277       - 12  # perf-full-3n-skx-crypto_III
2278       - 5   # perf-full-3n-skx-ip4_I
2279       - 14  # perf-full-3n-skx-ip4_II
2280       - 7   # perf-full-3n-skx-ip4_III
2281       - 15  # perf-full-3n-skx-ip4_IV
2282       - 16  # perf-full-3n-skx-ip4_V
2283       - 17  # perf-full-3n-skx-ip4_VI
2284       - 18  # perf-full-3n-skx-ip4_VII
2285       - 19  # perf-full-3n-skx-ip4_VIII
2286       - 20  # perf-full-3n-skx-ip4_IX
2287       - 24  # perf-full-3n-skx-ip6_I
2288       - 25  # perf-full-3n-skx-ip6_II
2289       - 21  # perf-full-3n-skx-ip4tunnels-I
2290       - 22  # perf-full-3n-skx-ip4tunnels-II
2291       - 23  # perf-full-3n-skx-ip4tunnels-III
2292       - 26  # perf-full-3n-skx-ip6tunnels-I
2293       - 28  # perf-full-3n-skx-l2_II
2294       - 29  # perf-full-3n-skx-l2_III
2295       - 30  # perf-full-3n-skx-l2_IV
2296       - 32  # perf-full-3n-skx-l2_VI
2297       - 33  # perf-full-3n-skx-l2_VII
2298       - 34  # perf-full-3n-skx-l2_VIII
2299       - 35  # perf-full-3n-skx-l2_IX
2300       - 36  # perf-full-3n-skx-l2_X
2301       - 37  # perf-full-3n-skx-l2_XI
2302       - 38  # perf-full-3n-skx-memif
2303       - 39  # perf-full-3n-skx-srv6-I
2304       - 40  # perf-full-3n-skx-srv6-II
2305       - 43  # perf-full-3n-skx-vhost-III
2306
2307     csit-vpp-perf-verify-1908_1-2n-skx:
2308       - 39  # NDRPDR sel - new1908.1
2309       - 40  # NDRPDR sel - new1908.1
2310       - 41  # NDRPDR sel - new1908.1
2311       - 43  # NDRPDR sel - new1908.1
2312       - 44  # NDRPDR sel - new1908.1
2313       - 45  # NDRPDR sel - new1908.1
2314       - 46  # NDRPDR sel - new1908.1
2315       - 47  # NDRPDR sel - new1908.1
2316       - 48  # NDRPDR sel - new1908.1
2317       - 49  # NDRPDR sel - new1908.1
2318     csit-vpp-perf-verify-2001-2n-skx:
2319       - 143  # NDRPDR sel - new2001.0
2320       - 146  # NDRPDR sel - new2001.0
2321       - 147  # NDRPDR sel - new2001.0
2322       - 148  # NDRPDR sel - new2001.0
2323       - 149  # NDRPDR sel - new2001.0
2324       - 150  # NDRPDR sel - new2001.0
2325       - 151  # NDRPDR sel - new2001.0
2326       - 152  # NDRPDR sel - new2001.0
2327       - 153  # NDRPDR sel - new2001.0
2328       - 154  # NDRPDR sel - new2001.0
2329       - 101  # MRR sel - old
2330       - 128  # MRR sel addition - old
2331     csit-vpp-perf-report-iterative-2005-2n-skx:
2332       - 43  # NDRPDR sel
2333       - 38  # NDRPDR sel
2334       - 7   # NDRPDR sel
2335       - 65  # NDRPDR sel
2336       - 47  # NDRPDR sel
2337       - 55  # NDRPDR sel
2338       - 67  # NDRPDR sel
2339       - 75  # NDRPDR sel
2340       - 76  # NDRPDR sel
2341       - 73  # NDRPDR sel
2342       - 88  # NDRPDR sel env 4
2343       - 89  # NDRPDR sel env 4
2344       - 90  # NDRPDR sel env 4
2345       - 92  # NDRPDR sel env 4
2346       - 93  # NDRPDR sel env 4
2347       - 42  # MRR sel
2348       - 48  # Reconf
2349       - 50  # Reconf
2350       - 51  # Reconf
2351       - 52  # Reconf
2352       - 53  # Reconf
2353       - 60  # Reconf
2354       - 70  # Reconf
2355       - 71  # Reconf
2356       - 63  # Reconf
2357       - 66  # Reconf
2358       - 49  # Soak
2359       - 54  # Soak
2360       - 78  # nf-density-sel
2361       - 83  # nf-density-sel
2362     csit-vpp-perf-report-coverage-2005-2n-skx:
2363       - 11  # perf-full-2n-skx-ip4_I
2364       - 3   # perf-full-2n-skx-ip4_II
2365       - 18  # perf-full-2n-skx-ip4_III
2366       - 19  # perf-full-2n-skx-ip4_IV
2367       - 5   # perf-full-2n-skx-ip4_V
2368       - 20  # perf-full-2n-skx-ip4_VI
2369       - 7   # perf-full-2n-skx-ip6_I
2370       - 21  # perf-full-2n-skx-ip6_II
2371       - 9   # perf-full-2n-skx-l2_I
2372       - 22  # perf-full-2n-skx-l2_II
2373       - 23  # perf-full-2n-skx-memif
2374       - 24  # perf-full-2n-skx-loadbalancer
2375       - 25  # perf-full-2n-skx-vhost I
2376       - 26  # perf-full-2n-skx-vhost II
2377       - 27  # perf-full-2n-skx-vts
2378
2379     csit-vpp-perf-verify-1908_1-2n-clx:
2380       - 5  # NDRPDR sel
2381       - 6  # NDRPDR sel
2382       - 7  # NDRPDR sel
2383       - 8  # NDRPDR sel
2384       - 9  # NDRPDR sel
2385     csit-vpp-perf-verify-2001-2n-clx:
2386       - 28  # NDRPDR sel
2387       - 29  # NDRPDR sel
2388       - 32  # NDRPDR sel
2389       - 40  # NDRPDR sel
2390       - 43  # NDRPDR sel
2391       - 44  # NDRPDR sel
2392       - 45  # NDRPDR sel
2393       - 47  # NDRPDR sel
2394       - 48  # NDRPDR sel
2395       - 49  # NDRPDR sel
2396       - 39  # MRR
2397     csit-vpp-perf-report-iterative-2005-2n-clx:
2398       - 7   # NDRPDR sel
2399       - 38  # NDRPDR sel
2400       - 9   # NDRPDR sel
2401       - 32  # NDRPDR sel ???
2402       - 33  # NDRPDR sel ???
2403       - 39  # NDRPDR sel
2404       - 40  # NDRPDR sel
2405       - 43  # NDRPDR sel
2406       - 50  # NDRPDR sel
2407       - 51  # NDRPDR sel
2408       - 62  # NDRPDR sel env 4
2409       - 63  # NDRPDR sel env 4
2410       - 64  # NDRPDR sel env 4
2411       - 66  # NDRPDR sel env 4
2412       - 12  # MRR
2413       - 42  # Reconf
2414       - 45  # Reconf
2415       - 46  # Reconf
2416       - 47  # Reconf
2417       - 48  # Reconf
2418       - 52  # Reconf
2419       - 53  # Reconf
2420       - 54  # Reconf
2421       - 55  # Reconf
2422       - 56  # Reconf
2423       - 44  # Soak
2424       - 49  # Soak
2425       - 57  # 2n-clx nfv-density-00
2426       - 58  # 2n-clx nfv-density-00
2427       - 59  # 2n-clx nfv-density-00
2428       - 60  # 2n-clx nfv-density-00
2429       - 61  # 2n-clx nfv-density-00
2430     csit-vpp-perf-report-coverage-2005-2n-clx:
2431       - 21  # perf-full-2n-clx-ip4_I
2432       - 2   # perf-full-2n-clx-ip4_II
2433       - 3   # perf-full-2n-clx-ip4_III
2434       - 4   # perf-full-2n-clx-ip4_IV
2435       - 5   # perf-full-2n-clx-ip4_V
2436       - 6   # perf-full-2n-clx-ip4_VI
2437       - 7   # perf-full-2n-clx-ip6_I
2438       - 16  # perf-full-2n-clx-ip6_II
2439       - 23  # perf-full-2n-clx-l2_I
2440       - 10  # perf-full-2n-clx-l2_II
2441       - 11  # perf-full-2n-clx-memif
2442       - 12  # perf-full-2n-clx-loadbalancer
2443       - 13  # perf-full-2n-clx-vhost I
2444       - 22  # perf-full-2n-clx-vhost II
2445       - 15  # perf-full-2n-clx-vts
2446
2447     csit-vpp-perf-verify-1908-3n-tsh:
2448       - 7   # NDRPDR sel
2449       - 8   # NDRPDR sel
2450       - 9   # NDRPDR sel
2451       - 10  # NDRPDR sel
2452       - 11  # NDRPDR sel
2453       - 12  # NDRPDR sel
2454       - 13  # NDRPDR sel
2455       - 14  # NDRPDR sel
2456       - 15  # NDRPDR sel
2457       - 16  # NDRPDR sel
2458       - 17  # MRR sel
2459     csit-vpp-perf-verify-2001-3n-tsh:
2460       - 3   # NDRPDR sel
2461       - 4   # NDRPDR sel
2462       - 7   # NDRPDR sel
2463       - 8   # NDRPDR sel
2464       - 10  # NDRPDR sel
2465       - 12  # NDRPDR sel
2466       - 13  # NDRPDR sel
2467       - 14  # NDRPDR sel
2468       - 15  # NDRPDR sel
2469       - 21  # NDRPDR sel
2470       - 9   # MRR sel
2471     # TODO: Add data:
2472     csit-vpp-perf-report-iterative-2005-3n-tsh:
2473       - 9   # NDRPDR sel
2474       - 11  # NDRPDR sel
2475       - 12  # NDRPDR sel
2476       - 20  # NDRPDR sel
2477       - 14  # NDRPDR sel
2478       - 21  # NDRPDR sel
2479       - 23  # NDRPDR sel env 4
2480       - 10  # MRR sel
2481
2482     csit-vpp-perf-verify-1908-3n-dnv:
2483       - 6   # NDRPDR sel
2484       - 7   # NDRPDR sel
2485       - 8   # NDRPDR sel
2486       - 9   # NDRPDR sel
2487       - 10  # NDRPDR sel
2488       - 12  # NDRPDR sel
2489       - 13  # NDRPDR sel
2490       - 14  # NDRPDR sel
2491       - 15  # NDRPDR sel
2492       - 16  # NDRPDR sel
2493       - 17  # MRR sel
2494     csit-vpp-perf-verify-2001-3n-dnv:
2495       - 5   # NDRPDR sel
2496       - 6   # NDRPDR sel
2497       - 7   # NDRPDR sel
2498       - 8   # NDRPDR sel
2499       - 9   # NDRPDR sel
2500       - 10  # NDRPDR sel
2501       - 12  # NDRPDR sel
2502       - 16  # NDRPDR sel
2503       - 17  # NDRPDR sel
2504       - 18  # NDRPDR sel
2505       - 11  # MRR sel
2506     csit-vpp-perf-report-iterative-2005-3n-dnv:
2507       - 2   # NDRPDR sel
2508       - 3   # NDRPDR sel
2509       - 4   # NDRPDR sel
2510       - 5   # NDRPDR sel
2511       - 6   # NDRPDR sel
2512       - 7   # NDRPDR sel
2513       - 9   # NDRPDR sel
2514       - 10  # NDRPDR sel
2515       - 11  # NDRPDR sel
2516       - 12  # NDRPDR sel
2517       - 8   # MRR
2518     csit-vpp-perf-report-coverage-2005-3n-dnv:
2519       - 1   # perf-full-3n-dnv-crypto_I
2520       - 24  # perf-full-3n-dnv-crypto_II
2521       - 5   # perf-full-3n-dnv-ip4_I
2522       - 13  # perf-full-3n-dnv-ip4_II
2523       - 17  # perf-full-3n-dnv-ip6_I
2524       - 18  # perf-full-3n-dnv-ip6_II
2525       - 21  # perf-full-3n-dnv-l2_I
2526       - 22  # perf-full-3n-dnv-l2_II
2527       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2528
2529     csit-vpp-perf-verify-1908-2n-dnv:
2530       - 1   # NDRPDR sel
2531       - 2   # NDRPDR sel
2532       - 3   # NDRPDR sel
2533       - 4   # NDRPDR sel
2534       - 5   # NDRPDR sel
2535       - 6   # NDRPDR sel
2536       - 7   # NDRPDR sel
2537       - 8   # NDRPDR sel
2538       - 9   # NDRPDR sel
2539       - 10  # NDRPDR sel
2540       - 11  # MRR sel
2541     csit-vpp-perf-verify-2001-2n-dnv:
2542       - 4   # NDRPDR sel
2543       - 5   # NDRPDR sel
2544       - 6   # NDRPDR sel
2545       - 7   # NDRPDR sel
2546       - 8   # NDRPDR sel
2547       - 9   # NDRPDR sel
2548       - 10  # NDRPDR sel
2549       - 11  # NDRPDR sel
2550       - 13  # NDRPDR sel
2551       - 16  # NDRPDR sel
2552       - 12  # MRR sel
2553     csit-vpp-perf-report-iterative-2005-2n-dnv:
2554       - 3   # NDRPDR sel
2555       - 6   # NDRPDR sel
2556       - 7   # NDRPDR sel
2557       - 8   # NDRPDR sel
2558       - 9   # NDRPDR sel
2559       - 10  # NDRPDR sel
2560       - 11  # NDRPDR sel
2561       - 12  # NDRPDR sel
2562       - 13  # NDRPDR sel
2563       - 14  # NDRPDR sel
2564       - 15  # MRR sel
2565     csit-vpp-perf-report-coverage-2005-2n-dnv:
2566       - 1   # perf-full-2n-dnv-ip4_I
2567       - 2   # perf-full-2n-dnv-ip4_II
2568       - 3   # perf-full-2n-dnv-ip6_I
2569       - 4   # perf-full-2n-dnv-ip6_II
2570       - 5   # perf-full-2n-dnv-l2_I
2571       - 6   # perf-full-2n-dnv-l2_II
2572
2573     csit-dpdk-perf-verify-1908-3n-hsw:
2574       - 2   # NDRPDR sel
2575       - 3   # NDRPDR sel
2576       - 4   # NDRPDR sel
2577       - 5   # NDRPDR sel
2578       - 6   # NDRPDR sel
2579       - 7   # NDRPDR sel
2580       - 8   # NDRPDR sel
2581       - 9   # NDRPDR sel
2582       - 10  # NDRPDR sel
2583       - 11  # NDRPDR sel
2584     csit-dpdk-perf-verify-2001-3n-hsw:
2585       - 4   # NDRPDR sel
2586       - 5   # NDRPDR sel
2587       - 6   # NDRPDR sel
2588       - 7   # NDRPDR sel
2589       - 8   # NDRPDR sel
2590       - 9   # NDRPDR sel
2591       - 10  # NDRPDR sel
2592       - 11  # NDRPDR sel
2593       - 12  # NDRPDR sel
2594       - 13  # NDRPDR sel
2595       - 15  # NDRPDR sel
2596       - 16  # NDRPDR sel
2597       - 17  # NDRPDR sel
2598       - 18  # NDRPDR sel
2599       - 19  # NDRPDR sel
2600       - 20  # NDRPDR sel
2601       - 21  # NDRPDR sel
2602       - 22  # NDRPDR sel
2603       - 23  # NDRPDR sel
2604       - 24  # NDRPDR sel
2605     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2606       - 5   # NDRPDR sel
2607       - 6   # NDRPDR sel
2608       - 7   # NDRPDR sel
2609       - 8   # NDRPDR sel
2610       - 9   # NDRPDR sel
2611       - 10  # NDRPDR sel
2612       - 11  # NDRPDR sel
2613       - 12  # NDRPDR sel
2614       - 13  # NDRPDR sel
2615       - 14  # NDRPDR sel
2616
2617     csit-dpdk-perf-verify-1908-3n-skx:
2618       - 3   # NDRPDR sel
2619       - 4   # NDRPDR sel
2620       - 5   # NDRPDR sel
2621       - 6   # NDRPDR sel
2622       - 7   # NDRPDR sel
2623       - 8   # NDRPDR sel
2624       - 9   # NDRPDR sel
2625       - 10  # NDRPDR sel
2626       - 11  # NDRPDR sel
2627       - 12  # NDRPDR sel
2628     csit-dpdk-perf-verify-2001-3n-skx:
2629       - 29  # NDRPDR sel xxv710
2630       - 33  # NDRPDR sel xxv710
2631       - 34  # NDRPDR sel xxv710
2632       - 35  # NDRPDR sel xxv710
2633       - 36  # NDRPDR sel xxv710
2634       - 37  # NDRPDR sel xxv710
2635       - 41  # NDRPDR sel xxv710
2636       - 42  # NDRPDR sel xxv710
2637       - 43  # NDRPDR sel xxv710
2638       - 45  # NDRPDR sel xxv710
2639       - 30  # NDRPDR sel x710
2640       - 31  # NDRPDR sel x710
2641       - 32  # NDRPDR sel x710
2642       - 38  # NDRPDR sel x710
2643       - 39  # NDRPDR sel x710
2644       - 40  # NDRPDR sel x710
2645       - 44  # NDRPDR sel x710
2646       - 46  # NDRPDR sel x710
2647       - 47  # NDRPDR sel x710
2648       - 48  # NDRPDR sel x710
2649     csit-dpdk-perf-report-iterative-2005-3n-skx:
2650       - 4   # NDRPDR sel
2651       - 5   # NDRPDR sel
2652       - 6   # NDRPDR sel
2653       - 7   # NDRPDR sel
2654       - 8   # NDRPDR sel
2655       - 11  # NDRPDR sel
2656       - 12  # NDRPDR sel
2657       - 13  # NDRPDR sel
2658       - 14  # NDRPDR sel
2659       - 15  # NDRPDR sel
2660
2661     csit-dpdk-perf-verify-1908-2n-skx:
2662       - 2   # NDRPDR sel
2663       - 3   # NDRPDR sel
2664       - 4   # NDRPDR sel
2665       - 5   # NDRPDR sel
2666       - 7   # NDRPDR sel
2667       - 8   # NDRPDR sel
2668       - 9   # NDRPDR sel
2669       - 10  # NDRPDR sel
2670       - 11  # NDRPDR sel
2671       - 12  # NDRPDR sel
2672     csit-dpdk-perf-verify-2001-2n-skx:
2673       - 35  # NDRPDR sel xxv710
2674       - 36  # NDRPDR sel xxv710
2675       - 37  # NDRPDR sel xxv710
2676       - 41  # NDRPDR sel xxv710
2677       - 42  # NDRPDR sel xxv710
2678       - 43  # NDRPDR sel xxv710
2679       - 46  # NDRPDR sel xxv710
2680       - 47  # NDRPDR sel xxv710
2681       - 52  # NDRPDR sel xxv710
2682       - 53  # NDRPDR sel xxv710
2683       - 38  # NDRPDR sel x710
2684       - 39  # NDRPDR sel x710
2685       - 40  # NDRPDR sel x710
2686       - 44  # NDRPDR sel x710
2687       - 45  # NDRPDR sel x710
2688       - 48  # NDRPDR sel x710
2689       - 49  # NDRPDR sel x710
2690       - 50  # NDRPDR sel x710
2691       - 51  # NDRPDR sel x710
2692       - 54  # NDRPDR sel x710
2693     csit-dpdk-perf-report-iterative-2005-2n-skx:
2694       - 1   # NDRPDR sel
2695       - 2   # NDRPDR sel
2696       - 3   # NDRPDR sel
2697       - 4   # NDRPDR sel
2698       - 5   # NDRPDR sel
2699       - 6   # NDRPDR sel
2700       - 7   # NDRPDR sel
2701       - 8   # NDRPDR sel
2702       - 9   # NDRPDR sel
2703       - 10  # NDRPDR sel
2704
2705     csit-dpdk-perf-verify-2001-2n-clx:
2706       - 15  # NDRPDR sel
2707       - 16  # NDRPDR sel
2708       - 17  # NDRPDR sel
2709       - 18  # NDRPDR sel
2710       - 19  # NDRPDR sel
2711       - 20  # NDRPDR sel
2712       - 21  # NDRPDR sel
2713       - 22  # NDRPDR sel
2714       - 23  # NDRPDR sel
2715       - 24  # NDRPDR sel
2716       - 25  # NDRPDR sel
2717       - 26  # NDRPDR sel
2718       - 27  # NDRPDR sel
2719       - 28  # NDRPDR sel
2720       - 29  # NDRPDR sel
2721       - 30  # NDRPDR sel
2722       - 31  # NDRPDR sel
2723       - 32  # NDRPDR sel
2724       - 33  # NDRPDR sel
2725       - 34  # NDRPDR sel
2726     csit-dpdk-perf-report-iterative-2005-2n-clx:
2727       - 1   # NDRPDR sel
2728       - 2   # NDRPDR sel
2729       - 3   # NDRPDR sel
2730       - 4   # NDRPDR sel
2731       - 5   # NDRPDR sel
2732       - 6   # NDRPDR sel
2733       - 7   # NDRPDR sel
2734       - 8   # NDRPDR sel
2735       - 9   # NDRPDR sel
2736       - 10  # NDRPDR sel
2737
2738     csit-dpdk-perf-verify-2001-2n-dnv:
2739       - 9   # NDRPDR sel
2740       - 10  # NDRPDR sel
2741       - 11  # NDRPDR sel
2742       - 12  # NDRPDR sel
2743       - 13  # NDRPDR sel
2744       - 14  # NDRPDR sel
2745       - 15  # NDRPDR sel
2746       - 16  # NDRPDR sel
2747       - 17  # NDRPDR sel
2748       - 18  # NDRPDR sel
2749     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2750       - 8   # NDRPDR sel
2751       - 9   # NDRPDR sel
2752       - 10  # NDRPDR sel
2753       - 11  # NDRPDR sel
2754       - 12  # NDRPDR sel
2755       - 13  # NDRPDR sel
2756       - 14  # NDRPDR sel
2757       - 15  # NDRPDR sel
2758       - 16  # NDRPDR sel
2759       - 17  # NDRPDR sel
2760
2761     csit-dpdk-perf-verify-2001-3n-dnv:
2762       - 12  # NDRPDR sel
2763       - 13  # NDRPDR sel
2764       - 14  # NDRPDR sel
2765       - 15  # NDRPDR sel
2766       - 16  # NDRPDR sel
2767       - 17  # NDRPDR sel
2768       - 18  # NDRPDR sel
2769       - 19  # NDRPDR sel
2770       - 20  # NDRPDR sel
2771       - 22  # NDRPDR sel
2772     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2773       - 6   # NDRPDR sel
2774       - 7   # NDRPDR sel
2775       - 8   # NDRPDR sel
2776       - 9   # NDRPDR sel
2777       - 10  # NDRPDR sel
2778       - 11  # NDRPDR sel
2779       - 12  # NDRPDR sel
2780       - 13  # NDRPDR sel
2781       - 14  # NDRPDR sel
2782       - 16  # NDRPDR sel
2783
2784     csit-dpdk-perf-verify-2001-3n-tsh:
2785       - 3   # NDRPDR sel
2786       - 4   # NDRPDR sel
2787       - 5   # NDRPDR sel
2788       - 9   # NDRPDR sel
2789       - 10  # NDRPDR sel
2790       - 11  # NDRPDR sel
2791       - 12  # NDRPDR sel
2792       - 14  # NDRPDR sel
2793       - 15  # NDRPDR sel
2794       - 18  # NDRPDR sel
2795     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2796       - 5   # NDRPDR sel
2797
2798     csit-vpp-device-2005-ubuntu1804-1n-skx:
2799       - 35
2800
2801 - type: "output"
2802   output: "report"
2803   format:
2804     html:
2805     - full
2806 #    pdf:
2807 #    - minimal
2808
2809 ################################################################################
2810 ###                               T A B L E S                                ###
2811 ################################################################################
2812
2813 # VPP Soak vs NDR - 2n-skx
2814 - type: "table"
2815   title: "VPP Soak vs NDR 2n-skx"
2816   algorithm: "table_soak_vs_ndr"
2817   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2818   reference:
2819     title: "NDR"
2820     data: "vpp-soak-vs-ndr-2n-skx-ref"
2821   compare:
2822     title: "Soak"
2823     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2824   data: "vpp-soak-vs-ndr-2n-skx"
2825   include-tests: "NDR"
2826   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2827   parameters:
2828     - "throughput"
2829     - "name"
2830     - "parent"
2831
2832 # VPP Soak vs NDR - 2n-clx
2833 - type: "table"
2834   title: "VPP Soak vs NDR 2n-clx"
2835   algorithm: "table_soak_vs_ndr"
2836   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2837   reference:
2838     title: "NDR"
2839     data: "vpp-soak-vs-ndr-2n-clx-ref"
2840   compare:
2841     title: "Soak"
2842     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2843   data: "vpp-soak-vs-ndr-2n-clx"
2844   include-tests: "NDR"
2845   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2846   parameters:
2847     - "throughput"
2848     - "name"
2849     - "parent"
2850
2851 ################################################################################
2852
2853 # VPP Compare NICs 3n-skx 2t1c ndr
2854 - type: "table"
2855   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2856   algorithm: "table_comparison"
2857   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2858   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2859   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2860   columns:
2861     - title: "x710"
2862       data-set: "vpp-nic-comparison-3n-skx"
2863       tag: "NIC_Intel-X710"
2864     - title: "xxv710"
2865       data-set: "vpp-nic-comparison-3n-skx"
2866       tag: "NIC_Intel-XXV710"
2867   comparisons:
2868     - title: "Diff"
2869       reference: 1
2870       compare: 2
2871   legend:
2872     - "Legend to Table:"
2873     - "x710, xxv710 - NICs tested."
2874     - "Diff - difference between x710 and xxv710 NIC."
2875
2876 # VPP Compare NICs 3n-skx 4t2c ndr
2877 - type: "table"
2878   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2879   algorithm: "table_comparison"
2880   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2882   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2883   columns:
2884     - title: "x710"
2885       data-set: "vpp-nic-comparison-3n-skx"
2886       tag: "NIC_Intel-X710"
2887     - title: "xxv710"
2888       data-set: "vpp-nic-comparison-3n-skx"
2889       tag: "NIC_Intel-XXV710"
2890   comparisons:
2891     - title: "Diff"
2892       reference: 1
2893       compare: 2
2894   legend:
2895     - "Legend to Table:"
2896     - "x710, xxv710 - NICs tested."
2897     - "Diff - difference between x710 and xxv710 NIC."
2898
2899 # VPP Compare NICs 3n-skx 2t1c pdr
2900 - type: "table"
2901   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2902   algorithm: "table_comparison"
2903   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2904   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2905   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2906   columns:
2907     - title: "x710"
2908       data-set: "vpp-nic-comparison-3n-skx"
2909       tag: "NIC_Intel-X710"
2910     - title: "xxv710"
2911       data-set: "vpp-nic-comparison-3n-skx"
2912       tag: "NIC_Intel-XXV710"
2913   comparisons:
2914     - title: "Diff"
2915       reference: 1
2916       compare: 2
2917   legend:
2918     - "Legend to Table:"
2919     - "x710, xxv710 - NICs tested."
2920     - "Diff - difference between x710 and xxv710 NIC."
2921
2922 # VPP Compare NICs 3n-skx 4t2c pdr
2923 - type: "table"
2924   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2925   algorithm: "table_comparison"
2926   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2928   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2929   columns:
2930     - title: "x710"
2931       data-set: "vpp-nic-comparison-3n-skx"
2932       tag: "NIC_Intel-X710"
2933     - title: "xxv710"
2934       data-set: "vpp-nic-comparison-3n-skx"
2935       tag: "NIC_Intel-XXV710"
2936   comparisons:
2937     - title: "Diff"
2938       reference: 1
2939       compare: 2
2940   legend:
2941     - "Legend to Table:"
2942     - "x710, xxv710 - NICs tested."
2943     - "Diff - difference between x710 and xxv710 NIC."
2944
2945 ## VPP Compare NICs 3n-skx 2t1c mrr
2946 #- type: "table"
2947 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2948 #  algorithm: "table_comparison"
2949 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2950 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2951 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2952 #  columns:
2953 #    - title: "x710"
2954 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2955 #      tag: "NIC_Intel-X710"
2956 #    - title: "xxv710"
2957 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2958 #      tag: "NIC_Intel-XXV710"
2959 #  comparisons:
2960 #    - title: "Diff"
2961 #      reference: 1
2962 #      compare: 2
2963 #  legend:
2964 #    - "Legend to Table:"
2965 #    - "x710, xxv710 - NICs tested."
2966 #    - "Diff - difference between x710 and xxv710 NIC."
2967 #
2968 ## VPP Compare NICs 3n-skx 4t2c mrr
2969 #- type: "table"
2970 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2971 #  algorithm: "table_comparison"
2972 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2973 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2974 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2975 #  columns:
2976 #    - title: "x710"
2977 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2978 #      tag: "NIC_Intel-X710"
2979 #    - title: "xxv710"
2980 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2981 #      tag: "NIC_Intel-XXV710"
2982 #  comparisons:
2983 #    - title: "Diff"
2984 #      reference: 1
2985 #      compare: 2
2986 #  legend:
2987 #    - "Legend to Table:"
2988 #    - "x710, xxv710 - NICs tested."
2989 #    - "Diff - difference between x710 and xxv710 NIC."
2990 #
2991 ## VPP Compare NICs 3n-skx 8t4c mrr
2992 #- type: "table"
2993 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2994 #  algorithm: "table_comparison"
2995 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2996 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2997 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2998 #  columns:
2999 #    - title: "x710"
3000 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3001 #      tag: "NIC_Intel-X710"
3002 #    - title: "xxv710"
3003 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3004 #      tag: "NIC_Intel-XXV710"
3005 #  comparisons:
3006 #    - title: "Diff"
3007 #      reference: 1
3008 #      compare: 2
3009 #  legend:
3010 #    - "Legend to Table:"
3011 #    - "x710, xxv710 - NICs tested."
3012 #    - "Diff - difference between x710 and xxv710 NIC."
3013
3014 # VPP Compare NICs 2n-skx 2t1c ndr
3015 - type: "table"
3016   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3017   algorithm: "table_comparison"
3018   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3019   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3020   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3021   columns:
3022     - title: "x710"
3023       data-set: "vpp-nic-comparison-2n-skx"
3024       tag: "NIC_Intel-X710"
3025     - title: "xxv710"
3026       data-set: "vpp-nic-comparison-2n-skx"
3027       tag: "NIC_Intel-XXV710"
3028   comparisons:
3029     - title: "Diff"
3030       reference: 1
3031       compare: 2
3032   legend:
3033     - "Legend to Table:"
3034     - "x710, xxv710 - NICs tested."
3035     - "Diff - difference between x710 and xxv710 NIC."
3036
3037 # VPP Compare NICs 2n-skx 4t2c ndr
3038 - type: "table"
3039   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3040   algorithm: "table_comparison"
3041   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3042   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3043   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3044   columns:
3045     - title: "x710"
3046       data-set: "vpp-nic-comparison-2n-skx"
3047       tag: "NIC_Intel-X710"
3048     - title: "xxv710"
3049       data-set: "vpp-nic-comparison-2n-skx"
3050       tag: "NIC_Intel-XXV710"
3051   comparisons:
3052     - title: "Diff"
3053       reference: 1
3054       compare: 2
3055   legend:
3056     - "Legend to Table:"
3057     - "x710, xxv710 - NICs tested."
3058     - "Diff - difference between x710 and xxv710 NIC."
3059
3060 # VPP Compare NICs 2n-skx 2t1c pdr
3061 - type: "table"
3062   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3063   algorithm: "table_comparison"
3064   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3065   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3066   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3067   columns:
3068     - title: "x710"
3069       data-set: "vpp-nic-comparison-2n-skx"
3070       tag: "NIC_Intel-X710"
3071     - title: "xxv710"
3072       data-set: "vpp-nic-comparison-2n-skx"
3073       tag: "NIC_Intel-XXV710"
3074   comparisons:
3075     - title: "Diff"
3076       reference: 1
3077       compare: 2
3078   legend:
3079     - "Legend to Table:"
3080     - "x710, xxv710 - NICs tested."
3081     - "Diff - difference between x710 and xxv710 NIC."
3082
3083 # VPP Compare NICs 2n-skx 4t2c pdr
3084 - type: "table"
3085   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3086   algorithm: "table_comparison"
3087   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3088   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3089   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3090   columns:
3091     - title: "x710"
3092       data-set: "vpp-nic-comparison-2n-skx"
3093       tag: "NIC_Intel-X710"
3094     - title: "xxv710"
3095       data-set: "vpp-nic-comparison-2n-skx"
3096       tag: "NIC_Intel-XXV710"
3097   comparisons:
3098     - title: "Diff"
3099       reference: 1
3100       compare: 2
3101   legend:
3102     - "Legend to Table:"
3103     - "x710, xxv710 - NICs tested."
3104     - "Diff - difference between x710 and xxv710 NIC."
3105
3106 # VPP Compare NICs 2n-skx 2t1c mrr
3107 - type: "table"
3108   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3109   algorithm: "table_comparison"
3110   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3111   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3112   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3113   columns:
3114     - title: "x710"
3115       data-set: "vpp-nic-comparison-2n-skx-mrr"
3116       tag: "NIC_Intel-X710"
3117     - title: "xxv710"
3118       data-set: "vpp-nic-comparison-2n-skx-mrr"
3119       tag: "NIC_Intel-XXV710"
3120   comparisons:
3121     - title: "Diff"
3122       reference: 1
3123       compare: 2
3124   legend:
3125     - "Legend to Table:"
3126     - "x710, xxv710 - NICs tested."
3127     - "Diff - difference between x710 and xxv710 NIC."
3128
3129 # VPP Compare NICs 2n-skx 4t2c mrr
3130 - type: "table"
3131   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3132   algorithm: "table_comparison"
3133   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3134   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3135   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3136   columns:
3137     - title: "x710"
3138       data-set: "vpp-nic-comparison-2n-skx-mrr"
3139       tag: "NIC_Intel-X710"
3140     - title: "xxv710"
3141       data-set: "vpp-nic-comparison-2n-skx-mrr"
3142       tag: "NIC_Intel-XXV710"
3143   comparisons:
3144     - title: "Diff"
3145       reference: 1
3146       compare: 2
3147   legend:
3148     - "Legend to Table:"
3149     - "x710, xxv710 - NICs tested."
3150     - "Diff - difference between x710 and xxv710 NIC."
3151
3152 # VPP Compare NICs 2n-skx 8t4c mrr
3153 - type: "table"
3154   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3155   algorithm: "table_comparison"
3156   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3157   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3158   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3159   columns:
3160     - title: "x710"
3161       data-set: "vpp-nic-comparison-2n-skx-mrr"
3162       tag: "NIC_Intel-X710"
3163     - title: "xxv710"
3164       data-set: "vpp-nic-comparison-2n-skx-mrr"
3165       tag: "NIC_Intel-XXV710"
3166   comparisons:
3167     - title: "Diff"
3168       reference: 1
3169       compare: 2
3170   legend:
3171     - "Legend to Table:"
3172     - "x710, xxv710 - NICs tested."
3173     - "Diff - difference between x710 and xxv710 NIC."
3174
3175 ################################################################################
3176 # VPP
3177
3178 # VPP Performance Changes 3n-hsw 1t1c pdr
3179 - type: "table"
3180   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3181   algorithm: "table_comparison"
3182   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3183   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3184   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3185   columns:
3186     - title: "1908.1-2"
3187       data-set: "vpp-performance-changes-3n-hsw-h1"
3188     - title: "2001.0-2"
3189       data-set: "vpp-performance-changes-3n-hsw-ref"
3190     - title: "2005.0-3"
3191       data-set: "vpp-performance-changes-3n-hsw-cmp"
3192     - title: "2005.0-4"
3193       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3194   comparisons:
3195     - title: "Diff1"
3196       reference: 4
3197       compare: 3
3198     - title: "Diff2"
3199       reference: 2
3200       compare: 4
3201 #  rca:
3202 #    - title: "RCA1"
3203 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca1.yaml"
3204 #    - title: "RCA2"
3205 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca2.yaml"
3206   legend:
3207     - "Legend to Table"
3208     - '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-06-11, "4" for 2020-06-24).'
3209     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3210     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3211 #    - 'RCA1 - root cause analysis reference for Diff1.'
3212 #    - 'RCA2 - root cause analysis reference for Diff2.'
3213
3214 # VPP Performance Changes 3n-hsw 2t2c pdr
3215 - type: "table"
3216   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3217   algorithm: "table_comparison"
3218   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3219   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3220   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3221   columns:
3222     - title: "1908.1-2"
3223       data-set: "vpp-performance-changes-3n-hsw-h1"
3224     - title: "2001.0-2"
3225       data-set: "vpp-performance-changes-3n-hsw-ref"
3226     - title: "2005.0-3"
3227       data-set: "vpp-performance-changes-3n-hsw-cmp"
3228     - title: "2005.0-4"
3229       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3230   comparisons:
3231     - title: "Diff1"
3232       reference: 4
3233       compare: 3
3234     - title: "Diff2"
3235       reference: 2
3236       compare: 4
3237 #  rca:
3238 #    - title: "RCA1"
3239 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca1.yaml"
3240 #    - title: "RCA2"
3241 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca2.yaml"
3242   legend:
3243     - "Legend to Table"
3244     - '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-06-11, "4" for 2020-06-24).'
3245     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3246     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3247 #    - 'RCA1 - root cause analysis reference for Diff1.'
3248 #    - 'RCA2 - root cause analysis reference for Diff2.'
3249
3250 # VPP Performance Changes 3n-hsw 1t1c ndr
3251 - type: "table"
3252   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3253   algorithm: "table_comparison"
3254   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3255   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3256   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3257   columns:
3258     - title: "1908.1-2"
3259       data-set: "vpp-performance-changes-3n-hsw-h1"
3260     - title: "2001.0-2"
3261       data-set: "vpp-performance-changes-3n-hsw-ref"
3262     - title: "2005.0-3"
3263       data-set: "vpp-performance-changes-3n-hsw-cmp"
3264     - title: "2005.0-4"
3265       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3266   comparisons:
3267     - title: "Diff1"
3268     - title: "Diff1"
3269       reference: 4
3270       compare: 3
3271     - title: "Diff2"
3272       reference: 2
3273       compare: 4
3274 #  rca:
3275 #    - title: "RCA1"
3276 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca1.yaml"
3277 #    - title: "RCA2"
3278 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca2.yaml"
3279   legend:
3280     - "Legend to Table"
3281     - '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-06-11, "4" for 2020-06-24).'
3282     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3283     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3284 #    - 'RCA1 - root cause analysis reference for Diff1.'
3285 #    - 'RCA2 - root cause analysis reference for Diff2.'
3286
3287 # VPP Performance Changes 3n-hsw 2t2c ndr
3288 - type: "table"
3289   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3290   algorithm: "table_comparison"
3291   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3292   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3293   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3294   columns:
3295     - title: "1908.1-2"
3296       data-set: "vpp-performance-changes-3n-hsw-h1"
3297     - title: "2001.0-2"
3298       data-set: "vpp-performance-changes-3n-hsw-ref"
3299     - title: "2005.0-3"
3300       data-set: "vpp-performance-changes-3n-hsw-cmp"
3301     - title: "2005.0-4"
3302       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3303   comparisons:
3304     - title: "Diff1"
3305       reference: 4
3306       compare: 3
3307     - title: "Diff2"
3308       reference: 2
3309       compare: 4
3310 #  rca:
3311 #    - title: "RCA1"
3312 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca1.yaml"
3313 #    - title: "RCA2"
3314 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca2.yaml"
3315   legend:
3316     - "Legend to Table"
3317     - '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-06-11, "4" for 2020-06-24).'
3318     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3319     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3320 #    - 'RCA1 - root cause analysis reference for Diff1.'
3321 #    - 'RCA2 - root cause analysis reference for Diff2.'
3322
3323 # VPP Performance Changes 3n-skx 2t1c pdr
3324 - type: "table"
3325   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3326   algorithm: "table_comparison"
3327   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3328   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3329   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3330   columns:
3331     - title: "1908.1-2"
3332       data-set: "vpp-performance-changes-3n-skx-h1"
3333     - title: "2001.0-2"
3334       data-set: "vpp-performance-changes-3n-skx-ref"
3335     - title: "2005.0-3"
3336       data-set: "vpp-performance-changes-3n-skx-cmp"
3337     - title: "2005.0-4"
3338       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3339   comparisons:
3340     - title: "Diff1"
3341       reference: 4
3342       compare: 3
3343     - title: "Diff2"
3344       reference: 2
3345       compare: 4
3346 #  rca:
3347 #    - title: "RCA1"
3348 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca1.yaml"
3349 #    - title: "RCA2"
3350 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca2.yaml"
3351   legend:
3352     - "Legend to Table"
3353     - '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-06-11, "4" for 2020-06-24).'
3354     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3355     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3356 #    - 'RCA1 - root cause analysis reference for Diff1.'
3357 #    - 'RCA2 - root cause analysis reference for Diff2.'
3358
3359 # VPP Performance Changes 3n-skx 4t2c pdr
3360 - type: "table"
3361   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3362   algorithm: "table_comparison"
3363   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3364   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3365   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3366   columns:
3367     - title: "1908.1-2"
3368       data-set: "vpp-performance-changes-3n-skx-h1"
3369     - title: "2001.0-2"
3370       data-set: "vpp-performance-changes-3n-skx-ref"
3371     - title: "2005.0-3"
3372       data-set: "vpp-performance-changes-3n-skx-cmp"
3373     - title: "2005.0-4"
3374       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3375   comparisons:
3376     - title: "Diff1"
3377       reference: 4
3378       compare: 3
3379     - title: "Diff2"
3380       reference: 2
3381       compare: 4
3382 #  rca:
3383 #    - title: "RCA1"
3384 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca1.yaml"
3385 #    - title: "RCA2"
3386 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca2.yaml"
3387   legend:
3388     - "Legend to Table"
3389     - '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-06-11, "4" for 2020-06-24).'
3390     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3391     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3392 #    - 'RCA1 - root cause analysis reference for Diff1.'
3393 #    - 'RCA2 - root cause analysis reference for Diff2.'
3394
3395 # VPP Performance Changes 3n-skx 2t1c ndr
3396 - type: "table"
3397   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3398   algorithm: "table_comparison"
3399   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3400   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3401   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3402   columns:
3403     - title: "1908.1-2"
3404       data-set: "vpp-performance-changes-3n-skx-h1"
3405     - title: "2001.0-2"
3406       data-set: "vpp-performance-changes-3n-skx-ref"
3407     - title: "2005.0-3"
3408       data-set: "vpp-performance-changes-3n-skx-cmp"
3409     - title: "2005.0-4"
3410       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3411   comparisons:
3412     - title: "Diff1"
3413       reference: 4
3414       compare: 3
3415     - title: "Diff2"
3416       reference: 2
3417       compare: 4
3418 #  rca:
3419 #    - title: "RCA1"
3420 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca1.yaml"
3421 #    - title: "RCA2"
3422 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca2.yaml"
3423   legend:
3424     - "Legend to Table"
3425     - '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-06-11, "4" for 2020-06-24).'
3426     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3427     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3428 #    - 'RCA1 - root cause analysis reference for Diff1.'
3429 #    - 'RCA2 - root cause analysis reference for Diff2.'
3430
3431 # VPP Performance Changes 3n-skx 4t2c ndr
3432 - type: "table"
3433   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3434   algorithm: "table_comparison"
3435   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3436   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3437   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3438   columns:
3439     - title: "1908.1-2"
3440       data-set: "vpp-performance-changes-3n-skx-h1"
3441     - title: "2001.0-2"
3442       data-set: "vpp-performance-changes-3n-skx-ref"
3443     - title: "2005.0-3"
3444       data-set: "vpp-performance-changes-3n-skx-cmp"
3445     - title: "2005.0-4"
3446       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3447   comparisons:
3448     - title: "Diff1"
3449       reference: 4
3450       compare: 3
3451     - title: "Diff2"
3452       reference: 2
3453       compare: 4
3454 #  rca:
3455 #    - title: "RCA1"
3456 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca1.yaml"
3457 #    - title: "RCA2"
3458 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca2.yaml"
3459   legend:
3460     - "Legend to Table"
3461     - '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-06-11, "4" for 2020-06-24).'
3462     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3463     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3464 #    - 'RCA1 - root cause analysis reference for Diff1.'
3465 #    - 'RCA2 - root cause analysis reference for Diff2.'
3466
3467 # VPP Performance Changes 2n-skx 2t1c pdr
3468 - type: "table"
3469   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3470   algorithm: "table_comparison"
3471   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3472   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3473   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3474   columns:
3475     - title: "1908.1-2"
3476       data-set: "vpp-performance-changes-2n-skx-h1"
3477     - title: "2001.0-2"
3478       data-set: "vpp-performance-changes-2n-skx-ref"
3479     - title: "2005.0-3"
3480       data-set: "vpp-performance-changes-2n-skx-cmp"
3481     - title: "2005.0-4"
3482       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3483   comparisons:
3484     - title: "Diff1"
3485       reference: 4
3486       compare: 3
3487     - title: "Diff2"
3488       reference: 2
3489       compare: 4
3490 #  rca:
3491 #    - title: "RCA1"
3492 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca1.yaml"
3493 #    - title: "RCA2"
3494 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca2.yaml"
3495   legend:
3496     - "Legend to Table"
3497     - '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-06-11, "4" for 2020-06-24).'
3498     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3499     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3500 #    - 'RCA1 - root cause analysis reference for Diff1.'
3501 #    - 'RCA2 - root cause analysis reference for Diff2.'
3502
3503 # VPP Performance Changes 2n-skx 4t2c pdr
3504 - type: "table"
3505   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3506   algorithm: "table_comparison"
3507   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3508   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3509   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3510   columns:
3511     - title: "1908.1-2"
3512       data-set: "vpp-performance-changes-2n-skx-h1"
3513     - title: "2001.0-2"
3514       data-set: "vpp-performance-changes-2n-skx-ref"
3515     - title: "2005.0-3"
3516       data-set: "vpp-performance-changes-2n-skx-cmp"
3517     - title: "2005.0-4"
3518       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3519   comparisons:
3520     - title: "Diff1"
3521       reference: 4
3522       compare: 3
3523     - title: "Diff2"
3524       reference: 2
3525       compare: 4
3526 #  rca:
3527 #    - title: "RCA1"
3528 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca1.yaml"
3529 #    - title: "RCA2"
3530 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca2.yaml"
3531   legend:
3532     - "Legend to Table"
3533     - '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-06-11, "4" for 2020-06-24).'
3534     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3535     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3536 #    - 'RCA1 - root cause analysis reference for Diff1.'
3537 #    - 'RCA2 - root cause analysis reference for Diff2.'
3538
3539 # VPP Performance Changes 2n-skx 2t1c ndr
3540 - type: "table"
3541   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3542   algorithm: "table_comparison"
3543   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3545   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3546   columns:
3547     - title: "1908.1-2"
3548       data-set: "vpp-performance-changes-2n-skx-h1"
3549     - title: "2001.0-2"
3550       data-set: "vpp-performance-changes-2n-skx-ref"
3551     - title: "2005.0-3"
3552       data-set: "vpp-performance-changes-2n-skx-cmp"
3553     - title: "2005.0-4"
3554       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3555   comparisons:
3556     - title: "Diff1"
3557       reference: 4
3558       compare: 3
3559     - title: "Diff2"
3560       reference: 2
3561       compare: 4
3562 #  rca:
3563 #    - title: "RCA1"
3564 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca1.yaml"
3565 #    - title: "RCA2"
3566 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca2.yaml"
3567   legend:
3568     - "Legend to Table"
3569     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3570     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3571     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3572 #    - 'RCA1 - root cause analysis reference for Diff1.'
3573 #    - 'RCA2 - root cause analysis reference for Diff2.'
3574
3575 # VPP Performance Changes 2n-skx 4t2c ndr
3576 - type: "table"
3577   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3578   algorithm: "table_comparison"
3579   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3580   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3581   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3582   columns:
3583     - title: "1908.1-2"
3584       data-set: "vpp-performance-changes-2n-skx-h1"
3585     - title: "2001.0-2"
3586       data-set: "vpp-performance-changes-2n-skx-ref"
3587     - title: "2005.0-3"
3588       data-set: "vpp-performance-changes-2n-skx-cmp"
3589     - title: "2005.0-4"
3590       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3591   comparisons:
3592     - title: "Diff1"
3593       reference: 4
3594       compare: 3
3595     - title: "Diff2"
3596       reference: 2
3597       compare: 4
3598 #  rca:
3599 #    - title: "RCA1"
3600 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca1.yaml"
3601 #    - title: "RCA2"
3602 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca2.yaml"
3603   legend:
3604     - "Legend to Table"
3605     - '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-06-11, "4" for 2020-06-24).'
3606     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3607     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3608 #    - 'RCA1 - root cause analysis reference for Diff1.'
3609 #    - 'RCA2 - root cause analysis reference for Diff2.'
3610
3611 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3612 - type: "table"
3613   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3614   algorithm: "table_comparison"
3615   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3616   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3617   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3618   columns:
3619     - title: "2001.0-2"
3620       data-set: "vpp-performance-changes-2n-clx-ref"
3621     - title: "2005.0-3"
3622       data-set: "vpp-performance-changes-2n-clx-cmp"
3623     - title: "2005.0-4"
3624       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3625   comparisons:
3626     - title: "Diff1"
3627       reference: 3
3628       compare: 2
3629     - title: "Diff2"
3630       reference: 1
3631       compare: 3
3632 #  rca:
3633 #    - title: "RCA1"
3634 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca1.yaml"
3635 #    - title: "RCA2"
3636 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca2.yaml"
3637   legend:
3638     - "Legend to Table"
3639     - '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-06-11, "4" for 2020-06-24).'
3640     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3641     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3642 #    - 'RCA1 - root cause analysis reference for Diff1.'
3643 #    - 'RCA2 - root cause analysis reference for Diff2.'
3644
3645 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3646 - type: "table"
3647   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3648   algorithm: "table_comparison"
3649   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3650   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3651   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3652   columns:
3653     - title: "2001.0-2"
3654       data-set: "vpp-performance-changes-2n-clx-ref"
3655     - title: "2005.0-3"
3656       data-set: "vpp-performance-changes-2n-clx-cmp"
3657     - title: "2005.0-4"
3658       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3659   comparisons:
3660     - title: "Diff1"
3661       reference: 3
3662       compare: 2
3663     - title: "Diff2"
3664       reference: 1
3665       compare: 3
3666 #  rca:
3667 #    - title: "RCA1"
3668 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca1.yaml"
3669 #    - title: "RCA2"
3670 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca2.yaml"
3671   legend:
3672     - "Legend to Table"
3673     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3674     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3675     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3676 #    - 'RCA1 - root cause analysis reference for Diff1.'
3677 #    - 'RCA2 - root cause analysis reference for Diff2.'
3678
3679 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3680 - type: "table"
3681   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3682   algorithm: "table_comparison"
3683   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3684   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3685   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3686   columns:
3687     - title: "2001.0-2"
3688       data-set: "vpp-performance-changes-2n-clx-ref"
3689     - title: "2005.0-3"
3690       data-set: "vpp-performance-changes-2n-clx-cmp"
3691     - title: "2005.0-4"
3692       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3693   comparisons:
3694     - title: "Diff1"
3695       reference: 3
3696       compare: 2
3697     - title: "Diff2"
3698       reference: 1
3699       compare: 3
3700 #  rca:
3701 #    - title: "RCA1"
3702 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca1.yaml"
3703 #    - title: "RCA2"
3704 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca2.yaml"
3705   legend:
3706     - "Legend to Table"
3707     - '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-06-11, "4" for 2020-06-24).'
3708     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3709     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3710 #    - 'RCA1 - root cause analysis reference for Diff1.'
3711 #    - 'RCA2 - root cause analysis reference for Diff2.'
3712
3713 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3714 - type: "table"
3715   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3716   algorithm: "table_comparison"
3717   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3718   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3719   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3720   columns:
3721     - title: "2001.0-2"
3722       data-set: "vpp-performance-changes-2n-clx-ref"
3723     - title: "2005.0-3"
3724       data-set: "vpp-performance-changes-2n-clx-cmp"
3725     - title: "2005.0-4"
3726       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3727   comparisons:
3728     - title: "Diff1"
3729       reference: 3
3730       compare: 2
3731     - title: "Diff2"
3732       reference: 1
3733       compare: 3
3734 #  rca:
3735 #    - title: "RCA1"
3736 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca1.yaml"
3737 #    - title: "RCA2"
3738 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca2.yaml"
3739   legend:
3740     - "Legend to Table"
3741     - '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-06-11, "4" for 2020-06-24).'
3742     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
3743     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
3744 #    - 'RCA1 - root cause analysis reference for Diff1.'
3745 #    - 'RCA2 - root cause analysis reference for Diff2.'
3746
3747 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3748 - type: "table"
3749   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3750   algorithm: "table_comparison"
3751   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3752   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3753   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3754   columns:
3755     - title: "2001.0-2"
3756       data-set: "vpp-performance-changes-2n-clx-ref"
3757     - title: "2005.0-4"
3758       data-set: "vpp-performance-changes-2n-clx-cmp"
3759   comparisons:
3760     - title: "Diff"
3761       reference: 1
3762       compare: 2
3763   legend:
3764     - "Legend to Table"
3765     - "2001, 2005 - VPP versions tested."
3766     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3767
3768 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3769 - type: "table"
3770   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3771   algorithm: "table_comparison"
3772   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3773   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3774   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3775   columns:
3776     - title: "2001.0-2"
3777       data-set: "vpp-performance-changes-2n-clx-ref"
3778     - title: "2005.0-4"
3779       data-set: "vpp-performance-changes-2n-clx-cmp"
3780   comparisons:
3781     - title: "Diff"
3782       reference: 1
3783       compare: 2
3784   legend:
3785     - "Legend to Table"
3786     - "2001, 2005 - VPP versions tested."
3787     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3788
3789 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3790 - type: "table"
3791   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3792   algorithm: "table_comparison"
3793   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3794   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3795   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3796   columns:
3797     - title: "2001.0-2"
3798       data-set: "vpp-performance-changes-2n-clx-ref"
3799     - title: "2005.0-4"
3800       data-set: "vpp-performance-changes-2n-clx-cmp"
3801   comparisons:
3802     - title: "Diff"
3803       reference: 1
3804       compare: 2
3805   legend:
3806     - "Legend to Table"
3807     - "2001, 2005 - VPP versions tested."
3808     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3809
3810 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3811 - type: "table"
3812   title: "VPP Performance Changes 2n-clx-x556 ndr"
3813   algorithm: "table_comparison"
3814   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3815   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3816   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3817   columns:
3818     - title: "2001.0-2"
3819       data-set: "vpp-performance-changes-2n-clx-ref"
3820     - title: "2005.0-4"
3821       data-set: "vpp-performance-changes-2n-clx-cmp"
3822   comparisons:
3823     - title: "Diff"
3824       reference: 1
3825       compare: 2
3826   legend:
3827     - "Legend to Table"
3828     - "2001, 2005 - VPP versions tested."
3829     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3830
3831 # VPP Performance Changes 2n-dnv 1t1c pdr
3832 - type: "table"
3833   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3834   algorithm: "table_comparison"
3835   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3836   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3837   filter: "'1T1C'"
3838   columns:
3839     - title: "1908"
3840       data-set: "vpp-performance-changes-2n-dnv-h1"
3841     - title: "2001"
3842       data-set: "vpp-performance-changes-2n-dnv-ref"
3843     - title: "2005"
3844       data-set: "vpp-performance-changes-2n-dnv-cmp"
3845   comparisons:
3846     - title: "Diff"
3847       reference: 2
3848       compare: 3
3849   legend:
3850     - "Legend to Table"
3851     - "1908, 2001, 2005 - VPP versions tested."
3852     - "Diff - difference between 2001 and 2005 VPP version."
3853
3854 # VPP Performance Changes 2n-dnv 2t2c pdr
3855 - type: "table"
3856   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3857   algorithm: "table_comparison"
3858   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3859   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3860   filter: "'2T2C'"
3861   columns:
3862     - title: "1908"
3863       data-set: "vpp-performance-changes-2n-dnv-h1"
3864     - title: "2001"
3865       data-set: "vpp-performance-changes-2n-dnv-ref"
3866     - title: "2005"
3867       data-set: "vpp-performance-changes-2n-dnv-cmp"
3868   comparisons:
3869     - title: "Diff"
3870       reference: 2
3871       compare: 3
3872   legend:
3873     - "Legend to Table"
3874     - "1908, 2001, 2005 - VPP versions tested."
3875     - "Diff - difference between 2001 and 2005 VPP version."
3876
3877 # VPP Performance Changes 2n-dnv 1t1c ndr
3878 - type: "table"
3879   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3880   algorithm: "table_comparison"
3881   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3882   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3883   filter: "'1T1C'"
3884   columns:
3885     - title: "1908"
3886       data-set: "vpp-performance-changes-2n-dnv-h1"
3887     - title: "2001"
3888       data-set: "vpp-performance-changes-2n-dnv-ref"
3889     - title: "2005"
3890       data-set: "vpp-performance-changes-2n-dnv-cmp"
3891   comparisons:
3892     - title: "Diff"
3893       reference: 2
3894       compare: 3
3895   legend:
3896     - "Legend to Table"
3897     - "1908, 2001, 2005 - VPP versions tested."
3898     - "Diff - difference between 2001 and 2005 VPP version."
3899
3900 # VPP Performance Changes 2n-dnv 2t2c ndr
3901 - type: "table"
3902   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3903   algorithm: "table_comparison"
3904   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3906   filter: "'2T2C'"
3907   columns:
3908     - title: "1908"
3909       data-set: "vpp-performance-changes-2n-dnv-h1"
3910     - title: "2001"
3911       data-set: "vpp-performance-changes-2n-dnv-ref"
3912     - title: "2005"
3913       data-set: "vpp-performance-changes-2n-dnv-cmp"
3914   comparisons:
3915     - title: "Diff"
3916       reference: 2
3917       compare: 3
3918   legend:
3919     - "Legend to Table"
3920     - "1908, 2001, 2005 - VPP versions tested."
3921     - "Diff - difference between 2001 and 2005 VPP version."
3922
3923 # VPP Performance Changes 3n-dnv 1t1c pdr
3924 - type: "table"
3925   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3926   algorithm: "table_comparison"
3927   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3928   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3929   filter: "'1T1C'"
3930   columns:
3931     - title: "1908"
3932       data-set: "vpp-performance-changes-3n-dnv-h1"
3933     - title: "2001"
3934       data-set: "vpp-performance-changes-3n-dnv-ref"
3935     - title: "2005"
3936       data-set: "vpp-performance-changes-3n-dnv-cmp"
3937   comparisons:
3938     - title: "Diff"
3939       reference: 2
3940       compare: 3
3941   legend:
3942     - "Legend to Table"
3943     - "1908, 2001, 2005 - VPP versions tested."
3944     - "Diff - difference between 2001 and 2005 VPP version."
3945
3946 # VPP Performance Changes 3n-dnv 2t2c pdr
3947 - type: "table"
3948   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3949   algorithm: "table_comparison"
3950   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3951   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3952   filter: "'2T2C'"
3953   columns:
3954     - title: "1908"
3955       data-set: "vpp-performance-changes-3n-dnv-h1"
3956     - title: "2001"
3957       data-set: "vpp-performance-changes-3n-dnv-ref"
3958     - title: "2005"
3959       data-set: "vpp-performance-changes-3n-dnv-cmp"
3960   comparisons:
3961     - title: "Diff"
3962       reference: 2
3963       compare: 3
3964   legend:
3965     - "Legend to Table"
3966     - "1908, 2001, 2005 - VPP versions tested."
3967     - "Diff - difference between 2001 and 2005 VPP version."
3968
3969 # VPP Performance Changes 3n-dnv 1t1c ndr
3970 - type: "table"
3971   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3972   algorithm: "table_comparison"
3973   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3974   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3975   filter: "'1T1C'"
3976   columns:
3977     - title: "1908"
3978       data-set: "vpp-performance-changes-3n-dnv-h1"
3979     - title: "2001"
3980       data-set: "vpp-performance-changes-3n-dnv-ref"
3981     - title: "2005"
3982       data-set: "vpp-performance-changes-3n-dnv-cmp"
3983   comparisons:
3984     - title: "Diff"
3985       reference: 2
3986       compare: 3
3987   legend:
3988     - "Legend to Table"
3989     - "1908, 2001, 2005 - VPP versions tested."
3990     - "Diff - difference between 2001 and 2005 VPP version."
3991
3992 # VPP Performance Changes 3n-dnv 2t2c ndr
3993 - type: "table"
3994   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3995   algorithm: "table_comparison"
3996   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3997   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3998   filter: "'2T2C'"
3999   columns:
4000     - title: "1908"
4001       data-set: "vpp-performance-changes-3n-dnv-h1"
4002     - title: "2001"
4003       data-set: "vpp-performance-changes-3n-dnv-ref"
4004     - title: "2005"
4005       data-set: "vpp-performance-changes-3n-dnv-cmp"
4006   comparisons:
4007     - title: "Diff"
4008       reference: 2
4009       compare: 3
4010   legend:
4011     - "Legend to Table"
4012     - "1908, 2001, 2005 - VPP versions tested."
4013     - "Diff - difference between 2001 and 2005 VPP version."
4014
4015 # VPP Performance Changes 3n-tsh 1t1c pdr
4016 - type: "table"
4017   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4018   algorithm: "table_comparison"
4019   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4020   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4021   filter: "'1T1C'"
4022   columns:
4023     - title: "1908.1-2"
4024       data-set: "vpp-performance-changes-3n-tsh-h1"
4025     - title: "2001.0-2"
4026       data-set: "vpp-performance-changes-3n-tsh-ref"
4027     - title: "2005.0-3"
4028       data-set: "vpp-performance-changes-3n-tsh-cmp"
4029     - title: "2005.0-4"
4030       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4031   comparisons:
4032     - title: "Diff1"
4033       reference: 4
4034       compare: 3
4035     - title: "Diff2"
4036       reference: 2
4037       compare: 4
4038 #  rca:
4039 #    - title: "RCA1"
4040 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca1.yaml"
4041 #    - title: "RCA2"
4042 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca2.yaml"
4043   legend:
4044     - "Legend to Table"
4045     - '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-06-11, "4" for 2020-06-24).'
4046     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
4047     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
4048 #    - 'RCA1 - root cause analysis reference for Diff1.'
4049 #    - 'RCA2 - root cause analysis reference for Diff2.'
4050
4051 # VPP Performance Changes 3n-tsh 2t2c pdr
4052 - type: "table"
4053   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4054   algorithm: "table_comparison"
4055   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4057   filter: "'2T2C'"
4058   columns:
4059     - title: "1908.1-2"
4060       data-set: "vpp-performance-changes-3n-tsh-h1"
4061     - title: "2001.0-2"
4062       data-set: "vpp-performance-changes-3n-tsh-ref"
4063     - title: "2005.0-3"
4064       data-set: "vpp-performance-changes-3n-tsh-cmp"
4065     - title: "2005.0-4"
4066       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4067   comparisons:
4068     - title: "Diff1"
4069       reference: 4
4070       compare: 3
4071     - title: "Diff2"
4072       reference: 2
4073       compare: 4
4074 #  rca:
4075 #    - title: "RCA1"
4076 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca1.yaml"
4077 #    - title: "RCA2"
4078 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca2.yaml"
4079   legend:
4080     - "Legend to Table"
4081     - '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-06-11, "4" for 2020-06-24).'
4082     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
4083     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
4084 #    - 'RCA1 - root cause analysis reference for Diff1.'
4085 #    - 'RCA2 - root cause analysis reference for Diff2.'
4086
4087 # VPP Performance Changes 3n-tsh 1t1c ndr
4088 - type: "table"
4089   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4090   algorithm: "table_comparison"
4091   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4092   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4093   filter: "'1T1C'"
4094   columns:
4095     - title: "1908.1-2"
4096       data-set: "vpp-performance-changes-3n-tsh-h1"
4097     - title: "2001.0-2"
4098       data-set: "vpp-performance-changes-3n-tsh-ref"
4099     - title: "2005.0-3"
4100       data-set: "vpp-performance-changes-3n-tsh-cmp"
4101     - title: "2005.0-4"
4102       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4103   comparisons:
4104     - title: "Diff1"
4105       reference: 4
4106       compare: 3
4107     - title: "Diff2"
4108       reference: 2
4109       compare: 4
4110 #  rca:
4111 #    - title: "RCA1"
4112 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca1.yaml"
4113 #    - title: "RCA2"
4114 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca2.yaml"
4115   legend:
4116     - "Legend to Table"
4117     - '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-06-11, "4" for 2020-06-24).'
4118     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
4119     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
4120 #    - 'RCA1 - root cause analysis reference for Diff1.'
4121 #    - 'RCA2 - root cause analysis reference for Diff2.'
4122
4123 # VPP Performance Changes 3n-tsh 2t2c ndr
4124 - type: "table"
4125   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4126   algorithm: "table_comparison"
4127   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4128   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4129   filter: "'2T2C'"
4130   columns:
4131     - title: "1908.1-2"
4132       data-set: "vpp-performance-changes-3n-tsh-h1"
4133     - title: "2001.0-2"
4134       data-set: "vpp-performance-changes-3n-tsh-ref"
4135     - title: "2005.0-3"
4136       data-set: "vpp-performance-changes-3n-tsh-cmp"
4137     - title: "2005.0-4"
4138       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4139   comparisons:
4140     - title: "Diff1"
4141       reference: 4
4142       compare: 3
4143     - title: "Diff2"
4144       reference: 2
4145       compare: 4
4146 #  rca:
4147 #    - title: "RCA1"
4148 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca1.yaml"
4149 #    - title: "RCA2"
4150 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca2.yaml"
4151   legend:
4152     - "Legend to Table"
4153     - '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-06-11, "4" for 2020-06-24).'
4154     - 'Diff1 - difference between environment versions "3" and "4" for the same VPP version, 2005.0-3 relative to 2005.0-4. Version "3" was found to be incompatible with "2" due to different number of TRex workers used.'
4155     - 'Diff2 - difference between the current and the previous VPP version in the compatible environment versions "2" and "4", 2005.0-4 relative to 2001.0-2.'
4156 #    - 'RCA1 - root cause analysis reference for Diff1.'
4157 #    - 'RCA2 - root cause analysis reference for Diff2.'
4158
4159 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4160 - type: "table"
4161   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4162   algorithm: "table_comparison"
4163   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4164   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4165   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4166   columns:
4167     - title: "3n-hsw xl710"
4168       data-set: "vpp-compare-testbeds-ref"
4169       tag: "NIC_Intel-XL710"
4170     - title: "3n-skx xxv710"
4171       data-set: "vpp-compare-testbeds-cmp"
4172       tag: "NIC_Intel-XXV710"
4173   comparisons:
4174     - title: "Diff"
4175       reference: 1
4176       compare: 2
4177   legend:
4178     - "Legend to Table"
4179     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4180     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4181
4182 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4183 - type: "table"
4184   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4185   algorithm: "table_comparison"
4186   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4188   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4189   columns:
4190     - title: "3n-hsw xl710"
4191       data-set: "vpp-compare-testbeds-ref"
4192       tag: "NIC_Intel-XL710"
4193     - title: "3n-skx xxv710"
4194       data-set: "vpp-compare-testbeds-cmp"
4195       tag: "NIC_Intel-XXV710"
4196   comparisons:
4197     - title: "Diff"
4198       reference: 1
4199       compare: 2
4200   legend:
4201     - "Legend to Table"
4202     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4203     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4204
4205 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4206 - type: "table"
4207   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4208   algorithm: "table_comparison"
4209   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4210   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4211   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4212   columns:
4213     - title: "3n-hsw xl710"
4214       data-set: "vpp-compare-testbeds-ref"
4215       tag: "NIC_Intel-XL710"
4216     - title: "3n-skx xxv710"
4217       data-set: "vpp-compare-testbeds-cmp"
4218       tag: "NIC_Intel-XXV710"
4219   comparisons:
4220     - title: "Diff"
4221       reference: 1
4222       compare: 2
4223   legend:
4224     - "Legend to Table"
4225     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4226     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4227
4228 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4229 - type: "table"
4230   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4231   algorithm: "table_comparison"
4232   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4234   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4235   columns:
4236     - title: "3n-hsw xl710"
4237       data-set: "vpp-compare-testbeds-ref"
4238       tag: "NIC_Intel-XL710"
4239     - title: "3n-skx xxv710"
4240       data-set: "vpp-compare-testbeds-cmp"
4241       tag: "NIC_Intel-XXV710"
4242   comparisons:
4243     - title: "Diff"
4244       reference: 1
4245       compare: 2
4246   legend:
4247     - "Legend to Table"
4248     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4249     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4250
4251 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4252 - type: "table"
4253   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4254   algorithm: "table_comparison"
4255   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4256   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4257   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4258   columns:
4259     - title: "2n-skx"
4260       data-set: "vpp-compare-testbeds-skx-clx-ref"
4261     - title: "2n-clx"
4262       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4263   comparisons:
4264     - title: "Diff"
4265       reference: 1
4266       compare: 2
4267   legend:
4268     - "Legend to Table"
4269     - "2n-skx, 2n-clx - testbeds and NICs tested."
4270     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4271
4272 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4273 - type: "table"
4274   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4275   algorithm: "table_comparison"
4276   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4277   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4278   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4279   columns:
4280     - title: "2n-skx"
4281       data-set: "vpp-compare-testbeds-skx-clx-ref"
4282     - title: "2n-clx"
4283       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4284   comparisons:
4285     - title: "Diff"
4286       reference: 1
4287       compare: 2
4288   legend:
4289     - "Legend to Table"
4290     - "2n-skx, 2n-clx - testbeds and NICs tested."
4291     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4292
4293 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4294 - type: "table"
4295   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4296   algorithm: "table_comparison"
4297   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4298   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4299   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4300   columns:
4301     - title: "2n-skx"
4302       data-set: "vpp-compare-testbeds-skx-clx-ref"
4303     - title: "2n-clx"
4304       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4305   comparisons:
4306     - title: "Diff"
4307       reference: 1
4308       compare: 2
4309   legend:
4310     - "Legend to Table"
4311     - "2n-skx, 2n-clx - testbeds and NICs tested."
4312     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4313
4314 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4315 - type: "table"
4316   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4317   algorithm: "table_comparison"
4318   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4319   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4320   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4321   columns:
4322     - title: "2n-skx"
4323       data-set: "vpp-compare-testbeds-skx-clx-ref"
4324     - title: "2n-clx"
4325       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4326   comparisons:
4327     - title: "Diff"
4328       reference: 1
4329       compare: 2
4330   legend:
4331     - "Legend to Table"
4332     - "2n-skx, 2n-clx - testbeds and NICs tested."
4333     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4334
4335 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4336 - type: "table"
4337   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4338   algorithm: "table_comparison"
4339   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4340   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4341   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4342   columns:
4343     - title: "3n-hsw xl710"
4344       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4345       tag: "NIC_Intel-XL710"
4346     - title: "2n-clx xxv710"
4347       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4348       tag: "NIC_Intel-XXV710"
4349   comparisons:
4350     - title: "Diff"
4351       reference: 1
4352       compare: 2
4353   legend:
4354     - "Legend to Table"
4355     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4356     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4357
4358 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4359 - type: "table"
4360   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4361   algorithm: "table_comparison"
4362   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4364   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4365   columns:
4366     - title: "3n-hsw xl710"
4367       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4368       tag: "NIC_Intel-XL710"
4369     - title: "2n-clx xxv710"
4370       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4371       tag: "NIC_Intel-XXV710"
4372   comparisons:
4373     - title: "Diff"
4374       reference: 1
4375       compare: 2
4376   legend:
4377     - "Legend to Table"
4378     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4379     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4380
4381 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4382 - type: "table"
4383   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4384   algorithm: "table_comparison"
4385   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4386   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4387   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4388   columns:
4389     - title: "3n-hsw xl710"
4390       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4391       tag: "NIC_Intel-XL710"
4392     - title: "2n-clx xxv710"
4393       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4394       tag: "NIC_Intel-XXV710"
4395   comparisons:
4396     - title: "Diff"
4397       reference: 1
4398       compare: 2
4399   legend:
4400     - "Legend to Table"
4401     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4402     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4403
4404 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4405 - type: "table"
4406   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4407   algorithm: "table_comparison"
4408   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4409   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4410   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4411   columns:
4412     - title: "3n-hsw xl710"
4413       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4414       tag: "NIC_Intel-XL710"
4415     - title: "2n-clx xxv710"
4416       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4417       tag: "NIC_Intel-XXV710"
4418   comparisons:
4419     - title: "Diff"
4420       reference: 1
4421       compare: 2
4422   legend:
4423     - "Legend to Table"
4424     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4425     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4426
4427 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4428 - type: "table"
4429   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4430   algorithm: "table_comparison"
4431   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4432   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4433   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4434   columns:
4435     - title: "3n-skx"
4436       data-set: "vpp-compare-topologies-ref"
4437     - title: "2n-skx"
4438       data-set: "vpp-compare-topologies-cmp"
4439   comparisons:
4440     - title: "Diff"
4441       reference: 1
4442       compare: 2
4443   legend:
4444     - "Legend to Table"
4445     - "3n-skx, 2n-skx - topologies tested."
4446     - "Diff - difference between 3n-skx and 2n-skx topologies."
4447
4448 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4449 - type: "table"
4450   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4451   algorithm: "table_comparison"
4452   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4453   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4454   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4455   columns:
4456     - title: "3n-skx"
4457       data-set: "vpp-compare-topologies-ref"
4458     - title: "2n-skx"
4459       data-set: "vpp-compare-topologies-cmp"
4460   comparisons:
4461     - title: "Diff"
4462       reference: 1
4463       compare: 2
4464   legend:
4465     - "Legend to Table"
4466     - "3n-skx, 2n-skx - topologies tested."
4467     - "Diff - difference between 3n-skx and 2n-skx topologies."
4468
4469 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4470 - type: "table"
4471   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4472   algorithm: "table_comparison"
4473   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4474   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4475   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4476   columns:
4477     - title: "3n-skx"
4478       data-set: "vpp-compare-topologies-ref"
4479     - title: "2n-skx"
4480       data-set: "vpp-compare-topologies-cmp"
4481   comparisons:
4482     - title: "Diff"
4483       reference: 1
4484       compare: 2
4485   legend:
4486     - "Legend to Table"
4487     - "3n-skx, 2n-skx - topologies tested."
4488     - "Diff - difference between 3n-skx and 2n-skx topologies."
4489
4490 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4491 - type: "table"
4492   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4493   algorithm: "table_comparison"
4494   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4495   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4496   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4497   columns:
4498     - title: "3n-skx"
4499       data-set: "vpp-compare-topologies-ref"
4500     - title: "2n-skx"
4501       data-set: "vpp-compare-topologies-cmp"
4502   comparisons:
4503     - title: "Diff"
4504       reference: 1
4505       compare: 2
4506   legend:
4507     - "Legend to Table"
4508     - "3n-skx, 2n-skx - topologies tested."
4509     - "Diff - difference between 3n-skx and 2n-skx topologies."
4510
4511 # VPP Performance Changes 3n-hsw 1t1c mrr
4512 - type: "table"
4513   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4514   algorithm: "table_comparison"
4515   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4516   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4517   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4518   columns:
4519     - title: "1908"
4520       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4521     - title: "2001"
4522       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4523     - title: "2005"
4524       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4525   comparisons:
4526     - title: "Diff"
4527       reference: 2
4528       compare: 3
4529   legend:
4530     - "Legend to Table"
4531     - "1908, 2001, 2005 - VPP versions tested."
4532     - "Diff - difference between 2001 and 2005 VPP version."
4533
4534 # VPP Performance Changes 3n-hsw 2t2c mrr
4535 - type: "table"
4536   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4537   algorithm: "table_comparison"
4538   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4539   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4540   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4541   columns:
4542     - title: "1908"
4543       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4544     - title: "2001"
4545       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4546     - title: "2005"
4547       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4548   comparisons:
4549     - title: "Diff"
4550       reference: 2
4551       compare: 3
4552   legend:
4553     - "Legend to Table"
4554     - "1908, 2001, 2005 - VPP versions tested."
4555     - "Diff - difference between 2001 and 2005 VPP version."
4556
4557 # VPP Performance Changes 3n-hsw 4t4c mrr
4558 - type: "table"
4559   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4560   algorithm: "table_comparison"
4561   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4562   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4563   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4564   columns:
4565     - title: "1908"
4566       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4567     - title: "2001"
4568       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4569     - title: "2005"
4570       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4571   comparisons:
4572     - title: "Diff"
4573       reference: 2
4574       compare: 3
4575   legend:
4576     - "Legend to Table"
4577     - "1908, 2001, 2005 - VPP versions tested."
4578     - "Diff - difference between 2001 and 2005 VPP version."
4579
4580 # VPP Performance Changes 3n-skx 2t1c mrr
4581 - type: "table"
4582   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4583   algorithm: "table_comparison"
4584   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4585   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4586   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4587   columns:
4588 #    - title: "1908"
4589 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4590     - title: "2001"
4591       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4592     - title: "2005"
4593       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4594   comparisons:
4595     - title: "Diff"
4596       reference: 1
4597       compare: 2
4598   legend:
4599     - "Legend to Table"
4600     - "2001, 2005 - VPP versions tested."
4601     - "Diff - difference between 2001 and 2005 VPP version."
4602
4603 # VPP Performance Changes 3n-skx 4t2c mrr
4604 - type: "table"
4605   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4606   algorithm: "table_comparison"
4607   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4608   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4609   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4610   columns:
4611 #    - title: "1908"
4612 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4613     - title: "2001"
4614       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4615     - title: "2005"
4616       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4617   comparisons:
4618     - title: "Diff"
4619       reference: 1
4620       compare: 2
4621   legend:
4622     - "Legend to Table"
4623     - "2001, 2005 - VPP versions tested."
4624     - "Diff - difference between 2001 and 2005 VPP version."
4625
4626 # VPP Performance Changes 3n-skx 8t4c mrr
4627 - type: "table"
4628   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4629   algorithm: "table_comparison"
4630   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4631   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4632   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4633   columns:
4634 #    - title: "1908"
4635 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4636     - title: "2001"
4637       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4638     - title: "2005"
4639       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4640   comparisons:
4641     - title: "Diff"
4642       reference: 1
4643       compare: 2
4644   legend:
4645     - "Legend to Table"
4646     - "2001, 2005 - VPP versions tested."
4647     - "Diff - difference between 2001 and 2005 VPP version."
4648
4649 # VPP Performance Changes 2n-skx 2t1c mrr
4650 - type: "table"
4651   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4652   algorithm: "table_comparison"
4653   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4654   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4655   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4656   columns:
4657 #    - title: "1908"
4658 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4659     - title: "2001"
4660       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4661     - title: "2005"
4662       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4663   comparisons:
4664     - title: "Diff"
4665       reference: 1
4666       compare: 2
4667   legend:
4668     - "Legend to Table"
4669     - "2001, 2005 - VPP versions tested."
4670     - "Diff - difference between 2001 and 2005 VPP version."
4671
4672 # VPP Performance Changes 2n-skx 4t2c mrr
4673 - type: "table"
4674   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4675   algorithm: "table_comparison"
4676   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4677   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4678   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4679   columns:
4680 #    - title: "1908"
4681 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4682     - title: "2001"
4683       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4684     - title: "2005"
4685       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4686   comparisons:
4687     - title: "Diff"
4688       reference: 1
4689       compare: 2
4690   legend:
4691     - "Legend to Table"
4692     - "2001, 2005 - VPP versions tested."
4693     - "Diff - difference between 2001 and 2005 VPP version."
4694
4695 # VPP Performance Changes 2n-skx 8t4c mrr
4696 - type: "table"
4697   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4698   algorithm: "table_comparison"
4699   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4700   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4701   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4702   columns:
4703 #    - title: "1908"
4704 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4705     - title: "2001"
4706       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4707     - title: "2005"
4708       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4709   comparisons:
4710     - title: "Diff"
4711       reference: 1
4712       compare: 2
4713   legend:
4714     - "Legend to Table"
4715     - "2001, 2005 - VPP versions tested."
4716     - "Diff - difference between 2001 and 2005 VPP version."
4717
4718 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4719 - type: "table"
4720   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4721   algorithm: "table_comparison"
4722   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4723   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4724   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4725   columns:
4726     - title: "2001"
4727       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4728     - title: "2005"
4729       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4730   comparisons:
4731     - title: "Diff"
4732       reference: 1
4733       compare: 2
4734   legend:
4735     - "Legend to Table"
4736     - "2001, 2005 - VPP versions tested."
4737     - "Diff - difference between 2001 and 2005 VPP version."
4738
4739 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4740 - type: "table"
4741   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4742   algorithm: "table_comparison"
4743   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4745   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4746   columns:
4747     - title: "2001"
4748       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4749     - title: "2005"
4750       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4751   comparisons:
4752     - title: "Diff"
4753       reference: 1
4754       compare: 2
4755   legend:
4756     - "Legend to Table"
4757     - "2001, 2005 - VPP versions tested."
4758     - "Diff - difference between 2001 and 2005 VPP version."
4759
4760 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4761 - type: "table"
4762   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4763   algorithm: "table_comparison"
4764   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4765   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4766   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4767   columns:
4768     - title: "2001"
4769       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4770     - title: "2005"
4771       data-set: "vpp-performance-changes-2n-clx-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-clx-clx-x556 2t1c mrr
4782 - type: "table"
4783   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4784   algorithm: "table_comparison"
4785   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4786   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4787   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4788   columns:
4789     - title: "2001"
4790       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4791     - title: "2005"
4792       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4793   comparisons:
4794     - title: "Diff"
4795       reference: 1
4796       compare: 2
4797   legend:
4798     - "Legend to Table"
4799     - "2001, 2005 - VPP versions tested."
4800     - "Diff - difference between 2001 and 2005 VPP version."
4801
4802 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4803 - type: "table"
4804   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4805   algorithm: "table_comparison"
4806   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4807   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4808   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4809   columns:
4810     - title: "2001"
4811       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4812     - title: "2005"
4813       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4814   comparisons:
4815     - title: "Diff"
4816       reference: 1
4817       compare: 2
4818   legend:
4819     - "Legend to Table"
4820     - "2001, 2005 - VPP versions tested."
4821     - "Diff - difference between 2001 and 2005 VPP version."
4822
4823 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4824 - type: "table"
4825   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4826   algorithm: "table_comparison"
4827   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4828   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4829   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4830   columns:
4831     - title: "2001"
4832       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4833     - title: "2005"
4834       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4835   comparisons:
4836     - title: "Diff"
4837       reference: 1
4838       compare: 2
4839   legend:
4840     - "Legend to Table"
4841     - "2001, 2005 - VPP versions tested."
4842     - "Diff - difference between 2001 and 2005 VPP version."
4843
4844 # VPP Performance Changes 2n-dnv 1t1c mrr
4845 - type: "table"
4846   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4847   algorithm: "table_comparison"
4848   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4849   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4850   filter: "'1T1C'"
4851   columns:
4852     - title: "1908"
4853       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4854     - title: "2001"
4855       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4856     - title: "2005"
4857       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4858   comparisons:
4859     - title: "Diff"
4860       reference: 2
4861       compare: 3
4862   legend:
4863     - "Legend to Table"
4864     - "1908, 2001, 2005 - VPP versions tested."
4865     - "Diff - difference between 2001 and 2005 VPP version."
4866
4867 # VPP Performance Changes 2n-dnv 2t2c mrr
4868 - type: "table"
4869   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4870   algorithm: "table_comparison"
4871   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4872   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4873   filter: "'2T2C'"
4874   columns:
4875     - title: "1908"
4876       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4877     - title: "2001"
4878       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4879     - title: "2005"
4880       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4881   comparisons:
4882     - title: "Diff"
4883       reference: 2
4884       compare: 3
4885   legend:
4886     - "Legend to Table"
4887     - "1908, 2001, 2005 - VPP versions tested."
4888     - "Diff - difference between 2001 and 2005 VPP version."
4889
4890 # VPP Performance Changes 2n-dnv 4t4c mrr
4891 - type: "table"
4892   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4893   algorithm: "table_comparison"
4894   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4895   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4896   filter: "'4T4C'"
4897   columns:
4898     - title: "1908"
4899       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4900     - title: "2001"
4901       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4902     - title: "2005"
4903       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4904   comparisons:
4905     - title: "Diff"
4906       reference: 2
4907       compare: 3
4908   legend:
4909     - "Legend to Table"
4910     - "1908, 2001, 2005 - VPP versions tested."
4911     - "Diff - difference between 2001 and 2005 VPP version."
4912
4913 # VPP Performance Changes 3n-dnv 1t1c mrr
4914 - type: "table"
4915   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4916   algorithm: "table_comparison"
4917   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4918   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4919   filter: "'1T1C'"
4920   columns:
4921     - title: "1908"
4922       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4923     - title: "2001"
4924       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4925     - title: "2005"
4926       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4927   comparisons:
4928     - title: "Diff"
4929       reference: 2
4930       compare: 3
4931   legend:
4932     - "Legend to Table"
4933     - "1908, 2001, 2005 - VPP versions tested."
4934     - "Diff - difference between 2001 and 2005 VPP version."
4935
4936 # VPP Performance Changes 3n-dnv 2t2c mrr
4937 - type: "table"
4938   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4939   algorithm: "table_comparison"
4940   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4941   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4942   filter: "'2T2C'"
4943   columns:
4944     - title: "1908"
4945       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4946     - title: "2001"
4947       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4948     - title: "2005"
4949       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4950   comparisons:
4951     - title: "Diff"
4952       reference: 2
4953       compare: 3
4954   legend:
4955     - "Legend to Table"
4956     - "1908, 2001, 2005 - VPP versions tested."
4957     - "Diff - difference between 2001 and 2005 VPP version."
4958
4959 # VPP Performance Changes 3n-dnv 4t4c mrr
4960 - type: "table"
4961   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4962   algorithm: "table_comparison"
4963   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4964   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4965   filter: "'4T4C'"
4966   columns:
4967     - title: "1908"
4968       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4969     - title: "2001"
4970       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4971     - title: "2005"
4972       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4973   comparisons:
4974     - title: "Diff"
4975       reference: 2
4976       compare: 3
4977   legend:
4978     - "Legend to Table"
4979     - "1908, 2001, 2005 - VPP versions tested."
4980     - "Diff - difference between 2001 and 2005 VPP version."
4981
4982 # VPP Performance Changes 3n-tsh 1t1c mrr
4983 - type: "table"
4984   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4985   algorithm: "table_comparison"
4986   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4987   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4988   filter: "'1T1C'"
4989   columns:
4990     - title: "1908"
4991       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4992     - title: "2001"
4993       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4994     - title: "2005"
4995       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4996   comparisons:
4997     - title: "Diff"
4998       reference: 2
4999       compare: 3
5000   legend:
5001     - "Legend to Table"
5002     - "1908, 2001, 2005 - VPP versions tested."
5003     - "Diff - difference between 2001 and 2005 VPP version."
5004
5005 # VPP Performance Changes 3n-tsh 2t2c mrr
5006 - type: "table"
5007   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5008   algorithm: "table_comparison"
5009   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5010   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5011   filter: "'2T2C'"
5012   columns:
5013     - title: "1908"
5014       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5015     - title: "2001"
5016       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5017     - title: "2005"
5018       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5019   comparisons:
5020     - title: "Diff"
5021       reference: 2
5022       compare: 3
5023   legend:
5024     - "Legend to Table"
5025     - "1908, 2001, 2005 - VPP versions tested."
5026     - "Diff - difference between 2001 and 2005 VPP version."
5027
5028 # VPP Performance Changes 3n-tsh 4t4c mrr
5029 - type: "table"
5030   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5031   algorithm: "table_comparison"
5032   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5033   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5034   filter: "'4T4C'"
5035   columns:
5036     - title: "1908"
5037       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5038     - title: "2001"
5039       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5040     - title: "2005"
5041       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5042   comparisons:
5043     - title: "Diff"
5044       reference: 2
5045       compare: 3
5046   legend:
5047     - "Legend to Table"
5048     - "1908, 2001, 2005 - VPP versions tested."
5049     - "Diff - difference between 2001 and 2005 VPP version."
5050
5051 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5052 - type: "table"
5053   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5054   algorithm: "table_comparison"
5055   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5056   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5057   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5058   columns:
5059     - title: "3n-hsw xl710"
5060       data-set: "vpp-compare-testbeds-mrr-ref"
5061       tag: "NIC_Intel-XL710"
5062     - title: "3n-skx xxv710"
5063       data-set: "vpp-compare-testbeds-mrr-cmp"
5064       tag: "NIC_Intel-XXV710"
5065   comparisons:
5066     - title: "Diff"
5067       reference: 1
5068       compare: 2
5069   legend:
5070     - "Legend to Table"
5071     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5072     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5073
5074 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5075 - type: "table"
5076   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5077   algorithm: "table_comparison"
5078   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5079   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5080   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5081   columns:
5082     - title: "3n-hsw xl710"
5083       data-set: "vpp-compare-testbeds-mrr-ref"
5084       tag: "NIC_Intel-XL710"
5085     - title: "3n-skx xxv710"
5086       data-set: "vpp-compare-testbeds-mrr-cmp"
5087       tag: "NIC_Intel-XXV710"
5088   comparisons:
5089     - title: "Diff"
5090       reference: 1
5091       compare: 2
5092   legend:
5093     - "Legend to Table"
5094     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5095     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5096
5097 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5098 - type: "table"
5099   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5100   algorithm: "table_comparison"
5101   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5102   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5103   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5104   columns:
5105     - title: "3n-hsw xl710"
5106       data-set: "vpp-compare-testbeds-mrr-ref"
5107       tag: "NIC_Intel-XL710"
5108     - title: "3n-skx xxv710"
5109       data-set: "vpp-compare-testbeds-mrr-cmp"
5110       tag: "NIC_Intel-XXV710"
5111   comparisons:
5112     - title: "Diff"
5113       reference: 1
5114       compare: 2
5115   legend:
5116     - "Legend to Table"
5117     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5118     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5119
5120 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5121 - type: "table"
5122   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5123   algorithm: "table_comparison"
5124   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5125   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5126   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5127   columns:
5128     - title: "2n-skx"
5129       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5130     - title: "2n-clx"
5131       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5132   comparisons:
5133     - title: "Diff"
5134       reference: 1
5135       compare: 2
5136   legend:
5137     - "Legend to Table"
5138     - "2n-skx, 2n-clx - testbeds and NICs tested."
5139     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5140
5141 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5142 - type: "table"
5143   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5144   algorithm: "table_comparison"
5145   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5146   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5147   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5148   columns:
5149     - title: "2n-skx"
5150       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5151     - title: "2n-clx"
5152       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5153   comparisons:
5154     - title: "Diff"
5155       reference: 1
5156       compare: 2
5157   legend:
5158     - "Legend to Table"
5159     - "2n-skx, 2n-clx - testbeds and NICs tested."
5160     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5161
5162 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5163 - type: "table"
5164   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5165   algorithm: "table_comparison"
5166   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5167   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5168   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5169   columns:
5170     - title: "2n-skx"
5171       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5172     - title: "2n-clx"
5173       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5174   comparisons:
5175     - title: "Diff"
5176       reference: 1
5177       compare: 2
5178   legend:
5179     - "Legend to Table"
5180     - "2n-skx, 2n-clx - testbeds and NICs tested."
5181     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5182
5183 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5184 - type: "table"
5185   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5186   algorithm: "table_comparison"
5187   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5188   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5189   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5190   columns:
5191     - title: "3n-skx"
5192       data-set: "vpp-compare-topologies-mrr-ref"
5193     - title: "2n-skx"
5194       data-set: "vpp-compare-topologies-mrr-cmp"
5195   comparisons:
5196     - title: "Diff"
5197       reference: 1
5198       compare: 2
5199   legend:
5200     - "Legend to Table"
5201     - "3n-skx, 2n-skx - topologies tested."
5202     - "Diff - difference between 3n-skx and 2n-skx topologies."
5203
5204 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5205 - type: "table"
5206   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5207   algorithm: "table_comparison"
5208   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5209   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5210   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5211   columns:
5212     - title: "3n-skx"
5213       data-set: "vpp-compare-topologies-mrr-ref"
5214     - title: "2n-skx"
5215       data-set: "vpp-compare-topologies-mrr-cmp"
5216   comparisons:
5217     - title: "Diff"
5218       reference: 1
5219       compare: 2
5220   legend:
5221     - "Legend to Table"
5222     - "3n-skx, 2n-skx - topologies tested."
5223     - "Diff - difference between 3n-skx and 2n-skx topologies."
5224
5225 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5226 - type: "table"
5227   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5228   algorithm: "table_comparison"
5229   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5230   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5231   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5232   columns:
5233     - title: "3n-skx"
5234       data-set: "vpp-compare-topologies-mrr-ref"
5235     - title: "2n-skx"
5236       data-set: "vpp-compare-topologies-mrr-cmp"
5237   comparisons:
5238     - title: "Diff"
5239       reference: 1
5240       compare: 2
5241   legend:
5242     - "Legend to Table"
5243     - "3n-skx, 2n-skx - topologies tested."
5244     - "Diff - difference between 3n-skx and 2n-skx topologies."
5245
5246 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5247 - type: "table"
5248   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5249   algorithm: "table_comparison"
5250   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5251   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5252   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5253   columns:
5254     - title: "3n-hsw xl710"
5255       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5256       tag: "NIC_Intel-XL710"
5257     - title: "2n-clx xxv710"
5258       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5259       tag: "NIC_Intel-XXV710"
5260   comparisons:
5261     - title: "Diff"
5262       reference: 1
5263       compare: 2
5264   legend:
5265     - "Legend to Table"
5266     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5267     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5268
5269 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5270 - type: "table"
5271   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5272   algorithm: "table_comparison"
5273   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5275   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5276   columns:
5277     - title: "3n-hsw xl710"
5278       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5279       tag: "NIC_Intel-XL710"
5280     - title: "2n-clx xxv710"
5281       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5282       tag: "NIC_Intel-XXV710"
5283   comparisons:
5284     - title: "Diff"
5285       reference: 1
5286       compare: 2
5287   legend:
5288     - "Legend to Table"
5289     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5290     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5291
5292 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5293 - type: "table"
5294   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5295   algorithm: "table_comparison"
5296   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5297   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5298   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5299   columns:
5300     - title: "3n-hsw xl710"
5301       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5302       tag: "NIC_Intel-XL710"
5303     - title: "2n-clx xxv710"
5304       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5305       tag: "NIC_Intel-XXV710"
5306   comparisons:
5307     - title: "Diff"
5308       reference: 1
5309       compare: 2
5310   legend:
5311     - "Legend to Table"
5312     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5313     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5314
5315 # Detailed Test Results - VPP Performance Results 3n-hsw
5316 - type: "table"
5317   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5318   algorithm: "table_merged_details"
5319   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5320   columns:
5321     - title: " |prein| Test Name |preout| "
5322       data: "data name"
5323     - 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| "
5324       data: "data msg"
5325   data: "vpp-perf-results-3n-hsw"
5326   filter: "all"
5327   parameters:
5328   - "name"
5329   - "parent"
5330   - "msg"
5331
5332 # Detailed Test Results - VPP Performance Results 3n-skx
5333 - type: "table"
5334   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5335   algorithm: "table_merged_details"
5336   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5337   columns:
5338     - title: " |prein| Test Name |preout| "
5339       data: "data name"
5340     - 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| "
5341       data: "data msg"
5342   data: "vpp-perf-results-3n-skx"
5343   filter: "all"
5344   remove-ndr: False
5345   parameters:
5346   - "name"
5347   - "parent"
5348   - "msg"
5349
5350 # Detailed Test Results - VPP Performance Results 2n-skx
5351 - type: "table"
5352   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5353   algorithm: "table_merged_details"
5354   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5355   columns:
5356     - title: " |prein| Test Name |preout| "
5357       data: "data name"
5358     - 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| "
5359       data: "data msg"
5360   data: "vpp-perf-results-2n-skx"
5361   filter: "all"
5362   remove-ndr: False
5363   parameters:
5364   - "name"
5365   - "parent"
5366   - "msg"
5367
5368 # Detailed Test Results - VPP Performance Results 2n-clx
5369 - type: "table"
5370   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5371   algorithm: "table_merged_details"
5372   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5373   columns:
5374     - title: " |prein| Test Name |preout| "
5375       data: "data name"
5376     - 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| "
5377       data: "data msg"
5378   data: "vpp-perf-results-2n-clx"
5379   filter: "all"
5380   parameters:
5381   - "name"
5382   - "parent"
5383   - "msg"
5384
5385 # Detailed Test Results - VPP Performance Results 3n-tsh
5386 - type: "table"
5387   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5388   algorithm: "table_merged_details"
5389   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5390   columns:
5391     - title: " |prein| Test Name |preout| "
5392       data: "data name"
5393     - 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| "
5394       data: "data msg"
5395   data: "vpp-perf-results-3n-tsh"
5396   filter: "all"
5397   parameters:
5398   - "name"
5399   - "parent"
5400   - "msg"
5401
5402 # Detailed Test Results - VPP Performance Results 3n-dnv
5403 - type: "table"
5404   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5405   algorithm: "table_merged_details"
5406   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5407   columns:
5408     - title: " |prein| Test Name |preout| "
5409       data: "data name"
5410     - 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| "
5411       data: "data msg"
5412   data: "vpp-perf-results-3n-dnv"
5413   filter: "all"
5414   parameters:
5415   - "name"
5416   - "parent"
5417   - "msg"
5418
5419 # Detailed Test Results - VPP Performance Results 2n-dnv
5420 - type: "table"
5421   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5422   algorithm: "table_merged_details"
5423   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5424   columns:
5425     - title: " |prein| Test Name |preout| "
5426       data: "data name"
5427     - 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| "
5428       data: "data msg"
5429   data: "vpp-perf-results-2n-dnv"
5430   filter: "all"
5431   parameters:
5432   - "name"
5433   - "parent"
5434   - "msg"
5435
5436 # Test configuration - VPP Performance Test Configs 3n-hsw
5437 - type: "table"
5438   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5439   algorithm: "table_merged_details"
5440   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5441   columns:
5442     - title: " |prein| Test Name |preout| "
5443       data: "data name"
5444     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5445       data: "data conf-history"
5446   data: "vpp-perf-results-3n-hsw"
5447   filter: "all"
5448   parameters:
5449   - "parent"
5450   - "name"
5451   - "conf-history"
5452
5453 # Test configuration - VPP Performance Test Configs 3n-skx
5454 - type: "table"
5455   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5456   algorithm: "table_merged_details"
5457   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5458   columns:
5459     - title: " |prein| Test Name |preout| "
5460       data: "data name"
5461     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5462       data: "data conf-history"
5463   data: "vpp-perf-results-3n-skx"
5464   filter: "all"
5465   parameters:
5466   - "parent"
5467   - "name"
5468   - "conf-history"
5469
5470 # Test configuration - VPP Performance Test Configs 2n-skx
5471 - type: "table"
5472   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5473   algorithm: "table_merged_details"
5474   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5475   columns:
5476     - title: " |prein| Test Name |preout| "
5477       data: "data name"
5478     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5479       data: "data conf-history"
5480   data: "vpp-perf-results-2n-skx"
5481   filter: "all"
5482   parameters:
5483   - "parent"
5484   - "name"
5485   - "conf-history"
5486
5487 # Test configuration - VPP Performance Test Configs 2n-clx
5488 - type: "table"
5489   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5490   algorithm: "table_merged_details"
5491   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5492   columns:
5493     - title: " |prein| Test Name |preout| "
5494       data: "data name"
5495     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5496       data: "data conf-history"
5497   data: "vpp-perf-results-2n-clx"
5498   filter: "all"
5499   parameters:
5500   - "parent"
5501   - "name"
5502   - "conf-history"
5503
5504 # Test configuration - VPP Performance Test Configs 3n-tsh
5505 - type: "table"
5506   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5507   algorithm: "table_merged_details"
5508   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5509   columns:
5510     - title: " |prein| Test Name |preout| "
5511       data: "data name"
5512     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5513       data: "data conf-history"
5514   data: "vpp-perf-results-3n-tsh"
5515   filter: "all"
5516   parameters:
5517   - "parent"
5518   - "name"
5519   - "conf-history"
5520
5521 # Test configuration - VPP Performance Test Configs 3n-dnv
5522 - type: "table"
5523   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5524   algorithm: "table_merged_details"
5525   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5526   columns:
5527     - title: " |prein| Test Name |preout| "
5528       data: "data name"
5529     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5530       data: "data conf-history"
5531   data: "vpp-perf-results-3n-dnv"
5532   filter: "all"
5533   parameters:
5534   - "parent"
5535   - "name"
5536   - "conf-history"
5537
5538 # Test configuration - VPP Performance Test Configs 2n-dnv
5539 - type: "table"
5540   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5541   algorithm: "table_merged_details"
5542   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5543   columns:
5544     - title: " |prein| Test Name |preout| "
5545       data: "data name"
5546     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5547       data: "data conf-history"
5548   data: "vpp-perf-results-2n-dnv"
5549   filter: "all"
5550   parameters:
5551   - "parent"
5552   - "name"
5553   - "conf-history"
5554
5555 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5556 - type: "table"
5557   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5558   algorithm: "table_oper_data_html"
5559   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5560   data: "vpp-perf-results-3n-hsw"
5561   filter: "all"
5562
5563 # Test Operational Data - VPP Performance Operational Data 3n-skx
5564 - type: "table"
5565   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5566   algorithm: "table_oper_data_html"
5567   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5568   data: "vpp-perf-results-3n-skx"
5569   filter: "all"
5570
5571 # Test Operational Data - VPP Performance Operational Data 2n-skx
5572 - type: "table"
5573   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5574   algorithm: "table_oper_data_html"
5575   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5576   data: "vpp-perf-results-2n-skx"
5577   filter: "all"
5578
5579 # Test Operational Data - VPP Performance Operational Data 2n-clx
5580 - type: "table"
5581   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5582   algorithm: "table_oper_data_html"
5583   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5584   data: "vpp-perf-results-2n-clx"
5585   filter: "all"
5586
5587 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5588 - type: "table"
5589   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5590   algorithm: "table_oper_data_html"
5591   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5592   data: "vpp-perf-results-3n-tsh"
5593   filter: "all"
5594
5595 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5596 - type: "table"
5597   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5598   algorithm: "table_oper_data_html"
5599   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5600   data: "vpp-perf-results-3n-dnv"
5601   filter: "all"
5602
5603 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5604 - type: "table"
5605   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5606   algorithm: "table_oper_data_html"
5607   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5608   data: "vpp-perf-results-2n-dnv"
5609   filter: "all"
5610
5611 # Detailed Test Results - VPP MRR Results 3n-hsw
5612 - type: "table"
5613   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5614   algorithm: "table_merged_details"
5615   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5616   columns:
5617     - title: " |prein| Test Name |preout| "
5618       data: "data name"
5619     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5620       data: "data msg"
5621   data: "vpp-mrr-results-3n-hsw"
5622   filter: "all"
5623   parameters:
5624   - "name"
5625   - "parent"
5626   - "msg"
5627
5628 # Detailed Test Results - VPP MRR Results 3n-skx
5629 - type: "table"
5630   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5631   algorithm: "table_merged_details"
5632   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5633   columns:
5634     - title: " |prein| Test Name |preout| "
5635       data: "data name"
5636     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5637       data: "data msg"
5638   data: "vpp-mrr-results-3n-skx"
5639   filter: "all"
5640   parameters:
5641   - "name"
5642   - "parent"
5643   - "msg"
5644
5645 # Detailed Test Results - VPP MRR Results 2n-skx
5646 - type: "table"
5647   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5648   algorithm: "table_merged_details"
5649   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5650   columns:
5651     - title: " |prein| Test Name |preout| "
5652       data: "data name"
5653     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5654       data: "data msg"
5655   data: "vpp-mrr-results-2n-skx"
5656   filter: "all"
5657   parameters:
5658   - "name"
5659   - "parent"
5660   - "msg"
5661
5662 # Detailed Test Results - VPP MRR Results 2n-clx
5663 - type: "table"
5664   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5665   algorithm: "table_merged_details"
5666   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5667   columns:
5668     - title: " |prein| Test Name |preout| "
5669       data: "data name"
5670     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5671       data: "data msg"
5672   data: "vpp-mrr-results-2n-clx"
5673   filter: "all"
5674   parameters:
5675   - "name"
5676   - "parent"
5677   - "msg"
5678
5679 # Detailed Test Results - VPP MRR Results 3n-tsh
5680 - type: "table"
5681   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5682   algorithm: "table_merged_details"
5683   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5684   columns:
5685     - title: " |prein| Test Name |preout| "
5686       data: "data name"
5687     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5688       data: "data msg"
5689   data: "vpp-mrr-results-3n-tsh"
5690   filter: "all"
5691   parameters:
5692   - "name"
5693   - "parent"
5694   - "msg"
5695
5696 # Detailed Test Results - VPP MRR Results 3n-dnv
5697 - type: "table"
5698   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5699   algorithm: "table_merged_details"
5700   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5701   columns:
5702     - title: " |prein| Test Name |preout| "
5703       data: "data name"
5704     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5705       data: "data msg"
5706   data: "vpp-mrr-results-3n-dnv"
5707   filter: "all"
5708   parameters:
5709   - "name"
5710   - "parent"
5711   - "msg"
5712
5713 # Detailed Test Results - VPP MRR Results 2n-dnv
5714 - type: "table"
5715   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5716   algorithm: "table_merged_details"
5717   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5718   columns:
5719     - title: " |prein| Test Name |preout| "
5720       data: "data name"
5721     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5722       data: "data msg"
5723   data: "vpp-mrr-results-2n-dnv"
5724   filter: "all"
5725   parameters:
5726   - "name"
5727   - "parent"
5728   - "msg"
5729
5730 # Test configuration - VPP MRR Test Configs 3n-hsw
5731 - type: "table"
5732   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5733   algorithm: "table_merged_details"
5734   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5735   columns:
5736     - title: " |prein| Test Name |preout| "
5737       data: "data name"
5738     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5739       data: "data conf-history"
5740   data: "vpp-mrr-results-3n-hsw"
5741   filter: "all"
5742   parameters:
5743   - "parent"
5744   - "name"
5745   - "conf-history"
5746
5747 # Test configuration - VPP MRR Test Configs 3n-skx
5748 - type: "table"
5749   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5750   algorithm: "table_merged_details"
5751   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5752   columns:
5753     - title: " |prein| Test Name |preout| "
5754       data: "data name"
5755     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5756       data: "data conf-history"
5757   data: "vpp-mrr-results-3n-skx"
5758   filter: "all"
5759   parameters:
5760   - "parent"
5761   - "name"
5762   - "conf-history"
5763
5764 # Test configuration - VPP MRR Test Configs 2n-skx
5765 - type: "table"
5766   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5767   algorithm: "table_merged_details"
5768   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5769   columns:
5770     - title: " |prein| Test Name |preout| "
5771       data: "data name"
5772     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5773       data: "data conf-history"
5774   data: "vpp-mrr-results-2n-skx"
5775   filter: "all"
5776   parameters:
5777   - "parent"
5778   - "name"
5779   - "conf-history"
5780
5781 # Test configuration - VPP MRR Test Configs 2n-clx
5782 - type: "table"
5783   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5784   algorithm: "table_merged_details"
5785   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5786   columns:
5787     - title: " |prein| Test Name |preout| "
5788       data: "data name"
5789     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5790       data: "data conf-history"
5791   data: "vpp-mrr-results-2n-clx"
5792   filter: "all"
5793   parameters:
5794   - "parent"
5795   - "name"
5796   - "conf-history"
5797
5798 # Test configuration - VPP MRR Test Configs 3n-tsh
5799 - type: "table"
5800   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5801   algorithm: "table_merged_details"
5802   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5803   columns:
5804     - title: " |prein| Test Name |preout| "
5805       data: "data name"
5806     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5807       data: "data conf-history"
5808   data: "vpp-mrr-results-3n-tsh"
5809   filter: "all"
5810   parameters:
5811   - "parent"
5812   - "name"
5813   - "conf-history"
5814
5815 # Test configuration - VPP MRR Test Configs 3n-dnv
5816 - type: "table"
5817   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5818   algorithm: "table_merged_details"
5819   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5820   columns:
5821     - title: " |prein| Test Name |preout| "
5822       data: "data name"
5823     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5824       data: "data conf-history"
5825   data: "vpp-mrr-results-3n-dnv"
5826   filter: "all"
5827   parameters:
5828   - "parent"
5829   - "name"
5830   - "conf-history"
5831
5832 # Test configuration - VPP MRR Test Configs 2n-dnv
5833 - type: "table"
5834   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5835   algorithm: "table_merged_details"
5836   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5837   columns:
5838     - title: " |prein| Test Name |preout| "
5839       data: "data name"
5840     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5841       data: "data conf-history"
5842   data: "vpp-mrr-results-2n-dnv"
5843   filter: "all"
5844   parameters:
5845   - "parent"
5846   - "name"
5847   - "conf-history"
5848
5849 # Detailed Test Results - VPP Device Results - Ubuntu
5850 - type: "table"
5851   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5852   algorithm: "table_merged_details"
5853   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5854   columns:
5855     - title: " |prein| Test Name |preout| "
5856       data: "data name"
5857     - title: " |prein| Status |preout| "
5858       data: "data status"
5859   data: "vpp-device-results-ubuntu"
5860   filter: "all"
5861   parameters:
5862   - "name"
5863   - "parent"
5864   - "doc"
5865   - "status"
5866
5867 # Test configuration - VPP Device Test Configs - Ubuntu
5868 - type: "table"
5869   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5870   algorithm: "table_merged_details"
5871   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
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-device-results-ubuntu"
5878   filter: "all"
5879   parameters:
5880   - "parent"
5881   - "name"
5882   - "conf-history"
5883
5884 ################################################################################
5885
5886 # DPDK Performance Changes 3n-hsw 1t1c pdr
5887 - type: "table"
5888   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5889   algorithm: "table_comparison"
5890   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5891   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5892   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5893   columns:
5894     - title: "1908"
5895       data-set: "dpdk-performance-changes-3n-hsw-h1"
5896     - title: "2001"
5897       data-set: "dpdk-performance-changes-3n-hsw-ref"
5898     - title: "2005"
5899       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5900   comparisons:
5901     - title: "Diff"
5902       reference: 2
5903       compare: 3
5904   legend:
5905     - "Legend to Table"
5906     - "1908, 2001, 2005 - DPDK versions tested."
5907     - "Diff - difference between 2001 and 2005 DPDK version."
5908
5909 # DPDK Performance Changes 3n-hsw 2t2c pdr
5910 - type: "table"
5911   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5912   algorithm: "table_comparison"
5913   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5914   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5915   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5916   columns:
5917     - title: "1908"
5918       data-set: "dpdk-performance-changes-3n-hsw-h1"
5919     - title: "2001"
5920       data-set: "dpdk-performance-changes-3n-hsw-ref"
5921     - title: "2005"
5922       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5923   comparisons:
5924     - title: "Diff"
5925       reference: 2
5926       compare: 3
5927   legend:
5928     - "Legend to Table"
5929     - "1908, 2001, 2005 - DPDK versions tested."
5930     - "Diff - difference between 2001 and 2005 DPDK version."
5931
5932 # DPDK Performance Changes 3n-hsw 1t1c pdr
5933 - type: "table"
5934   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5935   algorithm: "table_comparison"
5936   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5937   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5938   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5939   columns:
5940     - title: "1908"
5941       data-set: "dpdk-performance-changes-3n-hsw-h1"
5942     - title: "2001"
5943       data-set: "dpdk-performance-changes-3n-hsw-ref"
5944     - title: "2005"
5945       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5946   comparisons:
5947     - title: "Diff"
5948       reference: 2
5949       compare: 3
5950   legend:
5951     - "Legend to Table"
5952     - "1908, 2001, 2005 - DPDK versions tested."
5953     - "Diff - difference between 2001 and 2005 DPDK version."
5954
5955 # DPDK Performance Changes 3n-hsw 2t2c ndr
5956 - type: "table"
5957   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5958   algorithm: "table_comparison"
5959   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5960   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5961   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5962   columns:
5963     - title: "1908"
5964       data-set: "dpdk-performance-changes-3n-hsw-h1"
5965     - title: "2001"
5966       data-set: "dpdk-performance-changes-3n-hsw-ref"
5967     - title: "2005"
5968       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5969   comparisons:
5970     - title: "Diff"
5971       reference: 2
5972       compare: 3
5973   legend:
5974     - "Legend to Table"
5975     - "1908, 2001, 2005 - DPDK versions tested."
5976     - "Diff - difference between 2001 and 2005 DPDK version."
5977
5978 # DPDK Performance Changes 3n-skx 2t1c pdr
5979 - type: "table"
5980   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5981   algorithm: "table_comparison"
5982   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5983   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5984   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5985   columns:
5986     - title: "1908"
5987       data-set: "dpdk-performance-changes-3n-skx-h1"
5988     - title: "2001"
5989       data-set: "dpdk-performance-changes-3n-skx-ref"
5990     - title: "2005"
5991       data-set: "dpdk-performance-changes-3n-skx-cmp"
5992   comparisons:
5993     - title: "Diff"
5994       reference: 2
5995       compare: 3
5996   legend:
5997     - "Legend to Table"
5998     - "1908, 2001, 2005 - DPDK versions tested."
5999     - "Diff - difference between 2001 and 2005 DPDK version."
6000
6001 # DPDK Performance Changes 3n-skx 4t2c pdr
6002 - type: "table"
6003   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6004   algorithm: "table_comparison"
6005   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6006   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6007   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6008   columns:
6009     - title: "1908"
6010       data-set: "dpdk-performance-changes-3n-skx-h1"
6011     - title: "2001"
6012       data-set: "dpdk-performance-changes-3n-skx-ref"
6013     - title: "2005"
6014       data-set: "dpdk-performance-changes-3n-skx-cmp"
6015   comparisons:
6016     - title: "Diff"
6017       reference: 2
6018       compare: 3
6019   legend:
6020     - "Legend to Table"
6021     - "1908, 2001, 2005 - DPDK versions tested."
6022     - "Diff - difference between 2001 and 2005 DPDK version."
6023
6024 # DPDK Performance Changes 3n-skx 2t1c ndr
6025 - type: "table"
6026   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6027   algorithm: "table_comparison"
6028   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6029   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6030   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6031   columns:
6032     - title: "1908"
6033       data-set: "dpdk-performance-changes-3n-skx-h1"
6034     - title: "2001"
6035       data-set: "dpdk-performance-changes-3n-skx-ref"
6036     - title: "2005"
6037       data-set: "dpdk-performance-changes-3n-skx-cmp"
6038   comparisons:
6039     - title: "Diff"
6040       reference: 2
6041       compare: 3
6042   legend:
6043     - "Legend to Table"
6044     - "1908, 2001, 2005 - DPDK versions tested."
6045     - "Diff - difference between 2001 and 2005 DPDK version."
6046
6047 # DPDK Performance Changes 3n-skx 4t2c ndr
6048 - type: "table"
6049   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6050   algorithm: "table_comparison"
6051   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6052   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6053   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6054   columns:
6055     - title: "1908"
6056       data-set: "dpdk-performance-changes-3n-skx-h1"
6057     - title: "2001"
6058       data-set: "dpdk-performance-changes-3n-skx-ref"
6059     - title: "2005"
6060       data-set: "dpdk-performance-changes-3n-skx-cmp"
6061   comparisons:
6062     - title: "Diff"
6063       reference: 2
6064       compare: 3
6065   legend:
6066     - "Legend to Table"
6067     - "1908, 2001, 2005 - DPDK versions tested."
6068     - "Diff - difference between 2001 and 2005 DPDK version."
6069
6070 # DPDK Performance Changes 2n-skx 2t1c pdr
6071 - type: "table"
6072   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6073   algorithm: "table_comparison"
6074   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6075   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6076   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6077   columns:
6078     - title: "1908"
6079       data-set: "dpdk-performance-changes-2n-skx-h1"
6080     - title: "2001"
6081       data-set: "dpdk-performance-changes-2n-skx-ref"
6082     - title: "2005"
6083       data-set: "dpdk-performance-changes-2n-skx-cmp"
6084   comparisons:
6085     - title: "Diff"
6086       reference: 2
6087       compare: 3
6088   legend:
6089     - "Legend to Table"
6090     - "1908, 2001, 2005 - DPDK versions tested."
6091     - "Diff - difference between 2001 and 2005 DPDK version."
6092
6093 # DPDK Performance Changes 2n-skx 4t2c pdr
6094 - type: "table"
6095   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6096   algorithm: "table_comparison"
6097   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6098   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6099   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6100   columns:
6101     - title: "1908"
6102       data-set: "dpdk-performance-changes-2n-skx-h1"
6103     - title: "2001"
6104       data-set: "dpdk-performance-changes-2n-skx-ref"
6105     - title: "2005"
6106       data-set: "dpdk-performance-changes-2n-skx-cmp"
6107   comparisons:
6108     - title: "Diff"
6109       reference: 2
6110       compare: 3
6111   legend:
6112     - "Legend to Table"
6113     - "1908, 2001, 2005 - DPDK versions tested."
6114     - "Diff - difference between 2001 and 2005 DPDK version."
6115
6116 # DPDK Performance Changes 2n-skx 2t1c ndr
6117 - type: "table"
6118   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6119   algorithm: "table_comparison"
6120   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6121   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6122   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6123   columns:
6124     - title: "1908"
6125       data-set: "dpdk-performance-changes-2n-skx-h1"
6126     - title: "2001"
6127       data-set: "dpdk-performance-changes-2n-skx-ref"
6128     - title: "2005"
6129       data-set: "dpdk-performance-changes-2n-skx-cmp"
6130   comparisons:
6131     - title: "Diff"
6132       reference: 2
6133       compare: 3
6134   legend:
6135     - "Legend to Table"
6136     - "1908, 2001, 2005 - DPDK versions tested."
6137     - "Diff - difference between 2001 and 2005 DPDK version."
6138
6139 # DPDK Performance Changes 2n-skx 4t2c ndr
6140 - type: "table"
6141   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6142   algorithm: "table_comparison"
6143   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6144   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6145   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6146   columns:
6147     - title: "1908"
6148       data-set: "dpdk-performance-changes-2n-skx-h1"
6149     - title: "2001"
6150       data-set: "dpdk-performance-changes-2n-skx-ref"
6151     - title: "2005"
6152       data-set: "dpdk-performance-changes-2n-skx-cmp"
6153   comparisons:
6154     - title: "Diff"
6155       reference: 2
6156       compare: 3
6157   legend:
6158     - "Legend to Table"
6159     - "1908, 2001, 2005 - DPDK versions tested."
6160     - "Diff - difference between 2001 and 2005 DPDK version."
6161
6162 # DPDK Performance Changes 2n-clx 2t1c pdr
6163 - type: "table"
6164   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6165   algorithm: "table_comparison"
6166   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6167   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6168   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6169   columns:
6170     - title: "2001"
6171       data-set: "dpdk-performance-changes-2n-clx-ref"
6172     - title: "2005"
6173       data-set: "dpdk-performance-changes-2n-clx-cmp"
6174   comparisons:
6175     - title: "Diff"
6176       reference: 1
6177       compare: 2
6178   legend:
6179     - "Legend to Table"
6180     - "2001, 2005 - DPDK versions tested."
6181     - "Diff - difference between 2001 and 2005 DPDK version."
6182
6183 # DPDK Performance Changes 2n-clx 4t2c pdr
6184 - type: "table"
6185   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6186   algorithm: "table_comparison"
6187   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6188   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6189   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6190   columns:
6191     - title: "2001"
6192       data-set: "dpdk-performance-changes-2n-clx-ref"
6193     - title: "2005"
6194       data-set: "dpdk-performance-changes-2n-clx-cmp"
6195   comparisons:
6196     - title: "Diff"
6197       reference: 1
6198       compare: 2
6199   legend:
6200     - "Legend to Table"
6201     - "2001, 2005 - DPDK versions tested."
6202     - "Diff - difference between 2001 and 2005 DPDK version."
6203
6204 # DPDK Performance Changes 2n-clx 2t1c ndr
6205 - type: "table"
6206   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6207   algorithm: "table_comparison"
6208   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6209   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6210   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6211   columns:
6212     - title: "2001"
6213       data-set: "dpdk-performance-changes-2n-clx-ref"
6214     - title: "2005"
6215       data-set: "dpdk-performance-changes-2n-clx-cmp"
6216   comparisons:
6217     - title: "Diff"
6218       reference: 1
6219       compare: 2
6220   legend:
6221     - "Legend to Table"
6222     - "2001, 2005 - DPDK versions tested."
6223     - "Diff - difference between 2001 and 2005 DPDK version."
6224
6225 # DPDK Performance Changes 2n-clx 4t2c ndr
6226 - type: "table"
6227   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6228   algorithm: "table_comparison"
6229   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6230   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6231   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6232   columns:
6233     - title: "2001"
6234       data-set: "dpdk-performance-changes-2n-clx-ref"
6235     - title: "2005"
6236       data-set: "dpdk-performance-changes-2n-clx-cmp"
6237   comparisons:
6238     - title: "Diff"
6239       reference: 1
6240       compare: 2
6241   legend:
6242     - "Legend to Table"
6243     - "2001, 2005 - DPDK versions tested."
6244     - "Diff - difference between 2001 and 2005 DPDK version."
6245
6246 # DPDK Performance Changes 2n-dnv 1t1c pdr
6247 - type: "table"
6248   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6249   algorithm: "table_comparison"
6250   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6252   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6253   columns:
6254     - title: "2001"
6255       data-set: "dpdk-performance-changes-2n-dnv-ref"
6256     - title: "2005"
6257       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6258   comparisons:
6259     - title: "Diff"
6260       reference: 1
6261       compare: 2
6262   legend:
6263     - "Legend to Table"
6264     - "2001, 2005 - DPDK versions tested."
6265     - "Diff - difference between 2001 and 2005 DPDK version."
6266
6267 # DPDK Performance Changes 2n-dnv 2t2c pdr
6268 - type: "table"
6269   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6270   algorithm: "table_comparison"
6271   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6272   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6273   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6274   columns:
6275     - title: "2001"
6276       data-set: "dpdk-performance-changes-2n-dnv-ref"
6277     - title: "2005"
6278       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6279   comparisons:
6280     - title: "Diff"
6281       reference: 1
6282       compare: 2
6283   legend:
6284     - "Legend to Table"
6285     - "2001, 2005 - DPDK versions tested."
6286     - "Diff - difference between 2001 and 2005 DPDK version."
6287
6288 # DPDK Performance Changes 2n-dnv 1t1c ndr
6289 - type: "table"
6290   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6291   algorithm: "table_comparison"
6292   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6293   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6294   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6295   columns:
6296     - title: "2001"
6297       data-set: "dpdk-performance-changes-2n-dnv-ref"
6298     - title: "2005"
6299       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6300   comparisons:
6301     - title: "Diff"
6302       reference: 1
6303       compare: 2
6304   legend:
6305     - "Legend to Table"
6306     - "2001, 2005 - DPDK versions tested."
6307     - "Diff - difference between 2001 and 2005 DPDK version."
6308
6309 # DPDK Performance Changes 2n-dnv 2t2c ndr
6310 - type: "table"
6311   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6312   algorithm: "table_comparison"
6313   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6314   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6315   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6316   columns:
6317     - title: "2001"
6318       data-set: "dpdk-performance-changes-2n-dnv-ref"
6319     - title: "2005"
6320       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6321   comparisons:
6322     - title: "Diff"
6323       reference: 1
6324       compare: 2
6325   legend:
6326     - "Legend to Table"
6327     - "2001, 2005 - DPDK versions tested."
6328     - "Diff - difference between 2001 and 2005 DPDK version."
6329
6330 # DPDK Performance Changes 3n-dnv 1t1c pdr
6331 - type: "table"
6332   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6333   algorithm: "table_comparison"
6334   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6335   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6336   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6337   columns:
6338     - title: "2001"
6339       data-set: "dpdk-performance-changes-3n-dnv-ref"
6340     - title: "2005"
6341       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6342   comparisons:
6343     - title: "Diff"
6344       reference: 1
6345       compare: 2
6346   legend:
6347     - "Legend to Table"
6348     - "2001, 2005 - DPDK versions tested."
6349     - "Diff - difference between 2001 and 2005 DPDK version."
6350
6351 # DPDK Performance Changes 3n-dnv 2t2c pdr
6352 - type: "table"
6353   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6354   algorithm: "table_comparison"
6355   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6356   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6357   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6358   columns:
6359     - title: "2001"
6360       data-set: "dpdk-performance-changes-3n-dnv-ref"
6361     - title: "2005"
6362       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6363   comparisons:
6364     - title: "Diff"
6365       reference: 1
6366       compare: 2
6367   legend:
6368     - "Legend to Table"
6369     - "2001, 2005 - DPDK versions tested."
6370     - "Diff - difference between 2001 and 2005 DPDK version."
6371
6372 # DPDK Performance Changes 3n-dnv 1t1c ndr
6373 - type: "table"
6374   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6375   algorithm: "table_comparison"
6376   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6377   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6378   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6379   columns:
6380     - title: "2001"
6381       data-set: "dpdk-performance-changes-3n-dnv-ref"
6382     - title: "2005"
6383       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6384   comparisons:
6385     - title: "Diff"
6386       reference: 1
6387       compare: 2
6388   legend:
6389     - "Legend to Table"
6390     - "2001, 2005 - DPDK versions tested."
6391     - "Diff - difference between 2001 and 2005 DPDK version."
6392
6393 # DPDK Performance Changes 3n-dnv 2t2c ndr
6394 - type: "table"
6395   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6396   algorithm: "table_comparison"
6397   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6398   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6399   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6400   columns:
6401     - title: "2001"
6402       data-set: "dpdk-performance-changes-3n-dnv-ref"
6403     - title: "2005"
6404       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6405   comparisons:
6406     - title: "Diff"
6407       reference: 1
6408       compare: 2
6409   legend:
6410     - "Legend to Table"
6411     - "2001, 2005 - DPDK versions tested."
6412     - "Diff - difference between 2001 and 2005 DPDK version."
6413
6414 # DPDK Performance Changes 3n-tsh 1t1c pdr
6415 - type: "table"
6416   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6417   algorithm: "table_comparison"
6418   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6419   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6420   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6421   columns:
6422     - title: "2001"
6423       data-set: "dpdk-performance-changes-3n-tsh-ref"
6424     - title: "2005"
6425       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6426   comparisons:
6427     - title: "Diff"
6428       reference: 1
6429       compare: 2
6430   legend:
6431     - "Legend to Table"
6432     - "2001, 2005 - DPDK versions tested."
6433     - "Diff - difference between 2001 and 2005 DPDK version."
6434
6435 # DPDK Performance Changes 3n-tsh 2t2c pdr
6436 - type: "table"
6437   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6438   algorithm: "table_comparison"
6439   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6440   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6441   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6442   columns:
6443     - title: "2001"
6444       data-set: "dpdk-performance-changes-3n-tsh-ref"
6445     - title: "2005"
6446       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6447   comparisons:
6448     - title: "Diff"
6449       reference: 1
6450       compare: 2
6451   legend:
6452     - "Legend to Table"
6453     - "2001, 2005 - DPDK versions tested."
6454     - "Diff - difference between 2001 and 2005 DPDK version."
6455
6456 # DPDK Performance Changes 3n-tsh 1t1c ndr
6457 - type: "table"
6458   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6459   algorithm: "table_comparison"
6460   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6461   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6462   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6463   columns:
6464     - title: "2001"
6465       data-set: "dpdk-performance-changes-3n-tsh-ref"
6466     - title: "2005"
6467       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6468   comparisons:
6469     - title: "Diff"
6470       reference: 1
6471       compare: 2
6472   legend:
6473     - "Legend to Table"
6474     - "2001, 2005 - DPDK versions tested."
6475     - "Diff - difference between 2001 and 2005 DPDK version."
6476
6477 # DPDK Performance Changes 3n-tsh 2t2c ndr
6478 - type: "table"
6479   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6480   algorithm: "table_comparison"
6481   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6482   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6483   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6484   columns:
6485     - title: "2001"
6486       data-set: "dpdk-performance-changes-3n-tsh-ref"
6487     - title: "2005"
6488       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6489   comparisons:
6490     - title: "Diff"
6491       reference: 1
6492       compare: 2
6493   legend:
6494     - "Legend to Table"
6495     - "2001, 2005 - DPDK versions tested."
6496     - "Diff - difference between 2001 and 2005 DPDK version."
6497
6498 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6499 - type: "table"
6500   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6501   algorithm: "table_comparison"
6502   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6503   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6504   filter: "'NIC_Intel-X710'"
6505   columns:
6506     - title: "3n-hsw x710"
6507       data-set: "dpdk-compare-testbeds-ref"
6508     - title: "3n-skx x710"
6509       data-set: "dpdk-compare-testbeds-cmp"
6510   comparisons:
6511     - title: "Diff"
6512       reference: 1
6513       compare: 2
6514   legend:
6515     - "Legend to Table"
6516     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6517     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6518
6519 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6520 - type: "table"
6521   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6522   algorithm: "table_comparison"
6523   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6524   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6525   filter: "'NIC_Intel-X710'"
6526   columns:
6527     - title: "3n-hsw x710"
6528       data-set: "dpdk-compare-testbeds-ref"
6529     - title: "3n-skx x710"
6530       data-set: "dpdk-compare-testbeds-cmp"
6531   comparisons:
6532     - title: "Diff"
6533       reference: 1
6534       compare: 2
6535   legend:
6536     - "Legend to Table"
6537     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6538     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6539
6540 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6541 - type: "table"
6542   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6543   algorithm: "table_comparison"
6544   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6545   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6546   filter: "'NIC_Intel-XXV710'"
6547   columns:
6548     - title: "2n-skx"
6549       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6550     - title: "2n-clx"
6551       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6552   comparisons:
6553     - title: "Diff"
6554       reference: 1
6555       compare: 2
6556   legend:
6557     - "Legend to Table"
6558     - "2n-skx, 2n-clx - testbeds and NICs tested."
6559     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6560
6561 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6562 - type: "table"
6563   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6564   algorithm: "table_comparison"
6565   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6567   filter: "'NIC_Intel-XXV710'"
6568   columns:
6569     - title: "2n-skx"
6570       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6571     - title: "2n-clx"
6572       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6573   comparisons:
6574     - title: "Diff"
6575       reference: 1
6576       compare: 2
6577   legend:
6578     - "Legend to Table"
6579     - "2n-skx, 2n-clx - testbeds and NICs tested."
6580     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6581
6582 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6583 - type: "table"
6584   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6585   algorithm: "table_comparison"
6586   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6587   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6588   filter: "'NIC_Intel-XXV710'"
6589   columns:
6590     - title: "3n-skx"
6591       data-set: "dpdk-compare-topologies-ref"
6592     - title: "2n-skx"
6593       data-set: "dpdk-compare-topologies-cmp"
6594   comparisons:
6595     - title: "Diff"
6596       reference: 1
6597       compare: 2
6598   legend:
6599     - "Legend to Table"
6600     - "3n-skx, 2n-skx - topologies tested."
6601     - "Diff - difference between 3n-skx and 2n-skx topologies."
6602
6603 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6604 - type: "table"
6605   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6606   algorithm: "table_comparison"
6607   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6608   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6609   filter: "'NIC_Intel-XXV710'"
6610   columns:
6611     - title: "3n-skx"
6612       data-set: "dpdk-compare-topologies-ref"
6613     - title: "2n-skx"
6614       data-set: "dpdk-compare-topologies-cmp"
6615   comparisons:
6616     - title: "Diff"
6617       reference: 1
6618       compare: 2
6619   legend:
6620     - "Legend to Table"
6621     - "3n-skx, 2n-skx - topologies tested."
6622     - "Diff - difference between 3n-skx and 2n-skx topologies."
6623
6624 # Detailed Test Results - DPDK Performance Results 3n-hsw
6625 - type: "table"
6626   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6627   algorithm: "table_merged_details"
6628   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6629   columns:
6630     - title: " |prein| Test Name |preout| "
6631       data: "data name"
6632     - 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| "
6633       data: "data msg"
6634   data: "dpdk-perf-results-3n-hsw"
6635   filter: "all"
6636   parameters:
6637   - "name"
6638   - "parent"
6639   - "msg"
6640
6641 # Detailed Test Results - DPDK Performance Results 3n-skx
6642 - type: "table"
6643   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6644   algorithm: "table_merged_details"
6645   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6646   columns:
6647     - title: " |prein| Test Name |preout| "
6648       data: "data name"
6649     - 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| "
6650       data: "data msg"
6651   data: "dpdk-perf-results-3n-skx"
6652   filter: "all"
6653   remove-ndr: False
6654   parameters:
6655   - "name"
6656   - "parent"
6657   - "msg"
6658
6659 # Detailed Test Results - DPDK Performance Results 2n-skx
6660 - type: "table"
6661   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6662   algorithm: "table_merged_details"
6663   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6664   columns:
6665     - title: " |prein| Test Name |preout| "
6666       data: "data name"
6667     - 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| "
6668       data: "data msg"
6669   data: "dpdk-perf-results-2n-skx"
6670   filter: "all"
6671   remove-ndr: False
6672   parameters:
6673   - "name"
6674   - "parent"
6675   - "msg"
6676
6677 # Detailed Test Results - DPDK Performance Results 2n-clx
6678 - type: "table"
6679   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6680   algorithm: "table_merged_details"
6681   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6682   columns:
6683     - title: " |prein| Test Name |preout| "
6684       data: "data name"
6685     - 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| "
6686       data: "data msg"
6687   data: "dpdk-perf-results-2n-clx"
6688   filter: "all"
6689   parameters:
6690   - "name"
6691   - "parent"
6692   - "msg"
6693
6694 # Detailed Test Results - DPDK Performance Results 2n-dnv
6695 - type: "table"
6696   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6697   algorithm: "table_merged_details"
6698   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6699   columns:
6700     - title: " |prein| Test Name |preout| "
6701       data: "data name"
6702     - 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| "
6703       data: "data msg"
6704   data: "dpdk-perf-results-2n-dnv"
6705   filter: "all"
6706   parameters:
6707   - "name"
6708   - "parent"
6709   - "msg"
6710
6711 # Detailed Test Results - DPDK Performance Results 3n-dnv
6712 - type: "table"
6713   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6714   algorithm: "table_merged_details"
6715   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6716   columns:
6717     - title: " |prein| Test Name |preout| "
6718       data: "data name"
6719     - 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| "
6720       data: "data msg"
6721   data: "dpdk-perf-results-3n-dnv"
6722   filter: "all"
6723   parameters:
6724   - "name"
6725   - "parent"
6726   - "msg"
6727
6728 # Detailed Test Results - DPDK Performance Results 3n-tsh
6729 - type: "table"
6730   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6731   algorithm: "table_merged_details"
6732   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6733   columns:
6734     - title: " |prein| Test Name |preout| "
6735       data: "data name"
6736     - 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| "
6737       data: "data msg"
6738   data: "dpdk-perf-results-3n-tsh"
6739   filter: "all"
6740   parameters:
6741   - "name"
6742   - "parent"
6743   - "msg"
6744
6745 ################################################################################
6746 ###                                F I L E S                                 ###
6747 ################################################################################
6748
6749 # VPP Performance Results
6750 - type: "file"
6751   title: "VPP Performance Results"
6752   algorithm: "file_details_split"
6753   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6754   dir-tables:
6755     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6756     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6757     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6758     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6759     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6760     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6761     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6762   data:
6763     - "vpp-perf-results-2n-skx"
6764     - "vpp-perf-results-3n-skx"
6765     - "vpp-perf-results-2n-clx"
6766     - "vpp-perf-results-3n-hsw"
6767     - "vpp-perf-results-3n-tsh"
6768     - "vpp-perf-results-2n-dnv"
6769     - "vpp-perf-results-3n-dnv"
6770   filter: "all"
6771   data-start-level: 4
6772   order-chapters:
6773     level-1:
6774       - "l2"
6775       - "ip4"
6776       - "ip6"
6777       - "srv6"
6778       - "ip4_tunnels"
6779       - "ip6_tunnels"
6780       - "vm_vhost"
6781       - "container_memif"
6782       - "crypto"
6783       - "vts"
6784       - "lb"
6785       - "nfv_density"
6786       - "hoststack"
6787     level-2:
6788       - "2n-skx"
6789       - "3n-skx"
6790       - "2n-clx"
6791       - "3n-hsw"
6792       - "3n-tsh"
6793       - "2n-dnv"
6794       - "3n-dnv"
6795     level-3:
6796       - "xl710"
6797       - "x520"
6798       - "xxv710"
6799       - "x710"
6800       - "x553"
6801       - "cx556a"
6802       - "vic1227"
6803       - "vic1385"
6804
6805 # VPP Performance Configuration
6806 - type: "file"
6807   title: "VPP Performance Configuration"
6808   algorithm: "file_details_split"
6809   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6810   dir-tables:
6811     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6812     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6813     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6814     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6815     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6816     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6817     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6818   data:
6819     - "vpp-perf-results-2n-skx"
6820     - "vpp-perf-results-3n-skx"
6821     - "vpp-perf-results-2n-clx"
6822     - "vpp-perf-results-3n-hsw"
6823     - "vpp-perf-results-3n-tsh"
6824     - "vpp-perf-results-2n-dnv"
6825     - "vpp-perf-results-3n-dnv"
6826   filter: "all"
6827   data-start-level: 4
6828   order-chapters:
6829     level-1:
6830       - "l2"
6831       - "ip4"
6832       - "ip6"
6833       - "srv6"
6834       - "ip4_tunnels"
6835       - "ip6_tunnels"
6836       - "vm_vhost"
6837       - "container_memif"
6838       - "crypto"
6839       - "vts"
6840       - "lb"
6841       - "nfv_density"
6842       - "hoststack"
6843     level-2:
6844       - "2n-skx"
6845       - "3n-skx"
6846       - "2n-clx"
6847       - "3n-hsw"
6848       - "3n-tsh"
6849       - "2n-dnv"
6850       - "3n-dnv"
6851     level-3:
6852       - "xl710"
6853       - "x520"
6854       - "xxv710"
6855       - "x710"
6856       - "x553"
6857       - "cx556a"
6858       - "vic1227"
6859       - "vic1385"
6860
6861 # VPP Performance Operational
6862 - type: "file"
6863   title: "VPP Performance Operational"
6864   algorithm: "file_details_split_html"
6865   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6866   dir-tables:
6867     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6868     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6869     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6870     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6871     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6872     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6873     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6874   data:
6875     - "vpp-perf-results-2n-skx"
6876     - "vpp-perf-results-3n-skx"
6877     - "vpp-perf-results-2n-clx"
6878     - "vpp-perf-results-3n-hsw"
6879     - "vpp-perf-results-3n-tsh"
6880     - "vpp-perf-results-2n-dnv"
6881     - "vpp-perf-results-3n-dnv"
6882   filter: "all"
6883   data-start-level: 4
6884   order-chapters:
6885     level-1:
6886       - "l2"
6887       - "ip4"
6888       - "ip6"
6889       - "srv6"
6890       - "ip4_tunnels"
6891       - "ip6_tunnels"
6892       - "vm_vhost"
6893       - "container_memif"
6894       - "crypto"
6895       - "vts"
6896       - "lb"
6897       - "nfv_density"
6898       - "hoststack"
6899     level-2:
6900       - "2n-skx"
6901       - "3n-skx"
6902       - "2n-clx"
6903       - "3n-hsw"
6904       - "3n-tsh"
6905       - "2n-dnv"
6906       - "3n-dnv"
6907     level-3:
6908       - "xl710"
6909       - "x520"
6910       - "xxv710"
6911       - "x710"
6912       - "x553"
6913       - "cx556a"
6914       - "vic1227"
6915       - "vic1385"
6916
6917 # VPP MRR Results
6918 - type: "file"
6919   title: "VPP MRR Results"
6920   algorithm: "file_details_split"
6921   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6922   dir-tables:
6923     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6924     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6925     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6926     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6927     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6928     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6929     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6930   data:
6931     - "vpp-mrr-results-2n-skx"
6932     - "vpp-mrr-results-3n-skx"
6933     - "vpp-mrr-results-2n-clx"
6934     - "vpp-mrr-results-3n-hsw"
6935     - "vpp-mrr-results-3n-tsh"
6936     - "vpp-mrr-results-2n-dnv"
6937     - "vpp-mrr-results-3n-dnv"
6938   filter: "all"
6939   data-start-level: 4
6940   order-chapters:
6941     level-1:
6942       - "l2"
6943       - "ip4"
6944       - "ip6"
6945       - "srv6"
6946       - "ip4_tunnels"
6947       - "ip6_tunnels"
6948       - "vm_vhost"
6949       - "container_memif"
6950       - "crypto"
6951       - "vts"
6952       - "lb"
6953       - "nfv_density"
6954       - "hoststack"
6955     level-2:
6956       - "2n-skx"
6957       - "3n-skx"
6958       - "2n-clx"
6959       - "3n-hsw"
6960       - "3n-tsh"
6961       - "2n-dnv"
6962       - "3n-dnv"
6963     level-3:
6964       - "xl710"
6965       - "x520"
6966       - "xxv710"
6967       - "x710"
6968       - "x553"
6969       - "cx556a"
6970       - "vic1227"
6971       - "vic1385"
6972
6973 # VPP MRR Configuration
6974 - type: "file"
6975   title: "VPP MRR Configuration"
6976   algorithm: "file_details_split"
6977   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6978   dir-tables:
6979     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6980     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6981     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6982     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6983     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6984     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6985     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6986   data:
6987     - "vpp-mrr-results-2n-skx"
6988     - "vpp-mrr-results-3n-skx"
6989     - "vpp-mrr-results-2n-clx"
6990     - "vpp-mrr-results-3n-hsw"
6991     - "vpp-mrr-results-3n-tsh"
6992     - "vpp-mrr-results-2n-dnv"
6993     - "vpp-mrr-results-3n-dnv"
6994   filter: "all"
6995   data-start-level: 4
6996   order-chapters:
6997     level-1:
6998       - "l2"
6999       - "ip4"
7000       - "ip6"
7001       - "srv6"
7002       - "ip4_tunnels"
7003       - "ip6_tunnels"
7004       - "vm_vhost"
7005       - "container_memif"
7006       - "crypto"
7007       - "vts"
7008       - "lb"
7009       - "nfv_density"
7010       - "hoststack"
7011     level-2:
7012       - "2n-skx"
7013       - "3n-skx"
7014       - "2n-clx"
7015       - "3n-hsw"
7016       - "3n-tsh"
7017       - "2n-dnv"
7018       - "3n-dnv"
7019     level-3:
7020       - "xl710"
7021       - "x520"
7022       - "xxv710"
7023       - "x710"
7024       - "x553"
7025       - "cx556a"
7026       - "vic1227"
7027       - "vic1385"
7028
7029 # VPP Device Results - Ubuntu
7030 - type: "file"
7031   title: "VPP Device Results - Ubuntu"
7032   algorithm: "file_test_results"
7033   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7034   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7035   data: "vpp-device-results-ubuntu"
7036   filter: "all"
7037   data-start-level: 4
7038
7039 # VPP Device Configuration - Ubuntu
7040 - type: "file"
7041   title: "VPP Device Configuration - Ubuntu"
7042   algorithm: "file_test_results"
7043   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7044   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7045   data: "vpp-device-results-ubuntu"
7046   filter: "all"
7047   data-start-level: 4
7048
7049 # DPDK Performance Results 3n-hsw
7050 - type: "file"
7051   title: "DPDK Performance Results 3n-hsw"
7052   algorithm: "file_test_results"
7053   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7054   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7055   data: "dpdk-perf-results-3n-hsw"
7056   filter: "all"
7057   data-start-level: 4
7058
7059 # DPDK Performance Results 3n-skx
7060 - type: "file"
7061   title: "DPDK Performance Results 3n-skx"
7062   algorithm: "file_test_results"
7063   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7064   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7065   data: "dpdk-perf-results-3n-skx"
7066   filter: "all"
7067   data-start-level: 4
7068
7069 # DPDK Performance Results 2n-skx
7070 - type: "file"
7071   title: "DPDK Performance Results 2n-skx"
7072   algorithm: "file_test_results"
7073   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7074   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7075   data: "dpdk-perf-results-2n-skx"
7076   filter: "all"
7077   data-start-level: 4
7078
7079 # DPDK Performance Results 2n-clx
7080 - type: "file"
7081   title: "DPDK Performance Results 2n-clx"
7082   algorithm: "file_test_results"
7083   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7084   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7085   data: "dpdk-perf-results-2n-clx"
7086   filter: "all"
7087   data-start-level: 4
7088
7089 # DPDK Performance Results 2n-dnv
7090 - type: "file"
7091   title: "DPDK Performance Results 2n-dnv"
7092   algorithm: "file_test_results"
7093   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7094   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7095   data: "dpdk-perf-results-2n-dnv"
7096   filter: "all"
7097   data-start-level: 4
7098
7099 # DPDK Performance Results 3n-dnv
7100 - type: "file"
7101   title: "DPDK Performance Results 3n-dnv"
7102   algorithm: "file_test_results"
7103   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7104   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7105   data: "dpdk-perf-results-3n-dnv"
7106   filter: "all"
7107   data-start-level: 4
7108
7109 # DPDK Performance Results 3n-tsh
7110 - type: "file"
7111   title: "DPDK Performance Results 3n-tsh"
7112   algorithm: "file_test_results"
7113   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7114   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7115   data: "dpdk-perf-results-3n-tsh"
7116   filter: "all"
7117   data-start-level: 4
7118
7119 ################################################################################
7120 ###                                P L O T S                                 ###
7121 ################################################################################
7122
7123 # Hoststack tests 3n-hsw
7124
7125 - type: "plot"
7126   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7127   algorithm: "plot_perf_box_name"
7128   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7129   data: "plot-vpp-hoststack-3n-hsw"
7130   include:
7131     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7132     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7133   layout:
7134     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7135     layout: "plot-hoststack"
7136
7137 - type: "plot"
7138   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7139   algorithm: "plot_perf_box_name"
7140   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7141   data: "plot-vpp-hoststack-3n-hsw"
7142   include:
7143     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7144     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7145   layout:
7146     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7147     layout: "plot-hoststack"
7148
7149 - type: "plot"
7150   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7151   algorithm: "plot_perf_box_name"
7152   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7153   data: "plot-vpp-hoststack-3n-hsw"
7154   include:
7155     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7156     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7157     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7158     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7159   layout:
7160     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7161     layout: "plot-hoststack"
7162
7163 ## Plots VPP HTTP Server Performance
7164 #- type: "plot"
7165 #  title: "VPP HTTP Server Performance"
7166 #  algorithm: "plot_http_server_perf_box"
7167 #  output-file-type: ".html"
7168 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7169 #  data:
7170 #    "plot-vpp-http-server-performance"
7171 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7172 #  parameters:
7173 #  - "result"
7174 #  - "name"
7175 #  traces:
7176 #    hoverinfo: "y+name"
7177 #    boxpoints: "outliers"
7178 #    whiskerwidth: 0
7179 #  layout:
7180 #    title: "VPP HTTP Server Performance"
7181 #    layout:
7182 #      "plot-cps"
7183 #
7184 #- type: "plot"
7185 #  title: "VPP HTTP Server Performance"
7186 #  algorithm: "plot_http_server_perf_box"
7187 #  output-file-type: ".html"
7188 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7189 #  data:
7190 #    "plot-vpp-http-server-performance"
7191 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7192 #  parameters:
7193 #  - "result"
7194 #  - "name"
7195 #  traces:
7196 #    hoverinfo: "y+name"
7197 #    boxpoints: "outliers"
7198 #    whiskerwidth: 0
7199 #  layout:
7200 #    title: "VPP HTTP Server Performance"
7201 #    layout:
7202 #      "plot-rps"
7203
7204 ################################################################################
7205
7206 # Soak Test (PLRsearch), boxes - 2n-clx
7207 - type: "plot"
7208   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7209   algorithm: "plot_perf_box_name"
7210   output-file-type: ".html"
7211   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7212   data: "plot-vpp-soak-2n-clx"
7213   include:
7214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7220   layout:
7221     title: "30 Minutes Soak Test (PLRsearch)"
7222     layout: "plot-soak-throughput"
7223
7224 # Soak Test (PLRsearch), boxes - 2n-clx
7225 - type: "plot"
7226   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7227   algorithm: "plot_perf_box_name"
7228   output-file-type: ".html"
7229   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7230   data: "plot-vpp-soak-2n-clx"
7231   include:
7232     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7233     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7234     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7235     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7237     - "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"
7238   layout:
7239     title: "30 Minutes Soak Test (PLRsearch)"
7240     layout: "plot-soak-throughput"
7241
7242 # Soak Test (PLRsearch), boxes - 2n-skx
7243 - type: "plot"
7244   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7245   algorithm: "plot_perf_box_name"
7246   output-file-type: ".html"
7247   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7248   data: "plot-vpp-soak-2n-skx"
7249   include:
7250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7256   layout:
7257     title: "30 Minutes Soak Test (PLRsearch)"
7258     layout: "plot-soak-throughput"
7259
7260 # Soak Test (PLRsearch), boxes - 2n-skx
7261 - type: "plot"
7262   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7263   algorithm: "plot_perf_box_name"
7264   output-file-type: ".html"
7265   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7266   data: "plot-vpp-soak-2n-skx"
7267   include:
7268     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7269     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7270     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7271     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7273     - "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"
7274   layout:
7275     title: "30 Minutes Soak Test (PLRsearch)"
7276     layout: "plot-soak-throughput"
7277
7278 ###############################################################################
7279
7280 # Reconf tests 2n-skx
7281
7282 - type: "plot"
7283   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7284   algorithm: "plot_nf_reconf_box_name"
7285   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7286   data: "plot-vpp-nfv-reconf-2n-skx"
7287   include:
7288     - "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"
7289     - "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"
7290     - "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"
7291     - "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"
7292     - "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"
7293     - "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"
7294   layout:
7295     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7296     layout: "plot-throughput"
7297
7298 - type: "plot"
7299   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7300   algorithm: "plot_nf_reconf_box_name"
7301   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7302   data: "plot-vpp-nfv-reconf-2n-skx"
7303   include:
7304     - "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"
7305     - "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"
7306     - "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"
7307     - "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"
7308     - "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"
7309     - "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"
7310   layout:
7311     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7312     layout: "plot-throughput"
7313
7314 - type: "plot"
7315   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7316   algorithm: "plot_nf_reconf_box_name"
7317   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7318   data: "plot-vpp-nfv-reconf-2n-skx"
7319   include:
7320     - "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"
7321     - "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"
7322     - "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"
7323     - "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"
7324     - "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"
7325     - "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"
7326   layout:
7327     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7328     layout: "plot-throughput"
7329
7330 ###############################################################################
7331
7332 # Reconf tests 2n-clx
7333
7334 - type: "plot"
7335   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7336   algorithm: "plot_nf_reconf_box_name"
7337   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7338   data: "plot-vpp-nfv-reconf-2n-clx"
7339   include:
7340     - "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"
7341     - "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"
7342     - "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"
7343     - "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"
7344   layout:
7345     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7346     layout: "plot-throughput"
7347
7348 - type: "plot"
7349   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7350   algorithm: "plot_nf_reconf_box_name"
7351   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7352   data: "plot-vpp-nfv-reconf-2n-clx"
7353   include:
7354     - "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"
7355     - "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"
7356     - "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"
7357     - "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"
7358   layout:
7359     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7360     layout: "plot-throughput"
7361
7362 - type: "plot"
7363   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7364   algorithm: "plot_nf_reconf_box_name"
7365   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7366   data: "plot-vpp-nfv-reconf-2n-clx"
7367   include:
7368     - "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"
7369     - "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"
7370     - "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"
7371     - "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"
7372   layout:
7373     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7374     layout: "plot-throughput"
7375
7376 ###############################################################################
7377
7378 # Plots - NF Density - VSC - MRR IMIX
7379 - type: "plot"
7380   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7381   algorithm: "plot_nf_heatmap"
7382   output-file-type: ".html"
7383   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7384   data: "plot-vpp-nfv-2n-skx-mrr"
7385   filter: "'NIC_Intel-XXV710' and
7386            'NF_DENSITY' and
7387            'VHOST' and
7388            not 'VXLAN' and
7389            'CHAIN' and
7390            'NF_VPPIP4' and
7391            'IMIX' and
7392            '2T1C' and
7393            'MRR'"
7394   parameters:
7395   - "result"
7396   - "name"
7397   - "tags"
7398   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7399   x-axis: "X = VNFs per Service Chain"
7400   y-axis: "Y = Number of Service Chains"
7401   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7402   layout:
7403     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7404     layout: "plot-service-density"
7405
7406 - type: "plot"
7407   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7408   algorithm: "plot_nf_heatmap"
7409   output-file-type: ".html"
7410   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7411   data: "plot-vpp-nfv-2n-skx-mrr"
7412   filter: "'NIC_Intel-XXV710' and
7413            'NF_DENSITY' and
7414            'VHOST' and
7415            not 'VXLAN' and
7416            'CHAIN' and
7417            'NF_VPPIP4' and
7418            'IMIX' and
7419            '4T2C' and
7420            'MRR'"
7421   parameters:
7422   - "result"
7423   - "name"
7424   - "tags"
7425   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7426   x-axis: "X = VNFs per Service Chain"
7427   y-axis: "Y = Number of Service Chains"
7428   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7429   layout:
7430     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7431     layout: "plot-service-density"
7432
7433 - type: "plot"
7434   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7435   algorithm: "plot_nf_heatmap"
7436   output-file-type: ".html"
7437   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7438   data: "plot-vpp-nfv-2n-skx-mrr"
7439   filter: "'NIC_Intel-XXV710' and
7440            'NF_DENSITY' and
7441            'VHOST' and
7442            not 'VXLAN' and
7443            'CHAIN' and
7444            'NF_VPPIP4' and
7445            'IMIX' and
7446            '8T4C' and
7447            'MRR'"
7448   parameters:
7449   - "result"
7450   - "name"
7451   - "tags"
7452   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7453   x-axis: "X = VNFs per Service Chain"
7454   y-axis: "Y = Number of Service Chains"
7455   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7456   layout:
7457     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7458     layout: "plot-service-density"
7459
7460 # Plots - NF Density - VSC - NDR IMIX
7461 - type: "plot"
7462   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7463   algorithm: "plot_nf_heatmap"
7464   output-file-type: ".html"
7465   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7466   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7467   filter: "'NIC_Intel-XXV710' and
7468            'NF_DENSITY' and
7469            'VHOST' and
7470            not 'VXLAN' and
7471            'CHAIN' and
7472            'NF_VPPIP4' and
7473            'IMIX' and
7474            '2T1C' and
7475            'NDRPDR'"
7476   parameters:
7477   - "throughput"
7478   - "name"
7479   - "tags"
7480   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7481   x-axis: "X = VNFs per Service Chain"
7482   y-axis: "Y = Number of Service Chains"
7483   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7484   layout:
7485     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7486     layout: "plot-service-density"
7487
7488 - type: "plot"
7489   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7490   algorithm: "plot_nf_heatmap"
7491   output-file-type: ".html"
7492   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7493   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7494   filter: "'NIC_Intel-XXV710' and
7495            'NF_DENSITY' and
7496            'VHOST' and
7497            not 'VXLAN' and
7498            'CHAIN' and
7499            'NF_VPPIP4' and
7500            'IMIX' and
7501            '4T2C' and
7502            'NDRPDR'"
7503   parameters:
7504   - "throughput"
7505   - "name"
7506   - "tags"
7507   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7508   x-axis: "X = VNFs per Service Chain"
7509   y-axis: "Y = Number of Service Chains"
7510   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7511   layout:
7512     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7513     layout: "plot-service-density"
7514
7515 - type: "plot"
7516   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7517   algorithm: "plot_nf_heatmap"
7518   output-file-type: ".html"
7519   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7520   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7521   filter: "'NIC_Intel-XXV710' and
7522            'NF_DENSITY' and
7523            'VHOST' and
7524            not 'VXLAN' and
7525            'CHAIN' and
7526            'NF_VPPIP4' and
7527            'IMIX' and
7528            '8T4C' and
7529            'NDRPDR'"
7530   parameters:
7531   - "throughput"
7532   - "name"
7533   - "tags"
7534   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7535   x-axis: "X = VNFs per Service Chain"
7536   y-axis: "Y = Number of Service Chains"
7537   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7538   layout:
7539     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7540     layout: "plot-service-density"
7541
7542 # Plots - NF Density - VSC - PDR IMIX
7543 - type: "plot"
7544   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7545   algorithm: "plot_nf_heatmap"
7546   output-file-type: ".html"
7547   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7548   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7549   filter: "'NIC_Intel-XXV710' and
7550            'NF_DENSITY' and
7551            'VHOST' and
7552            not 'VXLAN' and
7553            'CHAIN' and
7554            'NF_VPPIP4' and
7555            'IMIX' and
7556            '2T1C' and
7557            'NDRPDR'"
7558   parameters:
7559   - "throughput"
7560   - "name"
7561   - "tags"
7562   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7563   x-axis: "X = VNFs per Service Chain"
7564   y-axis: "Y = Number of Service Chains"
7565   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7566   layout:
7567     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7568     layout: "plot-service-density"
7569
7570 - type: "plot"
7571   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7572   algorithm: "plot_nf_heatmap"
7573   output-file-type: ".html"
7574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7575   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7576   filter: "'NIC_Intel-XXV710' and
7577            'NF_DENSITY' and
7578            'VHOST' and
7579            not 'VXLAN' and
7580            'CHAIN' and
7581            'NF_VPPIP4' and
7582            'IMIX' and
7583            '4T2C' and
7584            'NDRPDR'"
7585   parameters:
7586   - "throughput"
7587   - "name"
7588   - "tags"
7589   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7590   x-axis: "X = VNFs per Service Chain"
7591   y-axis: "Y = Number of Service Chains"
7592   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7593   layout:
7594     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7595     layout: "plot-service-density"
7596
7597 - type: "plot"
7598   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7599   algorithm: "plot_nf_heatmap"
7600   output-file-type: ".html"
7601   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7602   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7603   filter: "'NIC_Intel-XXV710' and
7604            'NF_DENSITY' and
7605            'VHOST' and
7606            not 'VXLAN' and
7607            'CHAIN' and
7608            'NF_VPPIP4' and
7609            'IMIX' and
7610            '8T4C' and
7611            'NDRPDR'"
7612   parameters:
7613   - "throughput"
7614   - "name"
7615   - "tags"
7616   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7617   x-axis: "X = VNFs per Service Chain"
7618   y-axis: "Y = Number of Service Chains"
7619   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7620   layout:
7621     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7622     layout: "plot-service-density"
7623
7624 ###############################################################################
7625
7626 # Plots - NF Density - VSC - MRR IMIX
7627 - type: "plot"
7628   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7629   algorithm: "plot_nf_heatmap"
7630   output-file-type: ".html"
7631   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7632   data: "plot-vpp-nfv-2n-skx-mrr"
7633   filter: "'NIC_Intel-XXV710' and
7634            'NF_DENSITY' and
7635            'VHOST' and
7636            'VXLAN' and
7637            'CHAIN' and
7638            'IMIX' and
7639            '2T1C' and
7640            'MRR'"
7641   parameters:
7642   - "result"
7643   - "name"
7644   - "tags"
7645   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7646   x-axis: "X = VNFs per Service Chain"
7647   y-axis: "Y = Number of Service Chains"
7648   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7649   layout:
7650     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7651     layout: "plot-service-density"
7652
7653 - type: "plot"
7654   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7655   algorithm: "plot_nf_heatmap"
7656   output-file-type: ".html"
7657   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7658   data: "plot-vpp-nfv-2n-skx-mrr"
7659   filter: "'NIC_Intel-XXV710' and
7660            'NF_DENSITY' and
7661            'VHOST' and
7662            'VXLAN' and
7663            'CHAIN' and
7664            'IMIX' and
7665            '4T2C' and
7666            'MRR'"
7667   parameters:
7668   - "result"
7669   - "name"
7670   - "tags"
7671   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7672   x-axis: "X = VNFs per Service Chain"
7673   y-axis: "Y = Number of Service Chains"
7674   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7675   layout:
7676     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7677     layout: "plot-service-density"
7678
7679 - type: "plot"
7680   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7681   algorithm: "plot_nf_heatmap"
7682   output-file-type: ".html"
7683   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7684   data: "plot-vpp-nfv-2n-skx-mrr"
7685   filter: "'NIC_Intel-XXV710' and
7686            'NF_DENSITY' and
7687            'VHOST' and
7688            'VXLAN' and
7689            'CHAIN' and
7690            'IMIX' and
7691            '8T4C' and
7692            'MRR'"
7693   parameters:
7694   - "result"
7695   - "name"
7696   - "tags"
7697   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7698   x-axis: "X = VNFs per Service Chain"
7699   y-axis: "Y = Number of Service Chains"
7700   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7701   layout:
7702     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7703     layout: "plot-service-density"
7704
7705 # Plots - NF Density - VSC - NDR IMIX
7706 - type: "plot"
7707   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7708   algorithm: "plot_nf_heatmap"
7709   output-file-type: ".html"
7710   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7711   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7712   filter: "'NIC_Intel-XXV710' and
7713            'NF_DENSITY' and
7714            'VHOST' and
7715            'VXLAN' and
7716            'CHAIN' and
7717            'IMIX' and
7718            '2T1C' and
7719            'NDRPDR'"
7720   parameters:
7721   - "throughput"
7722   - "name"
7723   - "tags"
7724   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7725   x-axis: "X = VNFs per Service Chain"
7726   y-axis: "Y = Number of Service Chains"
7727   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7728   layout:
7729     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7730     layout: "plot-service-density"
7731
7732 - type: "plot"
7733   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7734   algorithm: "plot_nf_heatmap"
7735   output-file-type: ".html"
7736   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7737   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7738   filter: "'NIC_Intel-XXV710' and
7739            'NF_DENSITY' and
7740            'VHOST' and
7741            'VXLAN' and
7742            'CHAIN' and
7743            'IMIX' and
7744            '4T2C' and
7745            'NDRPDR'"
7746   parameters:
7747   - "throughput"
7748   - "name"
7749   - "tags"
7750   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7751   x-axis: "X = VNFs per Service Chain"
7752   y-axis: "Y = Number of Service Chains"
7753   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7754   layout:
7755     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7756     layout: "plot-service-density"
7757
7758 - type: "plot"
7759   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7760   algorithm: "plot_nf_heatmap"
7761   output-file-type: ".html"
7762   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7763   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7764   filter: "'NIC_Intel-XXV710' and
7765            'NF_DENSITY' and
7766            'VHOST' and
7767            'VXLAN' and
7768            'CHAIN' and
7769            'IMIX' and
7770            '8T4C' and
7771            'NDRPDR'"
7772   parameters:
7773   - "throughput"
7774   - "name"
7775   - "tags"
7776   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7777   x-axis: "X = VNFs per Service Chain"
7778   y-axis: "Y = Number of Service Chains"
7779   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7780   layout:
7781     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7782     layout: "plot-service-density"
7783
7784 # Plots - NF Density - VSC - PDR IMIX
7785 - type: "plot"
7786   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7787   algorithm: "plot_nf_heatmap"
7788   output-file-type: ".html"
7789   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7790   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7791   filter: "'NIC_Intel-XXV710' and
7792            'NF_DENSITY' and
7793            'VHOST' and
7794            'VXLAN' and
7795            'CHAIN' and
7796            'IMIX' and
7797            '2T1C' and
7798            'NDRPDR'"
7799   parameters:
7800   - "throughput"
7801   - "name"
7802   - "tags"
7803   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7804   x-axis: "X = VNFs per Service Chain"
7805   y-axis: "Y = Number of Service Chains"
7806   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7807   layout:
7808     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7809     layout: "plot-service-density"
7810
7811 - type: "plot"
7812   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7813   algorithm: "plot_nf_heatmap"
7814   output-file-type: ".html"
7815   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7816   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7817   filter: "'NIC_Intel-XXV710' and
7818            'NF_DENSITY' and
7819            'VHOST' and
7820            'VXLAN' and
7821            'CHAIN' and
7822            'IMIX' and
7823            '4T2C' and
7824            'NDRPDR'"
7825   parameters:
7826   - "throughput"
7827   - "name"
7828   - "tags"
7829   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7830   x-axis: "X = VNFs per Service Chain"
7831   y-axis: "Y = Number of Service Chains"
7832   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7833   layout:
7834     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7835     layout: "plot-service-density"
7836
7837 - type: "plot"
7838   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7839   algorithm: "plot_nf_heatmap"
7840   output-file-type: ".html"
7841   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7842   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7843   filter: "'NIC_Intel-XXV710' and
7844            'NF_DENSITY' and
7845            'VHOST' and
7846            'VXLAN' and
7847            'CHAIN' and
7848            'IMIX' and
7849            '8T4C' and
7850            'NDRPDR'"
7851   parameters:
7852   - "throughput"
7853   - "name"
7854   - "tags"
7855   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7856   x-axis: "X = VNFs per Service Chain"
7857   y-axis: "Y = Number of Service Chains"
7858   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7859   layout:
7860     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7861     layout: "plot-service-density"
7862
7863 ###############################################################################
7864
7865 # Plots - NF Density - CSC - MRR IMIX
7866 - type: "plot"
7867   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7868   algorithm: "plot_nf_heatmap"
7869   output-file-type: ".html"
7870   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7871   data: "plot-vpp-nfv-2n-skx-mrr"
7872   filter: "'NIC_Intel-XXV710' and
7873            'NF_DENSITY' and
7874            'DOCKER' and
7875            'CHAIN' and
7876            'NF_VPPIP4' and
7877            'IMIX' and
7878            '2T1C' and
7879            'MRR'"
7880   parameters:
7881   - "result"
7882   - "name"
7883   - "tags"
7884   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7885   x-axis: "X = CNFs per Service Chain"
7886   y-axis: "Y = Number of Service Chains"
7887   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7888   layout:
7889     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7890     layout: "plot-service-density"
7891
7892 - type: "plot"
7893   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7894   algorithm: "plot_nf_heatmap"
7895   output-file-type: ".html"
7896   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7897   data: "plot-vpp-nfv-2n-skx-mrr"
7898   filter: "'NIC_Intel-XXV710' and
7899            'NF_DENSITY' and
7900            'DOCKER' and
7901            'CHAIN' and
7902            'NF_VPPIP4' and
7903            'IMIX' and
7904            '4T2C' and
7905            'MRR'"
7906   parameters:
7907   - "result"
7908   - "name"
7909   - "tags"
7910   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7911   x-axis: "X = CNFs per Service Chain"
7912   y-axis: "Y = Number of Service Chains"
7913   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7914   layout:
7915     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7916     layout: "plot-service-density"
7917
7918 - type: "plot"
7919   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7920   algorithm: "plot_nf_heatmap"
7921   output-file-type: ".html"
7922   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7923   data: "plot-vpp-nfv-2n-skx-mrr"
7924   filter: "'NIC_Intel-XXV710' and
7925            'NF_DENSITY' and
7926            'DOCKER' and
7927            'CHAIN' and
7928            'NF_VPPIP4' and
7929            'IMIX' and
7930            '8T4C' and
7931            'MRR'"
7932   parameters:
7933   - "result"
7934   - "name"
7935   - "tags"
7936   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7937   x-axis: "X = CNFs per Service Chain"
7938   y-axis: "Y = Number of Service Chains"
7939   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7940   layout:
7941     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7942     layout: "plot-service-density"
7943
7944 # Plots - NF Density - CSC - NDR IMIX
7945 - type: "plot"
7946   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7947   algorithm: "plot_nf_heatmap"
7948   output-file-type: ".html"
7949   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7950   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7951   filter: "'NIC_Intel-XXV710' and
7952            'NF_DENSITY' and
7953            'DOCKER' and
7954            'CHAIN' and
7955            'NF_VPPIP4' and
7956            'IMIX' and
7957            '2T1C' and
7958            'NDRPDR'"
7959   parameters:
7960   - "throughput"
7961   - "name"
7962   - "tags"
7963   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7964   x-axis: "X = CNFs per Service Chain"
7965   y-axis: "Y = Number of Service Chains"
7966   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7967   layout:
7968     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7969     layout: "plot-service-density"
7970
7971 - type: "plot"
7972   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7973   algorithm: "plot_nf_heatmap"
7974   output-file-type: ".html"
7975   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7976   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7977   filter: "'NIC_Intel-XXV710' and
7978            'NF_DENSITY' and
7979            'DOCKER' and
7980            'CHAIN' and
7981            'NF_VPPIP4' and
7982            'IMIX' and
7983            '4T2C' and
7984            'NDRPDR'"
7985   parameters:
7986   - "throughput"
7987   - "name"
7988   - "tags"
7989   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7990   x-axis: "X = CNFs per Service Chain"
7991   y-axis: "Y = Number of Service Chains"
7992   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7993   layout:
7994     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7995     layout: "plot-service-density"
7996
7997 - type: "plot"
7998   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7999   algorithm: "plot_nf_heatmap"
8000   output-file-type: ".html"
8001   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8002   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8003   filter: "'NIC_Intel-XXV710' and
8004            'NF_DENSITY' and
8005            'DOCKER' and
8006            'CHAIN' and
8007            'NF_VPPIP4' and
8008            'IMIX' and
8009            '8T4C' and
8010            'NDRPDR'"
8011   parameters:
8012   - "throughput"
8013   - "name"
8014   - "tags"
8015   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8016   x-axis: "X = CNFs per Service Chain"
8017   y-axis: "Y = Number of Service Chains"
8018   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8019   layout:
8020     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8021     layout: "plot-service-density"
8022
8023 # Plots - NF Density - CSC - PDR IMIX
8024 - type: "plot"
8025   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8026   algorithm: "plot_nf_heatmap"
8027   output-file-type: ".html"
8028   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8029   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8030   filter: "'NIC_Intel-XXV710' and
8031            'NF_DENSITY' and
8032            'DOCKER' and
8033            'CHAIN' and
8034            'NF_VPPIP4' and
8035            'IMIX' and
8036            '2T1C' and
8037            'NDRPDR'"
8038   parameters:
8039   - "throughput"
8040   - "name"
8041   - "tags"
8042   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8043   x-axis: "X = CNFs per Service Chain"
8044   y-axis: "Y = Number of Service Chains"
8045   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8046   layout:
8047     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8048     layout: "plot-service-density"
8049
8050 - type: "plot"
8051   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8052   algorithm: "plot_nf_heatmap"
8053   output-file-type: ".html"
8054   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8055   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8056   filter: "'NIC_Intel-XXV710' and
8057            'NF_DENSITY' and
8058            'DOCKER' and
8059            'CHAIN' and
8060            'NF_VPPIP4' and
8061            'IMIX' and
8062            '4T2C' and
8063            'NDRPDR'"
8064   parameters:
8065   - "throughput"
8066   - "name"
8067   - "tags"
8068   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8069   x-axis: "X = CNFs per Service Chain"
8070   y-axis: "Y = Number of Service Chains"
8071   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8072   layout:
8073     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8074     layout: "plot-service-density"
8075
8076 - type: "plot"
8077   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8078   algorithm: "plot_nf_heatmap"
8079   output-file-type: ".html"
8080   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8081   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8082   filter: "'NIC_Intel-XXV710' and
8083            'NF_DENSITY' and
8084            'DOCKER' and
8085            'CHAIN' and
8086            'NF_VPPIP4' and
8087            'IMIX' and
8088            '8T4C' and
8089            'NDRPDR'"
8090   parameters:
8091   - "throughput"
8092   - "name"
8093   - "tags"
8094   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8095   x-axis: "X = CNFs per Service Chain"
8096   y-axis: "Y = Number of Service Chains"
8097   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8098   layout:
8099     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8100     layout: "plot-service-density"
8101
8102 ################################################################################
8103 #
8104 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8105 #- type: "plot"
8106 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8107 #  algorithm: "plot_nf_heatmap"
8108 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8109 #  data: "plot-vpp-nfv-3n-skx-mrr"
8110 #  filter: "'NIC_Intel-XXV710' and
8111 #           'NF_DENSITY' and
8112 #           'DOCKER' and
8113 #           'CHAIN' and
8114 #           'NF_VPPIP4' and
8115 #           'IPSEC' and
8116 #           'TNL_4' and
8117 #           'IMIX' and
8118 #           '2T1C' and
8119 #           'MRR'"
8120 #  parameters:
8121 #  - "result"
8122 #  - "name"
8123 #  - "tags"
8124 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8125 #  x-axis: "X = CNFs per Service Chain"
8126 #  y-axis: "Y = Number of Service Chains"
8127 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8128 #  layout:
8129 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8130 #    layout: "plot-service-density"
8131 #
8132 #- type: "plot"
8133 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8134 #  algorithm: "plot_nf_heatmap"
8135 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8136 #  data: "plot-vpp-nfv-3n-skx-mrr"
8137 #  filter: "'NIC_Intel-XXV710' and
8138 #           'NF_DENSITY' and
8139 #           'DOCKER' and
8140 #           'CHAIN' and
8141 #           'NF_VPPIP4' and
8142 #           'IPSEC' and
8143 #           'TNL_4' and
8144 #           'IMIX' and
8145 #           '4T2C' and
8146 #           'MRR'"
8147 #  parameters:
8148 #  - "result"
8149 #  - "name"
8150 #  - "tags"
8151 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8152 #  x-axis: "X = CNFs per Service Chain"
8153 #  y-axis: "Y = Number of Service Chains"
8154 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8155 #  layout:
8156 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8157 #    layout: "plot-service-density"
8158 #
8159 #- type: "plot"
8160 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8161 #  algorithm: "plot_nf_heatmap"
8162 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8163 #  data: "plot-vpp-nfv-3n-skx-mrr"
8164 #  filter: "'NIC_Intel-XXV710' and
8165 #           'NF_DENSITY' and
8166 #           'DOCKER' and
8167 #           'CHAIN' and
8168 #           'NF_VPPIP4' and
8169 #           'IPSEC' and
8170 #           'TNL_4' and
8171 #           'IMIX' and
8172 #           '8T4C' and
8173 #           'MRR'"
8174 #  parameters:
8175 #  - "result"
8176 #  - "name"
8177 #  - "tags"
8178 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8179 #  x-axis: "X = CNFs per Service Chain"
8180 #  y-axis: "Y = Number of Service Chains"
8181 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8182 #  layout:
8183 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8184 #    layout: "plot-service-density"
8185
8186 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8187 - type: "plot"
8188   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8189   algorithm: "plot_nf_heatmap"
8190   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8191   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8192   filter: "'NIC_Intel-XXV710' and
8193            'NF_DENSITY' and
8194            'DOCKER' and
8195            'CHAIN' and
8196            'NF_VPPIP4' and
8197            'IPSEC' and
8198            'TNL_4' and
8199            'IMIX' and
8200            '2T1C' and
8201            'NDRPDR'"
8202   parameters:
8203   - "throughput"
8204   - "name"
8205   - "tags"
8206   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8207   x-axis: "X = CNFs per Service Chain"
8208   y-axis: "Y = Number of Service Chains"
8209   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8210   layout:
8211     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8212     layout: "plot-service-density"
8213
8214 - type: "plot"
8215   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8216   algorithm: "plot_nf_heatmap"
8217   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8218   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8219   filter: "'NIC_Intel-XXV710' and
8220            'NF_DENSITY' and
8221            'DOCKER' and
8222            'CHAIN' and
8223            'NF_VPPIP4' and
8224            'IPSEC' and
8225            'TNL_4' and
8226            'IMIX' and
8227            '4T2C' and
8228            'NDRPDR'"
8229   parameters:
8230   - "throughput"
8231   - "name"
8232   - "tags"
8233   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8234   x-axis: "X = CNFs per Service Chain"
8235   y-axis: "Y = Number of Service Chains"
8236   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8237   layout:
8238     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8239     layout: "plot-service-density"
8240
8241 - type: "plot"
8242   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8243   algorithm: "plot_nf_heatmap"
8244   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8245   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8246   filter: "'NIC_Intel-XXV710' and
8247            'NF_DENSITY' and
8248            'DOCKER' and
8249            'CHAIN' and
8250            'NF_VPPIP4' and
8251            'IPSEC' and
8252            'TNL_4' and
8253            'IMIX' and
8254            '8T4C' and
8255            'NDRPDR'"
8256   parameters:
8257   - "throughput"
8258   - "name"
8259   - "tags"
8260   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8261   x-axis: "X = CNFs per Service Chain"
8262   y-axis: "Y = Number of Service Chains"
8263   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8264   layout:
8265     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8266     layout: "plot-service-density"
8267
8268 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8269 - type: "plot"
8270   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8271   algorithm: "plot_nf_heatmap"
8272   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8273   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8274   filter: "'NIC_Intel-XXV710' and
8275            'NF_DENSITY' and
8276            'DOCKER' and
8277            'CHAIN' and
8278            'NF_VPPIP4' and
8279            'IPSEC' and
8280            'TNL_4' and
8281            'IMIX' and
8282            '2T1C' and
8283            'NDRPDR'"
8284   parameters:
8285   - "throughput"
8286   - "name"
8287   - "tags"
8288   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8289   x-axis: "X = CNFs per Service Chain"
8290   y-axis: "Y = Number of Service Chains"
8291   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8292   layout:
8293     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8294     layout: "plot-service-density"
8295
8296 - type: "plot"
8297   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8298   algorithm: "plot_nf_heatmap"
8299   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8300   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8301   filter: "'NIC_Intel-XXV710' and
8302            'NF_DENSITY' and
8303            'DOCKER' and
8304            'CHAIN' and
8305            'NF_VPPIP4' and
8306            'IPSEC' and
8307            'TNL_4' and
8308            'IMIX' and
8309            '4T2C' and
8310            'NDRPDR'"
8311   parameters:
8312   - "throughput"
8313   - "name"
8314   - "tags"
8315   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8316   x-axis: "X = CNFs per Service Chain"
8317   y-axis: "Y = Number of Service Chains"
8318   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8319   layout:
8320     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8321     layout: "plot-service-density"
8322
8323 - type: "plot"
8324   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8325   algorithm: "plot_nf_heatmap"
8326   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8327   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8328   filter: "'NIC_Intel-XXV710' and
8329            'NF_DENSITY' and
8330            'DOCKER' and
8331            'CHAIN' and
8332            'NF_VPPIP4' and
8333            'IPSEC' and
8334            'TNL_4' and
8335            'IMIX' and
8336            '8T4C' and
8337            'NDRPDR'"
8338   parameters:
8339   - "throughput"
8340   - "name"
8341   - "tags"
8342   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8343   x-axis: "X = CNFs per Service Chain"
8344   y-axis: "Y = Number of Service Chains"
8345   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8346   layout:
8347     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8348     layout: "plot-service-density"
8349
8350 ###############################################################################
8351
8352 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8353 #- type: "plot"
8354 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8355 #  algorithm: "plot_nf_heatmap"
8356 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8357 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8358 #  filter: "'NIC_Intel-XL710' and
8359 #           'NF_DENSITY' and
8360 #           'DOCKER' and
8361 #           'CHAIN' and
8362 #           'NF_VPPIP4' and
8363 #           'IMIX' and
8364 #           'TNL_4' and
8365 #           '1T1C' and
8366 #           'MRR'"
8367 #  parameters:
8368 #  - "result"
8369 #  - "name"
8370 #  - "tags"
8371 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8372 #  x-axis: "X = CNFs per Service Chain"
8373 #  y-axis: "Y = Number of Service Chains"
8374 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8375 #  layout:
8376 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8377 #    layout: "plot-service-density"
8378 #
8379 #- type: "plot"
8380 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8381 #  algorithm: "plot_nf_heatmap"
8382 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8383 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8384 #  filter: "'NIC_Intel-XL710' and
8385 #           'NF_DENSITY' and
8386 #           'DOCKER' and
8387 #           'CHAIN' and
8388 #           'NF_VPPIP4' and
8389 #           'IPSEC' and
8390 #           'TNL_4' and
8391 #           'IMIX' and
8392 #           '2T2C' and
8393 #           'MRR'"
8394 #  parameters:
8395 #  - "result"
8396 #  - "name"
8397 #  - "tags"
8398 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8399 #  x-axis: "X = CNFs per Service Chain"
8400 #  y-axis: "Y = Number of Service Chains"
8401 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8402 #  layout:
8403 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8404 #    layout: "plot-service-density"
8405 #
8406 #- type: "plot"
8407 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8408 #  algorithm: "plot_nf_heatmap"
8409 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8410 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8411 #  filter: "'NIC_Intel-XL710' and
8412 #           'NF_DENSITY' and
8413 #           'DOCKER' and
8414 #           'CHAIN' and
8415 #           'NF_VPPIP4' and
8416 #           'IPSEC' and
8417 #           'TNL_4' and
8418 #           'IMIX' and
8419 #           '4T4C' and
8420 #           'MRR'"
8421 #  parameters:
8422 #  - "result"
8423 #  - "name"
8424 #  - "tags"
8425 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8426 #  x-axis: "X = CNFs per Service Chain"
8427 #  y-axis: "Y = Number of Service Chains"
8428 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8429 #  layout:
8430 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8431 #    layout: "plot-service-density"
8432
8433 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8434 #- type: "plot"
8435 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8436 #  algorithm: "plot_nf_heatmap"
8437 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8438 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8439 #  filter: "'NIC_Intel-XL710' and
8440 #           'NF_DENSITY' and
8441 #           'DOCKER' and
8442 #           'CHAIN' and
8443 #           'NF_VPPIP4' and
8444 #           'IPSEC' and
8445 #           'TNL_4' and
8446 #           'IMIX' and
8447 #           '1T1C' and
8448 #           'NDRPDR'"
8449 #  parameters:
8450 #  - "throughput"
8451 #  - "name"
8452 #  - "tags"
8453 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8454 #  x-axis: "X = CNFs per Service Chain"
8455 #  y-axis: "Y = Number of Service Chains"
8456 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8457 #  layout:
8458 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8459 #    layout: "plot-service-density"
8460 #
8461 #- type: "plot"
8462 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8463 #  algorithm: "plot_nf_heatmap"
8464 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8465 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8466 #  filter: "'NIC_Intel-XL710' and
8467 #           'NF_DENSITY' and
8468 #           'DOCKER' and
8469 #           'CHAIN' and
8470 #           'NF_VPPIP4' and
8471 #           'IPSEC' and
8472 #           'TNL_4' and
8473 #           'IMIX' and
8474 #           '2T2C' and
8475 #           'NDRPDR'"
8476 #  parameters:
8477 #  - "throughput"
8478 #  - "name"
8479 #  - "tags"
8480 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8481 #  x-axis: "X = CNFs per Service Chain"
8482 #  y-axis: "Y = Number of Service Chains"
8483 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8484 #  layout:
8485 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8486 #    layout: "plot-service-density"
8487 #
8488 #- type: "plot"
8489 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8490 #  algorithm: "plot_nf_heatmap"
8491 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8492 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8493 #  filter: "'NIC_Intel-XL710' and
8494 #           'NF_DENSITY' and
8495 #           'DOCKER' and
8496 #           'CHAIN' and
8497 #           'NF_VPPIP4' and
8498 #           'IPSEC' and
8499 #           'TNL_4' and
8500 #           'IMIX' and
8501 #           '4T4C' and
8502 #           'NDRPDR'"
8503 #  parameters:
8504 #  - "throughput"
8505 #  - "name"
8506 #  - "tags"
8507 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8508 #  x-axis: "X = CNFs per Service Chain"
8509 #  y-axis: "Y = Number of Service Chains"
8510 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8511 #  layout:
8512 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8513 #    layout: "plot-service-density"
8514 #
8515 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8516 #- type: "plot"
8517 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8518 #  algorithm: "plot_nf_heatmap"
8519 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8520 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8521 #  filter: "'NIC_Intel-XL710' and
8522 #           'NF_DENSITY' and
8523 #           'DOCKER' and
8524 #           'CHAIN' and
8525 #           'NF_VPPIP4' and
8526 #           'IPSEC' and
8527 #           'TNL_4' and
8528 #           'IMIX' and
8529 #           '1T1C' and
8530 #           'NDRPDR'"
8531 #  parameters:
8532 #  - "throughput"
8533 #  - "name"
8534 #  - "tags"
8535 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8536 #  x-axis: "X = CNFs per Service Chain"
8537 #  y-axis: "Y = Number of Service Chains"
8538 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8539 #  layout:
8540 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8541 #    layout: "plot-service-density"
8542 #
8543 #- type: "plot"
8544 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8545 #  algorithm: "plot_nf_heatmap"
8546 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8547 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8548 #  filter: "'NIC_Intel-XL710' and
8549 #           'NF_DENSITY' and
8550 #           'DOCKER' and
8551 #           'CHAIN' and
8552 #           'NF_VPPIP4' and
8553 #           'IPSEC' and
8554 #           'TNL_4' and
8555 #           'IMIX' and
8556 #           '2T2C' and
8557 #           'NDRPDR'"
8558 #  parameters:
8559 #  - "throughput"
8560 #  - "name"
8561 #  - "tags"
8562 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8563 #  x-axis: "X = CNFs per Service Chain"
8564 #  y-axis: "Y = Number of Service Chains"
8565 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8566 #  layout:
8567 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8568 #    layout: "plot-service-density"
8569 #
8570 #- type: "plot"
8571 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8572 #  algorithm: "plot_nf_heatmap"
8573 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8574 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8575 #  filter: "'NIC_Intel-XL710' and
8576 #           'NF_DENSITY' and
8577 #           'DOCKER' and
8578 #           'CHAIN' and
8579 #           'NF_VPPIP4' and
8580 #           'IPSEC' and
8581 #           'TNL_4' and
8582 #           'IMIX' and
8583 #           '4T4C' and
8584 #           'NDRPDR'"
8585 #  parameters:
8586 #  - "throughput"
8587 #  - "name"
8588 #  - "tags"
8589 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8590 #  x-axis: "X = CNFs per Service Chain"
8591 #  y-axis: "Y = Number of Service Chains"
8592 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8593 #  layout:
8594 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8595 #    layout: "plot-service-density"
8596
8597 ###############################################################################
8598
8599 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8600 #- type: "plot"
8601 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8602 #  algorithm: "plot_nf_heatmap"
8603 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8604 #  data: "plot-vpp-nfv-3n-skx-mrr"
8605 #  filter: "'NIC_Intel-XXV710' and
8606 #           'NF_DENSITY' and
8607 #           'DOCKER' and
8608 #           'CHAIN' and
8609 #           'NF_VPPIP4' and
8610 #           'IPSEC' and
8611 #           'TNL_1000' and
8612 #           'IMIX' and
8613 #           '2T1C' and
8614 #           'MRR'"
8615 #  parameters:
8616 #  - "result"
8617 #  - "name"
8618 #  - "tags"
8619 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8620 #  x-axis: "X = CNFs per Service Chain"
8621 #  y-axis: "Y = Number of Service Chains"
8622 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8623 #  layout:
8624 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8625 #    layout: "plot-service-density"
8626 #
8627 #- type: "plot"
8628 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8629 #  algorithm: "plot_nf_heatmap"
8630 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8631 #  data: "plot-vpp-nfv-3n-skx-mrr"
8632 #  filter: "'NIC_Intel-XXV710' and
8633 #           'NF_DENSITY' and
8634 #           'DOCKER' and
8635 #           'CHAIN' and
8636 #           'NF_VPPIP4' and
8637 #           'IPSEC' and
8638 #           'TNL_1000' and
8639 #           'IMIX' and
8640 #           '4T2C' and
8641 #           'MRR'"
8642 #  parameters:
8643 #  - "result"
8644 #  - "name"
8645 #  - "tags"
8646 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8647 #  x-axis: "X = CNFs per Service Chain"
8648 #  y-axis: "Y = Number of Service Chains"
8649 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8650 #  layout:
8651 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8652 #    layout: "plot-service-density"
8653 #
8654 #- type: "plot"
8655 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8656 #  algorithm: "plot_nf_heatmap"
8657 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8658 #  data: "plot-vpp-nfv-3n-skx-mrr"
8659 #  filter: "'NIC_Intel-XXV710' and
8660 #           'NF_DENSITY' and
8661 #           'DOCKER' and
8662 #           'CHAIN' and
8663 #           'NF_VPPIP4' and
8664 #           'IPSEC' and
8665 #           'TNL_1000' and
8666 #           'IMIX' and
8667 #           '8T4C' and
8668 #           'MRR'"
8669 #  parameters:
8670 #  - "result"
8671 #  - "name"
8672 #  - "tags"
8673 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8674 #  x-axis: "X = CNFs per Service Chain"
8675 #  y-axis: "Y = Number of Service Chains"
8676 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8677 #  layout:
8678 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8679 #    layout: "plot-service-density"
8680
8681 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8682 - type: "plot"
8683   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8684   algorithm: "plot_nf_heatmap"
8685   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8686   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8687   filter: "'NIC_Intel-XXV710' and
8688            'NF_DENSITY' and
8689            'DOCKER' and
8690            'CHAIN' and
8691            'NF_VPPIP4' and
8692            'IPSEC' and
8693            'TNL_1000' and
8694            'IMIX' and
8695            '2T1C' and
8696            'NDRPDR'"
8697   parameters:
8698   - "throughput"
8699   - "name"
8700   - "tags"
8701   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8702   x-axis: "X = CNFs per Service Chain"
8703   y-axis: "Y = Number of Service Chains"
8704   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8705   layout:
8706     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8707     layout: "plot-service-density"
8708
8709 - type: "plot"
8710   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8711   algorithm: "plot_nf_heatmap"
8712   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8713   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8714   filter: "'NIC_Intel-XXV710' and
8715            'NF_DENSITY' and
8716            'DOCKER' and
8717            'CHAIN' and
8718            'NF_VPPIP4' and
8719            'IPSEC' and
8720            'TNL_1000' and
8721            'IMIX' and
8722            '4T2C' and
8723            'NDRPDR'"
8724   parameters:
8725   - "throughput"
8726   - "name"
8727   - "tags"
8728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8729   x-axis: "X = CNFs per Service Chain"
8730   y-axis: "Y = Number of Service Chains"
8731   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8732   layout:
8733     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8734     layout: "plot-service-density"
8735
8736 - type: "plot"
8737   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8738   algorithm: "plot_nf_heatmap"
8739   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8740   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8741   filter: "'NIC_Intel-XXV710' and
8742            'NF_DENSITY' and
8743            'DOCKER' and
8744            'CHAIN' and
8745            'NF_VPPIP4' and
8746            'IPSEC' and
8747            'TNL_1000' and
8748            'IMIX' and
8749            '8T4C' and
8750            'NDRPDR'"
8751   parameters:
8752   - "throughput"
8753   - "name"
8754   - "tags"
8755   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8756   x-axis: "X = CNFs per Service Chain"
8757   y-axis: "Y = Number of Service Chains"
8758   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8759   layout:
8760     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8761     layout: "plot-service-density"
8762
8763 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8764 - type: "plot"
8765   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8766   algorithm: "plot_nf_heatmap"
8767   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8768   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8769   filter: "'NIC_Intel-XXV710' and
8770            'NF_DENSITY' and
8771            'DOCKER' and
8772            'CHAIN' and
8773            'NF_VPPIP4' and
8774            'IPSEC' and
8775            'TNL_1000' and
8776            'IMIX' and
8777            '2T1C' and
8778            'NDRPDR'"
8779   parameters:
8780   - "throughput"
8781   - "name"
8782   - "tags"
8783   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8784   x-axis: "X = CNFs per Service Chain"
8785   y-axis: "Y = Number of Service Chains"
8786   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8787   layout:
8788     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8789     layout: "plot-service-density"
8790
8791 - type: "plot"
8792   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8793   algorithm: "plot_nf_heatmap"
8794   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8795   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8796   filter: "'NIC_Intel-XXV710' and
8797            'NF_DENSITY' and
8798            'DOCKER' and
8799            'CHAIN' and
8800            'NF_VPPIP4' and
8801            'IPSEC' and
8802            'TNL_1000' and
8803            'IMIX' and
8804            '4T2C' and
8805            'NDRPDR'"
8806   parameters:
8807   - "throughput"
8808   - "name"
8809   - "tags"
8810   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8811   x-axis: "X = CNFs per Service Chain"
8812   y-axis: "Y = Number of Service Chains"
8813   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8814   layout:
8815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8816     layout: "plot-service-density"
8817
8818 - type: "plot"
8819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8820   algorithm: "plot_nf_heatmap"
8821   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8822   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8823   filter: "'NIC_Intel-XXV710' and
8824            'NF_DENSITY' and
8825            'DOCKER' and
8826            'CHAIN' and
8827            'NF_VPPIP4' and
8828            'IPSEC' and
8829            'TNL_1000' and
8830            'IMIX' and
8831            '8T4C' and
8832            'NDRPDR'"
8833   parameters:
8834   - "throughput"
8835   - "name"
8836   - "tags"
8837   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8838   x-axis: "X = CNFs per Service Chain"
8839   y-axis: "Y = Number of Service Chains"
8840   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8841   layout:
8842     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8843     layout: "plot-service-density"
8844
8845 ###############################################################################
8846
8847 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8848 #- type: "plot"
8849 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8850 #  algorithm: "plot_nf_heatmap"
8851 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8852 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8853 #  filter: "'NIC_Intel-XL710' and
8854 #           'NF_DENSITY' and
8855 #           'DOCKER' and
8856 #           'CHAIN' and
8857 #           'NF_VPPIP4' and
8858 #           'IMIX' and
8859 #           'TNL_1000' and
8860 #           '1T1C' and
8861 #           'MRR'"
8862 #  parameters:
8863 #  - "result"
8864 #  - "name"
8865 #  - "tags"
8866 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8867 #  x-axis: "X = CNFs per Service Chain"
8868 #  y-axis: "Y = Number of Service Chains"
8869 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8870 #  layout:
8871 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8872 #    layout: "plot-service-density"
8873 #
8874 #- type: "plot"
8875 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8876 #  algorithm: "plot_nf_heatmap"
8877 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8878 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8879 #  filter: "'NIC_Intel-XL710' and
8880 #           'NF_DENSITY' and
8881 #           'DOCKER' and
8882 #           'CHAIN' and
8883 #           'NF_VPPIP4' and
8884 #           'IPSEC' and
8885 #           'TNL_1000' and
8886 #           'IMIX' and
8887 #           '2T2C' and
8888 #           'MRR'"
8889 #  parameters:
8890 #  - "result"
8891 #  - "name"
8892 #  - "tags"
8893 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8894 #  x-axis: "X = CNFs per Service Chain"
8895 #  y-axis: "Y = Number of Service Chains"
8896 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8897 #  layout:
8898 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8899 #    layout: "plot-service-density"
8900 #
8901 #- type: "plot"
8902 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8903 #  algorithm: "plot_nf_heatmap"
8904 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8905 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8906 #  filter: "'NIC_Intel-XL710' and
8907 #           'NF_DENSITY' and
8908 #           'DOCKER' and
8909 #           'CHAIN' and
8910 #           'NF_VPPIP4' and
8911 #           'IPSEC' and
8912 #           'TNL_1000' and
8913 #           'IMIX' and
8914 #           '4T4C' and
8915 #           'MRR'"
8916 #  parameters:
8917 #  - "result"
8918 #  - "name"
8919 #  - "tags"
8920 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8921 #  x-axis: "X = CNFs per Service Chain"
8922 #  y-axis: "Y = Number of Service Chains"
8923 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8924 #  layout:
8925 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8926 #    layout: "plot-service-density"
8927
8928 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8929 #- type: "plot"
8930 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8931 #  algorithm: "plot_nf_heatmap"
8932 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8933 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8934 #  filter: "'NIC_Intel-XL710' and
8935 #           'NF_DENSITY' and
8936 #           'DOCKER' and
8937 #           'CHAIN' and
8938 #           'NF_VPPIP4' and
8939 #           'IPSEC' and
8940 #           'TNL_1000' and
8941 #           'IMIX' and
8942 #           '1T1C' and
8943 #           'NDRPDR'"
8944 #  parameters:
8945 #  - "throughput"
8946 #  - "name"
8947 #  - "tags"
8948 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8949 #  x-axis: "X = CNFs per Service Chain"
8950 #  y-axis: "Y = Number of Service Chains"
8951 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8952 #  layout:
8953 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8954 #    layout: "plot-service-density"
8955 #
8956 #- type: "plot"
8957 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8958 #  algorithm: "plot_nf_heatmap"
8959 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8960 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8961 #  filter: "'NIC_Intel-XL710' and
8962 #           'NF_DENSITY' and
8963 #           'DOCKER' and
8964 #           'CHAIN' and
8965 #           'NF_VPPIP4' and
8966 #           'IPSEC' and
8967 #           'TNL_1000' and
8968 #           'IMIX' and
8969 #           '2T2C' and
8970 #           'NDRPDR'"
8971 #  parameters:
8972 #  - "throughput"
8973 #  - "name"
8974 #  - "tags"
8975 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8976 #  x-axis: "X = CNFs per Service Chain"
8977 #  y-axis: "Y = Number of Service Chains"
8978 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8979 #  layout:
8980 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8981 #    layout: "plot-service-density"
8982 #
8983 #- type: "plot"
8984 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8985 #  algorithm: "plot_nf_heatmap"
8986 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8987 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8988 #  filter: "'NIC_Intel-XL710' and
8989 #           'NF_DENSITY' and
8990 #           'DOCKER' and
8991 #           'CHAIN' and
8992 #           'NF_VPPIP4' and
8993 #           'IPSEC' and
8994 #           'TNL_1000' and
8995 #           'IMIX' and
8996 #           '4T4C' and
8997 #           'NDRPDR'"
8998 #  parameters:
8999 #  - "throughput"
9000 #  - "name"
9001 #  - "tags"
9002 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9003 #  x-axis: "X = CNFs per Service Chain"
9004 #  y-axis: "Y = Number of Service Chains"
9005 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9006 #  layout:
9007 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9008 #    layout: "plot-service-density"
9009 #
9010 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9011 #- type: "plot"
9012 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9013 #  algorithm: "plot_nf_heatmap"
9014 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9015 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9016 #  filter: "'NIC_Intel-XL710' and
9017 #           'NF_DENSITY' and
9018 #           'DOCKER' and
9019 #           'CHAIN' and
9020 #           'NF_VPPIP4' and
9021 #           'IPSEC' and
9022 #           'TNL_1000' and
9023 #           'IMIX' and
9024 #           '1T1C' and
9025 #           'NDRPDR'"
9026 #  parameters:
9027 #  - "throughput"
9028 #  - "name"
9029 #  - "tags"
9030 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9031 #  x-axis: "X = CNFs per Service Chain"
9032 #  y-axis: "Y = Number of Service Chains"
9033 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9034 #  layout:
9035 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9036 #    layout: "plot-service-density"
9037 #
9038 #- type: "plot"
9039 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9040 #  algorithm: "plot_nf_heatmap"
9041 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9042 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9043 #  filter: "'NIC_Intel-XL710' and
9044 #           'NF_DENSITY' and
9045 #           'DOCKER' and
9046 #           'CHAIN' and
9047 #           'NF_VPPIP4' and
9048 #           'IPSEC' and
9049 #           'TNL_1000' and
9050 #           'IMIX' and
9051 #           '2T2C' and
9052 #           'NDRPDR'"
9053 #  parameters:
9054 #  - "throughput"
9055 #  - "name"
9056 #  - "tags"
9057 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9058 #  x-axis: "X = CNFs per Service Chain"
9059 #  y-axis: "Y = Number of Service Chains"
9060 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9061 #  layout:
9062 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9063 #    layout: "plot-service-density"
9064 #
9065 #- type: "plot"
9066 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9067 #  algorithm: "plot_nf_heatmap"
9068 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9069 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9070 #  filter: "'NIC_Intel-XL710' and
9071 #           'NF_DENSITY' and
9072 #           'DOCKER' and
9073 #           'CHAIN' and
9074 #           'NF_VPPIP4' and
9075 #           'IPSEC' and
9076 #           'TNL_1000' and
9077 #           'IMIX' and
9078 #           '4T4C' and
9079 #           'NDRPDR'"
9080 #  parameters:
9081 #  - "throughput"
9082 #  - "name"
9083 #  - "tags"
9084 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9085 #  x-axis: "X = CNFs per Service Chain"
9086 #  y-axis: "Y = Number of Service Chains"
9087 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9088 #  layout:
9089 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9090 #    layout: "plot-service-density"
9091
9092 ###############################################################################
9093
9094 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9095 #- type: "plot"
9096 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9097 #  algorithm: "plot_nf_heatmap"
9098 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9099 #  data: "plot-vpp-nfv-3n-skx-mrr"
9100 #  filter: "'NIC_Intel-XXV710' and
9101 #           'NF_DENSITY' and
9102 #           'DOCKER' and
9103 #           'CHAIN' and
9104 #           'NF_VPPIP4' and
9105 #           'IPSEC' and
9106 #           'TNL_10000' and
9107 #           'IMIX' and
9108 #           '2T1C' and
9109 #           'MRR'"
9110 #  parameters:
9111 #  - "result"
9112 #  - "name"
9113 #  - "tags"
9114 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9115 #  x-axis: "X = CNFs per Service Chain"
9116 #  y-axis: "Y = Number of Service Chains"
9117 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9118 #  layout:
9119 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9120 #    layout: "plot-service-density"
9121 #
9122 #- type: "plot"
9123 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9124 #  algorithm: "plot_nf_heatmap"
9125 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9126 #  data: "plot-vpp-nfv-3n-skx-mrr"
9127 #  filter: "'NIC_Intel-XXV710' and
9128 #           'NF_DENSITY' and
9129 #           'DOCKER' and
9130 #           'CHAIN' and
9131 #           'NF_VPPIP4' and
9132 #           'IPSEC' and
9133 #           'TNL_10000' and
9134 #           'IMIX' and
9135 #           '4T2C' and
9136 #           'MRR'"
9137 #  parameters:
9138 #  - "result"
9139 #  - "name"
9140 #  - "tags"
9141 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9142 #  x-axis: "X = CNFs per Service Chain"
9143 #  y-axis: "Y = Number of Service Chains"
9144 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9145 #  layout:
9146 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9147 #    layout: "plot-service-density"
9148 #
9149 #- type: "plot"
9150 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9151 #  algorithm: "plot_nf_heatmap"
9152 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9153 #  data: "plot-vpp-nfv-3n-skx-mrr"
9154 #  filter: "'NIC_Intel-XXV710' and
9155 #           'NF_DENSITY' and
9156 #           'DOCKER' and
9157 #           'CHAIN' and
9158 #           'NF_VPPIP4' and
9159 #           'IPSEC' and
9160 #           'TNL_10000' and
9161 #           'IMIX' and
9162 #           '8T4C' and
9163 #           'MRR'"
9164 #  parameters:
9165 #  - "result"
9166 #  - "name"
9167 #  - "tags"
9168 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9169 #  x-axis: "X = CNFs per Service Chain"
9170 #  y-axis: "Y = Number of Service Chains"
9171 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9172 #  layout:
9173 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9174 #    layout: "plot-service-density"
9175
9176 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9177 - type: "plot"
9178   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9179   algorithm: "plot_nf_heatmap"
9180   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9181   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9182   filter: "'NIC_Intel-XXV710' and
9183            'NF_DENSITY' and
9184            'DOCKER' and
9185            'CHAIN' and
9186            'NF_VPPIP4' and
9187            'IPSEC' and
9188            'TNL_10000' and
9189            'IMIX' and
9190            '2T1C' and
9191            'NDRPDR'"
9192   parameters:
9193   - "throughput"
9194   - "name"
9195   - "tags"
9196   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9197   x-axis: "X = CNFs per Service Chain"
9198   y-axis: "Y = Number of Service Chains"
9199   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9200   layout:
9201     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9202     layout: "plot-service-density"
9203
9204 - type: "plot"
9205   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9206   algorithm: "plot_nf_heatmap"
9207   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9208   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9209   filter: "'NIC_Intel-XXV710' and
9210            'NF_DENSITY' and
9211            'DOCKER' and
9212            'CHAIN' and
9213            'NF_VPPIP4' and
9214            'IPSEC' and
9215            'TNL_10000' and
9216            'IMIX' and
9217            '4T2C' and
9218            'NDRPDR'"
9219   parameters:
9220   - "throughput"
9221   - "name"
9222   - "tags"
9223   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9224   x-axis: "X = CNFs per Service Chain"
9225   y-axis: "Y = Number of Service Chains"
9226   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9227   layout:
9228     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9229     layout: "plot-service-density"
9230
9231 - type: "plot"
9232   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9233   algorithm: "plot_nf_heatmap"
9234   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9235   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9236   filter: "'NIC_Intel-XXV710' and
9237            'NF_DENSITY' and
9238            'DOCKER' and
9239            'CHAIN' and
9240            'NF_VPPIP4' and
9241            'IPSEC' and
9242            'TNL_10000' and
9243            'IMIX' and
9244            '8T4C' and
9245            'NDRPDR'"
9246   parameters:
9247   - "throughput"
9248   - "name"
9249   - "tags"
9250   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9251   x-axis: "X = CNFs per Service Chain"
9252   y-axis: "Y = Number of Service Chains"
9253   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9254   layout:
9255     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9256     layout: "plot-service-density"
9257
9258 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9259 - type: "plot"
9260   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9261   algorithm: "plot_nf_heatmap"
9262   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9263   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9264   filter: "'NIC_Intel-XXV710' and
9265            'NF_DENSITY' and
9266            'DOCKER' and
9267            'CHAIN' and
9268            'NF_VPPIP4' and
9269            'IPSEC' and
9270            'TNL_10000' and
9271            'IMIX' and
9272            '2T1C' and
9273            'NDRPDR'"
9274   parameters:
9275   - "throughput"
9276   - "name"
9277   - "tags"
9278   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9279   x-axis: "X = CNFs per Service Chain"
9280   y-axis: "Y = Number of Service Chains"
9281   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9282   layout:
9283     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9284     layout: "plot-service-density"
9285
9286 - type: "plot"
9287   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9288   algorithm: "plot_nf_heatmap"
9289   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9290   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9291   filter: "'NIC_Intel-XXV710' and
9292            'NF_DENSITY' and
9293            'DOCKER' and
9294            'CHAIN' and
9295            'NF_VPPIP4' and
9296            'IPSEC' and
9297            'TNL_10000' and
9298            'IMIX' and
9299            '4T2C' and
9300            'NDRPDR'"
9301   parameters:
9302   - "throughput"
9303   - "name"
9304   - "tags"
9305   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9306   x-axis: "X = CNFs per Service Chain"
9307   y-axis: "Y = Number of Service Chains"
9308   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9309   layout:
9310     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9311     layout: "plot-service-density"
9312
9313 - type: "plot"
9314   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9315   algorithm: "plot_nf_heatmap"
9316   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9317   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9318   filter: "'NIC_Intel-XXV710' and
9319            'NF_DENSITY' and
9320            'DOCKER' and
9321            'CHAIN' and
9322            'NF_VPPIP4' and
9323            'IPSEC' and
9324            'TNL_10000' and
9325            'IMIX' and
9326            '8T4C' and
9327            'NDRPDR'"
9328   parameters:
9329   - "throughput"
9330   - "name"
9331   - "tags"
9332   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9333   x-axis: "X = CNFs per Service Chain"
9334   y-axis: "Y = Number of Service Chains"
9335   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9336   layout:
9337     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9338     layout: "plot-service-density"
9339
9340 ###############################################################################
9341
9342 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9343 #- type: "plot"
9344 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9345 #  algorithm: "plot_nf_heatmap"
9346 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9347 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9348 #  filter: "'NIC_Intel-XL710' and
9349 #           'NF_DENSITY' and
9350 #           'DOCKER' and
9351 #           'CHAIN' and
9352 #           'NF_VPPIP4' and
9353 #           'IMIX' and
9354 #           'TNL_10000' and
9355 #           '1T1C' and
9356 #           'MRR'"
9357 #  parameters:
9358 #  - "result"
9359 #  - "name"
9360 #  - "tags"
9361 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9362 #  x-axis: "X = CNFs per Service Chain"
9363 #  y-axis: "Y = Number of Service Chains"
9364 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9365 #  layout:
9366 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9367 #    layout: "plot-service-density"
9368 #
9369 #- type: "plot"
9370 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9371 #  algorithm: "plot_nf_heatmap"
9372 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9373 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9374 #  filter: "'NIC_Intel-XL710' and
9375 #           'NF_DENSITY' and
9376 #           'DOCKER' and
9377 #           'CHAIN' and
9378 #           'NF_VPPIP4' and
9379 #           'IPSEC' and
9380 #           'TNL_10000' and
9381 #           'IMIX' and
9382 #           '2T2C' and
9383 #           'MRR'"
9384 #  parameters:
9385 #  - "result"
9386 #  - "name"
9387 #  - "tags"
9388 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9389 #  x-axis: "X = CNFs per Service Chain"
9390 #  y-axis: "Y = Number of Service Chains"
9391 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9392 #  layout:
9393 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9394 #    layout: "plot-service-density"
9395 #
9396 #- type: "plot"
9397 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9398 #  algorithm: "plot_nf_heatmap"
9399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9400 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9401 #  filter: "'NIC_Intel-XL710' and
9402 #           'NF_DENSITY' and
9403 #           'DOCKER' and
9404 #           'CHAIN' and
9405 #           'NF_VPPIP4' and
9406 #           'IPSEC' and
9407 #           'TNL_10000' and
9408 #           'IMIX' and
9409 #           '4T4C' and
9410 #           'MRR'"
9411 #  parameters:
9412 #  - "result"
9413 #  - "name"
9414 #  - "tags"
9415 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9416 #  x-axis: "X = CNFs per Service Chain"
9417 #  y-axis: "Y = Number of Service Chains"
9418 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9419 #  layout:
9420 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9421 #    layout: "plot-service-density"
9422
9423 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9424 #- type: "plot"
9425 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9426 #  algorithm: "plot_nf_heatmap"
9427 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9428 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9429 #  filter: "'NIC_Intel-XL710' and
9430 #           'NF_DENSITY' and
9431 #           'DOCKER' and
9432 #           'CHAIN' and
9433 #           'NF_VPPIP4' and
9434 #           'IPSEC' and
9435 #           'TNL_10000' and
9436 #           'IMIX' and
9437 #           '1T1C' and
9438 #           'NDRPDR'"
9439 #  parameters:
9440 #  - "throughput"
9441 #  - "name"
9442 #  - "tags"
9443 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9444 #  x-axis: "X = CNFs per Service Chain"
9445 #  y-axis: "Y = Number of Service Chains"
9446 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9447 #  layout:
9448 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9449 #    layout: "plot-service-density"
9450 #
9451 #- type: "plot"
9452 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9453 #  algorithm: "plot_nf_heatmap"
9454 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9455 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9456 #  filter: "'NIC_Intel-XL710' and
9457 #           'NF_DENSITY' and
9458 #           'DOCKER' and
9459 #           'CHAIN' and
9460 #           'NF_VPPIP4' and
9461 #           'IPSEC' and
9462 #           'TNL_10000' and
9463 #           'IMIX' and
9464 #           '2T2C' and
9465 #           'NDRPDR'"
9466 #  parameters:
9467 #  - "throughput"
9468 #  - "name"
9469 #  - "tags"
9470 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9471 #  x-axis: "X = CNFs per Service Chain"
9472 #  y-axis: "Y = Number of Service Chains"
9473 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9474 #  layout:
9475 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9476 #    layout: "plot-service-density"
9477 #
9478 #- type: "plot"
9479 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9480 #  algorithm: "plot_nf_heatmap"
9481 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9482 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9483 #  filter: "'NIC_Intel-XL710' and
9484 #           'NF_DENSITY' and
9485 #           'DOCKER' and
9486 #           'CHAIN' and
9487 #           'NF_VPPIP4' and
9488 #           'IPSEC' and
9489 #           'TNL_10000' and
9490 #           'IMIX' and
9491 #           '4T4C' and
9492 #           'NDRPDR'"
9493 #  parameters:
9494 #  - "throughput"
9495 #  - "name"
9496 #  - "tags"
9497 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9498 #  x-axis: "X = CNFs per Service Chain"
9499 #  y-axis: "Y = Number of Service Chains"
9500 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9501 #  layout:
9502 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9503 #    layout: "plot-service-density"
9504 #
9505 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9506 #- type: "plot"
9507 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9508 #  algorithm: "plot_nf_heatmap"
9509 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9510 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9511 #  filter: "'NIC_Intel-XL710' and
9512 #           'NF_DENSITY' and
9513 #           'DOCKER' and
9514 #           'CHAIN' and
9515 #           'NF_VPPIP4' and
9516 #           'IPSEC' and
9517 #           'TNL_10000' and
9518 #           'IMIX' and
9519 #           '1T1C' and
9520 #           'NDRPDR'"
9521 #  parameters:
9522 #  - "throughput"
9523 #  - "name"
9524 #  - "tags"
9525 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9526 #  x-axis: "X = CNFs per Service Chain"
9527 #  y-axis: "Y = Number of Service Chains"
9528 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9529 #  layout:
9530 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9531 #    layout: "plot-service-density"
9532 #
9533 #- type: "plot"
9534 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9535 #  algorithm: "plot_nf_heatmap"
9536 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9537 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9538 #  filter: "'NIC_Intel-XL710' and
9539 #           'NF_DENSITY' and
9540 #           'DOCKER' and
9541 #           'CHAIN' and
9542 #           'NF_VPPIP4' and
9543 #           'IPSEC' and
9544 #           'TNL_10000' and
9545 #           'IMIX' and
9546 #           '2T2C' and
9547 #           'NDRPDR'"
9548 #  parameters:
9549 #  - "throughput"
9550 #  - "name"
9551 #  - "tags"
9552 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9553 #  x-axis: "X = CNFs per Service Chain"
9554 #  y-axis: "Y = Number of Service Chains"
9555 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9556 #  layout:
9557 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9558 #    layout: "plot-service-density"
9559 #
9560 #- type: "plot"
9561 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9562 #  algorithm: "plot_nf_heatmap"
9563 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9564 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9565 #  filter: "'NIC_Intel-XL710' and
9566 #           'NF_DENSITY' and
9567 #           'DOCKER' and
9568 #           'CHAIN' and
9569 #           'NF_VPPIP4' and
9570 #           'IPSEC' and
9571 #           'TNL_10000' and
9572 #           'IMIX' and
9573 #           '4T4C' and
9574 #           'NDRPDR'"
9575 #  parameters:
9576 #  - "throughput"
9577 #  - "name"
9578 #  - "tags"
9579 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9580 #  x-axis: "X = CNFs per Service Chain"
9581 #  y-axis: "Y = Number of Service Chains"
9582 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9583 #  layout:
9584 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9585 #    layout: "plot-service-density"
9586
9587 ###############################################################################
9588
9589 # Plots - NF Density - CSP - MRR IMIX
9590 - type: "plot"
9591   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9592   algorithm: "plot_nf_heatmap"
9593   output-file-type: ".html"
9594   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9595   data: "plot-vpp-nfv-2n-skx-mrr"
9596   filter: "'NIC_Intel-XXV710' and
9597            'NF_DENSITY' and
9598            'DOCKER' and
9599            'PIPELINE' and
9600            'NF_VPPIP4' and
9601            'IMIX' and
9602            '2T1C' and
9603            'MRR'"
9604   parameters:
9605   - "result"
9606   - "name"
9607   - "tags"
9608   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9609   x-axis: "X = CNFs per Service Pipeline"
9610   y-axis: "Y = Number of Service Pipelines"
9611   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9612   layout:
9613     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9614     layout: "plot-service-density"
9615
9616 - type: "plot"
9617   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9618   algorithm: "plot_nf_heatmap"
9619   output-file-type: ".html"
9620   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9621   data: "plot-vpp-nfv-2n-skx-mrr"
9622   filter: "'NIC_Intel-XXV710' and
9623            'NF_DENSITY' and
9624            'DOCKER' and
9625            'PIPELINE' and
9626            'NF_VPPIP4' and
9627            'IMIX' and
9628            '4T2C' and
9629            'MRR'"
9630   parameters:
9631   - "result"
9632   - "name"
9633   - "tags"
9634   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9635   x-axis: "X = CNFs per Service Pipeline"
9636   y-axis: "Y = Number of Service Pipelines"
9637   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9638   layout:
9639     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9640     layout: "plot-service-density"
9641
9642 - type: "plot"
9643   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9644   algorithm: "plot_nf_heatmap"
9645   output-file-type: ".html"
9646   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9647   data: "plot-vpp-nfv-2n-skx-mrr"
9648   filter: "'NIC_Intel-XXV710' and
9649            'NF_DENSITY' and
9650            'DOCKER' and
9651            'PIPELINE' and
9652            'NF_VPPIP4' and
9653            'IMIX' and
9654            '8T4C' and
9655            'MRR'"
9656   parameters:
9657   - "result"
9658   - "name"
9659   - "tags"
9660   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9661   x-axis: "X = CNFs per Service Pipeline"
9662   y-axis: "Y = Number of Service Pipelines"
9663   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9664   layout:
9665     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9666     layout: "plot-service-density"
9667
9668 # Plots - NF Density - CSP - NDR IMIX
9669 - type: "plot"
9670   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9671   algorithm: "plot_nf_heatmap"
9672   output-file-type: ".html"
9673   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9674   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9675   filter: "'NIC_Intel-XXV710' and
9676            'NF_DENSITY' and
9677            'DOCKER' and
9678            'PIPELINE' and
9679            'NF_VPPIP4' and
9680            'IMIX' and
9681            '2T1C' and
9682            'NDRPDR'"
9683   parameters:
9684   - "throughput"
9685   - "name"
9686   - "tags"
9687   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9688   x-axis: "X = CNFs per Service Pipeline"
9689   y-axis: "Y = Number of Service Pipelines"
9690   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9691   layout:
9692     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9693     layout: "plot-service-density"
9694
9695 - type: "plot"
9696   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9697   algorithm: "plot_nf_heatmap"
9698   output-file-type: ".html"
9699   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9700   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9701   filter: "'NIC_Intel-XXV710' and
9702            'NF_DENSITY' and
9703            'DOCKER' and
9704            'PIPELINE' and
9705            'NF_VPPIP4' and
9706            'IMIX' and
9707            '4T2C' and
9708            'NDRPDR'"
9709   parameters:
9710   - "throughput"
9711   - "name"
9712   - "tags"
9713   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9714   x-axis: "X = CNFs per Service Pipeline"
9715   y-axis: "Y = Number of Service Pipelines"
9716   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9717   layout:
9718     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9719     layout: "plot-service-density"
9720
9721 - type: "plot"
9722   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9723   algorithm: "plot_nf_heatmap"
9724   output-file-type: ".html"
9725   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9726   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9727   filter: "'NIC_Intel-XXV710' and
9728            'NF_DENSITY' and
9729            'DOCKER' and
9730            'PIPELINE' and
9731            'NF_VPPIP4' and
9732            'IMIX' and
9733            '8T4C' and
9734            'NDRPDR'"
9735   parameters:
9736   - "throughput"
9737   - "name"
9738   - "tags"
9739   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9740   x-axis: "X = CNFs per Service Pipeline"
9741   y-axis: "Y = Number of Service Pipelines"
9742   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9743   layout:
9744     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9745     layout: "plot-service-density"
9746
9747 # Plots - NF Density - CSP - PDR IMIX
9748 - type: "plot"
9749   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9750   algorithm: "plot_nf_heatmap"
9751   output-file-type: ".html"
9752   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9753   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9754   filter: "'NIC_Intel-XXV710' and
9755            'NF_DENSITY' and
9756            'DOCKER' and
9757            'PIPELINE' and
9758            'NF_VPPIP4' and
9759            'IMIX' and
9760            '2T1C' and
9761            'NDRPDR'"
9762   parameters:
9763   - "throughput"
9764   - "name"
9765   - "tags"
9766   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9767   x-axis: "X = CNFs per Service Pipeline"
9768   y-axis: "Y = Number of Service Pipelines"
9769   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9770   layout:
9771     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9772     layout: "plot-service-density"
9773
9774 - type: "plot"
9775   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9776   algorithm: "plot_nf_heatmap"
9777   output-file-type: ".html"
9778   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9779   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9780   filter: "'NIC_Intel-XXV710' and
9781            'NF_DENSITY' and
9782            'DOCKER' and
9783            'PIPELINE' and
9784            'NF_VPPIP4' and
9785            'IMIX' and
9786            '4T2C' and
9787            'NDRPDR'"
9788   parameters:
9789   - "throughput"
9790   - "name"
9791   - "tags"
9792   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9793   x-axis: "X = CNFs per Service Pipeline"
9794   y-axis: "Y = Number of Service Pipelines"
9795   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9796   layout:
9797     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9798     layout: "plot-service-density"
9799
9800 - type: "plot"
9801   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9802   algorithm: "plot_nf_heatmap"
9803   output-file-type: ".html"
9804   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9805   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9806   filter: "'NIC_Intel-XXV710' and
9807            'NF_DENSITY' and
9808            'DOCKER' and
9809            'PIPELINE' and
9810            'NF_VPPIP4' and
9811            'IMIX' and
9812            '8T4C' and
9813            'NDRPDR'"
9814   parameters:
9815   - "throughput"
9816   - "name"
9817   - "tags"
9818   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9819   x-axis: "X = CNFs per Service Pipeline"
9820   y-axis: "Y = Number of Service Pipelines"
9821   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9822   layout:
9823     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9824     layout: "plot-service-density"
9825
9826 ###############################################################################
9827 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9828
9829 - type: "plot"
9830   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9831   algorithm: "plot_nf_heatmap"
9832   output-file-type: ".html"
9833   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9834   data: "plot-vpp-nfv-2n-clx-mrr"
9835   filter: "'NIC_Intel-XXV710' and
9836            'NF_DENSITY' and
9837            'VHOST' and
9838            not 'VXLAN' and
9839            'CHAIN' and
9840            'NF_VPPIP4' and
9841            'IMIX' and
9842            '2T1C' and
9843            'MRR'"
9844   parameters:
9845   - "result"
9846   - "name"
9847   - "tags"
9848   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9849   x-axis: "X = VNFs per Service Chain"
9850   y-axis: "Y = Number of Service Chains"
9851   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9852   layout:
9853     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9854     layout: "plot-service-density"
9855
9856 - type: "plot"
9857   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9858   algorithm: "plot_nf_heatmap"
9859   output-file-type: ".html"
9860   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9861   data: "plot-vpp-nfv-2n-clx-mrr"
9862   filter: "'NIC_Intel-XXV710' and
9863            'NF_DENSITY' and
9864            'VHOST' and
9865            not 'VXLAN' and
9866            'CHAIN' and
9867            'NF_VPPIP4' and
9868            'IMIX' and
9869            '4T2C' and
9870            'MRR'"
9871   parameters:
9872   - "result"
9873   - "name"
9874   - "tags"
9875   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9876   x-axis: "X = VNFs per Service Chain"
9877   y-axis: "Y = Number of Service Chains"
9878   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9879   layout:
9880     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9881     layout: "plot-service-density"
9882
9883 - type: "plot"
9884   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9885   algorithm: "plot_nf_heatmap"
9886   output-file-type: ".html"
9887   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9888   data: "plot-vpp-nfv-2n-clx-mrr"
9889   filter: "'NIC_Intel-XXV710' and
9890            'NF_DENSITY' and
9891            'VHOST' and
9892            not 'VXLAN' and
9893            'CHAIN' and
9894            'NF_VPPIP4' and
9895            'IMIX' and
9896            '8T4C' and
9897            'MRR'"
9898   parameters:
9899   - "result"
9900   - "name"
9901   - "tags"
9902   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9903   x-axis: "X = VNFs per Service Chain"
9904   y-axis: "Y = Number of Service Chains"
9905   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9906   layout:
9907     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9908     layout: "plot-service-density"
9909
9910 # Plots - NF Density - VSC - NDR IMIX
9911 - type: "plot"
9912   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9913   algorithm: "plot_nf_heatmap"
9914   output-file-type: ".html"
9915   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9916   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9917   filter: "'NIC_Intel-XXV710' and
9918            'NF_DENSITY' and
9919            'VHOST' and
9920            not 'VXLAN' and
9921            'CHAIN' and
9922            'NF_VPPIP4' and
9923            'IMIX' and
9924            '2T1C' and
9925            'NDRPDR'"
9926   parameters:
9927   - "throughput"
9928   - "name"
9929   - "tags"
9930   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9931   x-axis: "X = VNFs per Service Chain"
9932   y-axis: "Y = Number of Service Chains"
9933   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9934   layout:
9935     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9936     layout: "plot-service-density"
9937
9938 - type: "plot"
9939   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9940   algorithm: "plot_nf_heatmap"
9941   output-file-type: ".html"
9942   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9943   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9944   filter: "'NIC_Intel-XXV710' and
9945            'NF_DENSITY' and
9946            'VHOST' and
9947            not 'VXLAN' and
9948            'CHAIN' and
9949            'NF_VPPIP4' and
9950            'IMIX' and
9951            '4T2C' and
9952            'NDRPDR'"
9953   parameters:
9954   - "throughput"
9955   - "name"
9956   - "tags"
9957   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9958   x-axis: "X = VNFs per Service Chain"
9959   y-axis: "Y = Number of Service Chains"
9960   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9961   layout:
9962     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9963     layout: "plot-service-density"
9964
9965 - type: "plot"
9966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9967   algorithm: "plot_nf_heatmap"
9968   output-file-type: ".html"
9969   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9970   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9971   filter: "'NIC_Intel-XXV710' and
9972            'NF_DENSITY' and
9973            'VHOST' and
9974            not 'VXLAN' and
9975            'CHAIN' and
9976            'NF_VPPIP4' and
9977            'IMIX' and
9978            '8T4C' and
9979            'NDRPDR'"
9980   parameters:
9981   - "throughput"
9982   - "name"
9983   - "tags"
9984   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9985   x-axis: "X = VNFs per Service Chain"
9986   y-axis: "Y = Number of Service Chains"
9987   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9988   layout:
9989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9990     layout: "plot-service-density"
9991
9992 # Plots - NF Density - VSC - PDR IMIX
9993 - type: "plot"
9994   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9995   algorithm: "plot_nf_heatmap"
9996   output-file-type: ".html"
9997   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9998   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9999   filter: "'NIC_Intel-XXV710' and
10000            'NF_DENSITY' and
10001            'VHOST' and
10002            not 'VXLAN' and
10003            'CHAIN' and
10004            'NF_VPPIP4' and
10005            'IMIX' and
10006            '2T1C' and
10007            'NDRPDR'"
10008   parameters:
10009   - "throughput"
10010   - "name"
10011   - "tags"
10012   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10013   x-axis: "X = VNFs per Service Chain"
10014   y-axis: "Y = Number of Service Chains"
10015   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10016   layout:
10017     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10018     layout: "plot-service-density"
10019
10020 - type: "plot"
10021   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10022   algorithm: "plot_nf_heatmap"
10023   output-file-type: ".html"
10024   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10025   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10026   filter: "'NIC_Intel-XXV710' and
10027            'NF_DENSITY' and
10028            'VHOST' and
10029            not 'VXLAN' and
10030            'CHAIN' and
10031            'NF_VPPIP4' and
10032            'IMIX' and
10033            '4T2C' and
10034            'NDRPDR'"
10035   parameters:
10036   - "throughput"
10037   - "name"
10038   - "tags"
10039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10040   x-axis: "X = VNFs per Service Chain"
10041   y-axis: "Y = Number of Service Chains"
10042   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10043   layout:
10044     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10045     layout: "plot-service-density"
10046
10047 - type: "plot"
10048   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10049   algorithm: "plot_nf_heatmap"
10050   output-file-type: ".html"
10051   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10052   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10053   filter: "'NIC_Intel-XXV710' and
10054            'NF_DENSITY' and
10055            'VHOST' and
10056            not 'VXLAN' and
10057            'CHAIN' and
10058            'NF_VPPIP4' and
10059            'IMIX' and
10060            '8T4C' and
10061            'NDRPDR'"
10062   parameters:
10063   - "throughput"
10064   - "name"
10065   - "tags"
10066   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10067   x-axis: "X = VNFs per Service Chain"
10068   y-axis: "Y = Number of Service Chains"
10069   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10070   layout:
10071     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10072     layout: "plot-service-density"
10073
10074 # Plots - NF Density - VSC - MRR IMIX
10075 - type: "plot"
10076   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10077   algorithm: "plot_nf_heatmap"
10078   output-file-type: ".html"
10079   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10080   data: "plot-vpp-nfv-2n-clx-mrr"
10081   filter: "'NIC_Intel-XXV710' and
10082            'NF_DENSITY' and
10083            'VHOST' and
10084            'VXLAN' and
10085            'CHAIN' and
10086            'IMIX' and
10087            '2T1C' and
10088            'MRR'"
10089   parameters:
10090   - "result"
10091   - "name"
10092   - "tags"
10093   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10094   x-axis: "X = VNFs per Service Chain"
10095   y-axis: "Y = Number of Service Chains"
10096   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10097   layout:
10098     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10099     layout: "plot-service-density"
10100
10101 - type: "plot"
10102   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10103   algorithm: "plot_nf_heatmap"
10104   output-file-type: ".html"
10105   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10106   data: "plot-vpp-nfv-2n-clx-mrr"
10107   filter: "'NIC_Intel-XXV710' and
10108            'NF_DENSITY' and
10109            'VHOST' and
10110            'VXLAN' and
10111            'CHAIN' and
10112            'IMIX' and
10113            '4T2C' and
10114            'MRR'"
10115   parameters:
10116   - "result"
10117   - "name"
10118   - "tags"
10119   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10120   x-axis: "X = VNFs per Service Chain"
10121   y-axis: "Y = Number of Service Chains"
10122   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10123   layout:
10124     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10125     layout: "plot-service-density"
10126
10127 - type: "plot"
10128   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10129   algorithm: "plot_nf_heatmap"
10130   output-file-type: ".html"
10131   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10132   data: "plot-vpp-nfv-2n-clx-mrr"
10133   filter: "'NIC_Intel-XXV710' and
10134            'NF_DENSITY' and
10135            'VHOST' and
10136            'VXLAN' and
10137            'CHAIN' and
10138            'IMIX' and
10139            '8T4C' and
10140            'MRR'"
10141   parameters:
10142   - "result"
10143   - "name"
10144   - "tags"
10145   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10146   x-axis: "X = VNFs per Service Chain"
10147   y-axis: "Y = Number of Service Chains"
10148   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10149   layout:
10150     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10151     layout: "plot-service-density"
10152
10153 # Plots - NF Density - VSC - NDR IMIX
10154 - type: "plot"
10155   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10156   algorithm: "plot_nf_heatmap"
10157   output-file-type: ".html"
10158   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10159   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10160   filter: "'NIC_Intel-XXV710' and
10161            'NF_DENSITY' and
10162            'VHOST' and
10163            'VXLAN' and
10164            'CHAIN' and
10165            'IMIX' and
10166            '2T1C' and
10167            'NDRPDR'"
10168   parameters:
10169   - "throughput"
10170   - "name"
10171   - "tags"
10172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10173   x-axis: "X = VNFs per Service Chain"
10174   y-axis: "Y = Number of Service Chains"
10175   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10176   layout:
10177     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10178     layout: "plot-service-density"
10179
10180 - type: "plot"
10181   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10182   algorithm: "plot_nf_heatmap"
10183   output-file-type: ".html"
10184   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10185   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10186   filter: "'NIC_Intel-XXV710' and
10187            'NF_DENSITY' and
10188            'VHOST' and
10189            'VXLAN' and
10190            'CHAIN' and
10191            'IMIX' and
10192            '4T2C' and
10193            'NDRPDR'"
10194   parameters:
10195   - "throughput"
10196   - "name"
10197   - "tags"
10198   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10199   x-axis: "X = VNFs per Service Chain"
10200   y-axis: "Y = Number of Service Chains"
10201   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10202   layout:
10203     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10204     layout: "plot-service-density"
10205
10206 - type: "plot"
10207   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10208   algorithm: "plot_nf_heatmap"
10209   output-file-type: ".html"
10210   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10211   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10212   filter: "'NIC_Intel-XXV710' and
10213            'NF_DENSITY' and
10214            'VHOST' and
10215            'VXLAN' and
10216            'CHAIN' and
10217            'IMIX' and
10218            '8T4C' and
10219            'NDRPDR'"
10220   parameters:
10221   - "throughput"
10222   - "name"
10223   - "tags"
10224   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10225   x-axis: "X = VNFs per Service Chain"
10226   y-axis: "Y = Number of Service Chains"
10227   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10228   layout:
10229     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10230     layout: "plot-service-density"
10231
10232 # Plots - NF Density - VSC - PDR IMIX
10233 - type: "plot"
10234   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10235   algorithm: "plot_nf_heatmap"
10236   output-file-type: ".html"
10237   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10238   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10239   filter: "'NIC_Intel-XXV710' and
10240            'NF_DENSITY' and
10241            'VHOST' and
10242            'VXLAN' and
10243            'CHAIN' and
10244            'IMIX' and
10245            '2T1C' and
10246            'NDRPDR'"
10247   parameters:
10248   - "throughput"
10249   - "name"
10250   - "tags"
10251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10252   x-axis: "X = VNFs per Service Chain"
10253   y-axis: "Y = Number of Service Chains"
10254   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10255   layout:
10256     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10257     layout: "plot-service-density"
10258
10259 - type: "plot"
10260   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10261   algorithm: "plot_nf_heatmap"
10262   output-file-type: ".html"
10263   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10264   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10265   filter: "'NIC_Intel-XXV710' and
10266            'NF_DENSITY' and
10267            'VHOST' and
10268            'VXLAN' and
10269            'CHAIN' and
10270            'IMIX' and
10271            '4T2C' and
10272            'NDRPDR'"
10273   parameters:
10274   - "throughput"
10275   - "name"
10276   - "tags"
10277   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10278   x-axis: "X = VNFs per Service Chain"
10279   y-axis: "Y = Number of Service Chains"
10280   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10281   layout:
10282     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10283     layout: "plot-service-density"
10284
10285 - type: "plot"
10286   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10287   algorithm: "plot_nf_heatmap"
10288   output-file-type: ".html"
10289   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10290   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10291   filter: "'NIC_Intel-XXV710' and
10292            'NF_DENSITY' and
10293            'VHOST' and
10294            'VXLAN' and
10295            'CHAIN' and
10296            'IMIX' and
10297            '8T4C' and
10298            'NDRPDR'"
10299   parameters:
10300   - "throughput"
10301   - "name"
10302   - "tags"
10303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10304   x-axis: "X = VNFs per Service Chain"
10305   y-axis: "Y = Number of Service Chains"
10306   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10307   layout:
10308     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10309     layout: "plot-service-density"
10310
10311 # Plots - NF Density - CSC - MRR IMIX
10312 - type: "plot"
10313   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10314   algorithm: "plot_nf_heatmap"
10315   output-file-type: ".html"
10316   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10317   data: "plot-vpp-nfv-2n-clx-mrr"
10318   filter: "'NIC_Intel-XXV710' and
10319            'NF_DENSITY' and
10320            'DOCKER' and
10321            'CHAIN' and
10322            'NF_VPPIP4' and
10323            'IMIX' and
10324            '2T1C' and
10325            'MRR'"
10326   parameters:
10327   - "result"
10328   - "name"
10329   - "tags"
10330   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10331   x-axis: "X = CNFs per Service Chain"
10332   y-axis: "Y = Number of Service Chains"
10333   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10334   layout:
10335     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10336     layout: "plot-service-density"
10337
10338 - type: "plot"
10339   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10340   algorithm: "plot_nf_heatmap"
10341   output-file-type: ".html"
10342   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10343   data: "plot-vpp-nfv-2n-clx-mrr"
10344   filter: "'NIC_Intel-XXV710' and
10345            'NF_DENSITY' and
10346            'DOCKER' and
10347            'CHAIN' and
10348            'NF_VPPIP4' and
10349            'IMIX' and
10350            '4T2C' and
10351            'MRR'"
10352   parameters:
10353   - "result"
10354   - "name"
10355   - "tags"
10356   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10357   x-axis: "X = CNFs per Service Chain"
10358   y-axis: "Y = Number of Service Chains"
10359   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10360   layout:
10361     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10362     layout: "plot-service-density"
10363
10364 - type: "plot"
10365   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10366   algorithm: "plot_nf_heatmap"
10367   output-file-type: ".html"
10368   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10369   data: "plot-vpp-nfv-2n-clx-mrr"
10370   filter: "'NIC_Intel-XXV710' and
10371            'NF_DENSITY' and
10372            'DOCKER' and
10373            'CHAIN' and
10374            'NF_VPPIP4' and
10375            'IMIX' and
10376            '8T4C' and
10377            'MRR'"
10378   parameters:
10379   - "result"
10380   - "name"
10381   - "tags"
10382   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10383   x-axis: "X = CNFs per Service Chain"
10384   y-axis: "Y = Number of Service Chains"
10385   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10386   layout:
10387     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10388     layout: "plot-service-density"
10389
10390 # Plots - NF Density - CSC - NDR IMIX
10391 - type: "plot"
10392   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10393   algorithm: "plot_nf_heatmap"
10394   output-file-type: ".html"
10395   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10396   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10397   filter: "'NIC_Intel-XXV710' and
10398            'NF_DENSITY' and
10399            'DOCKER' and
10400            'CHAIN' and
10401            'NF_VPPIP4' and
10402            'IMIX' and
10403            '2T1C' and
10404            'NDRPDR'"
10405   parameters:
10406   - "throughput"
10407   - "name"
10408   - "tags"
10409   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10410   x-axis: "X = CNFs per Service Chain"
10411   y-axis: "Y = Number of Service Chains"
10412   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10413   layout:
10414     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10415     layout: "plot-service-density"
10416
10417 - type: "plot"
10418   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10419   algorithm: "plot_nf_heatmap"
10420   output-file-type: ".html"
10421   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10422   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10423   filter: "'NIC_Intel-XXV710' and
10424            'NF_DENSITY' and
10425            'DOCKER' and
10426            'CHAIN' and
10427            'NF_VPPIP4' and
10428            'IMIX' and
10429            '4T2C' and
10430            'NDRPDR'"
10431   parameters:
10432   - "throughput"
10433   - "name"
10434   - "tags"
10435   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10436   x-axis: "X = CNFs per Service Chain"
10437   y-axis: "Y = Number of Service Chains"
10438   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10439   layout:
10440     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10441     layout: "plot-service-density"
10442
10443 - type: "plot"
10444   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10445   algorithm: "plot_nf_heatmap"
10446   output-file-type: ".html"
10447   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10448   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10449   filter: "'NIC_Intel-XXV710' and
10450            'NF_DENSITY' and
10451            'DOCKER' and
10452            'CHAIN' and
10453            'NF_VPPIP4' and
10454            'IMIX' and
10455            '8T4C' and
10456            'NDRPDR'"
10457   parameters:
10458   - "throughput"
10459   - "name"
10460   - "tags"
10461   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10462   x-axis: "X = CNFs per Service Chain"
10463   y-axis: "Y = Number of Service Chains"
10464   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10465   layout:
10466     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10467     layout: "plot-service-density"
10468
10469 # Plots - NF Density - CSC - PDR IMIX
10470 - type: "plot"
10471   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10472   algorithm: "plot_nf_heatmap"
10473   output-file-type: ".html"
10474   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10475   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10476   filter: "'NIC_Intel-XXV710' and
10477            'NF_DENSITY' and
10478            'DOCKER' and
10479            'CHAIN' and
10480            'NF_VPPIP4' and
10481            'IMIX' and
10482            '2T1C' and
10483            'NDRPDR'"
10484   parameters:
10485   - "throughput"
10486   - "name"
10487   - "tags"
10488   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10489   x-axis: "X = CNFs per Service Chain"
10490   y-axis: "Y = Number of Service Chains"
10491   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10492   layout:
10493     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10494     layout: "plot-service-density"
10495
10496 - type: "plot"
10497   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10498   algorithm: "plot_nf_heatmap"
10499   output-file-type: ".html"
10500   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10501   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10502   filter: "'NIC_Intel-XXV710' and
10503            'NF_DENSITY' and
10504            'DOCKER' and
10505            'CHAIN' and
10506            'NF_VPPIP4' and
10507            'IMIX' and
10508            '4T2C' and
10509            'NDRPDR'"
10510   parameters:
10511   - "throughput"
10512   - "name"
10513   - "tags"
10514   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10515   x-axis: "X = CNFs per Service Chain"
10516   y-axis: "Y = Number of Service Chains"
10517   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10518   layout:
10519     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10520     layout: "plot-service-density"
10521
10522 - type: "plot"
10523   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10524   algorithm: "plot_nf_heatmap"
10525   output-file-type: ".html"
10526   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10527   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10528   filter: "'NIC_Intel-XXV710' and
10529            'NF_DENSITY' and
10530            'DOCKER' and
10531            'CHAIN' and
10532            'NF_VPPIP4' and
10533            'IMIX' and
10534            '8T4C' and
10535            'NDRPDR'"
10536   parameters:
10537   - "throughput"
10538   - "name"
10539   - "tags"
10540   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10541   x-axis: "X = CNFs per Service Chain"
10542   y-axis: "Y = Number of Service Chains"
10543   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10544   layout:
10545     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10546     layout: "plot-service-density"
10547
10548 # Plots - NF Density - CSP - MRR IMIX
10549 - type: "plot"
10550   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10551   algorithm: "plot_nf_heatmap"
10552   output-file-type: ".html"
10553   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10554   data: "plot-vpp-nfv-2n-clx-mrr"
10555   filter: "'NIC_Intel-XXV710' and
10556            'NF_DENSITY' and
10557            'DOCKER' and
10558            'PIPELINE' and
10559            'NF_VPPIP4' and
10560            'IMIX' and
10561            '2T1C' and
10562            'MRR'"
10563   parameters:
10564   - "result"
10565   - "name"
10566   - "tags"
10567   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10568   x-axis: "X = CNFs per Service Pipeline"
10569   y-axis: "Y = Number of Service Pipelines"
10570   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10571   layout:
10572     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10573     layout: "plot-service-density"
10574
10575 - type: "plot"
10576   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10577   algorithm: "plot_nf_heatmap"
10578   output-file-type: ".html"
10579   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10580   data: "plot-vpp-nfv-2n-clx-mrr"
10581   filter: "'NIC_Intel-XXV710' and
10582            'NF_DENSITY' and
10583            'DOCKER' and
10584            'PIPELINE' and
10585            'NF_VPPIP4' and
10586            'IMIX' and
10587            '4T2C' and
10588            'MRR'"
10589   parameters:
10590   - "result"
10591   - "name"
10592   - "tags"
10593   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10594   x-axis: "X = CNFs per Service Pipeline"
10595   y-axis: "Y = Number of Service Pipelines"
10596   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10597   layout:
10598     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10599     layout: "plot-service-density"
10600
10601 - type: "plot"
10602   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10603   algorithm: "plot_nf_heatmap"
10604   output-file-type: ".html"
10605   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10606   data: "plot-vpp-nfv-2n-clx-mrr"
10607   filter: "'NIC_Intel-XXV710' and
10608            'NF_DENSITY' and
10609            'DOCKER' and
10610            'PIPELINE' and
10611            'NF_VPPIP4' and
10612            'IMIX' and
10613            '8T4C' and
10614            'MRR'"
10615   parameters:
10616   - "result"
10617   - "name"
10618   - "tags"
10619   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10620   x-axis: "X = CNFs per Service Pipeline"
10621   y-axis: "Y = Number of Service Pipelines"
10622   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10623   layout:
10624     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10625     layout: "plot-service-density"
10626
10627 # Plots - NF Density - CSP - NDR IMIX
10628 - type: "plot"
10629   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10630   algorithm: "plot_nf_heatmap"
10631   output-file-type: ".html"
10632   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10633   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10634   filter: "'NIC_Intel-XXV710' and
10635            'NF_DENSITY' and
10636            'DOCKER' and
10637            'PIPELINE' and
10638            'NF_VPPIP4' and
10639            'IMIX' and
10640            '2T1C' and
10641            'NDRPDR'"
10642   parameters:
10643   - "throughput"
10644   - "name"
10645   - "tags"
10646   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10647   x-axis: "X = CNFs per Service Pipeline"
10648   y-axis: "Y = Number of Service Pipelines"
10649   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10650   layout:
10651     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10652     layout: "plot-service-density"
10653
10654 - type: "plot"
10655   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10656   algorithm: "plot_nf_heatmap"
10657   output-file-type: ".html"
10658   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10659   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10660   filter: "'NIC_Intel-XXV710' and
10661            'NF_DENSITY' and
10662            'DOCKER' and
10663            'PIPELINE' and
10664            'NF_VPPIP4' and
10665            'IMIX' and
10666            '4T2C' and
10667            'NDRPDR'"
10668   parameters:
10669   - "throughput"
10670   - "name"
10671   - "tags"
10672   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10673   x-axis: "X = CNFs per Service Pipeline"
10674   y-axis: "Y = Number of Service Pipelines"
10675   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10676   layout:
10677     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10678     layout: "plot-service-density"
10679
10680 - type: "plot"
10681   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10682   algorithm: "plot_nf_heatmap"
10683   output-file-type: ".html"
10684   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10685   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10686   filter: "'NIC_Intel-XXV710' and
10687            'NF_DENSITY' and
10688            'DOCKER' and
10689            'PIPELINE' and
10690            'NF_VPPIP4' and
10691            'IMIX' and
10692            '8T4C' and
10693            'NDRPDR'"
10694   parameters:
10695   - "throughput"
10696   - "name"
10697   - "tags"
10698   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10699   x-axis: "X = CNFs per Service Pipeline"
10700   y-axis: "Y = Number of Service Pipelines"
10701   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10702   layout:
10703     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10704     layout: "plot-service-density"
10705
10706 # Plots - NF Density - CSP - PDR IMIX
10707 - type: "plot"
10708   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10709   algorithm: "plot_nf_heatmap"
10710   output-file-type: ".html"
10711   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10712   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10713   filter: "'NIC_Intel-XXV710' and
10714            'NF_DENSITY' and
10715            'DOCKER' and
10716            'PIPELINE' and
10717            'NF_VPPIP4' and
10718            'IMIX' and
10719            '2T1C' and
10720            'NDRPDR'"
10721   parameters:
10722   - "throughput"
10723   - "name"
10724   - "tags"
10725   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10726   x-axis: "X = CNFs per Service Pipeline"
10727   y-axis: "Y = Number of Service Pipelines"
10728   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10729   layout:
10730     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10731     layout: "plot-service-density"
10732
10733 - type: "plot"
10734   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10735   algorithm: "plot_nf_heatmap"
10736   output-file-type: ".html"
10737   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10738   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10739   filter: "'NIC_Intel-XXV710' and
10740            'NF_DENSITY' and
10741            'DOCKER' and
10742            'PIPELINE' and
10743            'NF_VPPIP4' and
10744            'IMIX' and
10745            '4T2C' and
10746            'NDRPDR'"
10747   parameters:
10748   - "throughput"
10749   - "name"
10750   - "tags"
10751   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10752   x-axis: "X = CNFs per Service Pipeline"
10753   y-axis: "Y = Number of Service Pipelines"
10754   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10755   layout:
10756     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10757     layout: "plot-service-density"
10758
10759 - type: "plot"
10760   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10761   algorithm: "plot_nf_heatmap"
10762   output-file-type: ".html"
10763   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10764   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10765   filter: "'NIC_Intel-XXV710' and
10766            'NF_DENSITY' and
10767            'DOCKER' and
10768            'PIPELINE' and
10769            'NF_VPPIP4' and
10770            'IMIX' and
10771            '8T4C' and
10772            'NDRPDR'"
10773   parameters:
10774   - "throughput"
10775   - "name"
10776   - "tags"
10777   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10778   x-axis: "X = CNFs per Service Pipeline"
10779   y-axis: "Y = Number of Service Pipelines"
10780   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10781   layout:
10782     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10783     layout: "plot-service-density"
10784
10785 ################################################################################
10786
10787 # Packet Throughput
10788
10789 - type: "plot"
10790   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10791   algorithm: "plot_perf_box_name"
10792   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10793   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10794   include:
10795     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10796     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10799   layout:
10800     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10801     layout: "plot-throughput"
10802
10803 - type: "plot"
10804   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10805   algorithm: "plot_perf_box_name"
10806   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10807   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10808   include:
10809     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10813   layout:
10814     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10815     layout: "plot-throughput"
10816
10817 - type: "plot"
10818   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10819   algorithm: "plot_perf_box_name"
10820   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10821   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10822   include:
10823     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10824     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10825     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10826     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10827   layout:
10828     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10829     layout: "plot-throughput"
10830
10831 - type: "plot"
10832   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10833   algorithm: "plot_perf_box_name"
10834   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10836   include:
10837     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10838     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10839     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10840     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10841   layout:
10842     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10843     layout: "plot-throughput"
10844
10845 - type: "plot"
10846   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10847   algorithm: "plot_perf_box_name"
10848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10850   include:
10851     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10852     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10853     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10854     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10855     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10856   layout:
10857     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10858     layout: "plot-throughput"
10859
10860 - type: "plot"
10861   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10862   algorithm: "plot_perf_box_name"
10863   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10865   include:
10866     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10867     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10868     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10869     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10870     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10871   layout:
10872     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10873     layout: "plot-throughput"
10874
10875 - type: "plot"
10876   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10877   algorithm: "plot_perf_box_name"
10878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10880   include:
10881     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10882     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10883     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10884     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10885     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10886   layout:
10887     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10888     layout: "plot-throughput"
10889
10890 - type: "plot"
10891   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10892   algorithm: "plot_perf_box_name"
10893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10895   include:
10896     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10897     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10898     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10899     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10900     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10901   layout:
10902     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10903     layout: "plot-throughput"
10904
10905 - type: "plot"
10906   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10907   algorithm: "plot_perf_box_name"
10908   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10909   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10910   include:
10911     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10912     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10913     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10914     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10915     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10916   layout:
10917     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10918     layout: "plot-throughput"
10919
10920 - type: "plot"
10921   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10922   algorithm: "plot_perf_box_name"
10923   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10924   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10925   include:
10926     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10927     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10928     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10929     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10930     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10931   layout:
10932     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10933     layout: "plot-throughput"
10934
10935 - type: "plot"
10936   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10937   algorithm: "plot_perf_box_name"
10938   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10940   include:
10941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10942     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10943     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10944     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10945     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10946     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10947   layout:
10948     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10949     layout: "plot-throughput"
10950
10951 - type: "plot"
10952   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10953   algorithm: "plot_perf_box_name"
10954   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10955   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10956   include:
10957     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10961     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10962     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10963   layout:
10964     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10965     layout: "plot-throughput"
10966
10967 - type: "plot"
10968   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10969   algorithm: "plot_perf_box_name"
10970   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10971   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10972   include:
10973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10978   layout:
10979     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10980     layout: "plot-throughput"
10981
10982 - type: "plot"
10983   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10984   algorithm: "plot_perf_box_name"
10985   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10987   include:
10988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10993   layout:
10994     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10995     layout: "plot-throughput"
10996
10997 - type: "plot"
10998   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10999   algorithm: "plot_perf_box_name"
11000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11002   include:
11003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11006   layout:
11007     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11008     layout: "plot-throughput"
11009
11010 - type: "plot"
11011   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11012   algorithm: "plot_perf_box_name"
11013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11015   include:
11016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11019   layout:
11020     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11021     layout: "plot-throughput"
11022
11023 - type: "plot"
11024   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11025   algorithm: "plot_perf_box_name"
11026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11028   include:
11029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11034   layout:
11035     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11036     layout: "plot-throughput"
11037
11038 - type: "plot"
11039   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11040   algorithm: "plot_perf_box_name"
11041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11043   include:
11044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11049   layout:
11050     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11051     layout: "plot-throughput"
11052
11053 - type: "plot"
11054   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11055   algorithm: "plot_perf_box_name"
11056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11058   include:
11059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11062   layout:
11063     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11064     layout: "plot-throughput"
11065
11066 - type: "plot"
11067   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11068   algorithm: "plot_perf_box_name"
11069   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11071   include:
11072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11075   layout:
11076     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11077     layout: "plot-throughput"
11078
11079 - type: "plot"
11080   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11081   algorithm: "plot_perf_box_name"
11082   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11084   include:
11085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11091   layout:
11092     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11093     layout: "plot-throughput"
11094
11095 - type: "plot"
11096   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11097   algorithm: "plot_perf_box_name"
11098   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11099   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11100   include:
11101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11107   layout:
11108     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11109     layout: "plot-throughput"
11110
11111 - type: "plot"
11112   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11113   algorithm: "plot_perf_box_name"
11114   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11115   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11116   include:
11117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11123   layout:
11124     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11125     layout: "plot-throughput"
11126
11127 - type: "plot"
11128   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11129   algorithm: "plot_perf_box_name"
11130   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11131   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11132   include:
11133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11139   layout:
11140     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11141     layout: "plot-throughput"
11142
11143 - type: "plot"
11144   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11145   algorithm: "plot_perf_box_name"
11146   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11147   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11148   include:
11149     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11150     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11151     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11152   layout:
11153     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11154     layout: "plot-throughput"
11155
11156 - type: "plot"
11157   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11158   algorithm: "plot_perf_box_name"
11159   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11160   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11161   include:
11162     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11163     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11164     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11165   layout:
11166     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11167     layout: "plot-throughput"
11168
11169 - type: "plot"
11170   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11171   algorithm: "plot_perf_box_name"
11172   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11174   include:
11175     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11177 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11178 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11179 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11180   layout:
11181     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11182     layout: "plot-throughput"
11183
11184 - type: "plot"
11185   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11186   algorithm: "plot_perf_box_name"
11187   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11189   include:
11190     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11191     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11192 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11193 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11194 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11195   layout:
11196     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11197     layout: "plot-throughput"
11198
11199 - type: "plot"
11200   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11201   algorithm: "plot_perf_box_name"
11202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11204   include:
11205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11207     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11210   layout:
11211     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11212     layout: "plot-throughput"
11213
11214 - type: "plot"
11215   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11216   algorithm: "plot_perf_box_name"
11217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11219   include:
11220     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11221     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11223     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11225   layout:
11226     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11227     layout: "plot-throughput"
11228
11229 - type: "plot"
11230   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11231   algorithm: "plot_perf_box_name"
11232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11234   include:
11235     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11236     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11237     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11238     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11239     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11240   layout:
11241     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11242     layout: "plot-throughput"
11243
11244 - type: "plot"
11245   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11246   algorithm: "plot_perf_box_name"
11247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11249   include:
11250     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11251     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11252     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11253     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11254     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11255   layout:
11256     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11257     layout: "plot-throughput"
11258
11259 - type: "plot"
11260   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11261   algorithm: "plot_perf_box_name"
11262   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11264   include:
11265     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11266     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11267     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11268     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11269     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11270     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11271   layout:
11272     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11273     layout: "plot-throughput"
11274
11275 - type: "plot"
11276   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11277   algorithm: "plot_perf_box_name"
11278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11280   include:
11281     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11282     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11283     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11284     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11285     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11286     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11287   layout:
11288     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11289     layout: "plot-throughput"
11290
11291 - type: "plot"
11292   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11293   algorithm: "plot_perf_box_name"
11294   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11296   include:
11297     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11298     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11299     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11300     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11301     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11302     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11303   layout:
11304     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11305     layout: "plot-throughput"
11306
11307 - type: "plot"
11308   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11309   algorithm: "plot_perf_box_name"
11310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11312   include:
11313     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11314     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11315     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11316     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11317     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11319   layout:
11320     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11321     layout: "plot-throughput"
11322
11323 - type: "plot"
11324   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11325   algorithm: "plot_perf_box_name"
11326   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11327   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11328   include:
11329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11334   layout:
11335     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11336     layout: "plot-throughput"
11337
11338 - type: "plot"
11339   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11340   algorithm: "plot_perf_box_name"
11341   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11342   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11343   include:
11344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11349   layout:
11350     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11351     layout: "plot-throughput"
11352
11353 - type: "plot"
11354   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11355   algorithm: "plot_perf_box_name"
11356   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11357   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11358   include:
11359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11365   layout:
11366     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11367     layout: "plot-throughput"
11368
11369 - type: "plot"
11370   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11371   algorithm: "plot_perf_box_name"
11372   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11373   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11374   include:
11375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11381   layout:
11382     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11383     layout: "plot-throughput"
11384
11385 - type: "plot"
11386   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11387   algorithm: "plot_perf_box_name"
11388   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11389   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11390   include:
11391     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11394     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11395     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11396   layout:
11397     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11398     layout: "plot-throughput"
11399
11400 - type: "plot"
11401   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11402   algorithm: "plot_perf_box_name"
11403   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11404   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11405   include:
11406     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11409     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11410     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11411   layout:
11412     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11413     layout: "plot-throughput"
11414
11415 - type: "plot"
11416   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11417   algorithm: "plot_perf_box_name"
11418   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11419   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11420   include:
11421     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11425     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11427   layout:
11428     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11429     layout: "plot-throughput"
11430
11431 - type: "plot"
11432   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11433   algorithm: "plot_perf_box_name"
11434   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11435   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11436   include:
11437     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11442     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11443   layout:
11444     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11445     layout: "plot-throughput"
11446
11447 - type: "plot"
11448   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11449   algorithm: "plot_perf_box_name"
11450   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11451   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11452   include:
11453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11458   layout:
11459     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11460     layout: "plot-throughput"
11461
11462 - type: "plot"
11463   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11464   algorithm: "plot_perf_box_name"
11465   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11466   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11467   include:
11468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11473   layout:
11474     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11475     layout: "plot-throughput"
11476
11477 - type: "plot"
11478   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11479   algorithm: "plot_perf_box_name"
11480   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11481   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11482   include:
11483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11489   layout:
11490     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11491     layout: "plot-throughput"
11492
11493 - type: "plot"
11494   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11495   algorithm: "plot_perf_box_name"
11496   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11497   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11498   include:
11499     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11505   layout:
11506     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11507     layout: "plot-throughput"
11508
11509 - type: "plot"
11510   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11511   algorithm: "plot_perf_box_name"
11512   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11513   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11514   include:
11515     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11517   layout:
11518     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11519     layout: "plot-throughput"
11520
11521 - type: "plot"
11522   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11523   algorithm: "plot_perf_box_name"
11524   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11525   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11526   include:
11527     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11529   layout:
11530     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11531     layout: "plot-throughput"
11532
11533 - type: "plot"
11534   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11535   algorithm: "plot_perf_box_name"
11536   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11538   include:
11539     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11543   layout:
11544     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11545     layout: "plot-throughput"
11546
11547 - type: "plot"
11548   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11549   algorithm: "plot_perf_box_name"
11550   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11552   include:
11553     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11554     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11557   layout:
11558     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11559     layout: "plot-throughput"
11560
11561 - type: "plot"
11562   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11563   algorithm: "plot_perf_box_name"
11564   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11566   include:
11567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11571   layout:
11572     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11573     layout: "plot-throughput"
11574
11575 - type: "plot"
11576   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11577   algorithm: "plot_perf_box_name"
11578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11580   include:
11581     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11585   layout:
11586     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11587     layout: "plot-throughput"
11588
11589 - type: "plot"
11590   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11591   algorithm: "plot_perf_box_name"
11592   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11593   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11594   include:
11595     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11599   layout:
11600     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11601     layout: "plot-throughput"
11602
11603 - type: "plot"
11604   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11605   algorithm: "plot_perf_box_name"
11606   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11607   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11608   include:
11609     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11610     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11611     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11613   layout:
11614     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11615     layout: "plot-throughput"
11616
11617 - type: "plot"
11618   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11619   algorithm: "plot_perf_box_name"
11620   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11621   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11622   include:
11623     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11625     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11626     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11627   layout:
11628     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11629     layout: "plot-throughput"
11630
11631 - type: "plot"
11632   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11633   algorithm: "plot_perf_box_name"
11634   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11635   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11636   include:
11637     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11638     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11639     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11640     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11641   layout:
11642     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11643     layout: "plot-throughput"
11644
11645 - type: "plot"
11646   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11647   algorithm: "plot_perf_box_name"
11648   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11649   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11650   include:
11651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11652     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11653     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11654     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11656     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11657   layout:
11658     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11659     layout: "plot-throughput"
11660
11661 - type: "plot"
11662   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11663   algorithm: "plot_perf_box_name"
11664   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11665   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11666   include:
11667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11669     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11670     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11673   layout:
11674     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11675     layout: "plot-throughput"
11676
11677 - type: "plot"
11678   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11679   algorithm: "plot_perf_box_name"
11680   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11681   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11682   include:
11683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11688   layout:
11689     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11690     layout: "plot-throughput"
11691
11692 - type: "plot"
11693   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11694   algorithm: "plot_perf_box_name"
11695   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11696   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11697   include:
11698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11703   layout:
11704     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11705     layout: "plot-throughput"
11706
11707 - type: "plot"
11708   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11709   algorithm: "plot_perf_box_name"
11710   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11711   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11712   include:
11713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11718   layout:
11719     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11720     layout: "plot-throughput"
11721
11722 - type: "plot"
11723   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11724   algorithm: "plot_perf_box_name"
11725   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11727   include:
11728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11733   layout:
11734     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11735     layout: "plot-throughput"
11736
11737 - type: "plot"
11738   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11739   algorithm: "plot_perf_box_name"
11740   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11741   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11742   include:
11743     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11746   layout:
11747     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11748     layout: "plot-throughput"
11749
11750 - type: "plot"
11751   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11752   algorithm: "plot_perf_box_name"
11753   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11754   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11755   include:
11756     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11759   layout:
11760     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11761     layout: "plot-throughput"
11762
11763 - type: "plot"
11764   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11765   algorithm: "plot_perf_box_name"
11766   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11768   include:
11769     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11772   layout:
11773     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11774     layout: "plot-throughput"
11775
11776 - type: "plot"
11777   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11778   algorithm: "plot_perf_box_name"
11779   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11781   include:
11782     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11784     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11785   layout:
11786     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11787     layout: "plot-throughput"
11788
11789 - type: "plot"
11790   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11791   algorithm: "plot_perf_box_name"
11792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11794   include:
11795     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11800   layout:
11801     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11802     layout: "plot-throughput"
11803
11804 - type: "plot"
11805   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11806   algorithm: "plot_perf_box_name"
11807   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11808   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11809   include:
11810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11815   layout:
11816     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11817     layout: "plot-throughput"
11818
11819 - type: "plot"
11820   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11821   algorithm: "plot_perf_box_name"
11822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11824   include:
11825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11830   layout:
11831     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11832     layout: "plot-throughput"
11833
11834 - type: "plot"
11835   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11836   algorithm: "plot_perf_box_name"
11837   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11839   include:
11840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11845   layout:
11846     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11847     layout: "plot-throughput"
11848
11849 - type: "plot"
11850   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11851   algorithm: "plot_perf_box_name"
11852   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11853   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11854   include:
11855     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11860   layout:
11861     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11862     layout: "plot-throughput"
11863
11864 - type: "plot"
11865   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11866   algorithm: "plot_perf_box_name"
11867   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11868   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11869   include:
11870     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11875   layout:
11876     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11877     layout: "plot-throughput"
11878
11879 - type: "plot"
11880   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11881   algorithm: "plot_perf_box_name"
11882   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11883   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11884   include:
11885     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11890   layout:
11891     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11892     layout: "plot-throughput"
11893
11894 - type: "plot"
11895   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11896   algorithm: "plot_perf_box_name"
11897   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11898   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11899   include:
11900     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11905   layout:
11906     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11907     layout: "plot-throughput"
11908
11909 - type: "plot"
11910   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11911   algorithm: "plot_perf_box_name"
11912   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11913   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11914   include:
11915     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11920   layout:
11921     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11922     layout: "plot-throughput"
11923
11924 - type: "plot"
11925   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11926   algorithm: "plot_perf_box_name"
11927   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11928   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11929   include:
11930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11935   layout:
11936     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11937     layout: "plot-throughput"
11938
11939 - type: "plot"
11940   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11941   algorithm: "plot_perf_box_name"
11942   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11943   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11944   include:
11945     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11946     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11947     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11948     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11949     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11950     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11951   layout:
11952     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11953     layout: "plot-throughput"
11954
11955 - type: "plot"
11956   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11957   algorithm: "plot_perf_box_name"
11958   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11959   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11960   include:
11961     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11962     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11963     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11964     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11965     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11966     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11967   layout:
11968     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11969     layout: "plot-throughput"
11970
11971 - type: "plot"
11972   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11973   algorithm: "plot_perf_box_name"
11974   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11975   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11976   include:
11977     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11978     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11979     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11980     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11981   layout:
11982     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11983     layout: "plot-throughput"
11984
11985 - type: "plot"
11986   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11987   algorithm: "plot_perf_box_name"
11988   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11989   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11990   include:
11991     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11992     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11993     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11994     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11995   layout:
11996     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11997     layout: "plot-throughput"
11998
11999 - type: "plot"
12000   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12001   algorithm: "plot_perf_box_name"
12002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12004   include:
12005     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12006     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12007     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12008     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12009     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12010     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12011   layout:
12012     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12013     layout: "plot-throughput"
12014
12015 - type: "plot"
12016   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12017   algorithm: "plot_perf_box_name"
12018   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12019   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12020   include:
12021     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12022     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12023     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12024     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12025     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12026     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12027   layout:
12028     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12029     layout: "plot-throughput"
12030
12031 - type: "plot"
12032   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12033   algorithm: "plot_perf_box_name"
12034   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12035   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12036   include:
12037     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12038     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12039     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12040     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12041     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12042     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12043   layout:
12044     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12045     layout: "plot-throughput"
12046
12047 - type: "plot"
12048   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12049   algorithm: "plot_perf_box_name"
12050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12052   include:
12053     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12054     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12055     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12056     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12057     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12058     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12059   layout:
12060     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12061     layout: "plot-throughput"
12062
12063 - type: "plot"
12064   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12065   algorithm: "plot_perf_box_name"
12066   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12068   include:
12069     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12070     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12071     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12072     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12073     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12074     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12075   layout:
12076     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12077     layout: "plot-throughput"
12078
12079 - type: "plot"
12080   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12081   algorithm: "plot_perf_box_name"
12082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12084   include:
12085     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12086     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12087     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12088     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12089     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12090     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12091   layout:
12092     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12093     layout: "plot-throughput"
12094
12095 - type: "plot"
12096   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12097   algorithm: "plot_perf_box_name"
12098   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12099   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12100   include:
12101     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12102     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12103     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12104     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12105     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12106     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12107   layout:
12108     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12109     layout: "plot-throughput"
12110
12111 - type: "plot"
12112   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12113   algorithm: "plot_perf_box_name"
12114   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12115   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12116   include:
12117     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12118     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12119     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12120     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12121     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12122     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12123   layout:
12124     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12125     layout: "plot-throughput"
12126
12127 - type: "plot"
12128   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12129   algorithm: "plot_perf_box_name"
12130   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12131   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12132   include:
12133     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12134     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12135     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12136     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12137     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12138     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12139   layout:
12140     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12141     layout: "plot-throughput"
12142
12143 - type: "plot"
12144   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12145   algorithm: "plot_perf_box_name"
12146   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12147   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12148   include:
12149     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12150     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12151     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12152     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12153     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12154     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12155   layout:
12156     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12157     layout: "plot-throughput"
12158
12159 - type: "plot"
12160   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12161   algorithm: "plot_perf_box_name"
12162   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12163   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12164   include:
12165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12171   layout:
12172     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12173     layout: "plot-throughput"
12174
12175 - type: "plot"
12176   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12177   algorithm: "plot_perf_box_name"
12178   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12179   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12180   include:
12181     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12186     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12187   layout:
12188     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12189     layout: "plot-throughput"
12190
12191 - type: "plot"
12192   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12193   algorithm: "plot_perf_box_name"
12194   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12195   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12196   include:
12197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12203   layout:
12204     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12205     layout: "plot-throughput"
12206
12207 - type: "plot"
12208   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12209   algorithm: "plot_perf_box_name"
12210   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12211   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12212   include:
12213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12219   layout:
12220     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12221     layout: "plot-throughput"
12222
12223 - type: "plot"
12224   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12225   algorithm: "plot_perf_box_name"
12226   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12227   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12228   include:
12229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12235   layout:
12236     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12237     layout: "plot-throughput"
12238
12239 - type: "plot"
12240   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12241   algorithm: "plot_perf_box_name"
12242   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12243   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12244   include:
12245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12251   layout:
12252     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12253     layout: "plot-throughput"
12254
12255 - type: "plot"
12256   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12257   algorithm: "plot_perf_box_name"
12258   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12259   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12260   include:
12261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12265   layout:
12266     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12267     layout: "plot-throughput"
12268
12269 - type: "plot"
12270   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12271   algorithm: "plot_perf_box_name"
12272   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12273   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12274   include:
12275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12279   layout:
12280     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12281     layout: "plot-throughput"
12282
12283 - type: "plot"
12284   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12285   algorithm: "plot_perf_box_name"
12286   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12287   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12288   include:
12289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12293   layout:
12294     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12295     layout: "plot-throughput"
12296
12297 - type: "plot"
12298   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12299   algorithm: "plot_perf_box_name"
12300   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12301   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12302   include:
12303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12305     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12306     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12307   layout:
12308     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12309     layout: "plot-throughput"
12310
12311 - type: "plot"
12312   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12313   algorithm: "plot_perf_box_name"
12314   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12315   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12316   include:
12317     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12318     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12319     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12320     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12321     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12322     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12323   layout:
12324     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12325     layout: "plot-throughput"
12326
12327 - type: "plot"
12328   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12329   algorithm: "plot_perf_box_name"
12330   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12331   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12332   include:
12333     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12334     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12335     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12336     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12337     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12338     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12339   layout:
12340     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12341     layout: "plot-throughput"
12342
12343 - type: "plot"
12344   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12345   algorithm: "plot_perf_box_name"
12346   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12348   include:
12349     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12350     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12351     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12352     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12353     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12354   layout:
12355     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12356     layout: "plot-throughput"
12357
12358 - type: "plot"
12359   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12360   algorithm: "plot_perf_box_name"
12361   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12363   include:
12364     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12365     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12366     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12367     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12368     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12369   layout:
12370     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12371     layout: "plot-throughput"
12372
12373 - type: "plot"
12374   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12375   algorithm: "plot_perf_box_name"
12376   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12378   include:
12379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12384   layout:
12385     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12386     layout: "plot-throughput"
12387
12388 - type: "plot"
12389   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12390   algorithm: "plot_perf_box_name"
12391   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12393   include:
12394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12399   layout:
12400     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12401     layout: "plot-throughput"
12402
12403 - type: "plot"
12404   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12405   algorithm: "plot_perf_box_name"
12406   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12408   include:
12409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12413   layout:
12414     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12415     layout: "plot-throughput"
12416
12417 - type: "plot"
12418   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12419   algorithm: "plot_perf_box_name"
12420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12422   include:
12423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12427   layout:
12428     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12429     layout: "plot-throughput"
12430
12431 - type: "plot"
12432   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12433   algorithm: "plot_perf_box_name"
12434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12436   include:
12437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12443   layout:
12444     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12445     layout: "plot-throughput"
12446
12447 - type: "plot"
12448   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12449   algorithm: "plot_perf_box_name"
12450   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12452   include:
12453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12459   layout:
12460     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12461     layout: "plot-throughput"
12462
12463 - type: "plot"
12464   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12465   algorithm: "plot_perf_box_name"
12466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12468   include:
12469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12475   layout:
12476     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12477     layout: "plot-throughput"
12478
12479 - type: "plot"
12480   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12481   algorithm: "plot_perf_box_name"
12482   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12483   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12484   include:
12485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12486     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12488     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12489     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12490     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12491   layout:
12492     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12493     layout: "plot-throughput"
12494
12495 - type: "plot"
12496   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12497   algorithm: "plot_perf_box_name"
12498   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12499   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12500   include:
12501     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12502     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12503     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12504     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12505     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12506     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12507   layout:
12508     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12509     layout: "plot-throughput"
12510
12511 - type: "plot"
12512   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12513   algorithm: "plot_perf_box_name"
12514   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12515   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12516   include:
12517     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12518     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12519     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12520     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12521     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12522     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12523   layout:
12524     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12525     layout: "plot-throughput"
12526
12527 - type: "plot"
12528   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12529   algorithm: "plot_perf_box_name"
12530   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12532   include:
12533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12534     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12535     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12536     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12537     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12538     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12539   layout:
12540     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12541     layout: "plot-throughput"
12542
12543 - type: "plot"
12544   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12545   algorithm: "plot_perf_box_name"
12546   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12547   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12548   include:
12549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12550     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12551     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12552     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12553     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12554     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12555   layout:
12556     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12557     layout: "plot-throughput"
12558
12559 - type: "plot"
12560   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12561   algorithm: "plot_perf_box_name"
12562   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12563   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12564   include:
12565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12569   layout:
12570     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12571     layout: "plot-throughput"
12572
12573 - type: "plot"
12574   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12575   algorithm: "plot_perf_box_name"
12576   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12577   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12578   include:
12579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12583   layout:
12584     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12585     layout: "plot-throughput"
12586
12587 - type: "plot"
12588   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12589   algorithm: "plot_perf_box_name"
12590   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12591   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12592   include:
12593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12599   layout:
12600     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12601     layout: "plot-throughput"
12602
12603 - type: "plot"
12604   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12605   algorithm: "plot_perf_box_name"
12606   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12607   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12608   include:
12609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12614     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12615   layout:
12616     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12617     layout: "plot-throughput"
12618
12619 - type: "plot"
12620   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12621   algorithm: "plot_perf_box_name"
12622   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12623   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12624   include:
12625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12630     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12631   layout:
12632     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12633     layout: "plot-throughput"
12634
12635 - type: "plot"
12636   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12637   algorithm: "plot_perf_box_name"
12638   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12639   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12640   include:
12641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12643     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12644     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12645     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12646     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12647   layout:
12648     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12649     layout: "plot-throughput"
12650
12651 #- type: "plot"
12652 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12653 #  algorithm: "plot_perf_box_name"
12654 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12655 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12656 #  include:
12657 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12658 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12659 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12660 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12661 #  layout:
12662 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12663 #    layout: "plot-throughput"
12664 #
12665 #- type: "plot"
12666 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12667 #  algorithm: "plot_perf_box_name"
12668 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12669 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12670 #  include:
12671 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12672 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12673 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12674 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12675 #  layout:
12676 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12677 #    layout: "plot-throughput"
12678
12679 - type: "plot"
12680   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12681   algorithm: "plot_perf_box_name"
12682   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12683   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12684   include:
12685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12689     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12690     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12691   layout:
12692     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12693     layout: "plot-throughput"
12694
12695 - type: "plot"
12696   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12697   algorithm: "plot_perf_box_name"
12698   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12699   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12700   include:
12701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12706     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12707   layout:
12708     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12709     layout: "plot-throughput"
12710
12711 #- type: "plot"
12712 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12713 #  algorithm: "plot_perf_box_name"
12714 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12715 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12716 #  include:
12717 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12718 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12719 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12720 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12721 #  layout:
12722 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12723 #    layout: "plot-throughput"
12724 #
12725 #- type: "plot"
12726 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12727 #  algorithm: "plot_perf_box_name"
12728 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12729 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12730 #  include:
12731 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12732 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12733 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12734 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12735 #  layout:
12736 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12737 #    layout: "plot-throughput"
12738
12739 - type: "plot"
12740   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12741   algorithm: "plot_perf_box_name"
12742   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12743   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12744   include:
12745     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12748     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12750     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12751   layout:
12752     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12753     layout: "plot-throughput"
12754
12755 - type: "plot"
12756   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12757   algorithm: "plot_perf_box_name"
12758   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12759   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12760   include:
12761     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12763     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12764     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12765     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12766     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12767   layout:
12768     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12769     layout: "plot-throughput"
12770
12771 #- type: "plot"
12772 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12773 #  algorithm: "plot_perf_box_name"
12774 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12775 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12776 #  include:
12777 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12778 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12779 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12780 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12781 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12782 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12783 #  layout:
12784 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12785 #    layout: "plot-throughput"
12786 #
12787 #- type: "plot"
12788 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12789 #  algorithm: "plot_perf_box_name"
12790 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12791 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12792 #  include:
12793 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12794 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12795 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12796 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12797 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12798 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12799 #  layout:
12800 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12801 #    layout: "plot-throughput"
12802
12803 - type: "plot"
12804   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12805   algorithm: "plot_perf_box_name"
12806   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12807   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12808   include:
12809     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12810     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12811     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12812     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12813     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12814     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12815   layout:
12816     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12817     layout: "plot-throughput"
12818
12819 - type: "plot"
12820   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12821   algorithm: "plot_perf_box_name"
12822   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12823   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12824   include:
12825     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12826     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12827     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12828     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12829     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12830     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12831   layout:
12832     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12833     layout: "plot-throughput"
12834
12835 - type: "plot"
12836   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12837   algorithm: "plot_perf_box_name"
12838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12840   include:
12841     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12842     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12843     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12844 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12845 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12846 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12847   layout:
12848     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12849     layout: "plot-throughput"
12850
12851 - type: "plot"
12852   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12853   algorithm: "plot_perf_box_name"
12854   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12856   include:
12857     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12858     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12859     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12860 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12861 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12862 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12863   layout:
12864     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12865     layout: "plot-throughput"
12866
12867 - type: "plot"
12868   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12869   algorithm: "plot_perf_box_name"
12870   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12872   include:
12873     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12874     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12875     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12876     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12877     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12878     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12879   layout:
12880     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12881     layout: "plot-throughput"
12882
12883 - type: "plot"
12884   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12885   algorithm: "plot_perf_box_name"
12886   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12888   include:
12889     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12890     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12891     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12892     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12893     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12894     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12895   layout:
12896     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12897     layout: "plot-throughput"
12898
12899 - type: "plot"
12900   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12901   algorithm: "plot_perf_box_name"
12902   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12903   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12904   include:
12905     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12906     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12907     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12908     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12909     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12910     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12911   layout:
12912     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12913     layout: "plot-throughput"
12914
12915 - type: "plot"
12916   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12917   algorithm: "plot_perf_box_name"
12918   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12919   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12920   include:
12921     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12922     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12923     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12924     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12925     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12926     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12927   layout:
12928     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12929     layout: "plot-throughput"
12930
12931 #- type: "plot"
12932 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12933 #  algorithm: "plot_perf_box_name"
12934 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12935 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12936 #  include:
12937 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12938 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12939 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12940 #  layout:
12941 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12942 #    layout: "plot-throughput"
12943 #
12944 #- type: "plot"
12945 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12946 #  algorithm: "plot_perf_box_name"
12947 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12948 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12949 #  include:
12950 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12951 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12952 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12953 #  layout:
12954 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12955 #    layout: "plot-throughput"
12956
12957 - type: "plot"
12958   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12959   algorithm: "plot_perf_box_name"
12960   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12961   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12962   include:
12963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12968   layout:
12969     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12970     layout: "plot-throughput"
12971
12972 - type: "plot"
12973   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12974   algorithm: "plot_perf_box_name"
12975   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12976   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12977   include:
12978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12983   layout:
12984     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12985     layout: "plot-throughput"
12986
12987 - type: "plot"
12988   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12989   algorithm: "plot_perf_box_name"
12990   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12991   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12992   include:
12993     - "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"
12994     - "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"
12995     - "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"
12996     - "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"
12997     - "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"
12998   layout:
12999     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13000     layout: "plot-throughput"
13001
13002 - type: "plot"
13003   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13004   algorithm: "plot_perf_box_name"
13005   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13007   include:
13008     - "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"
13009     - "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"
13010     - "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"
13011     - "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"
13012     - "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"
13013   layout:
13014     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13015     layout: "plot-throughput"
13016
13017 - type: "plot"
13018   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13019   algorithm: "plot_perf_box_name"
13020   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13021   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13022   include:
13023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13028   layout:
13029     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13030     layout: "plot-throughput"
13031
13032 - type: "plot"
13033   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13034   algorithm: "plot_perf_box_name"
13035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13037   include:
13038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13043   layout:
13044     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13045     layout: "plot-throughput"
13046
13047 - type: "plot"
13048   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13049   algorithm: "plot_perf_box_name"
13050   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13051   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13052   include:
13053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13058   layout:
13059     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13060     layout: "plot-throughput"
13061
13062 - type: "plot"
13063   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13064   algorithm: "plot_perf_box_name"
13065   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13067   include:
13068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13073   layout:
13074     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13075     layout: "plot-throughput"
13076
13077 - type: "plot"
13078   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13079   algorithm: "plot_perf_box_name"
13080   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13081   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13082   include:
13083     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13084     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13085     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13086     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13087     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13088   layout:
13089     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13090     layout: "plot-throughput"
13091
13092 - type: "plot"
13093   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13094   algorithm: "plot_perf_box_name"
13095   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13096   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13097   include:
13098     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13099     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13100     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13101     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13102     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13103   layout:
13104     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13105     layout: "plot-throughput"
13106
13107 - type: "plot"
13108   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13109   algorithm: "plot_perf_box_name"
13110   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13111   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13112   include:
13113     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13114     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13115     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13116     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13117     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13118   layout:
13119     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13120     layout: "plot-throughput"
13121
13122 - type: "plot"
13123   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13124   algorithm: "plot_perf_box_name"
13125   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13126   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13127   include:
13128     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13129     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13130     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13131     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13132     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13133   layout:
13134     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13135     layout: "plot-throughput"
13136
13137 - type: "plot"
13138   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13139   algorithm: "plot_perf_box_name"
13140   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13141   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13142   include:
13143     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13145     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13146     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13147   layout:
13148     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13149     layout: "plot-throughput"
13150
13151 - type: "plot"
13152   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13153   algorithm: "plot_perf_box_name"
13154   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13156   include:
13157     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13159     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13161   layout:
13162     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13163     layout: "plot-throughput"
13164
13165 - type: "plot"
13166   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13167   algorithm: "plot_perf_box_name"
13168   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13170   include:
13171     - "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"
13172     - "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"
13173     - "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"
13174     - "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"
13175   layout:
13176     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13177     layout: "plot-throughput"
13178
13179 - type: "plot"
13180   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13181   algorithm: "plot_perf_box_name"
13182   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13184   include:
13185     - "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"
13186     - "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"
13187     - "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"
13188     - "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"
13189   layout:
13190     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13191     layout: "plot-throughput"
13192
13193 - type: "plot"
13194   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13195   algorithm: "plot_perf_box_name"
13196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13198   include:
13199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13205   layout:
13206     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13207     layout: "plot-throughput"
13208
13209 - type: "plot"
13210   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13211   algorithm: "plot_perf_box_name"
13212   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13213   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13214   include:
13215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13221   layout:
13222     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13223     layout: "plot-throughput"
13224
13225 - type: "plot"
13226   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13227   algorithm: "plot_perf_box_name"
13228   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13230   include:
13231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13237   layout:
13238     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13239     layout: "plot-throughput"
13240
13241 - type: "plot"
13242   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13243   algorithm: "plot_perf_box_name"
13244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13246   include:
13247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13253   layout:
13254     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13255     layout: "plot-throughput"
13256
13257 - type: "plot"
13258   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13259   algorithm: "plot_perf_box_name"
13260   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13262   include:
13263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13269   layout:
13270     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13271     layout: "plot-throughput"
13272
13273 - type: "plot"
13274   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13275   algorithm: "plot_perf_box_name"
13276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13278   include:
13279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13282     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13283     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13284     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13285   layout:
13286     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13287     layout: "plot-throughput"
13288
13289 - type: "plot"
13290   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13291   algorithm: "plot_perf_box_name"
13292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13294   include:
13295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13297     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13300   layout:
13301     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13302     layout: "plot-throughput"
13303
13304 - type: "plot"
13305   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13306   algorithm: "plot_perf_box_name"
13307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13309   include:
13310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13312     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13314     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13315   layout:
13316     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13317     layout: "plot-throughput"
13318
13319 - type: "plot"
13320   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13321   algorithm: "plot_perf_box_name"
13322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13324   include:
13325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13327   layout:
13328     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13329     layout: "plot-throughput"
13330
13331 - type: "plot"
13332   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13333   algorithm: "plot_perf_box_name"
13334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13336   include:
13337     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13338     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13339   layout:
13340     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13341     layout: "plot-throughput"
13342
13343 - type: "plot"
13344   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13345   algorithm: "plot_perf_box_name"
13346   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13348   include:
13349     - "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"
13350     - "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"
13351   layout:
13352     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13353     layout: "plot-throughput"
13354
13355 - type: "plot"
13356   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13357   algorithm: "plot_perf_box_name"
13358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13360   include:
13361     - "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"
13362     - "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"
13363   layout:
13364     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13365     layout: "plot-throughput"
13366
13367 - type: "plot"
13368   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13369   algorithm: "plot_perf_box_name"
13370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13372   include:
13373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13375   layout:
13376     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13377     layout: "plot-throughput"
13378
13379 - type: "plot"
13380   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13381   algorithm: "plot_perf_box_name"
13382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13384   include:
13385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13387   layout:
13388     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13389     layout: "plot-throughput"
13390
13391 - type: "plot"
13392   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13393   algorithm: "plot_perf_box_name"
13394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13396   include:
13397     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13398     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13399   layout:
13400     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13401     layout: "plot-throughput"
13402
13403 - type: "plot"
13404   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13405   algorithm: "plot_perf_box_name"
13406   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13408   include:
13409     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13410     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13411   layout:
13412     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13413     layout: "plot-throughput"
13414
13415 - type: "plot"
13416   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13417   algorithm: "plot_perf_box_name"
13418   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13419   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13420   include:
13421     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13422     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13423     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13424     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13425     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13426     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13427   layout:
13428     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13429     layout: "plot-throughput"
13430
13431 - type: "plot"
13432   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13433   algorithm: "plot_perf_box_name"
13434   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13435   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13436   include:
13437     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13438     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13439     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13440     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13441     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13442     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13443   layout:
13444     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13445     layout: "plot-throughput"
13446
13447 - type: "plot"
13448   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13449   algorithm: "plot_perf_box_name"
13450   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13451   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13452   include:
13453     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13454     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13455     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13456     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13457     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13458     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13459   layout:
13460     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13461     layout: "plot-throughput"
13462
13463 - type: "plot"
13464   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13465   algorithm: "plot_perf_box_name"
13466   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13467   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13468   include:
13469     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13470     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13471     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13472     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13473     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13474     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13475   layout:
13476     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13477     layout: "plot-throughput"
13478
13479 #- type: "plot"
13480 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13481 #  algorithm: "plot_perf_box_name"
13482 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13483 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13484 #  include:
13485 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13486 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13487 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13488 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13489 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13490 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13491 #  layout:
13492 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13493 #    layout: "plot-throughput"
13494 #
13495 #- type: "plot"
13496 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13497 #  algorithm: "plot_perf_box_name"
13498 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13499 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13500 #  include:
13501 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13502 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13503 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13504 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13505 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13506 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13507 #  layout:
13508 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13509 #    layout: "plot-throughput"
13510
13511 - type: "plot"
13512   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13513   algorithm: "plot_perf_box_name"
13514   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13515   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13516   include:
13517     - "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"
13518     - "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"
13519     - "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"
13520     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13521     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13522     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13523   layout:
13524     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13525     layout: "plot-throughput"
13526
13527 - type: "plot"
13528   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13529   algorithm: "plot_perf_box_name"
13530   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13531   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13532   include:
13533     - "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"
13534     - "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"
13535     - "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"
13536     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13537     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13538     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13539   layout:
13540     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13541     layout: "plot-throughput"
13542
13543 ################################################################################
13544
13545 # Packet Speedup
13546
13547 - type: "plot"
13548   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13549   algorithm: "plot_tsa_name"
13550   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13551   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13552   include:
13553     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13554     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13555     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13556     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13557   layout:
13558     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13559     layout: "plot-throughput-speedup-analysis"
13560
13561 - type: "plot"
13562   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13563   algorithm: "plot_tsa_name"
13564   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13566   include:
13567     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13568     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13569     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13570     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13571   layout:
13572     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13573     layout: "plot-throughput-speedup-analysis"
13574
13575 - type: "plot"
13576   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13577   algorithm: "plot_tsa_name"
13578   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13579   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13580   include:
13581     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13582     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13583     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13584     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13585   layout:
13586     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13587     layout: "plot-throughput-speedup-analysis"
13588
13589 - type: "plot"
13590   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13591   algorithm: "plot_tsa_name"
13592   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13594   include:
13595     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13596     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13597     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13598     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13599   layout:
13600     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13601     layout: "plot-throughput-speedup-analysis"
13602
13603 - type: "plot"
13604   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13605   algorithm: "plot_tsa_name"
13606   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13608   include:
13609     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13610     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13611     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13612     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13613     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13614   layout:
13615     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13616     layout: "plot-throughput-speedup-analysis"
13617
13618 - type: "plot"
13619   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13620   algorithm: "plot_tsa_name"
13621   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13622   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13623   include:
13624     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13625     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13626     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13627     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13628     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13629   layout:
13630     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13631     layout: "plot-throughput-speedup-analysis"
13632
13633 - type: "plot"
13634   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13635   algorithm: "plot_tsa_name"
13636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13638   include:
13639     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13640     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13641     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13642     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13643     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13644   layout:
13645     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13646     layout: "plot-throughput-speedup-analysis"
13647
13648 - type: "plot"
13649   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13650   algorithm: "plot_tsa_name"
13651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13653   include:
13654     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13655     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13656     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13657     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13658     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13659   layout:
13660     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13661     layout: "plot-throughput-speedup-analysis"
13662
13663 - type: "plot"
13664   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13665   algorithm: "plot_tsa_name"
13666   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13667   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13668   include:
13669     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13670     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13671     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13672     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13675   layout:
13676     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13677     layout: "plot-throughput-speedup-analysis"
13678
13679 - type: "plot"
13680   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13681   algorithm: "plot_tsa_name"
13682   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13683   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13684   include:
13685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13691   layout:
13692     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13693     layout: "plot-throughput-speedup-analysis"
13694
13695 - type: "plot"
13696   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13697   algorithm: "plot_tsa_name"
13698   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13699   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13700   include:
13701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13706   layout:
13707     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13708     layout: "plot-throughput-speedup-analysis"
13709
13710 - type: "plot"
13711   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13712   algorithm: "plot_tsa_name"
13713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13715   include:
13716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13721   layout:
13722     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13723     layout: "plot-throughput-speedup-analysis"
13724
13725 - type: "plot"
13726   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13727   algorithm: "plot_tsa_name"
13728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13730   include:
13731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13734   layout:
13735     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13736     layout: "plot-throughput-speedup-analysis"
13737
13738 - type: "plot"
13739   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13740   algorithm: "plot_tsa_name"
13741   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13743   include:
13744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13747   layout:
13748     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13749     layout: "plot-throughput-speedup-analysis"
13750
13751 - type: "plot"
13752   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13753   algorithm: "plot_tsa_name"
13754   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13755   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13756   include:
13757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13762   layout:
13763     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13764     layout: "plot-throughput-speedup-analysis"
13765
13766 - type: "plot"
13767   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13768   algorithm: "plot_tsa_name"
13769   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13770   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13771   include:
13772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13777   layout:
13778     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13779     layout: "plot-throughput-speedup-analysis"
13780
13781 - type: "plot"
13782   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13783   algorithm: "plot_tsa_name"
13784   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13785   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13786   include:
13787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13790   layout:
13791     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13792     layout: "plot-throughput-speedup-analysis"
13793
13794 - type: "plot"
13795   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13796   algorithm: "plot_tsa_name"
13797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13799   include:
13800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13803   layout:
13804     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13805     layout: "plot-throughput-speedup-analysis"
13806
13807 - type: "plot"
13808   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13809   algorithm: "plot_tsa_name"
13810   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13812   include:
13813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13819   layout:
13820     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13821     layout: "plot-throughput-speedup-analysis"
13822
13823 - type: "plot"
13824   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13825   algorithm: "plot_tsa_name"
13826   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13827   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13828   include:
13829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13835   layout:
13836     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13837     layout: "plot-throughput-speedup-analysis"
13838
13839 - type: "plot"
13840   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13841   algorithm: "plot_tsa_name"
13842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13844   include:
13845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13851   layout:
13852     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13853     layout: "plot-throughput-speedup-analysis"
13854
13855 - type: "plot"
13856   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13857   algorithm: "plot_tsa_name"
13858   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13859   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13860   include:
13861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13867   layout:
13868     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13869     layout: "plot-throughput-speedup-analysis"
13870
13871 - type: "plot"
13872   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13873   algorithm: "plot_tsa_name"
13874   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13875   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13876   include:
13877     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13878     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13879     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13880   layout:
13881     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13882     layout: "plot-throughput-speedup-analysis"
13883
13884 - type: "plot"
13885   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13886   algorithm: "plot_tsa_name"
13887   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13888   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13889   include:
13890     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13891     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13892     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13893   layout:
13894     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13895     layout: "plot-throughput-speedup-analysis"
13896
13897 - type: "plot"
13898   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13899   algorithm: "plot_tsa_name"
13900   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13902   include:
13903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13906 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13907 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13908   layout:
13909     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13910     layout: "plot-throughput-speedup-analysis"
13911
13912 - type: "plot"
13913   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13914   algorithm: "plot_tsa_name"
13915   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13917   include:
13918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13921 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13922 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13923   layout:
13924     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13925     layout: "plot-throughput-speedup-analysis"
13926
13927 - type: "plot"
13928   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13929   algorithm: "plot_tsa_name"
13930   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13932   include:
13933     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13934     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13935     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13936     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13937     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13938   layout:
13939     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13940     layout: "plot-throughput-speedup-analysis"
13941
13942 - type: "plot"
13943   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13944   algorithm: "plot_tsa_name"
13945   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13947   include:
13948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13949     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13950     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13952     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13953   layout:
13954     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13955     layout: "plot-throughput-speedup-analysis"
13956
13957 - type: "plot"
13958   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13959   algorithm: "plot_tsa_name"
13960   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13961   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13962   include:
13963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13964     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13968   layout:
13969     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13970     layout: "plot-throughput-speedup-analysis"
13971
13972 - type: "plot"
13973   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13974   algorithm: "plot_tsa_name"
13975   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13977   include:
13978     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13979     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13980     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13981     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13982     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13983   layout:
13984     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13985     layout: "plot-throughput-speedup-analysis"
13986
13987 - type: "plot"
13988   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13989   algorithm: "plot_tsa_name"
13990   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13992   include:
13993     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13994     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13995     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13996     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13997     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13998     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13999   layout:
14000     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14001     layout: "plot-throughput-speedup-analysis"
14002
14003 - type: "plot"
14004   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14005   algorithm: "plot_tsa_name"
14006   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14008   include:
14009     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14010     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14011     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14012     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14014     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14015   layout:
14016     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14017     layout: "plot-throughput-speedup-analysis"
14018
14019 - type: "plot"
14020   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14021   algorithm: "plot_tsa_name"
14022   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14024   include:
14025     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14026     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14027     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14028     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14029     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14031   layout:
14032     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14033     layout: "plot-throughput-speedup-analysis"
14034
14035 - type: "plot"
14036   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14037   algorithm: "plot_tsa_name"
14038   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14039   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14040   include:
14041     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14042     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14043     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14045     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14046     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14047   layout:
14048     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14049     layout: "plot-throughput-speedup-analysis"
14050
14051 - type: "plot"
14052   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14053   algorithm: "plot_tsa_name"
14054   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14056   include:
14057     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14058     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14059   layout:
14060     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14061     layout: "plot-throughput-speedup-analysis"
14062
14063 - type: "plot"
14064   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14065   algorithm: "plot_tsa_name"
14066   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14067   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14068   include:
14069     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14070     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14071   layout:
14072     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14073     layout: "plot-throughput-speedup-analysis"
14074
14075 - type: "plot"
14076   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14077   algorithm: "plot_tsa_name"
14078   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14080   include:
14081     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14082     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14083     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14084     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14085   layout:
14086     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14087     layout: "plot-throughput-speedup-analysis"
14088
14089 - type: "plot"
14090   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14091   algorithm: "plot_tsa_name"
14092   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14093   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14094   include:
14095     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14096     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14097     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14098     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14099   layout:
14100     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14101     layout: "plot-throughput-speedup-analysis"
14102
14103 - type: "plot"
14104   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14105   algorithm: "plot_tsa_name"
14106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14108   include:
14109     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14110     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14111     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14112     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14113   layout:
14114     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14115     layout: "plot-throughput-speedup-analysis"
14116
14117 - type: "plot"
14118   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14119   algorithm: "plot_tsa_name"
14120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14122   include:
14123     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14124     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14125     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14126     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14127   layout:
14128     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14129     layout: "plot-throughput-speedup-analysis"
14130
14131 - type: "plot"
14132   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14133   algorithm: "plot_tsa_name"
14134   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14135   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14136   include:
14137     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14138     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14143   layout:
14144     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14145     layout: "plot-throughput-speedup-analysis"
14146
14147 - type: "plot"
14148   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14149   algorithm: "plot_tsa_name"
14150   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14151   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14152   include:
14153     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14154     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14155     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14156     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14157     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14159   layout:
14160     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14161     layout: "plot-throughput-speedup-analysis"
14162
14163 - type: "plot"
14164   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14165   algorithm: "plot_tsa_name"
14166   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14167   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14168   include:
14169     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14170     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14171     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14172     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14173     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14174   layout:
14175     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14176     layout: "plot-throughput-speedup-analysis"
14177
14178 - type: "plot"
14179   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14180   algorithm: "plot_tsa_name"
14181   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14182   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14183   include:
14184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14187     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14188     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14189   layout:
14190     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14191     layout: "plot-throughput-speedup-analysis"
14192
14193 - type: "plot"
14194   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14195   algorithm: "plot_tsa_name"
14196   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14197   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14198   include:
14199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14204   layout:
14205     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14206     layout: "plot-throughput-speedup-analysis"
14207
14208 - type: "plot"
14209   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14210   algorithm: "plot_tsa_name"
14211   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14213   include:
14214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14217     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14218     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14219   layout:
14220     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14221     layout: "plot-throughput-speedup-analysis"
14222
14223 - type: "plot"
14224   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14225   algorithm: "plot_tsa_name"
14226   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14228   include:
14229     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14232   layout:
14233     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14234     layout: "plot-throughput-speedup-analysis"
14235
14236 - type: "plot"
14237   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14238   algorithm: "plot_tsa_name"
14239   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14240   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14241   include:
14242     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14245   layout:
14246     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14247     layout: "plot-throughput-speedup-analysis"
14248
14249 - type: "plot"
14250   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14251   algorithm: "plot_tsa_name"
14252   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14254   include:
14255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14258   layout:
14259     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14260     layout: "plot-throughput-speedup-analysis"
14261
14262 - type: "plot"
14263   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14264   algorithm: "plot_tsa_name"
14265   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14267   include:
14268     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14269     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14270     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14271   layout:
14272     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14273     layout: "plot-throughput-speedup-analysis"
14274
14275 - type: "plot"
14276   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14277   algorithm: "plot_tsa_name"
14278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14280   include:
14281     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14282     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14283     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14284     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14286   layout:
14287     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14288     layout: "plot-throughput-speedup-analysis"
14289
14290 - type: "plot"
14291   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14292   algorithm: "plot_tsa_name"
14293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14295   include:
14296     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14298     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14300     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14301   layout:
14302     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14303     layout: "plot-throughput-speedup-analysis"
14304
14305 - type: "plot"
14306   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14307   algorithm: "plot_tsa_name"
14308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14310   include:
14311     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14315     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14316   layout:
14317     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14318     layout: "plot-throughput-speedup-analysis"
14319
14320 - type: "plot"
14321   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14322   algorithm: "plot_tsa_name"
14323   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14325   include:
14326     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14330     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14331   layout:
14332     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14333     layout: "plot-throughput-speedup-analysis"
14334
14335 - type: "plot"
14336   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14337   algorithm: "plot_tsa_name"
14338   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14339   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14340   include:
14341     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14342     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14343     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14344     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14345     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14346     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14347   layout:
14348     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14349     layout: "plot-throughput-speedup-analysis"
14350
14351 - type: "plot"
14352   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14353   algorithm: "plot_tsa_name"
14354   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14355   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14356   include:
14357     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14358     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14359     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14360     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14361     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14362     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14363   layout:
14364     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14365     layout: "plot-throughput-speedup-analysis"
14366
14367 - type: "plot"
14368   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14369   algorithm: "plot_tsa_name"
14370   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14371   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14372   include:
14373     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14374     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14375     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14376     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14377   layout:
14378     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14379     layout: "plot-throughput-speedup-analysis"
14380
14381 - type: "plot"
14382   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14383   algorithm: "plot_tsa_name"
14384   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14385   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14386   include:
14387     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14388     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14389     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14390     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14391   layout:
14392     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14393     layout: "plot-throughput-speedup-analysis"
14394
14395 - type: "plot"
14396   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14397   algorithm: "plot_tsa_name"
14398   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14400   include:
14401     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14402     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14403     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14404     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14405     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14406     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14407   layout:
14408     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14409     layout: "plot-throughput-speedup-analysis"
14410
14411 - type: "plot"
14412   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14413   algorithm: "plot_tsa_name"
14414   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14415   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14416   include:
14417     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14418     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14419     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14420     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14421     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14422     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14423   layout:
14424     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14425     layout: "plot-throughput-speedup-analysis"
14426
14427 - type: "plot"
14428   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14429   algorithm: "plot_tsa_name"
14430   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14431   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14432   include:
14433     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14434     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14435     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14436     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14437     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14438     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14439   layout:
14440     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14441     layout: "plot-throughput-speedup-analysis"
14442
14443 - type: "plot"
14444   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14445   algorithm: "plot_tsa_name"
14446   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14448   include:
14449     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14450     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14451     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14452     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14453     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14454     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14455   layout:
14456     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14457     layout: "plot-throughput-speedup-analysis"
14458
14459 - type: "plot"
14460   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14461   algorithm: "plot_tsa_name"
14462   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14463   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14464   include:
14465     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14466     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14467     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14468     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14469     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14471   layout:
14472     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14473     layout: "plot-throughput-speedup-analysis"
14474
14475 - type: "plot"
14476   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14477   algorithm: "plot_tsa_name"
14478   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14479   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14480   include:
14481     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14482     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14483     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14485     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14486     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14487   layout:
14488     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14489     layout: "plot-throughput-speedup-analysis"
14490
14491 - type: "plot"
14492   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14493   algorithm: "plot_tsa_name"
14494   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14496   include:
14497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14503   layout:
14504     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14505     layout: "plot-throughput-speedup-analysis"
14506
14507 - type: "plot"
14508   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14509   algorithm: "plot_tsa_name"
14510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14512   include:
14513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14519   layout:
14520     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14521     layout: "plot-throughput-speedup-analysis"
14522
14523 - type: "plot"
14524   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14525   algorithm: "plot_tsa_name"
14526   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14527   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14528   include:
14529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14535   layout:
14536     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14537     layout: "plot-throughput-speedup-analysis"
14538
14539 - type: "plot"
14540   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14541   algorithm: "plot_tsa_name"
14542   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14543   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14544   include:
14545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14551   layout:
14552     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14553     layout: "plot-throughput-speedup-analysis"
14554
14555 - type: "plot"
14556   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14557   algorithm: "plot_tsa_name"
14558   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14559   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14560   include:
14561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14565   layout:
14566     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14567     layout: "plot-throughput-speedup-analysis"
14568
14569 - type: "plot"
14570   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14571   algorithm: "plot_tsa_name"
14572   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14574   include:
14575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14579   layout:
14580     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14581     layout: "plot-throughput-speedup-analysis"
14582
14583 - type: "plot"
14584   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14585   algorithm: "plot_tsa_name"
14586   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14588   include:
14589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14593   layout:
14594     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14595     layout: "plot-throughput-speedup-analysis"
14596
14597 - type: "plot"
14598   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14599   algorithm: "plot_tsa_name"
14600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14602   include:
14603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14607   layout:
14608     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14609     layout: "plot-throughput-speedup-analysis"
14610
14611 - type: "plot"
14612   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14613   algorithm: "plot_tsa_name"
14614   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14616   include:
14617     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14618     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14619     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14620     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14621     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14622     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14623   layout:
14624     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14625     layout: "plot-throughput-speedup-analysis"
14626
14627 - type: "plot"
14628   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14629   algorithm: "plot_tsa_name"
14630   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14631   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14632   include:
14633     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14634     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14635     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14636     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14637     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14638     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14639   layout:
14640     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14641     layout: "plot-throughput-speedup-analysis"
14642
14643 - type: "plot"
14644   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14645   algorithm: "plot_tsa_name"
14646   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14648   include:
14649     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14650     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14651     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14652     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14653     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14654   layout:
14655     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14656     layout: "plot-throughput-speedup-analysis"
14657
14658 - type: "plot"
14659   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14660   algorithm: "plot_tsa_name"
14661   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14663   include:
14664     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14665     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14666     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14667     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14668     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14669   layout:
14670     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14671     layout: "plot-throughput-speedup-analysis"
14672
14673 - type: "plot"
14674   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14675   algorithm: "plot_tsa_name"
14676   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14677   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14678   include:
14679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14684   layout:
14685     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14686     layout: "plot-throughput-speedup-analysis"
14687
14688 - type: "plot"
14689   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14690   algorithm: "plot_tsa_name"
14691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14693   include:
14694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14699   layout:
14700     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14701     layout: "plot-throughput-speedup-analysis"
14702
14703 - type: "plot"
14704   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14705   algorithm: "plot_tsa_name"
14706   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14708   include:
14709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14713   layout:
14714     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14715     layout: "plot-throughput-speedup-analysis"
14716
14717 - type: "plot"
14718   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14719   algorithm: "plot_tsa_name"
14720   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14721   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14722   include:
14723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14727   layout:
14728     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14729     layout: "plot-throughput-speedup-analysis"
14730
14731 - type: "plot"
14732   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14736   include:
14737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14743   layout:
14744     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14745     layout: "plot-throughput-speedup-analysis"
14746
14747 - type: "plot"
14748   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14749   algorithm: "plot_tsa_name"
14750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14752   include:
14753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14759   layout:
14760     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14761     layout: "plot-throughput-speedup-analysis"
14762
14763 - type: "plot"
14764   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14765   algorithm: "plot_tsa_name"
14766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14768   include:
14769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14771     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14773     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14775   layout:
14776     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14777     layout: "plot-throughput-speedup-analysis"
14778
14779 - type: "plot"
14780   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14781   algorithm: "plot_tsa_name"
14782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14784   include:
14785     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14786     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14787     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14791   layout:
14792     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14793     layout: "plot-throughput-speedup-analysis"
14794
14795 - type: "plot"
14796   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14797   algorithm: "plot_tsa_name"
14798   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14800   include:
14801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14807   layout:
14808     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14809     layout: "plot-throughput-speedup-analysis"
14810
14811 - type: "plot"
14812   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14813   algorithm: "plot_tsa_name"
14814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14816   include:
14817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14823   layout:
14824     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14825     layout: "plot-throughput-speedup-analysis"
14826
14827 - type: "plot"
14828   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14829   algorithm: "plot_tsa_name"
14830   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14831   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14832   include:
14833     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14834     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14835     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14836     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14837     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14838     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14839   layout:
14840     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14841     layout: "plot-throughput-speedup-analysis"
14842
14843 - type: "plot"
14844   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14845   algorithm: "plot_tsa_name"
14846   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14847   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14848   include:
14849     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14850     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14851     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14852     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14853     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14854     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14855   layout:
14856     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14857     layout: "plot-throughput-speedup-analysis"
14858
14859 - type: "plot"
14860   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14861   algorithm: "plot_tsa_name"
14862   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14864   include:
14865     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14866     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14867     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14868     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14869     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14870     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14871   layout:
14872     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14873     layout: "plot-throughput-speedup-analysis"
14874
14875 - type: "plot"
14876   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14877   algorithm: "plot_tsa_name"
14878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14880   include:
14881     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14882     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14883     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14884     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14885     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14886     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14887   layout:
14888     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14889     layout: "plot-throughput-speedup-analysis"
14890
14891 - type: "plot"
14892   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14893   algorithm: "plot_tsa_name"
14894   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14896   include:
14897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14902   layout:
14903     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14904     layout: "plot-throughput-speedup-analysis"
14905
14906 - type: "plot"
14907   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14908   algorithm: "plot_tsa_name"
14909   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14910   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14911   include:
14912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14917   layout:
14918     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14919     layout: "plot-throughput-speedup-analysis"
14920
14921 - type: "plot"
14922   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14923   algorithm: "plot_tsa_name"
14924   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14925   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14926   include:
14927     - "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"
14928     - "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"
14929     - "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"
14930     - "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"
14931     - "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"
14932   layout:
14933     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14934     layout: "plot-throughput-speedup-analysis"
14935
14936 - type: "plot"
14937   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14938   algorithm: "plot_tsa_name"
14939   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14940   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14941   include:
14942     - "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"
14943     - "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"
14944     - "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"
14945     - "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"
14946     - "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"
14947   layout:
14948     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14949     layout: "plot-throughput-speedup-analysis"
14950
14951 - type: "plot"
14952   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14953   algorithm: "plot_tsa_name"
14954   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14955   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14956   include:
14957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14962   layout:
14963     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14964     layout: "plot-throughput-speedup-analysis"
14965
14966 - type: "plot"
14967   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14968   algorithm: "plot_tsa_name"
14969   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14971   include:
14972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14977   layout:
14978     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14979     layout: "plot-throughput-speedup-analysis"
14980
14981 - type: "plot"
14982   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14983   algorithm: "plot_tsa_name"
14984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14986   include:
14987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14992   layout:
14993     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14994     layout: "plot-throughput-speedup-analysis"
14995
14996 - type: "plot"
14997   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14998   algorithm: "plot_tsa_name"
14999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15001   include:
15002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15007   layout:
15008     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15009     layout: "plot-throughput-speedup-analysis"
15010
15011 - type: "plot"
15012   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15013   algorithm: "plot_tsa_name"
15014   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15015   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15016   include:
15017     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15020     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15021     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15022   layout:
15023     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15024     layout: "plot-throughput-speedup-analysis"
15025
15026 - type: "plot"
15027   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15028   algorithm: "plot_tsa_name"
15029   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15030   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15031   include:
15032     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15033     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15034     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15035     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15036     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15037   layout:
15038     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15039     layout: "plot-throughput-speedup-analysis"
15040
15041 - type: "plot"
15042   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15043   algorithm: "plot_tsa_name"
15044   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15046   include:
15047     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15048     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15050     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15051     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15052   layout:
15053     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15054     layout: "plot-throughput-speedup-analysis"
15055
15056 - type: "plot"
15057   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15058   algorithm: "plot_tsa_name"
15059   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15060   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15061   include:
15062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15064     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15065     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15066     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15067   layout:
15068     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15069     layout: "plot-throughput-speedup-analysis"
15070
15071 - type: "plot"
15072   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15073   algorithm: "plot_tsa_name"
15074   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15076   include:
15077     - "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"
15078     - "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"
15079     - "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"
15080     - "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"
15081   layout:
15082     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15083     layout: "plot-throughput-speedup-analysis"
15084
15085 - type: "plot"
15086   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15087   algorithm: "plot_tsa_name"
15088   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15089   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15090   include:
15091     - "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"
15092     - "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"
15093     - "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"
15094     - "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"
15095   layout:
15096     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15097     layout: "plot-throughput-speedup-analysis"
15098
15099 - type: "plot"
15100   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15101   algorithm: "plot_tsa_name"
15102   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15104   include:
15105     - "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"
15106     - "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"
15107     - "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"
15108     - "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"
15109   layout:
15110     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15111     layout: "plot-throughput-speedup-analysis"
15112
15113 - type: "plot"
15114   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15115   algorithm: "plot_tsa_name"
15116   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15118   include:
15119     - "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"
15120     - "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"
15121     - "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"
15122     - "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"
15123   layout:
15124     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15125     layout: "plot-throughput-speedup-analysis"
15126
15127 - type: "plot"
15128   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15129   algorithm: "plot_tsa_name"
15130   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15132   include:
15133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15139   layout:
15140     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15141     layout: "plot-throughput-speedup-analysis"
15142
15143 - type: "plot"
15144   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15145   algorithm: "plot_tsa_name"
15146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15148   include:
15149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15155   layout:
15156     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15157     layout: "plot-throughput-speedup-analysis"
15158
15159 - type: "plot"
15160   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15161   algorithm: "plot_tsa_name"
15162   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15164   include:
15165     - "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"
15166     - "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"
15167     - "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"
15168     - "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"
15169     - "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"
15170     - "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"
15171   layout:
15172     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15173     layout: "plot-throughput-speedup-analysis"
15174
15175 - type: "plot"
15176   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15177   algorithm: "plot_tsa_name"
15178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15180   include:
15181     - "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"
15182     - "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"
15183     - "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"
15184     - "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"
15185     - "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"
15186     - "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"
15187   layout:
15188     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15189     layout: "plot-throughput-speedup-analysis"
15190
15191 - type: "plot"
15192   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15193   algorithm: "plot_tsa_name"
15194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15196   include:
15197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15203   layout:
15204     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15205     layout: "plot-throughput-speedup-analysis"
15206
15207 - type: "plot"
15208   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15209   algorithm: "plot_tsa_name"
15210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15212   include:
15213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15219   layout:
15220     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15221     layout: "plot-throughput-speedup-analysis"
15222
15223 - type: "plot"
15224   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15225   algorithm: "plot_tsa_name"
15226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15228   include:
15229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15234   layout:
15235     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15236     layout: "plot-throughput-speedup-analysis"
15237
15238 - type: "plot"
15239   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15240   algorithm: "plot_tsa_name"
15241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15243   include:
15244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15249   layout:
15250     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15251     layout: "plot-throughput-speedup-analysis"
15252
15253 - type: "plot"
15254   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15255   algorithm: "plot_tsa_name"
15256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15258   include:
15259     - "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"
15260     - "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"
15261   layout:
15262     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15263     layout: "plot-throughput-speedup-analysis"
15264
15265 - type: "plot"
15266   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15267   algorithm: "plot_tsa_name"
15268   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15270   include:
15271     - "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"
15272     - "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"
15273   layout:
15274     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15275     layout: "plot-throughput-speedup-analysis"
15276
15277 - type: "plot"
15278   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15279   algorithm: "plot_tsa_name"
15280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15282   include:
15283     - "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"
15284     - "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"
15285   layout:
15286     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15287     layout: "plot-throughput-speedup-analysis"
15288
15289 - type: "plot"
15290   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15291   algorithm: "plot_tsa_name"
15292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15294   include:
15295     - "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"
15296     - "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"
15297   layout:
15298     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15299     layout: "plot-throughput-speedup-analysis"
15300
15301 - type: "plot"
15302   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15303   algorithm: "plot_tsa_name"
15304   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15305   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15306   include:
15307     - "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"
15308     - "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"
15309     - "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"
15310     - "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"
15311     - "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"
15312     - "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"
15313   layout:
15314     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15315     layout: "plot-throughput-speedup-analysis"
15316
15317 - type: "plot"
15318   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15319   algorithm: "plot_tsa_name"
15320   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15322   include:
15323     - "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"
15324     - "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"
15325     - "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"
15326     - "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"
15327     - "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"
15328     - "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"
15329   layout:
15330     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15331     layout: "plot-throughput-speedup-analysis"
15332
15333 - type: "plot"
15334   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15335   algorithm: "plot_tsa_name"
15336   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15337   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15338   include:
15339     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15340     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15341     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15342     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15343     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15344   layout:
15345     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15346     layout: "plot-throughput-speedup-analysis"
15347
15348 - type: "plot"
15349   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15350   algorithm: "plot_tsa_name"
15351   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15352   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15353   include:
15354     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15355     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15356     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15357     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15358     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15359   layout:
15360     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15361     layout: "plot-throughput-speedup-analysis"
15362
15363 - type: "plot"
15364   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15365   algorithm: "plot_tsa_name"
15366   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15367   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15368   include:
15369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15374   layout:
15375     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15376     layout: "plot-throughput-speedup-analysis"
15377
15378 - type: "plot"
15379   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15380   algorithm: "plot_tsa_name"
15381   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15382   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15383   include:
15384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15389   layout:
15390     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15391     layout: "plot-throughput-speedup-analysis"
15392
15393 - type: "plot"
15394   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15395   algorithm: "plot_tsa_name"
15396   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15397   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15398   include:
15399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15405   layout:
15406     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15407     layout: "plot-throughput-speedup-analysis"
15408
15409 - type: "plot"
15410   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15411   algorithm: "plot_tsa_name"
15412   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15413   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15414   include:
15415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15421   layout:
15422     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15423     layout: "plot-throughput-speedup-analysis"
15424
15425 - type: "plot"
15426   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15427   algorithm: "plot_tsa_name"
15428   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15429   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15430   include:
15431     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15432     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15433     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15434     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15435   layout:
15436     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15437     layout: "plot-throughput-speedup-analysis"
15438
15439 - type: "plot"
15440   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15441   algorithm: "plot_tsa_name"
15442   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15443   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15444   include:
15445     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15446     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15447     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15448     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15449   layout:
15450     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15451     layout: "plot-throughput-speedup-analysis"
15452
15453 - type: "plot"
15454   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15455   algorithm: "plot_tsa_name"
15456   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15457   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15458   include:
15459     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15460     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15464   layout:
15465     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15466     layout: "plot-throughput-speedup-analysis"
15467
15468 - type: "plot"
15469   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15470   algorithm: "plot_tsa_name"
15471   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15472   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15473   include:
15474     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15475     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15476     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15477     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15478     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15479   layout:
15480     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15481     layout: "plot-throughput-speedup-analysis"
15482
15483 - type: "plot"
15484   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15485   algorithm: "plot_tsa_name"
15486   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15487   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15488   include:
15489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15495   layout:
15496     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15497     layout: "plot-throughput-speedup-analysis"
15498
15499 - type: "plot"
15500   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15501   algorithm: "plot_tsa_name"
15502   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15503   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15504   include:
15505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15506     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15507     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15508     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15509     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15510     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15511   layout:
15512     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15513     layout: "plot-throughput-speedup-analysis"
15514
15515 - type: "plot"
15516   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15517   algorithm: "plot_tsa_name"
15518   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15519   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15520   include:
15521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15525   layout:
15526     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15527     layout: "plot-throughput-speedup-analysis"
15528
15529 - type: "plot"
15530   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15531   algorithm: "plot_tsa_name"
15532   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15533   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15534   include:
15535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15539   layout:
15540     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15541     layout: "plot-throughput-speedup-analysis"
15542
15543 - type: "plot"
15544   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15545   algorithm: "plot_tsa_name"
15546   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15547   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15548   include:
15549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15555   layout:
15556     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15557     layout: "plot-throughput-speedup-analysis"
15558
15559 - type: "plot"
15560   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15561   algorithm: "plot_tsa_name"
15562   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15563   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15564   include:
15565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15571   layout:
15572     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15573     layout: "plot-throughput-speedup-analysis"
15574
15575 - type: "plot"
15576   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15577   algorithm: "plot_tsa_name"
15578   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15579   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15580   include:
15581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15587   layout:
15588     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15589     layout: "plot-throughput-speedup-analysis"
15590
15591 - type: "plot"
15592   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15593   algorithm: "plot_tsa_name"
15594   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15595   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15596   include:
15597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15603   layout:
15604     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15605     layout: "plot-throughput-speedup-analysis"
15606
15607 - type: "plot"
15608   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15609   algorithm: "plot_tsa_name"
15610   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15611   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15612   include:
15613     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15614     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15615     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15616     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15617     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15618     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15619   layout:
15620     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15621     layout: "plot-throughput-speedup-analysis"
15622
15623 - type: "plot"
15624   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15625   algorithm: "plot_tsa_name"
15626   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15627   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15628   include:
15629     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15630     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15631     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15632     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15633     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15634     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15635   layout:
15636     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15637     layout: "plot-throughput-speedup-analysis"
15638
15639 - type: "plot"
15640   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15641   algorithm: "plot_tsa_name"
15642   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15643   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15644   include:
15645     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15646     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15647     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15648     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15649     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15650     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15651   layout:
15652     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15653     layout: "plot-throughput-speedup-analysis"
15654
15655 - type: "plot"
15656   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15657   algorithm: "plot_tsa_name"
15658   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15659   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15660   include:
15661     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15662     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15663     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15664     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15665     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15666     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15667   layout:
15668     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15669     layout: "plot-throughput-speedup-analysis"
15670
15671 - type: "plot"
15672   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15673   algorithm: "plot_tsa_name"
15674   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15675   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15676   include:
15677     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15679     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15681     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15682     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15683   layout:
15684     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15685     layout: "plot-throughput-speedup-analysis"
15686
15687 - type: "plot"
15688   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15689   algorithm: "plot_tsa_name"
15690   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15691   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15692   include:
15693     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15694     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15695     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15696     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15697     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15698     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15699   layout:
15700     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15701     layout: "plot-throughput-speedup-analysis"
15702
15703 #- type: "plot"
15704 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15705 #  algorithm: "plot_tsa_name"
15706 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15707 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15708 #  include:
15709 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15710 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15711 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15712 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15713 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15714 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15715 #  layout:
15716 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15717 #    layout: "plot-throughput-speedup-analysis"
15718 #
15719 #- type: "plot"
15720 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15721 #  algorithm: "plot_tsa_name"
15722 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15723 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15724 #  include:
15725 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15726 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15727 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15728 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15729 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15730 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15731 #  layout:
15732 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15733 #    layout: "plot-throughput-speedup-analysis"
15734
15735 - type: "plot"
15736   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15737   algorithm: "plot_tsa_name"
15738   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15739   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15740   include:
15741     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15743     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15744     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15745     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15746   layout:
15747     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15748     layout: "plot-throughput-speedup-analysis"
15749
15750 - type: "plot"
15751   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15752   algorithm: "plot_tsa_name"
15753   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15754   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15755   include:
15756     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15757     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15760     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15761   layout:
15762     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15763     layout: "plot-throughput-speedup-analysis"
15764
15765 - type: "plot"
15766   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15767   algorithm: "plot_tsa_name"
15768   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15769   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15770   include:
15771     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15772     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15776     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15777   layout:
15778     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15779     layout: "plot-throughput-speedup-analysis"
15780
15781 - type: "plot"
15782   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15783   algorithm: "plot_tsa_name"
15784   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15785   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15786   include:
15787     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15788     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15793   layout:
15794     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15795     layout: "plot-throughput-speedup-analysis"
15796
15797 - type: "plot"
15798   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15799   algorithm: "plot_tsa_name"
15800   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15801   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15802   include:
15803     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15804     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15807     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15808   layout:
15809     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15810     layout: "plot-throughput-speedup-analysis"
15811
15812 - type: "plot"
15813   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15814   algorithm: "plot_tsa_name"
15815   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15816   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15817   include:
15818     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15819     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15822     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15823   layout:
15824     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15825     layout: "plot-throughput-speedup-analysis"
15826
15827 #- type: "plot"
15828 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15829 #  algorithm: "plot_tsa_name"
15830 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15831 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15832 #  include:
15833 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15834 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15835 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15836 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15837 #  layout:
15838 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15839 #    layout: "plot-throughput-speedup-analysis"
15840 #
15841 #- type: "plot"
15842 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15843 #  algorithm: "plot_tsa_name"
15844 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15845 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15846 #  include:
15847 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15848 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15849 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15850 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15851 #  layout:
15852 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15853 #    layout: "plot-throughput-speedup-analysis"
15854
15855 - type: "plot"
15856   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15857   algorithm: "plot_tsa_name"
15858   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15859   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15860   include:
15861     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15862     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15863     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15864     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15865     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15867   layout:
15868     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15869     layout: "plot-throughput-speedup-analysis"
15870
15871 - type: "plot"
15872   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15873   algorithm: "plot_tsa_name"
15874   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15875   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15876   include:
15877     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15878     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15879     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15883   layout:
15884     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15885     layout: "plot-throughput-speedup-analysis"
15886
15887 - type: "plot"
15888   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15889   algorithm: "plot_tsa_name"
15890   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15891   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15892   include:
15893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15898   layout:
15899     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15900     layout: "plot-throughput-speedup-analysis"
15901
15902 - type: "plot"
15903   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15904   algorithm: "plot_tsa_name"
15905   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15906   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15907   include:
15908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15913   layout:
15914     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15915     layout: "plot-throughput-speedup-analysis"
15916
15917 - type: "plot"
15918   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15919   algorithm: "plot_tsa_name"
15920   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15921   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15922   include:
15923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15929   layout:
15930     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15931     layout: "plot-throughput-speedup-analysis"
15932
15933 - type: "plot"
15934   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15935   algorithm: "plot_tsa_name"
15936   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15937   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15938   include:
15939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15943     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15945   layout:
15946     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15947     layout: "plot-throughput-speedup-analysis"
15948
15949 - type: "plot"
15950   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15951   algorithm: "plot_tsa_name"
15952   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15953   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15954   include:
15955     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15956     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15957     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15958     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15959   layout:
15960     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15961     layout: "plot-throughput-speedup-analysis"
15962
15963 - type: "plot"
15964   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15965   algorithm: "plot_tsa_name"
15966   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15967   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15968   include:
15969     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15970     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15971     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15972     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15973   layout:
15974     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15975     layout: "plot-throughput-speedup-analysis"
15976
15977 - type: "plot"
15978   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15979   algorithm: "plot_tsa_name"
15980   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15981   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15982   include:
15983     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15984     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15985     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15987     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15988   layout:
15989     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15990     layout: "plot-throughput-speedup-analysis"
15991
15992 - type: "plot"
15993   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15994   algorithm: "plot_tsa_name"
15995   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15996   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15997   include:
15998     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15999     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16000     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16001     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16002     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16003   layout:
16004     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16005     layout: "plot-throughput-speedup-analysis"
16006
16007 - type: "plot"
16008   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16009   algorithm: "plot_tsa_name"
16010   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16011   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16012   include:
16013     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16014     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16015     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16016     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16017     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16019   layout:
16020     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16021     layout: "plot-throughput-speedup-analysis"
16022
16023 - type: "plot"
16024   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16025   algorithm: "plot_tsa_name"
16026   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16027   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16028   include:
16029     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16030     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16035   layout:
16036     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16037     layout: "plot-throughput-speedup-analysis"
16038
16039 #- type: "plot"
16040 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16041 #  algorithm: "plot_tsa_name"
16042 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16043 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16044 #  include:
16045 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16046 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16047 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16048 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16049 #  layout:
16050 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16051 #    layout: "plot-throughput-speedup-analysis"
16052 #
16053 #- type: "plot"
16054 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16055 #  algorithm: "plot_tsa_name"
16056 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16057 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16058 #  include:
16059 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16060 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16061 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16062 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16063 #  layout:
16064 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16065 #    layout: "plot-throughput-speedup-analysis"
16066
16067 - type: "plot"
16068   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16069   algorithm: "plot_tsa_name"
16070   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16071   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16072   include:
16073     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16074     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16075     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16076     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16077     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16078     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16079   layout:
16080     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16081     layout: "plot-throughput-speedup-analysis"
16082
16083 - type: "plot"
16084   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16085   algorithm: "plot_tsa_name"
16086   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16087   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16088   include:
16089     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16090     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16091     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16092     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16093     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16094     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16095   layout:
16096     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16097     layout: "plot-throughput-speedup-analysis"
16098
16099 #- type: "plot"
16100 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16101 #  algorithm: "plot_tsa_name"
16102 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16103 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16104 #  include:
16105 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16106 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16107 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16108 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16109 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16110 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16111 #  layout:
16112 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16113 #    layout: "plot-throughput-speedup-analysis"
16114 #
16115 #- type: "plot"
16116 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16117 #  algorithm: "plot_tsa_name"
16118 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16119 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16120 #  include:
16121 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16122 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16123 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16124 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16125 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16126 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16127 #  layout:
16128 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16129 #    layout: "plot-throughput-speedup-analysis"
16130
16131 #- type: "plot"
16132 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16133 #  algorithm: "plot_tsa_name"
16134 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16135 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16136 #  include:
16137 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16138 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16139 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16140 #  layout:
16141 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16142 #    layout: "plot-throughput-speedup-analysis"
16143 #
16144 #- type: "plot"
16145 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16146 #  algorithm: "plot_tsa_name"
16147 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16148 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16149 #  include:
16150 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16151 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16152 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16153 #  layout:
16154 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16155 #    layout: "plot-throughput-speedup-analysis"
16156
16157 ################################################################################
16158
16159 # Packet Throughput - DPDK
16160
16161 # 2n-skx-xxv710
16162
16163 - type: "plot"
16164   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16165   algorithm: "plot_perf_box_name"
16166   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16167   data: "plot-dpdk-throughput-latency-2n-skx"
16168   include:
16169     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16170     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16171   layout:
16172     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16173     layout: "plot-throughput"
16174
16175 - type: "plot"
16176   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16177   algorithm: "plot_perf_box_name"
16178   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16179   data: "plot-dpdk-throughput-latency-2n-skx"
16180   include:
16181     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16182     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16183   layout:
16184     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16185     layout: "plot-throughput"
16186
16187 - type: "plot"
16188   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16189   algorithm: "plot_perf_box_name"
16190   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16191   data: "plot-dpdk-throughput-latency-2n-skx"
16192   include:
16193     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16194     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16195   layout:
16196     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16197     layout: "plot-throughput"
16198
16199 - type: "plot"
16200   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16201   algorithm: "plot_perf_box_name"
16202   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16203   data: "plot-dpdk-throughput-latency-2n-skx"
16204   include:
16205     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16206     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16207   layout:
16208     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16209     layout: "plot-throughput"
16210
16211 # 2n-skx-x710
16212
16213 - type: "plot"
16214   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16215   algorithm: "plot_perf_box_name"
16216   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16217   data: "plot-dpdk-throughput-latency-2n-skx"
16218   include:
16219     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16220     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16221   layout:
16222     title: "2n-skx-x710-64b-2t1c-base-ndr"
16223     layout: "plot-throughput"
16224
16225 - type: "plot"
16226   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16227   algorithm: "plot_perf_box_name"
16228   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16229   data: "plot-dpdk-throughput-latency-2n-skx"
16230   include:
16231     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16232     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16233   layout:
16234     title: "2n-skx-x710-64b-4t2c-base-ndr"
16235     layout: "plot-throughput"
16236
16237 - type: "plot"
16238   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16239   algorithm: "plot_perf_box_name"
16240   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16241   data: "plot-dpdk-throughput-latency-2n-skx"
16242   include:
16243     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16244     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16245   layout:
16246     title: "2n-skx-x710-64b-2t1c-base-pdr"
16247     layout: "plot-throughput"
16248
16249 - type: "plot"
16250   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16251   algorithm: "plot_perf_box_name"
16252   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16253   data: "plot-dpdk-throughput-latency-2n-skx"
16254   include:
16255     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16256     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16257   layout:
16258     title: "2n-skx-x710-64b-4t2c-base-pdr"
16259     layout: "plot-throughput"
16260
16261 # 3n-skx-xxv710
16262
16263 - type: "plot"
16264   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16265   algorithm: "plot_perf_box_name"
16266   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16267   data: "plot-dpdk-throughput-latency-3n-skx"
16268   include:
16269     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16270     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16271   layout:
16272     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16273     layout: "plot-throughput"
16274
16275 - type: "plot"
16276   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16277   algorithm: "plot_perf_box_name"
16278   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16279   data: "plot-dpdk-throughput-latency-3n-skx"
16280   include:
16281     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16282     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16283   layout:
16284     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16285     layout: "plot-throughput"
16286
16287 - type: "plot"
16288   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16289   algorithm: "plot_perf_box_name"
16290   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16291   data: "plot-dpdk-throughput-latency-3n-skx"
16292   include:
16293     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16294     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16295   layout:
16296     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16297     layout: "plot-throughput"
16298
16299 - type: "plot"
16300   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16301   algorithm: "plot_perf_box_name"
16302   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16303   data: "plot-dpdk-throughput-latency-3n-skx"
16304   include:
16305     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16306     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16307   layout:
16308     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16309     layout: "plot-throughput"
16310
16311 # 3n-skx-x710
16312
16313 - type: "plot"
16314   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16315   algorithm: "plot_perf_box_name"
16316   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16317   data: "plot-dpdk-throughput-latency-3n-skx"
16318   include:
16319     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16320     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16321   layout:
16322     title: "3n-skx-x710-64b-2t1c-base-ndr"
16323     layout: "plot-throughput"
16324
16325 - type: "plot"
16326   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16327   algorithm: "plot_perf_box_name"
16328   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16329   data: "plot-dpdk-throughput-latency-3n-skx"
16330   include:
16331     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16332     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16333   layout:
16334     title: "3n-skx-x710-64b-4t2c-base-ndr"
16335     layout: "plot-throughput"
16336
16337 - type: "plot"
16338   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16339   algorithm: "plot_perf_box_name"
16340   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16341   data: "plot-dpdk-throughput-latency-3n-skx"
16342   include:
16343     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16344     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16345   layout:
16346     title: "3n-skx-x710-64b-2t1c-base-pdr"
16347     layout: "plot-throughput"
16348
16349 - type: "plot"
16350   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16351   algorithm: "plot_perf_box_name"
16352   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16353   data: "plot-dpdk-throughput-latency-3n-skx"
16354   include:
16355     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16356     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16357   layout:
16358     title: "3n-skx-x710-64b-4t2c-base-pdr"
16359     layout: "plot-throughput"
16360
16361 # 3n-hsw-xl710
16362
16363 - type: "plot"
16364   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16365   algorithm: "plot_perf_box_name"
16366   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16367   data: "plot-dpdk-throughput-latency-3n-hsw"
16368   include:
16369     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16370     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16371   layout:
16372     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16373     layout: "plot-throughput"
16374
16375 - type: "plot"
16376   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16377   algorithm: "plot_perf_box_name"
16378   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16379   data: "plot-dpdk-throughput-latency-3n-hsw"
16380   include:
16381     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16382     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16383   layout:
16384     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16385     layout: "plot-throughput"
16386
16387 - type: "plot"
16388   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16389   algorithm: "plot_perf_box_name"
16390   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16391   data: "plot-dpdk-throughput-latency-3n-hsw"
16392   include:
16393     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16394     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16395   layout:
16396     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16397     layout: "plot-throughput"
16398
16399 - type: "plot"
16400   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16401   algorithm: "plot_perf_box_name"
16402   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16403   data: "plot-dpdk-throughput-latency-3n-hsw"
16404   include:
16405     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16406     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16407   layout:
16408     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16409     layout: "plot-throughput"
16410
16411 # 3n-hsw-x710
16412
16413 - type: "plot"
16414   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16415   algorithm: "plot_perf_box_name"
16416   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16417   data: "plot-dpdk-throughput-latency-3n-hsw"
16418   include:
16419     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16420     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16421   layout:
16422     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16423     layout: "plot-throughput"
16424
16425 - type: "plot"
16426   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16427   algorithm: "plot_perf_box_name"
16428   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16429   data: "plot-dpdk-throughput-latency-3n-hsw"
16430   include:
16431     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16432     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16433   layout:
16434     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16435     layout: "plot-throughput"
16436
16437 - type: "plot"
16438   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16439   algorithm: "plot_perf_box_name"
16440   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16441   data: "plot-dpdk-throughput-latency-3n-hsw"
16442   include:
16443     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16444     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16445   layout:
16446     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16447     layout: "plot-throughput"
16448
16449 - type: "plot"
16450   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16451   algorithm: "plot_perf_box_name"
16452   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16453   data: "plot-dpdk-throughput-latency-3n-hsw"
16454   include:
16455     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16456     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16457   layout:
16458     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16459     layout: "plot-throughput"
16460
16461 # 2n-dnv-x553
16462
16463 - type: "plot"
16464   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16465   algorithm: "plot_perf_box_name"
16466   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16467   data: "plot-dpdk-throughput-latency-2n-dnv"
16468   include:
16469     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16470     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16471   layout:
16472     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16473     layout: "plot-throughput"
16474
16475 - type: "plot"
16476   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16477   algorithm: "plot_perf_box_name"
16478   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16479   data: "plot-dpdk-throughput-latency-2n-dnv"
16480   include:
16481     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16482     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16483   layout:
16484     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16485     layout: "plot-throughput"
16486
16487 - type: "plot"
16488   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16489   algorithm: "plot_perf_box_name"
16490   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16491   data: "plot-dpdk-throughput-latency-2n-dnv"
16492   include:
16493     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16494     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16495   layout:
16496     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16497     layout: "plot-throughput"
16498
16499 - type: "plot"
16500   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16501   algorithm: "plot_perf_box_name"
16502   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16503   data: "plot-dpdk-throughput-latency-2n-dnv"
16504   include:
16505     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16506     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16507   layout:
16508     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16509     layout: "plot-throughput"
16510
16511 # 3n-dnv-x553
16512
16513 - type: "plot"
16514   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16515   algorithm: "plot_perf_box_name"
16516   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16517   data: "plot-dpdk-throughput-latency-3n-dnv"
16518   include:
16519     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16520     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16521   layout:
16522     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16523     layout: "plot-throughput"
16524
16525 - type: "plot"
16526   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16527   algorithm: "plot_perf_box_name"
16528   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16529   data: "plot-dpdk-throughput-latency-3n-dnv"
16530   include:
16531     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16532     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16533   layout:
16534     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16535     layout: "plot-throughput"
16536
16537 - type: "plot"
16538   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16539   algorithm: "plot_perf_box_name"
16540   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16541   data: "plot-dpdk-throughput-latency-3n-dnv"
16542   include:
16543     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16544     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16545   layout:
16546     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16547     layout: "plot-throughput"
16548
16549 - type: "plot"
16550   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16551   algorithm: "plot_perf_box_name"
16552   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16553   data: "plot-dpdk-throughput-latency-3n-dnv"
16554   include:
16555     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16556     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16557   layout:
16558     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16559     layout: "plot-throughput"
16560
16561 # 3n-tsh-x520
16562
16563 - type: "plot"
16564   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16565   algorithm: "plot_perf_box_name"
16566   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16567   data: "plot-dpdk-throughput-latency-3n-tsh"
16568   include:
16569     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16570     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16571   layout:
16572     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16573     layout: "plot-throughput"
16574
16575 - type: "plot"
16576   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16577   algorithm: "plot_perf_box_name"
16578   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16579   data: "plot-dpdk-throughput-latency-3n-tsh"
16580   include:
16581     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16582     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16583   layout:
16584     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16585     layout: "plot-throughput"
16586
16587 - type: "plot"
16588   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16589   algorithm: "plot_perf_box_name"
16590   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16591   data: "plot-dpdk-throughput-latency-3n-tsh"
16592   include:
16593     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16594     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16595   layout:
16596     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16597     layout: "plot-throughput"
16598
16599 - type: "plot"
16600   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16601   algorithm: "plot_perf_box_name"
16602   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16603   data: "plot-dpdk-throughput-latency-3n-tsh"
16604   include:
16605     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16606     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16607   layout:
16608     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16609     layout: "plot-throughput"
16610
16611 ################################################################################
16612 ###   2n-clx                                                                 ###
16613 ################################################################################
16614
16615 # Packet Throughput
16616
16617 - type: "plot"
16618   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16619   algorithm: "plot_perf_box_name"
16620   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16622   include:
16623     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16624     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16625     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16626     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16627   layout:
16628     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16629     layout: "plot-throughput"
16630
16631 - type: "plot"
16632   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16633   algorithm: "plot_perf_box_name"
16634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16636   include:
16637     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16638     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16639     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16641   layout:
16642     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16643     layout: "plot-throughput"
16644
16645 - type: "plot"
16646   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16647   algorithm: "plot_perf_box_name"
16648   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16650   include:
16651     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16652     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16653     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16654     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16655   layout:
16656     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16657     layout: "plot-throughput"
16658
16659 - type: "plot"
16660   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16661   algorithm: "plot_perf_box_name"
16662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16664   include:
16665     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16666     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16667     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16668     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16669   layout:
16670     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16671     layout: "plot-throughput"
16672
16673 - type: "plot"
16674   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16675   algorithm: "plot_perf_box_name"
16676   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16678   include:
16679 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16680     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16681     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16682     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16683   layout:
16684     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16685     layout: "plot-throughput"
16686
16687 - type: "plot"
16688   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16689   algorithm: "plot_perf_box_name"
16690   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16692   include:
16693 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16694     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16695     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16696     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16697   layout:
16698     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16699     layout: "plot-throughput"
16700
16701 - type: "plot"
16702   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16703   algorithm: "plot_perf_box_name"
16704   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16706   include:
16707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16713   layout:
16714     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16715     layout: "plot-throughput"
16716
16717 - type: "plot"
16718   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16719   algorithm: "plot_perf_box_name"
16720   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16722   include:
16723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16729   layout:
16730     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16731     layout: "plot-throughput"
16732
16733 - type: "plot"
16734   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16735   algorithm: "plot_perf_box_name"
16736   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16738   include:
16739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16743   layout:
16744     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16745     layout: "plot-throughput"
16746
16747 - type: "plot"
16748   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16749   algorithm: "plot_perf_box_name"
16750   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16752   include:
16753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16757   layout:
16758     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16759     layout: "plot-throughput"
16760
16761 - type: "plot"
16762   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16763   algorithm: "plot_perf_box_name"
16764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16766   include:
16767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16770   layout:
16771     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16772     layout: "plot-throughput"
16773
16774 - type: "plot"
16775   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16776   algorithm: "plot_perf_box_name"
16777   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16779   include:
16780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16783   layout:
16784     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16785     layout: "plot-throughput"
16786
16787 - type: "plot"
16788   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16789   algorithm: "plot_perf_box_name"
16790   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16791   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16792   include:
16793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16798   layout:
16799     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16800     layout: "plot-throughput"
16801
16802 - type: "plot"
16803   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16804   algorithm: "plot_perf_box_name"
16805   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16807   include:
16808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16813   layout:
16814     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16815     layout: "plot-throughput"
16816
16817 - type: "plot"
16818   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16819   algorithm: "plot_perf_box_name"
16820   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16822   include:
16823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16826   layout:
16827     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16828     layout: "plot-throughput"
16829
16830 - type: "plot"
16831   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16832   algorithm: "plot_perf_box_name"
16833   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16835   include:
16836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16839   layout:
16840     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16841     layout: "plot-throughput"
16842
16843 - type: "plot"
16844   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16845   algorithm: "plot_perf_box_name"
16846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16848   include:
16849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16855   layout:
16856     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16857     layout: "plot-throughput"
16858
16859 - type: "plot"
16860   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16861   algorithm: "plot_perf_box_name"
16862   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16864   include:
16865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16871   layout:
16872     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16873     layout: "plot-throughput"
16874
16875 - type: "plot"
16876   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16877   algorithm: "plot_perf_box_name"
16878   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16880   include:
16881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16887   layout:
16888     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16889     layout: "plot-throughput"
16890
16891 - type: "plot"
16892   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16893   algorithm: "plot_perf_box_name"
16894   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16896   include:
16897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16903   layout:
16904     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16905     layout: "plot-throughput"
16906
16907 - type: "plot"
16908   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16909   algorithm: "plot_perf_box_name"
16910   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16911   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16912   include:
16913     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16914     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16915   layout:
16916     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16917     layout: "plot-throughput"
16918
16919 - type: "plot"
16920   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16921   algorithm: "plot_perf_box_name"
16922   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16924   include:
16925     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16927   layout:
16928     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16929     layout: "plot-throughput"
16930
16931 - type: "plot"
16932   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16933   algorithm: "plot_perf_box_name"
16934   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16936   include:
16937     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16938     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16939     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16940     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16941     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16942     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16943   layout:
16944     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16945     layout: "plot-throughput"
16946
16947 - type: "plot"
16948   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16949   algorithm: "plot_perf_box_name"
16950   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16952   include:
16953     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16954     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16955     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16956     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16957     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16958     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16959   layout:
16960     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16961     layout: "plot-throughput"
16962
16963 - type: "plot"
16964   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16965   algorithm: "plot_perf_box_name"
16966   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16968   include:
16969     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16970     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16971     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16972     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16973     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16974 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16975   layout:
16976     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16977     layout: "plot-throughput"
16978
16979 - type: "plot"
16980   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16981   algorithm: "plot_perf_box_name"
16982   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16984   include:
16985     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16986     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16987     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16988     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16989     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16990 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16991   layout:
16992     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16993     layout: "plot-throughput"
16994
16995 - type: "plot"
16996   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16997   algorithm: "plot_perf_box_name"
16998   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17000   include:
17001     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17002     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17003     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17004     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17005     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17006     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17007   layout:
17008     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17009     layout: "plot-throughput"
17010
17011 - type: "plot"
17012   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17013   algorithm: "plot_perf_box_name"
17014   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17016   include:
17017     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17018     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17019     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17023   layout:
17024     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17025     layout: "plot-throughput"
17026
17027 - type: "plot"
17028   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17029   algorithm: "plot_perf_box_name"
17030   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17032   include:
17033     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17034     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17035     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17037     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17038   layout:
17039     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17040     layout: "plot-throughput"
17041
17042 - type: "plot"
17043   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17044   algorithm: "plot_perf_box_name"
17045   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17046   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17047   include:
17048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17053   layout:
17054     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17055     layout: "plot-throughput"
17056
17057 - type: "plot"
17058   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17059   algorithm: "plot_perf_box_name"
17060   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17062   include:
17063     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17065     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17066     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17067     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17068   layout:
17069     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17070     layout: "plot-throughput"
17071
17072 - type: "plot"
17073   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17074   algorithm: "plot_perf_box_name"
17075   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17077   include:
17078     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17081     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17083   layout:
17084     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17085     layout: "plot-throughput"
17086
17087 - type: "plot"
17088   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17089   algorithm: "plot_perf_box_name"
17090   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17092   include:
17093     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17094     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17095     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17097     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17098   layout:
17099     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17100     layout: "plot-throughput"
17101
17102 - type: "plot"
17103   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17104   algorithm: "plot_perf_box_name"
17105   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17107   include:
17108     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17109     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17110     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17111     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17112     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17113   layout:
17114     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17115     layout: "plot-throughput"
17116
17117 - type: "plot"
17118   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17119   algorithm: "plot_perf_box_name"
17120   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17122   include:
17123     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17125     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17126     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17128   layout:
17129     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17130     layout: "plot-throughput"
17131
17132 - type: "plot"
17133   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17134   algorithm: "plot_perf_box_name"
17135   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17137   include:
17138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17143   layout:
17144     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17145     layout: "plot-throughput"
17146
17147 - type: "plot"
17148   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17149   algorithm: "plot_perf_box_name"
17150   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17152   include:
17153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17158   layout:
17159     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17160     layout: "plot-throughput"
17161
17162 - type: "plot"
17163   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17164   algorithm: "plot_perf_box_name"
17165   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17167   include:
17168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17173   layout:
17174     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17175     layout: "plot-throughput"
17176
17177 - type: "plot"
17178   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17179   algorithm: "plot_perf_box_name"
17180   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17182   include:
17183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17189   layout:
17190     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17191     layout: "plot-throughput"
17192
17193 - type: "plot"
17194   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17195   algorithm: "plot_perf_box_name"
17196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17198   include:
17199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17205   layout:
17206     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17207     layout: "plot-throughput"
17208
17209 - type: "plot"
17210   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17211   algorithm: "plot_perf_box_name"
17212   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17214   include:
17215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17219   layout:
17220     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17221     layout: "plot-throughput"
17222
17223 - type: "plot"
17224   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17225   algorithm: "plot_perf_box_name"
17226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17228   include:
17229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17233   layout:
17234     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17235     layout: "plot-throughput"
17236
17237 - type: "plot"
17238   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17239   algorithm: "plot_perf_box_name"
17240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17242   include:
17243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17249   layout:
17250     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17251     layout: "plot-throughput"
17252
17253 - type: "plot"
17254   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17255   algorithm: "plot_perf_box_name"
17256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17258   include:
17259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17265   layout:
17266     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17267     layout: "plot-throughput"
17268
17269 - type: "plot"
17270   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17271   algorithm: "plot_perf_box_name"
17272   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17273   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17274   include:
17275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17279   layout:
17280     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17281     layout: "plot-throughput"
17282
17283 - type: "plot"
17284   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17285   algorithm: "plot_perf_box_name"
17286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17288   include:
17289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17293   layout:
17294     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17295     layout: "plot-throughput"
17296
17297 - type: "plot"
17298   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17299   algorithm: "plot_perf_box_name"
17300   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17302   include:
17303     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17304     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17305     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17306     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17307     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17308     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17309   layout:
17310     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17311     layout: "plot-throughput"
17312
17313 - type: "plot"
17314   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17315   algorithm: "plot_perf_box_name"
17316   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17318   include:
17319     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17320     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17321     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17322     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17323     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17324     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17325   layout:
17326     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17327     layout: "plot-throughput"
17328
17329 - type: "plot"
17330   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17331   algorithm: "plot_perf_box_name"
17332   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17334   include:
17335     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17336     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17337     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17338     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17339   layout:
17340     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17341     layout: "plot-throughput"
17342
17343 - type: "plot"
17344   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17345   algorithm: "plot_perf_box_name"
17346   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17348   include:
17349     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17350     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17351     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17352     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17353   layout:
17354     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17355     layout: "plot-throughput"
17356
17357 - type: "plot"
17358   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17359   algorithm: "plot_perf_box_name"
17360   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17362   include:
17363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17368   layout:
17369     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17370     layout: "plot-throughput"
17371
17372 - type: "plot"
17373   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17374   algorithm: "plot_perf_box_name"
17375   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17376   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17377   include:
17378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17383   layout:
17384     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17385     layout: "plot-throughput"
17386
17387 - type: "plot"
17388   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17389   algorithm: "plot_perf_box_name"
17390   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17391   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17392   include:
17393     - "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"
17394     - "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"
17395     - "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"
17396     - "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"
17397     - "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"
17398   layout:
17399     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17400     layout: "plot-throughput"
17401
17402 - type: "plot"
17403   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17404   algorithm: "plot_perf_box_name"
17405   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17407   include:
17408     - "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"
17409     - "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"
17410     - "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"
17411     - "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"
17412     - "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"
17413   layout:
17414     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17415     layout: "plot-throughput"
17416
17417 - type: "plot"
17418   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17419   algorithm: "plot_perf_box_name"
17420   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17422   include:
17423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17428   layout:
17429     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17430     layout: "plot-throughput"
17431
17432 - type: "plot"
17433   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17434   algorithm: "plot_perf_box_name"
17435   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17437   include:
17438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17443   layout:
17444     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17445     layout: "plot-throughput"
17446
17447 - type: "plot"
17448   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17449   algorithm: "plot_perf_box_name"
17450   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17452   include:
17453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17458   layout:
17459     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17460     layout: "plot-throughput"
17461
17462 - type: "plot"
17463   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17464   algorithm: "plot_perf_box_name"
17465   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17466   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17467   include:
17468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17473   layout:
17474     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17475     layout: "plot-throughput"
17476
17477 - type: "plot"
17478   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17479   algorithm: "plot_perf_box_name"
17480   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17482   include:
17483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17487   layout:
17488     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17489     layout: "plot-throughput"
17490
17491 - type: "plot"
17492   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17493   algorithm: "plot_perf_box_name"
17494   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17496   include:
17497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17501   layout:
17502     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17503     layout: "plot-throughput"
17504
17505 - type: "plot"
17506   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17507   algorithm: "plot_perf_box_name"
17508   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17510   include:
17511     - "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"
17512     - "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"
17513     - "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"
17514     - "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"
17515   layout:
17516     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17517     layout: "plot-throughput"
17518
17519 - type: "plot"
17520   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17521   algorithm: "plot_perf_box_name"
17522   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17523   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17524   include:
17525     - "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"
17526     - "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"
17527     - "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"
17528     - "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"
17529   layout:
17530     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17531     layout: "plot-throughput"
17532
17533 - type: "plot"
17534   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17535   algorithm: "plot_perf_box_name"
17536   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17538   include:
17539     - "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"
17540     - "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"
17541     - "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"
17542     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17543     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17544     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17545   layout:
17546     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17547     layout: "plot-throughput"
17548
17549 - type: "plot"
17550   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17551   algorithm: "plot_perf_box_name"
17552   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17554   include:
17555     - "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"
17556     - "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"
17557     - "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"
17558     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17559     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17560     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17561   layout:
17562     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17563     layout: "plot-throughput"
17564
17565 ################################################################################
17566
17567 # Packet Speedup
17568
17569 - type: "plot"
17570   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17571   algorithm: "plot_tsa_name"
17572   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17574   include:
17575     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17576     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17578     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17579   layout:
17580     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17581     layout: "plot-throughput-speedup-analysis"
17582
17583 - type: "plot"
17584   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17585   algorithm: "plot_tsa_name"
17586   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17588   include:
17589     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17590     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17591     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17592     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17593   layout:
17594     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17595     layout: "plot-throughput-speedup-analysis"
17596
17597 - type: "plot"
17598   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17599   algorithm: "plot_tsa_name"
17600   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17602   include:
17603     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17604     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17605     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17606     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17607   layout:
17608     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17609     layout: "plot-throughput-speedup-analysis"
17610
17611 - type: "plot"
17612   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17613   algorithm: "plot_tsa_name"
17614   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17616   include:
17617     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17619     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17620     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17621   layout:
17622     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17623     layout: "plot-throughput-speedup-analysis"
17624
17625 - type: "plot"
17626   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17627   algorithm: "plot_tsa_name"
17628   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17630   include:
17631     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17632     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17633     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17634     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17635   layout:
17636     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17637     layout: "plot-throughput-speedup-analysis"
17638
17639 - type: "plot"
17640   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17641   algorithm: "plot_tsa_name"
17642   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17644   include:
17645     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17646     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17647     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17648     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17649   layout:
17650     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17651     layout: "plot-throughput-speedup-analysis"
17652
17653 - type: "plot"
17654   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17655   algorithm: "plot_tsa_name"
17656   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17658   include:
17659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17665   layout:
17666     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17667     layout: "plot-throughput-speedup-analysis"
17668
17669 - type: "plot"
17670   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17671   algorithm: "plot_tsa_name"
17672   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17674   include:
17675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17681   layout:
17682     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17683     layout: "plot-throughput-speedup-analysis"
17684
17685 - type: "plot"
17686   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17687   algorithm: "plot_tsa_name"
17688   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17690   include:
17691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17695   layout:
17696     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17697     layout: "plot-throughput-speedup-analysis"
17698
17699 - type: "plot"
17700   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17701   algorithm: "plot_tsa_name"
17702   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17704   include:
17705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17709   layout:
17710     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17711     layout: "plot-throughput-speedup-analysis"
17712
17713 - type: "plot"
17714   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17715   algorithm: "plot_tsa_name"
17716   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17718   include:
17719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17722   layout:
17723     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17724     layout: "plot-throughput-speedup-analysis"
17725
17726 - type: "plot"
17727   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17728   algorithm: "plot_tsa_name"
17729   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17731   include:
17732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17735   layout:
17736     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17737     layout: "plot-throughput-speedup-analysis"
17738
17739 - type: "plot"
17740   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17741   algorithm: "plot_tsa_name"
17742   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17744   include:
17745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17750   layout:
17751     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17752     layout: "plot-throughput-speedup-analysis"
17753
17754 - type: "plot"
17755   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17756   algorithm: "plot_tsa_name"
17757   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17759   include:
17760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17765   layout:
17766     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17767     layout: "plot-throughput-speedup-analysis"
17768
17769 - type: "plot"
17770   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17771   algorithm: "plot_tsa_name"
17772   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17774   include:
17775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17778   layout:
17779     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17780     layout: "plot-throughput-speedup-analysis"
17781
17782 - type: "plot"
17783   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17784   algorithm: "plot_tsa_name"
17785   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17787   include:
17788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17791   layout:
17792     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17793     layout: "plot-throughput-speedup-analysis"
17794
17795 - type: "plot"
17796   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17797   algorithm: "plot_tsa_name"
17798   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17800   include:
17801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17807   layout:
17808     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17809     layout: "plot-throughput-speedup-analysis"
17810
17811 - type: "plot"
17812   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17813   algorithm: "plot_tsa_name"
17814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17816   include:
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17823   layout:
17824     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17825     layout: "plot-throughput-speedup-analysis"
17826
17827 - type: "plot"
17828   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17829   algorithm: "plot_tsa_name"
17830   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17832   include:
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17839   layout:
17840     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17841     layout: "plot-throughput-speedup-analysis"
17842
17843 - type: "plot"
17844   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17845   algorithm: "plot_tsa_name"
17846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17848   include:
17849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17855   layout:
17856     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17857     layout: "plot-throughput-speedup-analysis"
17858
17859 - type: "plot"
17860   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17861   algorithm: "plot_tsa_name"
17862   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17864   include:
17865     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17867   layout:
17868     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17869     layout: "plot-throughput-speedup-analysis"
17870
17871 - type: "plot"
17872   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17873   algorithm: "plot_tsa_name"
17874   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17876   include:
17877     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17879   layout:
17880     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17881     layout: "plot-throughput-speedup-analysis"
17882
17883 - type: "plot"
17884   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17885   algorithm: "plot_tsa_name"
17886   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17888   include:
17889     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17895   layout:
17896     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17897     layout: "plot-throughput-speedup-analysis"
17898
17899 - type: "plot"
17900   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17901   algorithm: "plot_tsa_name"
17902   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17904   include:
17905     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17909     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17910     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17911   layout:
17912     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17913     layout: "plot-throughput-speedup-analysis"
17914
17915 - type: "plot"
17916   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17917   algorithm: "plot_tsa_name"
17918   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17920   include:
17921     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17923     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17924     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17925     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17926     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17927   layout:
17928     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17929     layout: "plot-throughput-speedup-analysis"
17930
17931 - type: "plot"
17932   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17933   algorithm: "plot_tsa_name"
17934   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17936   include:
17937     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17938     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17941     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17942     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17943   layout:
17944     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17945     layout: "plot-throughput-speedup-analysis"
17946
17947 - type: "plot"
17948   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17949   algorithm: "plot_tsa_name"
17950   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17952   include:
17953     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17956     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17957     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17958     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17959   layout:
17960     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
17961     layout: "plot-throughput-speedup-analysis"
17962
17963 - type: "plot"
17964   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17965   algorithm: "plot_tsa_name"
17966   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17968   include:
17969     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17970     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17971     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17972     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17973     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17974     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17975   layout:
17976     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
17977     layout: "plot-throughput-speedup-analysis"
17978
17979 - type: "plot"
17980   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17981   algorithm: "plot_tsa_name"
17982   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17984   include:
17985     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17986     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17987     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17988     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17989     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17990   layout:
17991     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17992     layout: "plot-throughput-speedup-analysis"
17993
17994 - type: "plot"
17995   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17996   algorithm: "plot_tsa_name"
17997   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17999   include:
18000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18001     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18002     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18005   layout:
18006     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18007     layout: "plot-throughput-speedup-analysis"
18008
18009 - type: "plot"
18010   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18011   algorithm: "plot_tsa_name"
18012   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18014   include:
18015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18017     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18018     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18019     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18020   layout:
18021     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18022     layout: "plot-throughput-speedup-analysis"
18023
18024 - type: "plot"
18025   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18026   algorithm: "plot_tsa_name"
18027   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18029   include:
18030     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18031     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18032     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18033     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18034     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18035   layout:
18036     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18037     layout: "plot-throughput-speedup-analysis"
18038
18039 - type: "plot"
18040   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18041   algorithm: "plot_tsa_name"
18042   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18044   include:
18045     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18046     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18047     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18048     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18049     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18050   layout:
18051     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18052     layout: "plot-throughput-speedup-analysis"
18053
18054 - type: "plot"
18055   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18056   algorithm: "plot_tsa_name"
18057   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18059   include:
18060     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18061     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18062     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18063     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18064     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18065   layout:
18066     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18067     layout: "plot-throughput-speedup-analysis"
18068
18069 - type: "plot"
18070   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18071   algorithm: "plot_tsa_name"
18072   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18074   include:
18075     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18076     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18078     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18080   layout:
18081     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18082     layout: "plot-throughput-speedup-analysis"
18083
18084 - type: "plot"
18085   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18086   algorithm: "plot_tsa_name"
18087   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18089   include:
18090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18091     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18092     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18093     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18094     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18095   layout:
18096     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18097     layout: "plot-throughput-speedup-analysis"
18098
18099 - type: "plot"
18100   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18101   algorithm: "plot_tsa_name"
18102   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18104   include:
18105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18106     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18107     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18108     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18109     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18110   layout:
18111     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18112     layout: "plot-throughput-speedup-analysis"
18113
18114 - type: "plot"
18115   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18116   algorithm: "plot_tsa_name"
18117   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18119   include:
18120     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18122     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18123     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18125   layout:
18126     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18127     layout: "plot-throughput-speedup-analysis"
18128
18129 - type: "plot"
18130   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18131   algorithm: "plot_tsa_name"
18132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18134   include:
18135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18141   layout:
18142     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18143     layout: "plot-throughput-speedup-analysis"
18144
18145 - type: "plot"
18146   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18147   algorithm: "plot_tsa_name"
18148   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18150   include:
18151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18157   layout:
18158     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18159     layout: "plot-throughput-speedup-analysis"
18160
18161 - type: "plot"
18162   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18163   algorithm: "plot_tsa_name"
18164   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18166   include:
18167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18171   layout:
18172     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18173     layout: "plot-throughput-speedup-analysis"
18174
18175 - type: "plot"
18176   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18177   algorithm: "plot_tsa_name"
18178   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18180   include:
18181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18185   layout:
18186     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18187     layout: "plot-throughput-speedup-analysis"
18188
18189 - type: "plot"
18190   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18191   algorithm: "plot_tsa_name"
18192   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18194   include:
18195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18201   layout:
18202     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18203     layout: "plot-throughput-speedup-analysis"
18204
18205 - type: "plot"
18206   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18207   algorithm: "plot_tsa_name"
18208   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18209   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18210   include:
18211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18217   layout:
18218     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18219     layout: "plot-throughput-speedup-analysis"
18220
18221 - type: "plot"
18222   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18223   algorithm: "plot_tsa_name"
18224   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18225   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18226   include:
18227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18231   layout:
18232     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18233     layout: "plot-throughput-speedup-analysis"
18234
18235 - type: "plot"
18236   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18237   algorithm: "plot_tsa_name"
18238   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18240   include:
18241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18245   layout:
18246     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18247     layout: "plot-throughput-speedup-analysis"
18248
18249 - type: "plot"
18250   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18251   algorithm: "plot_tsa_name"
18252   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18254   include:
18255     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18256     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18257     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18258     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18259     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18260     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18261   layout:
18262     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18263     layout: "plot-throughput-speedup-analysis"
18264
18265 - type: "plot"
18266   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18267   algorithm: "plot_tsa_name"
18268   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18270   include:
18271     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18272     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18273     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18274     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18275     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18276     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18277   layout:
18278     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18279     layout: "plot-throughput-speedup-analysis"
18280
18281 - type: "plot"
18282   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18283   algorithm: "plot_tsa_name"
18284   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18286   include:
18287     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18288     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18289     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18290     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18291   layout:
18292     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18293     layout: "plot-throughput-speedup-analysis"
18294
18295 - type: "plot"
18296   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18297   algorithm: "plot_tsa_name"
18298   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18300   include:
18301     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18302     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18303     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18304     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18305   layout:
18306     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18307     layout: "plot-throughput-speedup-analysis"
18308
18309 - type: "plot"
18310   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18311   algorithm: "plot_tsa_name"
18312   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18314   include:
18315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18320   layout:
18321     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18322     layout: "plot-throughput-speedup-analysis"
18323
18324 - type: "plot"
18325   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18326   algorithm: "plot_tsa_name"
18327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18329   include:
18330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18335   layout:
18336     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18337     layout: "plot-throughput-speedup-analysis"
18338
18339 - type: "plot"
18340   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18341   algorithm: "plot_tsa_name"
18342   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18344   include:
18345     - "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"
18346     - "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"
18347     - "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"
18348     - "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"
18349     - "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"
18350   layout:
18351     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18352     layout: "plot-throughput-speedup-analysis"
18353
18354 - type: "plot"
18355   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18356   algorithm: "plot_tsa_name"
18357   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18359   include:
18360     - "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"
18361     - "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"
18362     - "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"
18363     - "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"
18364     - "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"
18365   layout:
18366     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18367     layout: "plot-throughput-speedup-analysis"
18368
18369 - type: "plot"
18370   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18371   algorithm: "plot_tsa_name"
18372   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18374   include:
18375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18380   layout:
18381     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18382     layout: "plot-throughput-speedup-analysis"
18383
18384 - type: "plot"
18385   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18386   algorithm: "plot_tsa_name"
18387   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18389   include:
18390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18395   layout:
18396     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18397     layout: "plot-throughput-speedup-analysis"
18398
18399 - type: "plot"
18400   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18401   algorithm: "plot_tsa_name"
18402   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18404   include:
18405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18410   layout:
18411     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18412     layout: "plot-throughput-speedup-analysis"
18413
18414 - type: "plot"
18415   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18416   algorithm: "plot_tsa_name"
18417   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18419   include:
18420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18425   layout:
18426     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18427     layout: "plot-throughput-speedup-analysis"
18428
18429 - type: "plot"
18430   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18431   algorithm: "plot_tsa_name"
18432   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18434   include:
18435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18439   layout:
18440     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18441     layout: "plot-throughput-speedup-analysis"
18442
18443 - type: "plot"
18444   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18445   algorithm: "plot_tsa_name"
18446   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18448   include:
18449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18453   layout:
18454     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18455     layout: "plot-throughput-speedup-analysis"
18456
18457 - type: "plot"
18458   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18459   algorithm: "plot_tsa_name"
18460   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18462   include:
18463     - "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"
18464     - "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"
18465     - "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"
18466     - "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"
18467   layout:
18468     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18469     layout: "plot-throughput-speedup-analysis"
18470
18471 - type: "plot"
18472   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18473   algorithm: "plot_tsa_name"
18474   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18475   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18476   include:
18477     - "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"
18478     - "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"
18479     - "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"
18480     - "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"
18481   layout:
18482     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18483     layout: "plot-throughput-speedup-analysis"
18484
18485 - type: "plot"
18486   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18487   algorithm: "plot_tsa_name"
18488   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18489   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18490   include:
18491     - "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"
18492     - "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"
18493     - "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"
18494     - "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"
18495     - "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"
18496     - "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"
18497   layout:
18498     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18499     layout: "plot-throughput-speedup-analysis"
18500
18501 - type: "plot"
18502   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18503   algorithm: "plot_tsa_name"
18504   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18505   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18506   include:
18507     - "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"
18508     - "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"
18509     - "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"
18510     - "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"
18511     - "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"
18512     - "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"
18513   layout:
18514     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18515     layout: "plot-throughput-speedup-analysis"
18516
18517 ################################################################################
18518
18519 # Packet Throughput - DPDK
18520
18521 # 2n-clx-xxv710
18522
18523 - type: "plot"
18524   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18525   algorithm: "plot_perf_box_name"
18526   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18527   data: "plot-dpdk-throughput-latency-2n-clx"
18528   include:
18529     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18530     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18531   layout:
18532     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18533     layout: "plot-throughput"
18534
18535 - type: "plot"
18536   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18537   algorithm: "plot_perf_box_name"
18538   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18539   data: "plot-dpdk-throughput-latency-2n-clx"
18540   include:
18541     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18542     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18543   layout:
18544     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18545     layout: "plot-throughput"
18546
18547 - type: "plot"
18548   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18549   algorithm: "plot_perf_box_name"
18550   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18551   data: "plot-dpdk-throughput-latency-2n-clx"
18552   include:
18553     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18554     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18555   layout:
18556     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18557     layout: "plot-throughput"
18558
18559 - type: "plot"
18560   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18561   algorithm: "plot_perf_box_name"
18562   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18563   data: "plot-dpdk-throughput-latency-2n-clx"
18564   include:
18565     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18566     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18567   layout:
18568     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18569     layout: "plot-throughput"
18570
18571 # 2n-clx-x710
18572
18573 - type: "plot"
18574   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18575   algorithm: "plot_perf_box_name"
18576   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18577   data: "plot-dpdk-throughput-latency-2n-clx"
18578   include:
18579     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18580     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18581   layout:
18582     title: "2n-clx-x710-64b-2t1c-base-ndr"
18583     layout: "plot-throughput"
18584
18585 - type: "plot"
18586   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18587   algorithm: "plot_perf_box_name"
18588   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18589   data: "plot-dpdk-throughput-latency-2n-clx"
18590   include:
18591     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18592     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18593   layout:
18594     title: "2n-clx-x710-64b-4t2c-base-ndr"
18595     layout: "plot-throughput"
18596
18597 - type: "plot"
18598   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18599   algorithm: "plot_perf_box_name"
18600   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18601   data: "plot-dpdk-throughput-latency-2n-clx"
18602   include:
18603     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18604     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18605   layout:
18606     title: "2n-clx-x710-64b-2t1c-base-pdr"
18607     layout: "plot-throughput"
18608
18609 - type: "plot"
18610   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18611   algorithm: "plot_perf_box_name"
18612   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18613   data: "plot-dpdk-throughput-latency-2n-clx"
18614   include:
18615     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18616     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18617   layout:
18618     title: "2n-clx-x710-64b-4t2c-base-pdr"
18619     layout: "plot-throughput"
18620
18621 ################################################################################
18622
18623 - type: "plot"
18624   title: "Latency by percentile: 2n-skx"
18625   algorithm: "plot_hdrh_lat_by_percentile"
18626   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18627   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18628   target-links: "../../_static/vpp"
18629   data: "plot-vpp-hdrh-lat-2n-skx"
18630   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18631   layout:
18632     layout: "plot-hdrh-latency-by-percentile"
18633
18634 - type: "plot"
18635   title: "Latency by percentile: 3n-skx"
18636   algorithm: "plot_hdrh_lat_by_percentile"
18637   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18638   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18639   target-links: "../../_static/vpp"
18640   data: "plot-vpp-hdrh-lat-3n-skx"
18641   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18642   layout:
18643     layout: "plot-hdrh-latency-by-percentile"
18644
18645 - type: "plot"
18646   title: "Latency by percentile: 2n-clx"
18647   algorithm: "plot_hdrh_lat_by_percentile"
18648   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18649   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18650   target-links: "../../_static/vpp"
18651   data: "plot-vpp-hdrh-lat-2n-clx"
18652   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18653   layout:
18654     layout: "plot-hdrh-latency-by-percentile"
18655
18656 - type: "plot"
18657   title: "Latency by percentile: 3n-hsw"
18658   algorithm: "plot_hdrh_lat_by_percentile"
18659   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18660   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18661   target-links: "../../_static/vpp"
18662   data: "plot-vpp-hdrh-lat-3n-hsw"
18663   filter: "'1T1C' and 'NIC_Intel-XL710'"
18664   layout:
18665     layout: "plot-hdrh-latency-by-percentile"
18666
18667 - type: "plot"
18668   title: "Latency by percentile: 3n-tsh"
18669   algorithm: "plot_hdrh_lat_by_percentile"
18670   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18671   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18672   target-links: "../../_static/vpp"
18673   data: "plot-vpp-hdrh-lat-3n-tsh"
18674   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18675   layout:
18676     layout: "plot-hdrh-latency-by-percentile"
18677
18678 - type: "plot"
18679   title: "Latency by percentile: DPDK 2n-skx"
18680   algorithm: "plot_hdrh_lat_by_percentile"
18681   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18682   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18683   target-links: "../../_static/dpdk"
18684   data: "plot-dpdk-hdrh-lat-2n-skx"
18685   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18686   layout:
18687     layout: "plot-hdrh-latency-by-percentile"
18688
18689 - type: "plot"
18690   title: "Latency by percentile: DPDK 3n-skx"
18691   algorithm: "plot_hdrh_lat_by_percentile"
18692   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18693   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18694   target-links: "../../_static/dpdk"
18695   data: "plot-dpdk-hdrh-lat-3n-skx"
18696   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18697   layout:
18698     layout: "plot-hdrh-latency-by-percentile"
18699
18700 - type: "plot"
18701   title: "Latency by percentile: DPDK 2n-clx"
18702   algorithm: "plot_hdrh_lat_by_percentile"
18703   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18704   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18705   target-links: "../../_static/dpdk"
18706   data: "plot-dpdk-hdrh-lat-2n-clx"
18707   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18708   layout:
18709     layout: "plot-hdrh-latency-by-percentile"
18710
18711 - type: "plot"
18712   title: "Latency by percentile: DPDK 3n-hsw"
18713   algorithm: "plot_hdrh_lat_by_percentile"
18714   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18715   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18716   target-links: "../../_static/dpdk"
18717   data: "plot-dpdk-hdrh-lat-3n-hsw"
18718   filter: "'1T1C' and 'NIC_Intel-XL710'"
18719   layout:
18720     layout: "plot-hdrh-latency-by-percentile"
18721
18722 - type: "plot"
18723   title: "Latency by percentile: DPDK 3n-tsh"
18724   algorithm: "plot_hdrh_lat_by_percentile"
18725   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18726   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18727   target-links: "../../_static/dpdk"
18728   data: "plot-dpdk-hdrh-lat-3n-tsh"
18729   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18730   layout:
18731     layout: "plot-hdrh-latency-by-percentile"