Reporet 2005: Add data, Fix comparison columns
[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
778     vpp-performance-changes-3n-skx-h1:
779       csit-vpp-perf-verify-1908_1-3n-skx:
780         - 26  # NDRPDR sel - new1908.1
781         - 27  # NDRPDR sel - new1908.1
782         - 28  # NDRPDR sel - new1908.1
783         - 29  # NDRPDR sel - new1908.1
784         - 30  # NDRPDR sel - new1908.1
785         - 31  # NDRPDR sel - new1908.1
786         - 33  # NDRPDR sel - new1908.1
787         - 34  # NDRPDR sel - new1908.1
788         - 35  # NDRPDR sel - new1908.1
789         - 36  # NDRPDR sel - new1908.1
790     vpp-performance-changes-3n-skx-ref:
791       csit-vpp-perf-verify-2001-3n-skx:
792         - 69  # NDRPDR sel - new2001.0
793         - 71  # NDRPDR sel - new2001.0
794         - 72  # NDRPDR sel - new2001.0
795         - 76  # NDRPDR sel - new2001.0
796         - 77  # NDRPDR sel - new2001.0
797         - 78  # NDRPDR sel - new2001.0
798         - 80  # NDRPDR sel - new2001.0
799     vpp-performance-changes-3n-skx-cmp:
800       csit-vpp-perf-report-iterative-2005-3n-skx:
801         - 4   # NDRPDR sel
802         - 5   # NDRPDR sel ??? all x710 failed
803         - 33  # NDRPDR sel
804         - 28  # NDRPDR sel
805         - 34  # NDRPDR sel
806         - 36  # NDRPDR sel
807         - 37  # NDRPDR sel
808         - 38  # NDRPDR sel
809         - 39  # NDRPDR sel
810         - 41  # NDRPDR sel
811     vpp-performance-changes-3n-skx-cmp-2:
812       csit-vpp-perf-report-iterative-2005-3n-skx:
813         # TODO: Add data
814         - 42  # NDRPDR sel env 4
815         - 43  # NDRPDR sel env 4
816
817     vpp-performance-changes-2n-skx-h1:
818       csit-vpp-perf-verify-1908_1-2n-skx:
819         - 39  # NDRPDR sel - new1908.1
820         - 40  # NDRPDR sel - new1908.1
821         - 41  # NDRPDR sel - new1908.1
822         - 43  # NDRPDR sel - new1908.1
823         - 44  # NDRPDR sel - new1908.1
824         - 45  # NDRPDR sel - new1908.1
825         - 46  # NDRPDR sel - new1908.1
826         - 47  # NDRPDR sel - new1908.1
827         - 48  # NDRPDR sel - new1908.1
828         - 49  # NDRPDR sel - new1908.1
829     vpp-performance-changes-2n-skx-ref:
830       csit-vpp-perf-verify-2001-2n-skx:
831         - 143  # NDRPDR sel - new2001.0
832         - 146  # NDRPDR sel - new2001.0
833         - 147  # NDRPDR sel - new2001.0
834         - 148  # NDRPDR sel - new2001.0
835         - 149  # NDRPDR sel - new2001.0
836         - 150  # NDRPDR sel - new2001.0
837         - 151  # NDRPDR sel - new2001.0
838         - 152  # NDRPDR sel - new2001.0
839         - 153  # NDRPDR sel - new2001.0
840         - 154  # NDRPDR sel - new2001.0
841     vpp-performance-changes-2n-skx-cmp:
842       csit-vpp-perf-report-iterative-2005-2n-skx:
843         - 43  # NDRPDR sel
844         - 38  # NDRPDR sel
845         - 7   # NDRPDR sel
846         - 65  # NDRPDR sel
847         - 47  # NDRPDR sel
848         - 55  # NDRPDR sel
849         - 67  # NDRPDR sel
850         - 75  # NDRPDR sel
851         - 76  # NDRPDR sel
852         - 73  # NDRPDR sel
853     vpp-performance-changes-2n-skx-cmp-2:
854       csit-vpp-perf-report-iterative-2005-2n-skx:
855         # TODO: Add data
856         - 88  # NDRPDR sel env 4
857         - 89  # NDRPDR sel env 4
858         - 90  # NDRPDR sel env 4
859         - 92  # NDRPDR sel env 4
860         - 93  # NDRPDR sel env 4
861
862 #    vpp-performance-changes-nfv-2n-skx-ref:
863 #      csit-vpp-perf-verify-2001-2n-skx:
864 #        - 30  # NFV
865 #        - 31  # NFV
866 #    vpp-performance-changes-nfv-2n-skx-cmp:
867 #      csit-vpp-perf-report-iterative-2005-2n-skx:
868 #        - 43  # NDRPDR sel
869 #        - 38  # NDRPDR sel
870 #        - 7   # NDRPDR sel
871 #        - 78  # nf-density-sel
872 #        - 83  # nf-density-sel
873
874     vpp-performance-changes-2n-clx-ref:
875       csit-vpp-perf-verify-2001-2n-clx:
876         - 28  # NDRPDR sel
877         - 29  # NDRPDR sel
878         - 32  # NDRPDR sel
879         - 40  # NDRPDR sel
880         - 43  # NDRPDR sel
881         - 44  # NDRPDR sel
882         - 45  # NDRPDR sel
883         - 47  # NDRPDR sel
884         - 48  # NDRPDR sel
885         - 49  # NDRPDR sel
886     vpp-performance-changes-2n-clx-cmp:
887       csit-vpp-perf-report-iterative-2005-2n-clx:
888         - 7   # NDRPDR sel
889         - 38  # NDRPDR sel
890         - 9   # NDRPDR sel
891         - 32  # NDRPDR sel ???
892         - 33  # NDRPDR sel ???
893         - 39  # NDRPDR sel
894         - 40  # NDRPDR sel
895         - 43  # NDRPDR sel
896         - 50  # NDRPDR sel
897         - 51  # NDRPDR sel
898     vpp-performance-changes-2n-clx-cmp-2:
899       csit-vpp-perf-report-iterative-2005-2n-clx:
900         - 62  # NDRPDR sel env 4
901         - 63  # NDRPDR sel env 4
902         - 64  # NDRPDR sel env 4
903         - 66  # NDRPDR sel env 4
904
905     vpp-performance-changes-2n-dnv-h1:
906       csit-vpp-perf-verify-1908-2n-dnv:
907         - 1   # NDRPDR sel
908         - 2   # NDRPDR sel
909         - 3   # NDRPDR sel
910         - 4   # NDRPDR sel
911         - 5   # NDRPDR sel
912         - 6   # NDRPDR sel
913         - 7   # NDRPDR sel
914         - 8   # NDRPDR sel
915         - 9   # NDRPDR sel
916         - 10  # NDRPDR sel
917     vpp-performance-changes-2n-dnv-ref:
918       csit-vpp-perf-verify-2001-2n-dnv:
919         - 4   # NDRPDR sel
920         - 5   # NDRPDR sel
921         - 6   # NDRPDR sel
922         - 7   # NDRPDR sel
923         - 8   # NDRPDR sel
924         - 9   # NDRPDR sel
925         - 10  # NDRPDR sel
926         - 11  # NDRPDR sel
927         - 13  # NDRPDR sel
928         - 16  # NDRPDR sel
929     vpp-performance-changes-2n-dnv-cmp:
930       csit-vpp-perf-report-iterative-2005-2n-dnv:
931         - 3   # NDRPDR sel
932         - 6   # NDRPDR sel
933         - 7   # NDRPDR sel
934         - 8   # NDRPDR sel
935         - 9   # NDRPDR sel
936         - 10  # NDRPDR sel
937         - 11  # NDRPDR sel
938         - 12  # NDRPDR sel
939         - 13  # NDRPDR sel
940         - 14  # NDRPDR sel
941
942     vpp-performance-changes-3n-dnv-h1:
943       csit-vpp-perf-verify-1908-3n-dnv:
944         - 6   # NDRPDR sel
945         - 7   # NDRPDR sel
946         - 8   # NDRPDR sel
947         - 9   # NDRPDR sel
948         - 10  # NDRPDR sel
949         - 12  # NDRPDR sel
950         - 13  # NDRPDR sel
951         - 14  # NDRPDR sel
952         - 15  # NDRPDR sel
953         - 16  # NDRPDR sel
954     vpp-performance-changes-3n-dnv-ref:
955       csit-vpp-perf-verify-2001-3n-dnv:
956         - 5   # NDRPDR sel
957         - 6   # NDRPDR sel
958         - 7   # NDRPDR sel
959         - 8   # NDRPDR sel
960         - 9   # NDRPDR sel
961         - 10  # NDRPDR sel
962         - 12  # NDRPDR sel
963         - 16  # NDRPDR sel
964         - 17  # NDRPDR sel
965         - 18  # NDRPDR sel
966     vpp-performance-changes-3n-dnv-cmp:
967       csit-vpp-perf-report-iterative-2005-3n-dnv:
968         - 2   # NDRPDR sel
969         - 3   # NDRPDR sel
970         - 4   # NDRPDR sel
971         - 5   # NDRPDR sel
972         - 6   # NDRPDR sel
973         - 7   # NDRPDR sel
974         - 9   # NDRPDR sel
975         - 10  # NDRPDR sel
976         - 11  # NDRPDR sel
977         - 12  # NDRPDR sel
978
979     vpp-performance-changes-3n-tsh-h1:
980       csit-vpp-perf-verify-1908-3n-tsh:
981         - 7   # NDRPDR sel
982         - 8   # NDRPDR sel
983         - 9   # NDRPDR sel
984         - 10  # NDRPDR sel
985         - 11  # NDRPDR sel
986         - 12  # NDRPDR sel
987         - 13  # NDRPDR sel
988         - 14  # NDRPDR sel
989         - 15  # NDRPDR sel
990         - 16  # NDRPDR sel
991     vpp-performance-changes-3n-tsh-ref:
992       csit-vpp-perf-verify-2001-3n-tsh:
993         - 3   # NDRPDR sel
994         - 4   # NDRPDR sel
995         - 7   # NDRPDR sel
996         - 8   # NDRPDR sel
997         - 10  # NDRPDR sel
998         - 12  # NDRPDR sel
999         - 13  # NDRPDR sel
1000         - 14  # NDRPDR sel
1001         - 15  # NDRPDR sel
1002         - 21  # NDRPDR sel
1003     vpp-performance-changes-3n-tsh-cmp:
1004       # TODO: Add data:
1005       csit-vpp-perf-report-iterative-2005-3n-tsh:
1006         - 9   # NDRPDR sel
1007         - 11  # NDRPDR sel
1008         - 12  # NDRPDR sel
1009         - 20  # NDRPDR sel
1010         - 14  # NDRPDR sel
1011         - 21  # NDRPDR sel
1012     vpp-performance-changes-3n-tsh-cmp-2:
1013       # TODO: Add data:
1014       csit-vpp-perf-report-iterative-2005-3n-tsh:
1015         - 23  # NDRPDR sel env 4
1016
1017     vpp-soak-vs-ndr-2n-skx-ref:
1018       csit-vpp-perf-report-iterative-2005-2n-skx:
1019         - 43  # NDRPDR sel
1020         - 38  # NDRPDR sel
1021         - 7   # NDRPDR sel
1022         - 65  # NDRPDR sel
1023         - 47  # NDRPDR sel
1024         - 55  # NDRPDR sel
1025         - 67  # NDRPDR sel
1026         - 75  # NDRPDR sel
1027         - 76  # NDRPDR sel
1028         - 73  # NDRPDR sel
1029     vpp-soak-vs-ndr-2n-skx-cmp:
1030       csit-vpp-perf-report-iterative-2005-2n-skx:
1031         - 49  # Soak
1032         - 54  # Soak
1033     vpp-soak-vs-ndr-2n-skx:
1034       csit-vpp-perf-report-iterative-2005-2n-skx:
1035         - 43  # NDRPDR sel
1036         - 38  # NDRPDR sel
1037         - 7   # NDRPDR sel
1038         - 65  # NDRPDR sel
1039         - 47  # NDRPDR sel
1040         - 55  # NDRPDR sel
1041         - 67  # NDRPDR sel
1042         - 75  # NDRPDR sel
1043         - 76  # NDRPDR sel
1044         - 73  # NDRPDR sel
1045         - 49  # Soak
1046         - 54  # Soak
1047
1048     vpp-soak-vs-ndr-2n-clx-ref:
1049       csit-vpp-perf-report-iterative-2005-2n-clx:
1050         - 7   # NDRPDR sel
1051         - 38  # NDRPDR sel
1052         - 9   # NDRPDR sel
1053         - 32  # NDRPDR sel ???
1054         - 33  # NDRPDR sel ???
1055         - 39  # NDRPDR sel
1056         - 40  # NDRPDR sel
1057         - 43  # NDRPDR sel
1058         - 50  # NDRPDR sel
1059         - 51  # NDRPDR sel
1060     vpp-soak-vs-ndr-2n-clx-cmp:
1061       csit-vpp-perf-report-iterative-2005-2n-clx:
1062         - 44  # Soak
1063         - 49  # Soak
1064     vpp-soak-vs-ndr-2n-clx:
1065       csit-vpp-perf-report-iterative-2005-2n-clx:
1066         - 7   # NDRPDR sel
1067         - 38  # NDRPDR sel
1068         - 9   # NDRPDR sel
1069         - 32  # NDRPDR sel ???
1070         - 33  # NDRPDR sel ???
1071         - 39  # NDRPDR sel
1072         - 40  # NDRPDR sel
1073         - 43  # NDRPDR sel
1074         - 50  # NDRPDR sel
1075         - 51  # NDRPDR sel
1076         - 44  # Soak
1077         - 49  # Soak
1078
1079     vpp-performance-changes-3n-hsw-mrr-h1:
1080       csit-vpp-perf-verify-1908-3n-hsw:
1081         - 39  # MRR sel
1082     vpp-performance-changes-3n-hsw-mrr-ref:
1083       csit-vpp-perf-verify-2001-3n-hsw:
1084         - 17  # MRR sel
1085     vpp-performance-changes-3n-hsw-mrr-cmp:
1086       csit-vpp-perf-report-iterative-2005-3n-hsw:
1087         - 13  # MRR
1088
1089 #    vpp-performance-changes-3n-skx-mrr-h1:
1090 #      csit-vpp-perf-verify-1908-3n-skx:
1091 #        - 36  # MRR sel
1092     vpp-performance-changes-3n-skx-mrr-ref:
1093       csit-vpp-perf-verify-2001-3n-skx:
1094         - 50  # MRR sel
1095         - 53  # MRR sel addition
1096     vpp-performance-changes-3n-skx-mrr-cmp:
1097       csit-vpp-perf-report-iterative-2005-3n-skx:
1098         - 6   # MRR sel
1099
1100 #    vpp-performance-changes-2n-skx-mrr-h1:
1101 #      csit-vpp-perf-verify-1908-2n-skx:
1102 #        - 69  # MRR sel
1103     vpp-performance-changes-2n-skx-mrr-ref:
1104       csit-vpp-perf-verify-2001-2n-skx:
1105         - 101 # MRR sel
1106         - 128 # MRR sel addition
1107     vpp-performance-changes-2n-skx-mrr-cmp:
1108       csit-vpp-perf-report-iterative-2005-2n-skx:
1109         - 42  # MRR sel
1110
1111     vpp-performance-changes-2n-clx-mrr-ref:
1112       csit-vpp-perf-verify-2001-2n-clx:
1113         - 39  # MRR
1114     vpp-performance-changes-2n-clx-mrr-cmp:
1115       csit-vpp-perf-report-iterative-2005-2n-clx:
1116         - 12   # MRR
1117
1118 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1119 #      csit-vpp-perf-verify-1908-2n-skx:
1120 #        - 71  # NFV MRR
1121 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1122 #      # csit-vpp-perf-verify-2001-2n-skx:
1123 #      csit-vpp-perf-verify-1908-2n-skx:
1124 #        - 71  # NFV MRR
1125
1126     vpp-performance-changes-2n-dnv-mrr-h1:
1127       csit-vpp-perf-verify-1908-2n-dnv:
1128         - 11  # MRR sel
1129     vpp-performance-changes-2n-dnv-mrr-ref:
1130       csit-vpp-perf-verify-2001-2n-dnv:
1131         - 12  # MRR sel
1132     vpp-performance-changes-2n-dnv-mrr-cmp:
1133       csit-vpp-perf-report-iterative-2005-2n-dnv:
1134         - 15  # MRR sel
1135
1136     vpp-performance-changes-3n-dnv-mrr-h1:
1137       csit-vpp-perf-verify-1908-3n-dnv:
1138         - 17  # MRR sel
1139     vpp-performance-changes-3n-dnv-mrr-ref:
1140       csit-vpp-perf-verify-2001-3n-dnv:
1141         - 11  # MRR sel
1142     vpp-performance-changes-3n-dnv-mrr-cmp:
1143       csit-vpp-perf-report-iterative-2005-3n-dnv:
1144         - 8   # MRR
1145
1146     vpp-performance-changes-3n-tsh-mrr-h1:
1147       csit-vpp-perf-verify-1908-3n-tsh:
1148         - 17  # MRR sel
1149     vpp-performance-changes-3n-tsh-mrr-ref:
1150       csit-vpp-perf-verify-2001-3n-tsh:
1151         - 9   # MRR sel
1152     vpp-performance-changes-3n-tsh-mrr-cmp:
1153       csit-vpp-perf-report-iterative-2005-3n-tsh:
1154         - 10  # MRR sel
1155
1156     dpdk-performance-changes-3n-hsw-h1:
1157       csit-dpdk-perf-verify-1908-3n-hsw:
1158         - 2   # NDRPDR sel
1159         - 3   # NDRPDR sel
1160         - 4   # NDRPDR sel
1161         - 5   # NDRPDR sel
1162         - 6   # NDRPDR sel
1163         - 7   # NDRPDR sel
1164         - 8   # NDRPDR sel
1165         - 9   # NDRPDR sel
1166         - 10  # NDRPDR sel
1167         - 11  # NDRPDR sel
1168     dpdk-performance-changes-3n-hsw-ref:
1169       csit-dpdk-perf-verify-2001-3n-hsw:
1170         - 4   # NDRPDR sel
1171         - 5   # NDRPDR sel
1172         - 6   # NDRPDR sel
1173         - 7   # NDRPDR sel
1174         - 8   # NDRPDR sel
1175         - 9   # NDRPDR sel
1176         - 10  # NDRPDR sel
1177         - 11  # NDRPDR sel
1178         - 12  # NDRPDR sel
1179         - 13  # NDRPDR sel
1180         - 15  # NDRPDR sel
1181         - 16  # NDRPDR sel
1182         - 17  # NDRPDR sel
1183         - 18  # NDRPDR sel
1184         - 19  # NDRPDR sel
1185         - 20  # NDRPDR sel
1186         - 21  # NDRPDR sel
1187         - 22  # NDRPDR sel
1188         - 23  # NDRPDR sel
1189         - 24  # NDRPDR sel
1190     dpdk-performance-changes-3n-hsw-cmp:
1191       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1192         - 5   # NDRPDR sel
1193         - 6   # NDRPDR sel
1194         - 7   # NDRPDR sel
1195         - 8   # NDRPDR sel
1196         - 9   # NDRPDR sel
1197         - 10  # NDRPDR sel
1198         - 11  # NDRPDR sel
1199         - 12  # NDRPDR sel
1200         - 13  # NDRPDR sel
1201         - 14  # NDRPDR sel
1202
1203     dpdk-performance-changes-3n-skx-h1:
1204       csit-dpdk-perf-verify-1908-3n-skx:
1205         - 3   # NDRPDR sel
1206         - 4   # NDRPDR sel
1207         - 5   # NDRPDR sel
1208         - 6   # NDRPDR sel
1209         - 7   # NDRPDR sel
1210         - 8   # NDRPDR sel
1211         - 9   # NDRPDR sel
1212         - 10  # NDRPDR sel
1213         - 11  # NDRPDR sel
1214         - 12  # NDRPDR sel
1215     dpdk-performance-changes-3n-skx-ref:
1216       csit-dpdk-perf-verify-2001-3n-skx:
1217         - 29  # NDRPDR sel xxv710
1218         - 33  # NDRPDR sel xxv710
1219         - 34  # NDRPDR sel xxv710
1220         - 35  # NDRPDR sel xxv710
1221         - 36  # NDRPDR sel xxv710
1222         - 37  # NDRPDR sel xxv710
1223         - 41  # NDRPDR sel xxv710
1224         - 42  # NDRPDR sel xxv710
1225         - 43  # NDRPDR sel xxv710
1226         - 45  # NDRPDR sel xxv710
1227         - 30  # NDRPDR sel x710
1228         - 31  # NDRPDR sel x710
1229         - 32  # NDRPDR sel x710
1230         - 38  # NDRPDR sel x710
1231         - 39  # NDRPDR sel x710
1232         - 40  # NDRPDR sel x710
1233         - 44  # NDRPDR sel x710
1234         - 46  # NDRPDR sel x710
1235         - 47  # NDRPDR sel x710
1236         - 48  # NDRPDR sel x710
1237     dpdk-performance-changes-3n-skx-cmp:
1238       csit-dpdk-perf-report-iterative-2005-3n-skx:
1239         - 4   # NDRPDR sel
1240         - 5   # NDRPDR sel
1241         - 6   # NDRPDR sel
1242         - 7   # NDRPDR sel
1243         - 8   # NDRPDR sel
1244         - 11  # NDRPDR sel
1245         - 12  # NDRPDR sel
1246         - 13  # NDRPDR sel
1247         - 14  # NDRPDR sel
1248         - 15  # NDRPDR sel
1249
1250     dpdk-performance-changes-2n-skx-h1:
1251       csit-dpdk-perf-verify-1908-2n-skx:
1252         - 2   # NDRPDR sel
1253         - 3   # NDRPDR sel
1254         - 4   # NDRPDR sel
1255         - 5   # NDRPDR sel
1256         - 7   # NDRPDR sel
1257         - 8   # NDRPDR sel
1258         - 9   # NDRPDR sel
1259         - 10  # NDRPDR sel
1260         - 11  # NDRPDR sel
1261         - 12  # NDRPDR sel
1262     dpdk-performance-changes-2n-skx-ref:
1263       csit-dpdk-perf-verify-2001-2n-skx:
1264         - 35  # NDRPDR sel xxv710
1265         - 36  # NDRPDR sel xxv710
1266         - 37  # NDRPDR sel xxv710
1267         - 41  # NDRPDR sel xxv710
1268         - 42  # NDRPDR sel xxv710
1269         - 43  # NDRPDR sel xxv710
1270         - 46  # NDRPDR sel xxv710
1271         - 47  # NDRPDR sel xxv710
1272         - 52  # NDRPDR sel xxv710
1273         - 53  # NDRPDR sel xxv710
1274         - 38  # NDRPDR sel x710
1275         - 39  # NDRPDR sel x710
1276         - 40  # NDRPDR sel x710
1277         - 44  # NDRPDR sel x710
1278         - 45  # NDRPDR sel x710
1279         - 48  # NDRPDR sel x710
1280         - 49  # NDRPDR sel x710
1281         - 50  # NDRPDR sel x710
1282         - 51  # NDRPDR sel x710
1283         - 54  # NDRPDR sel x710
1284     dpdk-performance-changes-2n-skx-cmp:
1285       csit-dpdk-perf-report-iterative-2005-2n-skx:
1286         - 1   # NDRPDR sel
1287         - 2   # NDRPDR sel
1288         - 3   # NDRPDR sel
1289         - 4   # NDRPDR sel
1290         - 5   # NDRPDR sel
1291         - 6   # NDRPDR sel
1292         - 7   # NDRPDR sel
1293         - 8   # NDRPDR sel
1294         - 9   # NDRPDR sel
1295         - 10  # NDRPDR sel
1296
1297     dpdk-performance-changes-2n-clx-ref:
1298       csit-dpdk-perf-verify-2001-2n-clx:
1299         - 15  # NDRPDR sel
1300         - 16  # NDRPDR sel
1301         - 17  # NDRPDR sel
1302         - 18  # NDRPDR sel
1303         - 19  # NDRPDR sel
1304         - 20  # NDRPDR sel
1305         - 21  # NDRPDR sel
1306         - 22  # NDRPDR sel
1307         - 23  # NDRPDR sel
1308         - 24  # NDRPDR sel
1309         - 25  # NDRPDR sel
1310         - 26  # NDRPDR sel
1311         - 27  # NDRPDR sel
1312         - 28  # NDRPDR sel
1313         - 29  # NDRPDR sel
1314         - 30  # NDRPDR sel
1315         - 31  # NDRPDR sel
1316         - 32  # NDRPDR sel
1317         - 33  # NDRPDR sel
1318         - 34  # NDRPDR sel
1319     dpdk-performance-changes-2n-clx-cmp:
1320       csit-dpdk-perf-report-iterative-2005-2n-clx:
1321         - 1   # NDRPDR sel
1322         - 2   # NDRPDR sel
1323         - 3   # NDRPDR sel
1324         - 4   # NDRPDR sel
1325         - 5   # NDRPDR sel
1326         - 6   # NDRPDR sel
1327         - 7   # NDRPDR sel
1328         - 8   # NDRPDR sel
1329         - 9   # NDRPDR sel
1330         - 10  # NDRPDR sel
1331
1332     dpdk-performance-changes-2n-dnv-ref:
1333       csit-dpdk-perf-verify-2001-2n-dnv:
1334         - 9   # NDRPDR sel
1335         - 10  # NDRPDR sel
1336         - 11  # NDRPDR sel
1337         - 12  # NDRPDR sel
1338         - 13  # NDRPDR sel
1339         - 14  # NDRPDR sel
1340         - 15  # NDRPDR sel
1341         - 16  # NDRPDR sel
1342         - 17  # NDRPDR sel
1343         - 18  # NDRPDR sel
1344     dpdk-performance-changes-2n-dnv-cmp:
1345       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1346         - 8   # NDRPDR sel
1347         - 9   # NDRPDR sel
1348         - 10  # NDRPDR sel
1349         - 11  # NDRPDR sel
1350         - 12  # NDRPDR sel
1351         - 13  # NDRPDR sel
1352         - 14  # NDRPDR sel
1353         - 15  # NDRPDR sel
1354         - 16  # NDRPDR sel
1355         - 17  # NDRPDR sel
1356
1357     dpdk-performance-changes-3n-dnv-ref:
1358       csit-dpdk-perf-verify-2001-3n-dnv:
1359         - 12  # NDRPDR sel
1360         - 13  # NDRPDR sel
1361         - 14  # NDRPDR sel
1362         - 15  # NDRPDR sel
1363         - 16  # NDRPDR sel
1364         - 17  # NDRPDR sel
1365         - 18  # NDRPDR sel
1366         - 19  # NDRPDR sel
1367         - 20  # NDRPDR sel
1368         - 22  # NDRPDR sel
1369     dpdk-performance-changes-3n-dnv-cmp:
1370       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1371         - 6   # NDRPDR sel
1372         - 7   # NDRPDR sel
1373         - 8   # NDRPDR sel
1374         - 9   # NDRPDR sel
1375         - 10  # NDRPDR sel
1376         - 11  # NDRPDR sel
1377         - 12  # NDRPDR sel
1378         - 13  # NDRPDR sel
1379         - 14  # NDRPDR sel
1380         - 16  # NDRPDR sel
1381
1382     dpdk-performance-changes-3n-tsh-ref:
1383       csit-dpdk-perf-verify-2001-3n-tsh:
1384         - 3   # NDRPDR sel
1385         - 4   # NDRPDR sel
1386         - 5   # NDRPDR sel
1387         - 9   # NDRPDR sel
1388         - 10  # NDRPDR sel
1389         - 11  # NDRPDR sel
1390         - 12  # NDRPDR sel
1391         - 14  # NDRPDR sel
1392         - 15  # NDRPDR sel
1393         - 18  # NDRPDR sel
1394     dpdk-performance-changes-3n-tsh-cmp:
1395       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1396         - 5   # NDRPDR sel
1397
1398     # Compare testbeds
1399
1400     vpp-compare-testbeds-ref:
1401       csit-vpp-perf-report-iterative-2005-3n-hsw:
1402         - 3   # NDRPDR sel
1403         - 4   # NDRPDR sel
1404         - 5   # NDRPDR sel
1405         - 10  # NDRPDR sel
1406         - 11  # NDRPDR sel
1407         - 12  # NDRPDR sel
1408         - 15  # NDRPDR sel
1409         - 16  # NDRPDR sel
1410         - 18  # NDRPDR sel
1411         - 19  # NDRPDR sel
1412     vpp-compare-testbeds-cmp:
1413       csit-vpp-perf-report-iterative-2005-3n-skx:
1414         - 4   # NDRPDR sel
1415         - 5   # NDRPDR sel ??? all x710 failed
1416         - 33  # NDRPDR sel
1417         - 28  # NDRPDR sel
1418         - 34  # NDRPDR sel
1419         - 36  # NDRPDR sel
1420         - 37  # NDRPDR sel
1421         - 38  # NDRPDR sel
1422         - 39  # NDRPDR sel
1423         - 41  # NDRPDR sel
1424
1425     vpp-compare-testbeds-skx-clx-ref:
1426       csit-vpp-perf-report-iterative-2005-2n-skx:
1427         - 43  # NDRPDR sel
1428         - 38  # NDRPDR sel
1429         - 7   # NDRPDR sel
1430         - 65  # NDRPDR sel
1431         - 47  # NDRPDR sel
1432         - 55  # NDRPDR sel
1433         - 67  # NDRPDR sel
1434         - 75  # NDRPDR sel
1435         - 76  # NDRPDR sel
1436         - 73  # NDRPDR sel
1437     vpp-compare-testbeds-skx-clx-cmp:
1438       csit-vpp-perf-report-iterative-2005-2n-clx:
1439         - 7   # NDRPDR sel
1440         - 38  # NDRPDR sel
1441         - 9   # NDRPDR sel
1442         - 32  # NDRPDR sel ???
1443         - 33  # NDRPDR sel ???
1444         - 39  # NDRPDR sel
1445         - 40  # NDRPDR sel
1446         - 43  # NDRPDR sel
1447         - 50  # NDRPDR sel
1448         - 51  # NDRPDR sel
1449
1450     vpp-compare-testbeds-hsw-clx-ref:
1451       csit-vpp-perf-report-iterative-2005-3n-hsw:
1452         - 3   # NDRPDR sel
1453         - 4   # NDRPDR sel
1454         - 5   # NDRPDR sel
1455         - 10  # NDRPDR sel
1456         - 11  # NDRPDR sel
1457         - 12  # NDRPDR sel
1458         - 15  # NDRPDR sel
1459         - 16  # NDRPDR sel
1460         - 18  # NDRPDR sel
1461         - 19  # NDRPDR sel
1462     vpp-compare-testbeds-hsw-clx-cmp:
1463       csit-vpp-perf-report-iterative-2005-2n-clx:
1464         - 7   # NDRPDR sel
1465         - 38  # NDRPDR sel
1466         - 9   # NDRPDR sel
1467         - 32  # NDRPDR sel ???
1468         - 33  # NDRPDR sel ???
1469         - 39  # NDRPDR sel
1470         - 40  # NDRPDR sel
1471         - 43  # NDRPDR sel
1472         - 50  # NDRPDR sel
1473         - 51  # NDRPDR sel
1474
1475     vpp-compare-testbeds-mrr-ref:
1476       csit-vpp-perf-report-iterative-2005-3n-hsw:
1477         - 13  # MRR
1478     vpp-compare-testbeds-mrr-cmp:
1479       csit-vpp-perf-report-iterative-2005-3n-skx:
1480         - 6   # MRR sel
1481
1482     vpp-compare-testbeds-mrr-skx-clx-ref:
1483       csit-vpp-perf-report-iterative-2005-2n-skx:
1484         - 42  # MRR sel
1485     vpp-compare-testbeds-mrr-skx-clx-cmp:
1486       csit-vpp-perf-report-iterative-2005-2n-clx:
1487         - 12   # MRR
1488
1489     vpp-compare-testbeds-mrr-hsw-clx-ref:
1490       csit-vpp-perf-report-iterative-2005-3n-hsw:
1491         - 13  # MRR
1492     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1493       csit-vpp-perf-report-iterative-2005-2n-clx:
1494         - 12   # MRR
1495
1496     dpdk-compare-testbeds-ref:
1497       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1498         - 5   # NDRPDR sel
1499         - 6   # NDRPDR sel
1500         - 7   # NDRPDR sel
1501         - 8   # NDRPDR sel
1502         - 9   # NDRPDR sel
1503         - 10  # NDRPDR sel
1504         - 11  # NDRPDR sel
1505         - 12  # NDRPDR sel
1506         - 13  # NDRPDR sel
1507         - 14  # NDRPDR sel
1508     dpdk-compare-testbeds-cmp:
1509       csit-dpdk-perf-report-iterative-2005-3n-skx:
1510         - 4   # NDRPDR sel
1511         - 5   # NDRPDR sel
1512         - 6   # NDRPDR sel
1513         - 7   # NDRPDR sel
1514         - 8   # NDRPDR sel
1515         - 11  # NDRPDR sel
1516         - 12  # NDRPDR sel
1517         - 13  # NDRPDR sel
1518         - 14  # NDRPDR sel
1519         - 15  # NDRPDR sel
1520
1521     dpdk-compare-testbeds-skx-clx-ref:
1522       csit-dpdk-perf-report-iterative-2005-2n-skx:
1523         - 1   # NDRPDR sel
1524         - 2   # NDRPDR sel
1525         - 3   # NDRPDR sel
1526         - 4   # NDRPDR sel
1527         - 5   # NDRPDR sel
1528         - 6   # NDRPDR sel
1529         - 7   # NDRPDR sel
1530         - 8   # NDRPDR sel
1531         - 9   # NDRPDR sel
1532         - 10  # NDRPDR sel
1533     dpdk-compare-testbeds-skx-clx-cmp:
1534       csit-dpdk-perf-report-iterative-2005-2n-clx:
1535         - 1   # NDRPDR sel
1536         - 2   # NDRPDR sel
1537         - 3   # NDRPDR sel
1538         - 4   # NDRPDR sel
1539         - 5   # NDRPDR sel
1540         - 6   # NDRPDR sel
1541         - 7   # NDRPDR sel
1542         - 8   # NDRPDR sel
1543         - 9   # NDRPDR sel
1544         - 10  # NDRPDR sel
1545
1546     # Compare topologies
1547
1548     vpp-compare-topologies-ref:
1549       csit-vpp-perf-report-iterative-2005-3n-skx:
1550         - 4   # NDRPDR sel
1551         - 5   # NDRPDR sel ??? all x710 failed
1552         - 33  # NDRPDR sel
1553         - 28  # NDRPDR sel
1554         - 34  # NDRPDR sel
1555         - 36  # NDRPDR sel
1556         - 37  # NDRPDR sel
1557         - 38  # NDRPDR sel
1558         - 39  # NDRPDR sel
1559         - 41  # NDRPDR sel
1560     vpp-compare-topologies-cmp:
1561       csit-vpp-perf-report-iterative-2005-2n-skx:
1562         - 43  # NDRPDR sel
1563         - 38  # NDRPDR sel
1564         - 7   # NDRPDR sel
1565         - 65  # NDRPDR sel
1566         - 47  # NDRPDR sel
1567         - 55  # NDRPDR sel
1568         - 67  # NDRPDR sel
1569         - 75  # NDRPDR sel
1570         - 76  # NDRPDR sel
1571         - 73  # NDRPDR sel
1572
1573     vpp-compare-topologies-mrr-ref:
1574       csit-vpp-perf-report-iterative-2005-3n-skx:
1575         - 6   # MRR sel
1576     vpp-compare-topologies-mrr-cmp:
1577       csit-vpp-perf-report-iterative-2005-2n-skx:
1578         - 42  # MRR sel
1579
1580     dpdk-compare-topologies-ref:
1581       csit-dpdk-perf-report-iterative-2005-3n-skx:
1582         - 4   # NDRPDR sel
1583         - 5   # NDRPDR sel
1584         - 6   # NDRPDR sel
1585         - 7   # NDRPDR sel
1586         - 8   # NDRPDR sel
1587         - 11  # NDRPDR sel
1588         - 12  # NDRPDR sel
1589         - 13  # NDRPDR sel
1590         - 14  # NDRPDR sel
1591         - 15  # NDRPDR sel
1592     dpdk-compare-topologies-cmp:
1593       csit-dpdk-perf-report-iterative-2005-2n-skx:
1594         - 1   # NDRPDR sel
1595         - 2   # NDRPDR sel
1596         - 3   # NDRPDR sel
1597         - 4   # NDRPDR sel
1598         - 5   # NDRPDR sel
1599         - 6   # NDRPDR sel
1600         - 7   # NDRPDR sel
1601         - 8   # NDRPDR sel
1602         - 9   # NDRPDR sel
1603         - 10  # NDRPDR sel
1604
1605   plot-layouts:
1606
1607     plot-soak-throughput:
1608       titlefont:
1609         size: 18
1610       xaxis:
1611         title: "<b>Test Cases [Index]</b>"
1612         titlefont:
1613           size: 16
1614         autorange: True
1615         fixedrange: False
1616         gridcolor: "rgb(230, 230, 230)"
1617         linecolor: "rgb(220, 220, 220)"
1618         linewidth: 1
1619         showgrid: True
1620         showline: True
1621         showticklabels: True
1622         tickcolor: "rgb(220, 220, 220)"
1623         tickmode: "linear"
1624         tickfont:
1625           size: 16
1626         zeroline: False
1627       yaxis:
1628         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1629         titlefont:
1630           size: 16
1631         gridcolor: "rgb(230, 230, 230)"
1632         hoverformat: ".4r"
1633         tickformat: ".3r"
1634         linecolor: "rgb(220, 220, 220)"
1635         linewidth: 1
1636         showgrid: True
1637         showline: True
1638         showticklabels: True
1639         tickcolor: "rgb(220, 220, 220)"
1640         tickfont:
1641           size: 16
1642         zeroline: False
1643         range: [0,50]
1644       autosize: False
1645       margin:
1646         t: 50
1647         b: 0
1648         l: 80
1649         r: 20
1650       showlegend: True
1651       legend:
1652         orientation: "h"
1653         font:
1654           size: 16
1655       width: 700
1656       height: 900
1657       paper_bgcolor: "#fff"
1658       plot_bgcolor: "#fff"
1659       hoverlabel:
1660         namelength: -1
1661
1662     plot-service-density:
1663       titlefont:
1664         size: 18
1665       xaxis:
1666         side: "top"
1667         autorange: True
1668         fixedrange: False
1669         showgrid: False
1670         showline: False
1671         showticklabels: False
1672         ticks: ""
1673         ticklen: 0
1674         tickwidth: 0
1675         zeroline: False
1676       yaxis:
1677         autorange: "reversed"
1678         showgrid: False
1679         showline: False
1680         showticklabels: False
1681         ticks: ""
1682         ticklen: 0
1683         tickwidth: 0
1684         zeroline: False
1685       showlegend: False
1686       paper_bgcolor: "#fff"
1687       plot_bgcolor: "#fff"
1688       width: 700
1689       height: 700
1690       hoverlabel:
1691         namelength: -1
1692
1693     plot-hoststack:
1694       titlefont:
1695         size: 16
1696       xaxis:
1697         title: "<b>Test Cases [Index]</b>"
1698         titlefont:
1699           size: 14
1700         autorange: True
1701         fixedrange: False
1702         gridcolor: "rgb(230, 230, 230)"
1703         linecolor: "rgb(220, 220, 220)"
1704         linewidth: 1
1705         showgrid: True
1706         showline: True
1707         showticklabels: True
1708         tickcolor: "rgb(220, 220, 220)"
1709         tickmode: "linear"
1710         tickfont:
1711           size: 14
1712         zeroline: False
1713       yaxis:
1714         title: "<b>Bandwidth [Gbps]</b>"
1715         titlefont:
1716           size: 14
1717         gridcolor: "rgb(230, 230, 230)"
1718         hoverformat: ".4s"
1719         linecolor: "rgb(220, 220, 220)"
1720         linewidth: 1
1721         rangemode: "tozero"
1722         showgrid: True
1723         showline: True
1724         showticklabels: True
1725         tickcolor: "rgb(230, 230, 230)"
1726         tickformat: ".3s"
1727         tickfont:
1728           size: 14
1729         zeroline: False
1730       boxmode: "group"
1731       boxgroupgap: 0.5
1732       autosize: False
1733       margin:
1734         t: 50
1735         b: 20
1736         l: 80
1737         r: 20
1738       showlegend: True
1739       legend:
1740         orientation: "h"
1741         font:
1742           size: 14
1743       width: 700
1744       height: 800
1745       paper_bgcolor: "#fff"
1746       plot_bgcolor: "#fff"
1747       hoverlabel:
1748         namelength: -1
1749
1750     plot-throughput:
1751       titlefont:
1752         size: 18
1753       xaxis:
1754         title: "<b>Test Cases [Index]</b>"
1755         titlefont:
1756           size: 16
1757         autorange: True
1758         fixedrange: False
1759         gridcolor: "rgb(230, 230, 230)"
1760         linecolor: "rgb(220, 220, 220)"
1761         linewidth: 1
1762         showgrid: True
1763         showline: True
1764         showticklabels: True
1765         tickcolor: "rgb(220, 220, 220)"
1766         tickmode: "linear"
1767         tickfont:
1768           size: 16
1769         zeroline: False
1770       yaxis:
1771         title: "<b>Packet Throughput [Mpps]</b>"
1772         titlefont:
1773           size: 16
1774         gridcolor: "rgb(230, 230, 230)"
1775         hoverformat: ".4r"
1776         tickformat: ".3r"
1777         linecolor: "rgb(220, 220, 220)"
1778         linewidth: 1
1779         showgrid: True
1780         showline: True
1781         showticklabels: True
1782         tickcolor: "rgb(220, 220, 220)"
1783         tickfont:
1784           size: 16
1785         zeroline: False
1786         range: [0,50]
1787       autosize: False
1788       margin:
1789         t: 50
1790         b: 0
1791         l: 80
1792         r: 20
1793       showlegend: True
1794       legend:
1795         orientation: "h"
1796         font:
1797           size: 16
1798       width: 700
1799       height: 900
1800       paper_bgcolor: "#fff"
1801       plot_bgcolor: "#fff"
1802       hoverlabel:
1803         namelength: -1
1804
1805     plot-throughput-speedup-analysis:
1806       titlefont:
1807         size: 18
1808       xaxis:
1809         title: "<b>Number of Cores [Qty]</b>"
1810         titlefont:
1811           size: 16
1812         autorange: True
1813         fixedrange: False
1814         gridcolor: "rgb(230, 230, 230)"
1815         linecolor: "rgb(220, 220, 220)"
1816         linewidth: 1
1817         showgrid: True
1818         showline: True
1819         showticklabels: True
1820         tickcolor: "rgb(238, 238, 238)"
1821         tickmode: "linear"
1822         tickfont:
1823           size: 16
1824         zeroline: False
1825       yaxis:
1826         title: "<b>Packet Throughput [Mpps]</b>"
1827         titlefont:
1828           size: 16
1829         type: "linear"
1830         gridcolor: "rgb(230, 230, 230)"
1831         hoverformat: ".4s"
1832         linecolor: "rgb(220, 220, 220)"
1833         linewidth: 1
1834         showgrid: True
1835         showline: True
1836         showticklabels: True
1837         tickcolor: "rgb(220, 220, 220)"
1838         tickformat: ".4s"
1839         tickfont:
1840           size: 16
1841         zeroline: True
1842         rangemode: "tozero"
1843         range: [0,100]
1844       legend:
1845         orientation: "h"
1846         font:
1847           size: 16
1848         xanchor: "left"
1849         yanchor: "top"
1850         x: 0
1851         y: -0.2
1852         bgcolor: "rgba(255, 255, 255, 0)"
1853         bordercolor: "rgba(255, 255, 255, 0)"
1854         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1855       autosize: False
1856       margin:
1857           't': 50
1858           'b': 150
1859           'l': 85
1860           'r': 10
1861       showlegend: True
1862       width: 700
1863       height: 700
1864       paper_bgcolor: "#fff"
1865       plot_bgcolor: "#fff"
1866       hoverlabel:
1867         namelength: -1
1868       annotations: [
1869         {
1870           text: "_ _          __          ...",
1871           align: "left",
1872           showarrow: False,
1873           xref: "paper",
1874           yref: "paper",
1875           xanchor: "left",
1876           yanchor: "top",
1877           x: 0,
1878           y: -0.13,
1879           font: {
1880             family: "Consolas, Courier New",
1881             size: 15
1882           },
1883         },
1884         {
1885           text: "    Perfect     Measured     Limit",
1886           align: "left",
1887           showarrow: False,
1888           xref: "paper",
1889           yref: "paper",
1890           xanchor: "left",
1891           yanchor: "top",
1892           x: 0,
1893           y: -0.15,
1894           font: {
1895             family: "Consolas, Courier New",
1896             size: 15
1897           },
1898         },
1899       ]
1900
1901     plot-latency:
1902       titlefont:
1903         size: 18
1904       xaxis:
1905         title: "<b>Direction</b>"
1906         titlefont:
1907           size: 16
1908         autorange: True
1909         fixedrange: False
1910         gridcolor: "rgb(230, 230, 230)"
1911         linecolor: "rgb(220, 220, 220)"
1912         linewidth: 1
1913         showgrid: True
1914         showline: True
1915         showticklabels: False
1916         tickcolor: "rgb(220, 220, 220)"
1917         tickmode: "linear"
1918         tickfont:
1919           size: 16
1920         zeroline: False
1921       yaxis:
1922         title: "<b>Packet Latency [uSec]</b>"
1923         titlefont:
1924           size: 16
1925         type: "linear"
1926         gridcolor: "rgb(230, 230, 230)"
1927         hoverformat: ".4s"
1928         linecolor: "rgb(220, 220, 220)"
1929         linewidth: 1
1930         showgrid: True
1931         showline: True
1932         showticklabels: True
1933         tickcolor: "rgb(220, 220, 220)"
1934         tickformat: ".4s"
1935         tickfont:
1936           size: 16
1937         zeroline: True
1938         rangemode: "tozero"
1939       legend:
1940         orientation: "h"
1941         font:
1942           size: 16
1943         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1944       autosize: False
1945       margin:
1946           't': 50
1947           'b': 150
1948           'l': 80
1949           'r': 10
1950       showlegend: True
1951       width: 700
1952       height: 700
1953       paper_bgcolor: "#fff"
1954       plot_bgcolor: "#fff"
1955       hoverlabel:
1956         namelength: -1
1957
1958     plot-hdrh-latency:
1959       title:
1960         text: ""
1961         xanchor: "center"
1962         x: 0.5
1963         font:
1964           size: 16
1965       width: 700
1966       plot_bgcolor: "white"
1967       annotations:
1968         - font:
1969             size: 14
1970           showarrow: False
1971           text: "<b>Packet Latency [uSec]</b>"
1972           x: 1
1973           xanchor: "right"
1974           xref: "paper"
1975           y: -0.045
1976           yanchor: "top"
1977           yref: "paper"
1978         - font:
1979             size: 14
1980           showarrow: False
1981           text: "<b>Probability [%]</b>"
1982           textangle: 270
1983           x: -0.06
1984           xanchor: "center"
1985           xref: "paper"
1986           y: 0.5
1987           yanchor: "middle"
1988           yref: "paper"
1989         - font:
1990             size: 14
1991           showarrow: False
1992           text: "<b>Direction: E-W</b>"
1993           x: 0.24
1994           xanchor: "center"
1995           xref: "paper"
1996           y: 1.05
1997           yanchor: "bottom"
1998           yref: "paper"
1999         - font:
2000             size: 14
2001           showarrow: False
2002           text: "<b>Direction: W-E</b>"
2003           x: 0.74
2004           xanchor: "center"
2005           xref: "paper"
2006           y: 1.05
2007           yanchor: "bottom"
2008           yref: "paper"
2009
2010     plot-hdrh-latency-percentile:
2011       title:
2012         text: ""
2013         xanchor: "center"
2014         x: 0.5
2015         font:
2016           size: 18
2017       xaxis:
2018         type: "log"
2019         title: "<b>Percentile [%]</b>"
2020         titlefont:
2021           size: 16
2022         autorange: True
2023         fixedrange: False
2024         gridcolor: "rgb(230, 230, 230)"
2025         linecolor: "rgb(220, 220, 220)"
2026         linewidth: 1
2027         showgrid: True
2028         showline: True
2029         showticklabels: True
2030         tickcolor: "rgb(220, 220, 220)"
2031         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2032         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2033         tickfont:
2034           size: 16
2035       yaxis:
2036         title: "<b>Packet Latency [uSec]</b>"
2037         titlefont:
2038           size: 16
2039         gridcolor: "rgb(230, 230, 230)"
2040         linecolor: "rgb(220, 220, 220)"
2041         linewidth: 1
2042         showgrid: True
2043         showline: True
2044         showticklabels: True
2045         tickcolor: "rgb(220, 220, 220)"
2046         tickfont:
2047           size: 16
2048       autosize: False
2049       showlegend: True
2050       legend:
2051         traceorder: "normal"
2052         orientation: "h"
2053         font:
2054           size: 16
2055         xanchor: "left"
2056         yanchor: "top"
2057         x: 0
2058         y: -0.15
2059         bgcolor: "rgba(255, 255, 255, 0)"
2060         bordercolor: "rgba(255, 255, 255, 0)"
2061       width: 700
2062       height: 700
2063       paper_bgcolor: "white"
2064       plot_bgcolor: "white"
2065
2066     plot-hdrh-latency-by-percentile:
2067       title:
2068         text: "<b>Latency by Percentile Distribution</b>"
2069         xanchor: "center"
2070         x: 0.5
2071         font:
2072           size: 18
2073       showlegend: True
2074       legend:
2075         traceorder: "normal"
2076         orientation: "h"
2077         font:
2078           size: 16
2079         xanchor: "left"
2080         yanchor: "top"
2081         x: 0
2082         y: -0.2
2083         bgcolor: "rgba(255, 255, 255, 0)"
2084         bordercolor: "rgba(255, 255, 255, 0)"
2085       xaxis:
2086         type: "linear"
2087         title: "<b>Percentile [%]</b>"
2088         titlefont:
2089           size: 14
2090         autorange: False
2091         fixedrange: False
2092         range: [0, 100]
2093         gridcolor: "rgb(230, 230, 230)"
2094         linecolor: "rgb(220, 220, 220)"
2095         linewidth: 1
2096         showgrid: True
2097         showline: True
2098         showticklabels: True
2099         tickcolor: "rgb(220, 220, 220)"
2100         tickvals: [0, 25, 50, 75, 100]
2101         ticktext: [0, 25, 50, 75, 100]
2102         tickfont:
2103           size: 14
2104       yaxis:
2105         title: "<b>One-Way Latency per Direction [uSec]</b>"
2106         titlefont:
2107           size: 14
2108         gridcolor: "rgb(230, 230, 230)"
2109         linecolor: "rgb(220, 220, 220)"
2110         linewidth: 1
2111         showgrid: True
2112         showline: True
2113         showticklabels: True
2114         tickcolor: "rgb(220, 220, 220)"
2115         tickfont:
2116           size: 14
2117       width: 700
2118       height: 700
2119       paper_bgcolor: "white"
2120       plot_bgcolor: "white"
2121
2122 - type: "static"
2123   src-path: "{DIR[RST]}"
2124   dst-path: "{DIR[WORKING,SRC]}"
2125
2126 - type: "input"
2127   general:
2128     file-name: "output_info.xml.gz"
2129     file-format: ".gz"
2130     arch-file-format:
2131       - ".gz"
2132       - ".zip"
2133     download-path: "{job}/{build}/archives/{filename}"
2134     extract: "output.xml"
2135
2136     zip-file-name: "robot-plugin.zip"
2137     zip-file-format: ".zip"
2138     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2139     zip-extract: "robot-plugin/output.xml"
2140
2141   builds:
2142
2143     csit-vpp-perf-verify-1908-3n-hsw:
2144       - 12  # NDRPDR sel
2145       - 13  # NDRPDR sel
2146       - 14  # NDRPDR sel
2147       - 15  # NDRPDR sel
2148       - 16  # NDRPDR sel
2149       - 17  # NDRPDR sel
2150       - 18  # NDRPDR sel
2151       - 19  # NDRPDR sel
2152       - 20  # NDRPDR sel
2153       - 21  # NDRPDR sel
2154       - 39  # MRR sel
2155     csit-vpp-perf-verify-2001-3n-hsw:
2156       - 21  # NDRPDR sel
2157       - 22  # NDRPDR sel
2158       - 23  # NDRPDR sel
2159       - 24  # NDRPDR sel
2160       - 25  # NDRPDR sel
2161       - 29  # NDRPDR sel
2162       - 30  # NDRPDR sel
2163       - 31  # NDRPDR sel
2164       - 32  # NDRPDR sel
2165       - 34  # NDRPDR sel
2166       - 17  # MRR sel
2167     csit-vpp-perf-report-iterative-2005-3n-hsw:
2168       - 3   # NDRPDR sel
2169       - 4   # NDRPDR sel
2170       - 5   # NDRPDR sel
2171       - 10  # NDRPDR sel
2172       - 11  # NDRPDR sel
2173       - 12  # NDRPDR sel
2174       - 15  # NDRPDR sel
2175       - 16  # NDRPDR sel
2176       - 18  # NDRPDR sel
2177       - 19  # NDRPDR sel
2178       - 20  # NDRPDR sel env 4
2179       - 21  # NDRPDR sel env 4
2180       - 22  # NDRPDR sel env 4
2181       - 23  # NDRPDR sel env 4
2182       - 24  # NDRPDR sel env 4
2183       - 25  # NDRPDR sel env 4
2184       - 26  # NDRPDR sel env 4
2185       - 27  # NDRPDR sel env 4
2186       - 28  # NDRPDR sel env 4
2187       - 13  # MRR
2188     csit-vpp-perf-verify-2005-3n-hsw:
2189       - 3   # hoststack
2190       - 5   # hoststack
2191       - 6   # hoststack
2192       - 7   # hoststack
2193       - 8   # hoststack
2194       - 9   # hoststack
2195       - 10  # hoststack
2196       - 11  # hoststack
2197       - 12  # hoststack
2198       - 13  # hoststack
2199     csit-vpp-perf-report-coverage-2005-3n-hsw:
2200       - 1   # perf-full-3n-dnv-crypto_I
2201       - 7   # perf-full-3n-hsw-crypto_II
2202       - 3   # perf-full-3n-hsw-crypto_III
2203       - 4   # perf-full-3n-dnv-crypto_IV
2204       - 5   # perf-full-3n-hsw-ip4_I
2205       - 6   # perf-full-3n-hsw-ip4_II
2206       - 8   # perf-full-3n-hsw-ip4_III
2207       - 9   # perf-full-3n-hsw-ip4_IV
2208       - 10  # perf-full-3n-hsw-ip4_V
2209       - 26  # perf-full-3n-hsw-ip4_VI
2210       - 18  # perf-full-3n-hsw-ip4_VII
2211       - 27  # perf-full-3n-hsw-ip4_VIII
2212       - 28  # perf-full-3n-hsw-ip4_IX
2213       - 29  # perf-full-3n-hsw-ip6_I
2214       - 35  # perf-full-3n-hsw-ip6_II
2215       - 42  # perf-full-3n-hsw-l2_I
2216       - 33  # perf-full-3n-hsw-l2_II
2217       - 37  # perf-full-3n-hsw-l2_III
2218       - 45  # perf-full-3n-hsw-l2_IV
2219       - 43  # perf-full-3n-hsw-l2_V
2220       - 40  # perf-full-3n-hsw-l2_VI
2221       - 44  # perf-full-3n-hsw-l2_VII
2222       - 51  # perf-full-3n-hsw-l2_VIII
2223       - 50  # perf-full-3n-hsw-l2_IX
2224       - 52  # perf-full-3n-hsw-l2_X
2225       - 53  # perf-full-3n-hsw-l2_XI
2226       - 54  # perf-full-3n-hsw-memif
2227       - 55  # perf-full-3n-hsw-ip4tunnels-I
2228       - 56  # perf-full-3n-hsw-ip4tunnels-II
2229       - 57  # perf-full-3n-hsw-ip4tunnels-III
2230       - 58  # perf-full-3n-hsw-ip6tunnels-I
2231       - 59  # perf-full-3n-hsw-srv6-I
2232       - 60  # perf-full-3n-hsw-srv6-II
2233       - 61  # perf-full-3n-hsw-vhost-I
2234       - 62  # perf-full-3n-hsw-vhost-II
2235       - 63  # perf-full-3n-hsw-vhost-III
2236
2237     csit-vpp-perf-verify-1908_1-3n-skx:
2238       - 26  # NDRPDR sel - new1908.1
2239       - 27  # NDRPDR sel - new1908.1
2240       - 28  # NDRPDR sel - new1908.1
2241       - 29  # NDRPDR sel - new1908.1
2242       - 30  # NDRPDR sel - new1908.1
2243       - 31  # NDRPDR sel - new1908.1
2244       - 33  # NDRPDR sel - new1908.1
2245       - 34  # NDRPDR sel - new1908.1
2246       - 35  # NDRPDR sel - new1908.1
2247       - 36  # NDRPDR sel - new1908.1
2248     csit-vpp-perf-verify-2001-3n-skx:
2249       - 69  # NDRPDR sel - new2001.0
2250       - 71  # NDRPDR sel - new2001.0
2251       - 72  # NDRPDR sel - new2001.0
2252       - 76  # NDRPDR sel - new2001.0
2253       - 77  # NDRPDR sel - new2001.0
2254       - 78  # NDRPDR sel - new2001.0
2255       - 80  # NDRPDR sel - new2001.0
2256       - 50  # MRR sel
2257       - 53  # MRR sel addition
2258     csit-vpp-perf-report-iterative-2005-3n-skx:
2259       - 4   # NDRPDR sel
2260       - 5   # NDRPDR sel ??? all x710 failed
2261       - 33  # NDRPDR sel
2262       - 28  # NDRPDR sel
2263       - 34  # NDRPDR sel
2264       - 36  # NDRPDR sel
2265       - 37  # NDRPDR sel
2266       - 38  # NDRPDR sel
2267       - 39  # NDRPDR sel
2268       - 41  # NDRPDR sel
2269       - 42  # NDRPDR sel env 4
2270       - 43  # NDRPDR sel env 4
2271       - 6   # MRR sel
2272     csit-vpp-perf-report-coverage-2005-3n-skx:
2273       - 10  # perf-full-3n-skx-crypto_I
2274       - 11  # perf-full-3n-skx-crypto_II
2275       - 12  # perf-full-3n-skx-crypto_III
2276       - 5   # perf-full-3n-skx-ip4_I
2277       - 14  # perf-full-3n-skx-ip4_II
2278       - 7   # perf-full-3n-skx-ip4_III
2279       - 15  # perf-full-3n-skx-ip4_IV
2280       - 16  # perf-full-3n-skx-ip4_V
2281       - 17  # perf-full-3n-skx-ip4_VI
2282       - 18  # perf-full-3n-skx-ip4_VII
2283       - 19  # perf-full-3n-skx-ip4_VIII
2284       - 20  # perf-full-3n-skx-ip4_IX
2285       - 24  # perf-full-3n-skx-ip6_I
2286       - 25  # perf-full-3n-skx-ip6_II
2287       - 21  # perf-full-3n-skx-ip4tunnels-I
2288       - 22  # perf-full-3n-skx-ip4tunnels-II
2289       - 23  # perf-full-3n-skx-ip4tunnels-III
2290       - 26  # perf-full-3n-skx-ip6tunnels-I
2291       - 28  # perf-full-3n-skx-l2_II
2292       - 29  # perf-full-3n-skx-l2_III
2293       - 30  # perf-full-3n-skx-l2_IV
2294       - 32  # perf-full-3n-skx-l2_VI
2295       - 33  # perf-full-3n-skx-l2_VII
2296       - 34  # perf-full-3n-skx-l2_VIII
2297       - 35  # perf-full-3n-skx-l2_IX
2298       - 36  # perf-full-3n-skx-l2_X
2299       - 37  # perf-full-3n-skx-l2_XI
2300       - 38  # perf-full-3n-skx-memif
2301       - 39  # perf-full-3n-skx-srv6-I
2302       - 40  # perf-full-3n-skx-srv6-II
2303       - 43  # perf-full-3n-skx-vhost-III
2304
2305     csit-vpp-perf-verify-1908_1-2n-skx:
2306       - 39  # NDRPDR sel - new1908.1
2307       - 40  # NDRPDR sel - new1908.1
2308       - 41  # NDRPDR sel - new1908.1
2309       - 43  # NDRPDR sel - new1908.1
2310       - 44  # NDRPDR sel - new1908.1
2311       - 45  # NDRPDR sel - new1908.1
2312       - 46  # NDRPDR sel - new1908.1
2313       - 47  # NDRPDR sel - new1908.1
2314       - 48  # NDRPDR sel - new1908.1
2315       - 49  # NDRPDR sel - new1908.1
2316     csit-vpp-perf-verify-2001-2n-skx:
2317       - 143  # NDRPDR sel - new2001.0
2318       - 146  # NDRPDR sel - new2001.0
2319       - 147  # NDRPDR sel - new2001.0
2320       - 148  # NDRPDR sel - new2001.0
2321       - 149  # NDRPDR sel - new2001.0
2322       - 150  # NDRPDR sel - new2001.0
2323       - 151  # NDRPDR sel - new2001.0
2324       - 152  # NDRPDR sel - new2001.0
2325       - 153  # NDRPDR sel - new2001.0
2326       - 154  # NDRPDR sel - new2001.0
2327       - 101  # MRR sel - old
2328       - 128  # MRR sel addition - old
2329     csit-vpp-perf-report-iterative-2005-2n-skx:
2330       - 43  # NDRPDR sel
2331       - 38  # NDRPDR sel
2332       - 7   # NDRPDR sel
2333       - 65  # NDRPDR sel
2334       - 47  # NDRPDR sel
2335       - 55  # NDRPDR sel
2336       - 67  # NDRPDR sel
2337       - 75  # NDRPDR sel
2338       - 76  # NDRPDR sel
2339       - 73  # NDRPDR sel
2340       - 88  # NDRPDR sel env 4
2341       - 89  # NDRPDR sel env 4
2342       - 90  # NDRPDR sel env 4
2343       - 92  # NDRPDR sel env 4
2344       - 93  # NDRPDR sel env 4
2345       - 42  # MRR sel
2346       - 48  # Reconf
2347       - 50  # Reconf
2348       - 51  # Reconf
2349       - 52  # Reconf
2350       - 53  # Reconf
2351       - 60  # Reconf
2352       - 70  # Reconf
2353       - 71  # Reconf
2354       - 63  # Reconf
2355       - 66  # Reconf
2356       - 49  # Soak
2357       - 54  # Soak
2358       - 78  # nf-density-sel
2359       - 83  # nf-density-sel
2360     csit-vpp-perf-report-coverage-2005-2n-skx:
2361       - 11  # perf-full-2n-skx-ip4_I
2362       - 3   # perf-full-2n-skx-ip4_II
2363       - 18  # perf-full-2n-skx-ip4_III
2364       - 19  # perf-full-2n-skx-ip4_IV
2365       - 5   # perf-full-2n-skx-ip4_V
2366       - 20  # perf-full-2n-skx-ip4_VI
2367       - 7   # perf-full-2n-skx-ip6_I
2368       - 21  # perf-full-2n-skx-ip6_II
2369       - 9   # perf-full-2n-skx-l2_I
2370       - 22  # perf-full-2n-skx-l2_II
2371       - 23  # perf-full-2n-skx-memif
2372       - 24  # perf-full-2n-skx-loadbalancer
2373       - 25  # perf-full-2n-skx-vhost I
2374       - 26  # perf-full-2n-skx-vhost II
2375       - 27  # perf-full-2n-skx-vts
2376
2377     csit-vpp-perf-verify-1908_1-2n-clx:
2378       - 5  # NDRPDR sel
2379       - 6  # NDRPDR sel
2380       - 7  # NDRPDR sel
2381       - 8  # NDRPDR sel
2382       - 9  # NDRPDR sel
2383     csit-vpp-perf-verify-2001-2n-clx:
2384       - 28  # NDRPDR sel
2385       - 29  # NDRPDR sel
2386       - 32  # NDRPDR sel
2387       - 40  # NDRPDR sel
2388       - 43  # NDRPDR sel
2389       - 44  # NDRPDR sel
2390       - 45  # NDRPDR sel
2391       - 47  # NDRPDR sel
2392       - 48  # NDRPDR sel
2393       - 49  # NDRPDR sel
2394       - 39  # MRR
2395     csit-vpp-perf-report-iterative-2005-2n-clx:
2396       - 7   # NDRPDR sel
2397       - 38  # NDRPDR sel
2398       - 9   # NDRPDR sel
2399       - 32  # NDRPDR sel ???
2400       - 33  # NDRPDR sel ???
2401       - 39  # NDRPDR sel
2402       - 40  # NDRPDR sel
2403       - 43  # NDRPDR sel
2404       - 50  # NDRPDR sel
2405       - 51  # NDRPDR sel
2406       - 62  # NDRPDR sel env 4
2407       - 63  # NDRPDR sel env 4
2408       - 64  # NDRPDR sel env 4
2409       - 66  # NDRPDR sel env 4
2410       - 12  # MRR
2411       - 42  # Reconf
2412       - 45  # Reconf
2413       - 46  # Reconf
2414       - 47  # Reconf
2415       - 48  # Reconf
2416       - 52  # Reconf
2417       - 53  # Reconf
2418       - 54  # Reconf
2419       - 55  # Reconf
2420       - 56  # Reconf
2421       - 44  # Soak
2422       - 49  # Soak
2423       - 57  # 2n-clx nfv-density-00
2424       - 58  # 2n-clx nfv-density-00
2425       - 59  # 2n-clx nfv-density-00
2426       - 60  # 2n-clx nfv-density-00
2427       - 61  # 2n-clx nfv-density-00
2428     csit-vpp-perf-report-coverage-2005-2n-clx:
2429       - 21  # perf-full-2n-clx-ip4_I
2430       - 2   # perf-full-2n-clx-ip4_II
2431       - 3   # perf-full-2n-clx-ip4_III
2432       - 4   # perf-full-2n-clx-ip4_IV
2433       - 5   # perf-full-2n-clx-ip4_V
2434       - 6   # perf-full-2n-clx-ip4_VI
2435       - 7   # perf-full-2n-clx-ip6_I
2436       - 16  # perf-full-2n-clx-ip6_II
2437       - 23  # perf-full-2n-clx-l2_I
2438       - 10  # perf-full-2n-clx-l2_II
2439       - 11  # perf-full-2n-clx-memif
2440       - 12  # perf-full-2n-clx-loadbalancer
2441       - 13  # perf-full-2n-clx-vhost I
2442       - 22  # perf-full-2n-clx-vhost II
2443       - 15  # perf-full-2n-clx-vts
2444
2445     csit-vpp-perf-verify-1908-3n-tsh:
2446       - 7   # NDRPDR sel
2447       - 8   # NDRPDR sel
2448       - 9   # NDRPDR sel
2449       - 10  # NDRPDR sel
2450       - 11  # NDRPDR sel
2451       - 12  # NDRPDR sel
2452       - 13  # NDRPDR sel
2453       - 14  # NDRPDR sel
2454       - 15  # NDRPDR sel
2455       - 16  # NDRPDR sel
2456       - 17  # MRR sel
2457     csit-vpp-perf-verify-2001-3n-tsh:
2458       - 3   # NDRPDR sel
2459       - 4   # NDRPDR sel
2460       - 7   # NDRPDR sel
2461       - 8   # NDRPDR sel
2462       - 10  # NDRPDR sel
2463       - 12  # NDRPDR sel
2464       - 13  # NDRPDR sel
2465       - 14  # NDRPDR sel
2466       - 15  # NDRPDR sel
2467       - 21  # NDRPDR sel
2468       - 9   # MRR sel
2469     # TODO: Add data:
2470     csit-vpp-perf-report-iterative-2005-3n-tsh:
2471       - 9   # NDRPDR sel
2472       - 11  # NDRPDR sel
2473       - 12  # NDRPDR sel
2474       - 20  # NDRPDR sel
2475       - 14  # NDRPDR sel
2476       - 21  # NDRPDR sel
2477       - 23  # NDRPDR sel env 4
2478       - 10  # MRR sel
2479
2480     csit-vpp-perf-verify-1908-3n-dnv:
2481       - 6   # NDRPDR sel
2482       - 7   # NDRPDR sel
2483       - 8   # NDRPDR sel
2484       - 9   # NDRPDR sel
2485       - 10  # NDRPDR sel
2486       - 12  # NDRPDR sel
2487       - 13  # NDRPDR sel
2488       - 14  # NDRPDR sel
2489       - 15  # NDRPDR sel
2490       - 16  # NDRPDR sel
2491       - 17  # MRR sel
2492     csit-vpp-perf-verify-2001-3n-dnv:
2493       - 5   # NDRPDR sel
2494       - 6   # NDRPDR sel
2495       - 7   # NDRPDR sel
2496       - 8   # NDRPDR sel
2497       - 9   # NDRPDR sel
2498       - 10  # NDRPDR sel
2499       - 12  # NDRPDR sel
2500       - 16  # NDRPDR sel
2501       - 17  # NDRPDR sel
2502       - 18  # NDRPDR sel
2503       - 11  # MRR sel
2504     csit-vpp-perf-report-iterative-2005-3n-dnv:
2505       - 2   # NDRPDR sel
2506       - 3   # NDRPDR sel
2507       - 4   # NDRPDR sel
2508       - 5   # NDRPDR sel
2509       - 6   # NDRPDR sel
2510       - 7   # NDRPDR sel
2511       - 9   # NDRPDR sel
2512       - 10  # NDRPDR sel
2513       - 11  # NDRPDR sel
2514       - 12  # NDRPDR sel
2515       - 8   # MRR
2516     csit-vpp-perf-report-coverage-2005-3n-dnv:
2517       - 1   # perf-full-3n-dnv-crypto_I
2518       - 24  # perf-full-3n-dnv-crypto_II
2519       - 5   # perf-full-3n-dnv-ip4_I
2520       - 13  # perf-full-3n-dnv-ip4_II
2521       - 17  # perf-full-3n-dnv-ip6_I
2522       - 18  # perf-full-3n-dnv-ip6_II
2523       - 21  # perf-full-3n-dnv-l2_I
2524       - 22  # perf-full-3n-dnv-l2_II
2525       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2526
2527     csit-vpp-perf-verify-1908-2n-dnv:
2528       - 1   # NDRPDR sel
2529       - 2   # NDRPDR sel
2530       - 3   # NDRPDR sel
2531       - 4   # NDRPDR sel
2532       - 5   # NDRPDR sel
2533       - 6   # NDRPDR sel
2534       - 7   # NDRPDR sel
2535       - 8   # NDRPDR sel
2536       - 9   # NDRPDR sel
2537       - 10  # NDRPDR sel
2538       - 11  # MRR sel
2539     csit-vpp-perf-verify-2001-2n-dnv:
2540       - 4   # NDRPDR sel
2541       - 5   # NDRPDR sel
2542       - 6   # NDRPDR sel
2543       - 7   # NDRPDR sel
2544       - 8   # NDRPDR sel
2545       - 9   # NDRPDR sel
2546       - 10  # NDRPDR sel
2547       - 11  # NDRPDR sel
2548       - 13  # NDRPDR sel
2549       - 16  # NDRPDR sel
2550       - 12  # MRR sel
2551     csit-vpp-perf-report-iterative-2005-2n-dnv:
2552       - 3   # NDRPDR sel
2553       - 6   # NDRPDR sel
2554       - 7   # NDRPDR sel
2555       - 8   # NDRPDR sel
2556       - 9   # NDRPDR sel
2557       - 10  # NDRPDR sel
2558       - 11  # NDRPDR sel
2559       - 12  # NDRPDR sel
2560       - 13  # NDRPDR sel
2561       - 14  # NDRPDR sel
2562       - 15  # MRR sel
2563     csit-vpp-perf-report-coverage-2005-2n-dnv:
2564       - 1   # perf-full-2n-dnv-ip4_I
2565       - 2   # perf-full-2n-dnv-ip4_II
2566       - 3   # perf-full-2n-dnv-ip6_I
2567       - 4   # perf-full-2n-dnv-ip6_II
2568       - 5   # perf-full-2n-dnv-l2_I
2569       - 6   # perf-full-2n-dnv-l2_II
2570
2571     csit-dpdk-perf-verify-1908-3n-hsw:
2572       - 2   # NDRPDR sel
2573       - 3   # NDRPDR sel
2574       - 4   # NDRPDR sel
2575       - 5   # NDRPDR sel
2576       - 6   # NDRPDR sel
2577       - 7   # NDRPDR sel
2578       - 8   # NDRPDR sel
2579       - 9   # NDRPDR sel
2580       - 10  # NDRPDR sel
2581       - 11  # NDRPDR sel
2582     csit-dpdk-perf-verify-2001-3n-hsw:
2583       - 4   # NDRPDR sel
2584       - 5   # NDRPDR sel
2585       - 6   # NDRPDR sel
2586       - 7   # NDRPDR sel
2587       - 8   # NDRPDR sel
2588       - 9   # NDRPDR sel
2589       - 10  # NDRPDR sel
2590       - 11  # NDRPDR sel
2591       - 12  # NDRPDR sel
2592       - 13  # NDRPDR sel
2593       - 15  # NDRPDR sel
2594       - 16  # NDRPDR sel
2595       - 17  # NDRPDR sel
2596       - 18  # NDRPDR sel
2597       - 19  # NDRPDR sel
2598       - 20  # NDRPDR sel
2599       - 21  # NDRPDR sel
2600       - 22  # NDRPDR sel
2601       - 23  # NDRPDR sel
2602       - 24  # NDRPDR sel
2603     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2604       - 5   # NDRPDR sel
2605       - 6   # NDRPDR sel
2606       - 7   # NDRPDR sel
2607       - 8   # NDRPDR sel
2608       - 9   # NDRPDR sel
2609       - 10  # NDRPDR sel
2610       - 11  # NDRPDR sel
2611       - 12  # NDRPDR sel
2612       - 13  # NDRPDR sel
2613       - 14  # NDRPDR sel
2614
2615     csit-dpdk-perf-verify-1908-3n-skx:
2616       - 3   # NDRPDR sel
2617       - 4   # NDRPDR sel
2618       - 5   # NDRPDR sel
2619       - 6   # NDRPDR sel
2620       - 7   # NDRPDR sel
2621       - 8   # NDRPDR sel
2622       - 9   # NDRPDR sel
2623       - 10  # NDRPDR sel
2624       - 11  # NDRPDR sel
2625       - 12  # NDRPDR sel
2626     csit-dpdk-perf-verify-2001-3n-skx:
2627       - 29  # NDRPDR sel xxv710
2628       - 33  # NDRPDR sel xxv710
2629       - 34  # NDRPDR sel xxv710
2630       - 35  # NDRPDR sel xxv710
2631       - 36  # NDRPDR sel xxv710
2632       - 37  # NDRPDR sel xxv710
2633       - 41  # NDRPDR sel xxv710
2634       - 42  # NDRPDR sel xxv710
2635       - 43  # NDRPDR sel xxv710
2636       - 45  # NDRPDR sel xxv710
2637       - 30  # NDRPDR sel x710
2638       - 31  # NDRPDR sel x710
2639       - 32  # NDRPDR sel x710
2640       - 38  # NDRPDR sel x710
2641       - 39  # NDRPDR sel x710
2642       - 40  # NDRPDR sel x710
2643       - 44  # NDRPDR sel x710
2644       - 46  # NDRPDR sel x710
2645       - 47  # NDRPDR sel x710
2646       - 48  # NDRPDR sel x710
2647     csit-dpdk-perf-report-iterative-2005-3n-skx:
2648       - 4   # NDRPDR sel
2649       - 5   # NDRPDR sel
2650       - 6   # NDRPDR sel
2651       - 7   # NDRPDR sel
2652       - 8   # NDRPDR sel
2653       - 11  # NDRPDR sel
2654       - 12  # NDRPDR sel
2655       - 13  # NDRPDR sel
2656       - 14  # NDRPDR sel
2657       - 15  # NDRPDR sel
2658
2659     csit-dpdk-perf-verify-1908-2n-skx:
2660       - 2   # NDRPDR sel
2661       - 3   # NDRPDR sel
2662       - 4   # NDRPDR sel
2663       - 5   # NDRPDR sel
2664       - 7   # NDRPDR sel
2665       - 8   # NDRPDR sel
2666       - 9   # NDRPDR sel
2667       - 10  # NDRPDR sel
2668       - 11  # NDRPDR sel
2669       - 12  # NDRPDR sel
2670     csit-dpdk-perf-verify-2001-2n-skx:
2671       - 35  # NDRPDR sel xxv710
2672       - 36  # NDRPDR sel xxv710
2673       - 37  # NDRPDR sel xxv710
2674       - 41  # NDRPDR sel xxv710
2675       - 42  # NDRPDR sel xxv710
2676       - 43  # NDRPDR sel xxv710
2677       - 46  # NDRPDR sel xxv710
2678       - 47  # NDRPDR sel xxv710
2679       - 52  # NDRPDR sel xxv710
2680       - 53  # NDRPDR sel xxv710
2681       - 38  # NDRPDR sel x710
2682       - 39  # NDRPDR sel x710
2683       - 40  # NDRPDR sel x710
2684       - 44  # NDRPDR sel x710
2685       - 45  # NDRPDR sel x710
2686       - 48  # NDRPDR sel x710
2687       - 49  # NDRPDR sel x710
2688       - 50  # NDRPDR sel x710
2689       - 51  # NDRPDR sel x710
2690       - 54  # NDRPDR sel x710
2691     csit-dpdk-perf-report-iterative-2005-2n-skx:
2692       - 1   # NDRPDR sel
2693       - 2   # NDRPDR sel
2694       - 3   # NDRPDR sel
2695       - 4   # NDRPDR sel
2696       - 5   # NDRPDR sel
2697       - 6   # NDRPDR sel
2698       - 7   # NDRPDR sel
2699       - 8   # NDRPDR sel
2700       - 9   # NDRPDR sel
2701       - 10  # NDRPDR sel
2702
2703     csit-dpdk-perf-verify-2001-2n-clx:
2704       - 15  # NDRPDR sel
2705       - 16  # NDRPDR sel
2706       - 17  # NDRPDR sel
2707       - 18  # NDRPDR sel
2708       - 19  # NDRPDR sel
2709       - 20  # NDRPDR sel
2710       - 21  # NDRPDR sel
2711       - 22  # NDRPDR sel
2712       - 23  # NDRPDR sel
2713       - 24  # NDRPDR sel
2714       - 25  # NDRPDR sel
2715       - 26  # NDRPDR sel
2716       - 27  # NDRPDR sel
2717       - 28  # NDRPDR sel
2718       - 29  # NDRPDR sel
2719       - 30  # NDRPDR sel
2720       - 31  # NDRPDR sel
2721       - 32  # NDRPDR sel
2722       - 33  # NDRPDR sel
2723       - 34  # NDRPDR sel
2724     csit-dpdk-perf-report-iterative-2005-2n-clx:
2725       - 1   # NDRPDR sel
2726       - 2   # NDRPDR sel
2727       - 3   # NDRPDR sel
2728       - 4   # NDRPDR sel
2729       - 5   # NDRPDR sel
2730       - 6   # NDRPDR sel
2731       - 7   # NDRPDR sel
2732       - 8   # NDRPDR sel
2733       - 9   # NDRPDR sel
2734       - 10  # NDRPDR sel
2735
2736     csit-dpdk-perf-verify-2001-2n-dnv:
2737       - 9   # NDRPDR sel
2738       - 10  # NDRPDR sel
2739       - 11  # NDRPDR sel
2740       - 12  # NDRPDR sel
2741       - 13  # NDRPDR sel
2742       - 14  # NDRPDR sel
2743       - 15  # NDRPDR sel
2744       - 16  # NDRPDR sel
2745       - 17  # NDRPDR sel
2746       - 18  # NDRPDR sel
2747     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2748       - 8   # NDRPDR sel
2749       - 9   # NDRPDR sel
2750       - 10  # NDRPDR sel
2751       - 11  # NDRPDR sel
2752       - 12  # NDRPDR sel
2753       - 13  # NDRPDR sel
2754       - 14  # NDRPDR sel
2755       - 15  # NDRPDR sel
2756       - 16  # NDRPDR sel
2757       - 17  # NDRPDR sel
2758
2759     csit-dpdk-perf-verify-2001-3n-dnv:
2760       - 12  # NDRPDR sel
2761       - 13  # NDRPDR sel
2762       - 14  # NDRPDR sel
2763       - 15  # NDRPDR sel
2764       - 16  # NDRPDR sel
2765       - 17  # NDRPDR sel
2766       - 18  # NDRPDR sel
2767       - 19  # NDRPDR sel
2768       - 20  # NDRPDR sel
2769       - 22  # NDRPDR sel
2770     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2771       - 6   # NDRPDR sel
2772       - 7   # NDRPDR sel
2773       - 8   # NDRPDR sel
2774       - 9   # NDRPDR sel
2775       - 10  # NDRPDR sel
2776       - 11  # NDRPDR sel
2777       - 12  # NDRPDR sel
2778       - 13  # NDRPDR sel
2779       - 14  # NDRPDR sel
2780       - 16  # NDRPDR sel
2781
2782     csit-dpdk-perf-verify-2001-3n-tsh:
2783       - 3   # NDRPDR sel
2784       - 4   # NDRPDR sel
2785       - 5   # NDRPDR sel
2786       - 9   # NDRPDR sel
2787       - 10  # NDRPDR sel
2788       - 11  # NDRPDR sel
2789       - 12  # NDRPDR sel
2790       - 14  # NDRPDR sel
2791       - 15  # NDRPDR sel
2792       - 18  # NDRPDR sel
2793     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2794       - 5   # NDRPDR sel
2795
2796     csit-vpp-device-2005-ubuntu1804-1n-skx:
2797       - 35
2798
2799 - type: "output"
2800   output: "report"
2801   format:
2802     html:
2803     - full
2804 #    pdf:
2805 #    - minimal
2806
2807 ################################################################################
2808 ###                               T A B L E S                                ###
2809 ################################################################################
2810
2811 # VPP Soak vs NDR - 2n-skx
2812 - type: "table"
2813   title: "VPP Soak vs NDR 2n-skx"
2814   algorithm: "table_soak_vs_ndr"
2815   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2816   reference:
2817     title: "NDR"
2818     data: "vpp-soak-vs-ndr-2n-skx-ref"
2819   compare:
2820     title: "Soak"
2821     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2822   data: "vpp-soak-vs-ndr-2n-skx"
2823   include-tests: "NDR"
2824   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2825   parameters:
2826     - "throughput"
2827     - "name"
2828     - "parent"
2829
2830 # VPP Soak vs NDR - 2n-clx
2831 - type: "table"
2832   title: "VPP Soak vs NDR 2n-clx"
2833   algorithm: "table_soak_vs_ndr"
2834   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2835   reference:
2836     title: "NDR"
2837     data: "vpp-soak-vs-ndr-2n-clx-ref"
2838   compare:
2839     title: "Soak"
2840     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2841   data: "vpp-soak-vs-ndr-2n-clx"
2842   include-tests: "NDR"
2843   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2844   parameters:
2845     - "throughput"
2846     - "name"
2847     - "parent"
2848
2849 ################################################################################
2850
2851 # VPP Compare NICs 3n-skx 2t1c ndr
2852 - type: "table"
2853   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2854   algorithm: "table_comparison"
2855   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2856   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2857   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2858   columns:
2859     - title: "x710"
2860       data-set: "vpp-nic-comparison-3n-skx"
2861       tag: "NIC_Intel-X710"
2862     - title: "xxv710"
2863       data-set: "vpp-nic-comparison-3n-skx"
2864       tag: "NIC_Intel-XXV710"
2865   comparisons:
2866     - title: "Diff"
2867       reference: 1
2868       compare: 2
2869   legend:
2870     - "Legend to Table:"
2871     - "x710, xxv710 - NICs tested."
2872     - "Diff - difference between x710 and xxv710 NIC."
2873
2874 # VPP Compare NICs 3n-skx 4t2c ndr
2875 - type: "table"
2876   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2877   algorithm: "table_comparison"
2878   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2880   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2881   columns:
2882     - title: "x710"
2883       data-set: "vpp-nic-comparison-3n-skx"
2884       tag: "NIC_Intel-X710"
2885     - title: "xxv710"
2886       data-set: "vpp-nic-comparison-3n-skx"
2887       tag: "NIC_Intel-XXV710"
2888   comparisons:
2889     - title: "Diff"
2890       reference: 1
2891       compare: 2
2892   legend:
2893     - "Legend to Table:"
2894     - "x710, xxv710 - NICs tested."
2895     - "Diff - difference between x710 and xxv710 NIC."
2896
2897 # VPP Compare NICs 3n-skx 2t1c pdr
2898 - type: "table"
2899   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2900   algorithm: "table_comparison"
2901   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2902   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2903   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2904   columns:
2905     - title: "x710"
2906       data-set: "vpp-nic-comparison-3n-skx"
2907       tag: "NIC_Intel-X710"
2908     - title: "xxv710"
2909       data-set: "vpp-nic-comparison-3n-skx"
2910       tag: "NIC_Intel-XXV710"
2911   comparisons:
2912     - title: "Diff"
2913       reference: 1
2914       compare: 2
2915   legend:
2916     - "Legend to Table:"
2917     - "x710, xxv710 - NICs tested."
2918     - "Diff - difference between x710 and xxv710 NIC."
2919
2920 # VPP Compare NICs 3n-skx 4t2c pdr
2921 - type: "table"
2922   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2923   algorithm: "table_comparison"
2924   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2925   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2926   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2927   columns:
2928     - title: "x710"
2929       data-set: "vpp-nic-comparison-3n-skx"
2930       tag: "NIC_Intel-X710"
2931     - title: "xxv710"
2932       data-set: "vpp-nic-comparison-3n-skx"
2933       tag: "NIC_Intel-XXV710"
2934   comparisons:
2935     - title: "Diff"
2936       reference: 1
2937       compare: 2
2938   legend:
2939     - "Legend to Table:"
2940     - "x710, xxv710 - NICs tested."
2941     - "Diff - difference between x710 and xxv710 NIC."
2942
2943 ## VPP Compare NICs 3n-skx 2t1c mrr
2944 #- type: "table"
2945 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2946 #  algorithm: "table_comparison"
2947 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2948 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2949 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2950 #  columns:
2951 #    - title: "x710"
2952 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2953 #      tag: "NIC_Intel-X710"
2954 #    - title: "xxv710"
2955 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2956 #      tag: "NIC_Intel-XXV710"
2957 #  comparisons:
2958 #    - title: "Diff"
2959 #      reference: 1
2960 #      compare: 2
2961 #  legend:
2962 #    - "Legend to Table:"
2963 #    - "x710, xxv710 - NICs tested."
2964 #    - "Diff - difference between x710 and xxv710 NIC."
2965 #
2966 ## VPP Compare NICs 3n-skx 4t2c mrr
2967 #- type: "table"
2968 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2969 #  algorithm: "table_comparison"
2970 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2971 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2972 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2973 #  columns:
2974 #    - title: "x710"
2975 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2976 #      tag: "NIC_Intel-X710"
2977 #    - title: "xxv710"
2978 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2979 #      tag: "NIC_Intel-XXV710"
2980 #  comparisons:
2981 #    - title: "Diff"
2982 #      reference: 1
2983 #      compare: 2
2984 #  legend:
2985 #    - "Legend to Table:"
2986 #    - "x710, xxv710 - NICs tested."
2987 #    - "Diff - difference between x710 and xxv710 NIC."
2988 #
2989 ## VPP Compare NICs 3n-skx 8t4c mrr
2990 #- type: "table"
2991 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2992 #  algorithm: "table_comparison"
2993 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2994 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2995 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2996 #  columns:
2997 #    - title: "x710"
2998 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2999 #      tag: "NIC_Intel-X710"
3000 #    - title: "xxv710"
3001 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
3002 #      tag: "NIC_Intel-XXV710"
3003 #  comparisons:
3004 #    - title: "Diff"
3005 #      reference: 1
3006 #      compare: 2
3007 #  legend:
3008 #    - "Legend to Table:"
3009 #    - "x710, xxv710 - NICs tested."
3010 #    - "Diff - difference between x710 and xxv710 NIC."
3011
3012 # VPP Compare NICs 2n-skx 2t1c ndr
3013 - type: "table"
3014   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3015   algorithm: "table_comparison"
3016   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3017   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3018   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3019   columns:
3020     - title: "x710"
3021       data-set: "vpp-nic-comparison-2n-skx"
3022       tag: "NIC_Intel-X710"
3023     - title: "xxv710"
3024       data-set: "vpp-nic-comparison-2n-skx"
3025       tag: "NIC_Intel-XXV710"
3026   comparisons:
3027     - title: "Diff"
3028       reference: 1
3029       compare: 2
3030   legend:
3031     - "Legend to Table:"
3032     - "x710, xxv710 - NICs tested."
3033     - "Diff - difference between x710 and xxv710 NIC."
3034
3035 # VPP Compare NICs 2n-skx 4t2c ndr
3036 - type: "table"
3037   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3038   algorithm: "table_comparison"
3039   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3040   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3041   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3042   columns:
3043     - title: "x710"
3044       data-set: "vpp-nic-comparison-2n-skx"
3045       tag: "NIC_Intel-X710"
3046     - title: "xxv710"
3047       data-set: "vpp-nic-comparison-2n-skx"
3048       tag: "NIC_Intel-XXV710"
3049   comparisons:
3050     - title: "Diff"
3051       reference: 1
3052       compare: 2
3053   legend:
3054     - "Legend to Table:"
3055     - "x710, xxv710 - NICs tested."
3056     - "Diff - difference between x710 and xxv710 NIC."
3057
3058 # VPP Compare NICs 2n-skx 2t1c pdr
3059 - type: "table"
3060   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3061   algorithm: "table_comparison"
3062   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3064   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3065   columns:
3066     - title: "x710"
3067       data-set: "vpp-nic-comparison-2n-skx"
3068       tag: "NIC_Intel-X710"
3069     - title: "xxv710"
3070       data-set: "vpp-nic-comparison-2n-skx"
3071       tag: "NIC_Intel-XXV710"
3072   comparisons:
3073     - title: "Diff"
3074       reference: 1
3075       compare: 2
3076   legend:
3077     - "Legend to Table:"
3078     - "x710, xxv710 - NICs tested."
3079     - "Diff - difference between x710 and xxv710 NIC."
3080
3081 # VPP Compare NICs 2n-skx 4t2c pdr
3082 - type: "table"
3083   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3084   algorithm: "table_comparison"
3085   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3086   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3087   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3088   columns:
3089     - title: "x710"
3090       data-set: "vpp-nic-comparison-2n-skx"
3091       tag: "NIC_Intel-X710"
3092     - title: "xxv710"
3093       data-set: "vpp-nic-comparison-2n-skx"
3094       tag: "NIC_Intel-XXV710"
3095   comparisons:
3096     - title: "Diff"
3097       reference: 1
3098       compare: 2
3099   legend:
3100     - "Legend to Table:"
3101     - "x710, xxv710 - NICs tested."
3102     - "Diff - difference between x710 and xxv710 NIC."
3103
3104 # VPP Compare NICs 2n-skx 2t1c mrr
3105 - type: "table"
3106   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3107   algorithm: "table_comparison"
3108   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3109   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3110   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3111   columns:
3112     - title: "x710"
3113       data-set: "vpp-nic-comparison-2n-skx-mrr"
3114       tag: "NIC_Intel-X710"
3115     - title: "xxv710"
3116       data-set: "vpp-nic-comparison-2n-skx-mrr"
3117       tag: "NIC_Intel-XXV710"
3118   comparisons:
3119     - title: "Diff"
3120       reference: 1
3121       compare: 2
3122   legend:
3123     - "Legend to Table:"
3124     - "x710, xxv710 - NICs tested."
3125     - "Diff - difference between x710 and xxv710 NIC."
3126
3127 # VPP Compare NICs 2n-skx 4t2c mrr
3128 - type: "table"
3129   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3130   algorithm: "table_comparison"
3131   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3132   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3133   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3134   columns:
3135     - title: "x710"
3136       data-set: "vpp-nic-comparison-2n-skx-mrr"
3137       tag: "NIC_Intel-X710"
3138     - title: "xxv710"
3139       data-set: "vpp-nic-comparison-2n-skx-mrr"
3140       tag: "NIC_Intel-XXV710"
3141   comparisons:
3142     - title: "Diff"
3143       reference: 1
3144       compare: 2
3145   legend:
3146     - "Legend to Table:"
3147     - "x710, xxv710 - NICs tested."
3148     - "Diff - difference between x710 and xxv710 NIC."
3149
3150 # VPP Compare NICs 2n-skx 8t4c mrr
3151 - type: "table"
3152   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3153   algorithm: "table_comparison"
3154   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3155   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3156   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3157   columns:
3158     - title: "x710"
3159       data-set: "vpp-nic-comparison-2n-skx-mrr"
3160       tag: "NIC_Intel-X710"
3161     - title: "xxv710"
3162       data-set: "vpp-nic-comparison-2n-skx-mrr"
3163       tag: "NIC_Intel-XXV710"
3164   comparisons:
3165     - title: "Diff"
3166       reference: 1
3167       compare: 2
3168   legend:
3169     - "Legend to Table:"
3170     - "x710, xxv710 - NICs tested."
3171     - "Diff - difference between x710 and xxv710 NIC."
3172
3173 ################################################################################
3174 # VPP
3175
3176 # VPP Performance Changes 3n-hsw 1t1c pdr
3177 - type: "table"
3178   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3179   algorithm: "table_comparison"
3180   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3181   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3182   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3183   columns:
3184     - title: "1908.1-2"
3185       data-set: "vpp-performance-changes-3n-hsw-h1"
3186     - title: "2001.0-2"
3187       data-set: "vpp-performance-changes-3n-hsw-ref"
3188     - title: "2005.0-3"
3189       data-set: "vpp-performance-changes-3n-hsw-cmp"
3190     - title: "2005.0-4"
3191       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3192   comparisons:
3193     - title: "Diff1"
3194       reference: 4
3195       compare: 3
3196     - title: "Diff2"
3197       reference: 2
3198       compare: 4
3199 #  rca:
3200 #    - title: "RCA1"
3201 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca1.yaml"
3202 #    - title: "RCA2"
3203 #      data: "rca/rca-2005-3n-hsw-1t1c-pdr-rca2.yaml"
3204   legend:
3205     - "Legend to Table"
3206     - '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).'
3207     - '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.'
3208     - '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.'
3209 #    - 'RCA1 - root cause analysis reference for Diff1.'
3210 #    - 'RCA2 - root cause analysis reference for Diff2.'
3211
3212 # VPP Performance Changes 3n-hsw 2t2c pdr
3213 - type: "table"
3214   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3215   algorithm: "table_comparison"
3216   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3217   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3218   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3219   columns:
3220     - title: "1908.1-2"
3221       data-set: "vpp-performance-changes-3n-hsw-h1"
3222     - title: "2001.0-2"
3223       data-set: "vpp-performance-changes-3n-hsw-ref"
3224     - title: "2005.0-3"
3225       data-set: "vpp-performance-changes-3n-hsw-cmp"
3226     - title: "2005.0-4"
3227       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3228   comparisons:
3229     - title: "Diff1"
3230       reference: 4
3231       compare: 3
3232     - title: "Diff2"
3233       reference: 2
3234       compare: 4
3235 #  rca:
3236 #    - title: "RCA1"
3237 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca1.yaml"
3238 #    - title: "RCA2"
3239 #      data: "rca/rca-2005-3n-hsw-2t2c-pdr-rca2.yaml"
3240   legend:
3241     - "Legend to Table"
3242     - '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).'
3243     - '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.'
3244     - '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.'
3245 #    - 'RCA1 - root cause analysis reference for Diff1.'
3246 #    - 'RCA2 - root cause analysis reference for Diff2.'
3247
3248 # VPP Performance Changes 3n-hsw 1t1c ndr
3249 - type: "table"
3250   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3251   algorithm: "table_comparison"
3252   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3253   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3254   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3255   columns:
3256     - title: "1908.1-2"
3257       data-set: "vpp-performance-changes-3n-hsw-h1"
3258     - title: "2001.0-2"
3259       data-set: "vpp-performance-changes-3n-hsw-ref"
3260     - title: "2005.0-3"
3261       data-set: "vpp-performance-changes-3n-hsw-cmp"
3262     - title: "2005.0-4"
3263       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3264   comparisons:
3265     - title: "Diff1"
3266     - title: "Diff1"
3267       reference: 4
3268       compare: 3
3269     - title: "Diff2"
3270       reference: 2
3271       compare: 4
3272 #  rca:
3273 #    - title: "RCA1"
3274 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca1.yaml"
3275 #    - title: "RCA2"
3276 #      data: "rca/rca-2005-3n-hsw-1t1c-ndr-rca2.yaml"
3277   legend:
3278     - "Legend to Table"
3279     - '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).'
3280     - '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.'
3281     - '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.'
3282 #    - 'RCA1 - root cause analysis reference for Diff1.'
3283 #    - 'RCA2 - root cause analysis reference for Diff2.'
3284
3285 # VPP Performance Changes 3n-hsw 2t2c ndr
3286 - type: "table"
3287   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3288   algorithm: "table_comparison"
3289   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3290   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3291   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3292   columns:
3293     - title: "1908.1-2"
3294       data-set: "vpp-performance-changes-3n-hsw-h1"
3295     - title: "2001.0-2"
3296       data-set: "vpp-performance-changes-3n-hsw-ref"
3297     - title: "2005.0-3"
3298       data-set: "vpp-performance-changes-3n-hsw-cmp"
3299     - title: "2005.0-4"
3300       data-set: "vpp-performance-changes-3n-hsw-cmp-2"
3301   comparisons:
3302     - title: "Diff1"
3303       reference: 4
3304       compare: 3
3305     - title: "Diff2"
3306       reference: 2
3307       compare: 4
3308 #  rca:
3309 #    - title: "RCA1"
3310 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca1.yaml"
3311 #    - title: "RCA2"
3312 #      data: "rca/rca-2005-3n-hsw-2t2c-ndr-rca2.yaml"
3313   legend:
3314     - "Legend to Table"
3315     - '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).'
3316     - '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.'
3317     - '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.'
3318 #    - 'RCA1 - root cause analysis reference for Diff1.'
3319 #    - 'RCA2 - root cause analysis reference for Diff2.'
3320
3321 # VPP Performance Changes 3n-skx 2t1c pdr
3322 - type: "table"
3323   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3324   algorithm: "table_comparison"
3325   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3327   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3328   columns:
3329     - title: "1908.1-2"
3330       data-set: "vpp-performance-changes-3n-skx-h1"
3331     - title: "2001.0-2"
3332       data-set: "vpp-performance-changes-3n-skx-ref"
3333     - title: "2005.0-3"
3334       data-set: "vpp-performance-changes-3n-skx-cmp"
3335     - title: "2005.0-4"
3336       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3337   comparisons:
3338     - title: "Diff1"
3339       reference: 4
3340       compare: 3
3341     - title: "Diff2"
3342       reference: 2
3343       compare: 4
3344 #  rca:
3345 #    - title: "RCA1"
3346 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca1.yaml"
3347 #    - title: "RCA2"
3348 #      data: "rca/rca-2005-3n-skx-2t1c-pdr-rca2.yaml"
3349   legend:
3350     - "Legend to Table"
3351     - '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).'
3352     - '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.'
3353     - '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.'
3354 #    - 'RCA1 - root cause analysis reference for Diff1.'
3355 #    - 'RCA2 - root cause analysis reference for Diff2.'
3356
3357 # VPP Performance Changes 3n-skx 4t2c pdr
3358 - type: "table"
3359   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3360   algorithm: "table_comparison"
3361   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3362   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3363   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3364   columns:
3365     - title: "1908.1-2"
3366       data-set: "vpp-performance-changes-3n-skx-h1"
3367     - title: "2001.0-2"
3368       data-set: "vpp-performance-changes-3n-skx-ref"
3369     - title: "2005.0-3"
3370       data-set: "vpp-performance-changes-3n-skx-cmp"
3371     - title: "2005.0-4"
3372       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3373   comparisons:
3374     - title: "Diff1"
3375       reference: 4
3376       compare: 3
3377     - title: "Diff2"
3378       reference: 2
3379       compare: 4
3380 #  rca:
3381 #    - title: "RCA1"
3382 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca1.yaml"
3383 #    - title: "RCA2"
3384 #      data: "rca/rca-2005-3n-skx-4t2c-pdr-rca2.yaml"
3385   legend:
3386     - "Legend to Table"
3387     - '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).'
3388     - '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.'
3389     - '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.'
3390 #    - 'RCA1 - root cause analysis reference for Diff1.'
3391 #    - 'RCA2 - root cause analysis reference for Diff2.'
3392
3393 # VPP Performance Changes 3n-skx 2t1c ndr
3394 - type: "table"
3395   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3396   algorithm: "table_comparison"
3397   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3398   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3399   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3400   columns:
3401     - title: "1908.1-2"
3402       data-set: "vpp-performance-changes-3n-skx-h1"
3403     - title: "2001.0-2"
3404       data-set: "vpp-performance-changes-3n-skx-ref"
3405     - title: "2005.0-3"
3406       data-set: "vpp-performance-changes-3n-skx-cmp"
3407     - title: "2005.0-4"
3408       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3409   comparisons:
3410     - title: "Diff1"
3411       reference: 4
3412       compare: 3
3413     - title: "Diff2"
3414       reference: 2
3415       compare: 4
3416 #  rca:
3417 #    - title: "RCA1"
3418 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca1.yaml"
3419 #    - title: "RCA2"
3420 #      data: "rca/rca-2005-3n-skx-2t1c-ndr-rca2.yaml"
3421   legend:
3422     - "Legend to Table"
3423     - '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).'
3424     - '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.'
3425     - '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.'
3426 #    - 'RCA1 - root cause analysis reference for Diff1.'
3427 #    - 'RCA2 - root cause analysis reference for Diff2.'
3428
3429 # VPP Performance Changes 3n-skx 4t2c ndr
3430 - type: "table"
3431   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3432   algorithm: "table_comparison"
3433   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3434   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3435   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3436   columns:
3437     - title: "1908.1-2"
3438       data-set: "vpp-performance-changes-3n-skx-h1"
3439     - title: "2001.0-2"
3440       data-set: "vpp-performance-changes-3n-skx-ref"
3441     - title: "2005.0-3"
3442       data-set: "vpp-performance-changes-3n-skx-cmp"
3443     - title: "2005.0-4"
3444       data-set: "vpp-performance-changes-3n-skx-cmp-2"
3445   comparisons:
3446     - title: "Diff1"
3447       reference: 4
3448       compare: 3
3449     - title: "Diff2"
3450       reference: 2
3451       compare: 4
3452 #  rca:
3453 #    - title: "RCA1"
3454 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca1.yaml"
3455 #    - title: "RCA2"
3456 #      data: "rca/rca-2005-3n-skx-4t2c-ndr-rca2.yaml"
3457   legend:
3458     - "Legend to Table"
3459     - '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).'
3460     - '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.'
3461     - '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.'
3462 #    - 'RCA1 - root cause analysis reference for Diff1.'
3463 #    - 'RCA2 - root cause analysis reference for Diff2.'
3464
3465 # VPP Performance Changes 2n-skx 2t1c pdr
3466 - type: "table"
3467   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3468   algorithm: "table_comparison"
3469   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3470   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3471   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3472   columns:
3473     - title: "1908.1-2"
3474       data-set: "vpp-performance-changes-2n-skx-h1"
3475     - title: "2001.0-2"
3476       data-set: "vpp-performance-changes-2n-skx-ref"
3477     - title: "2005.0-3"
3478       data-set: "vpp-performance-changes-2n-skx-cmp"
3479     - title: "2005.0-4"
3480       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3481   comparisons:
3482     - title: "Diff1"
3483       reference: 4
3484       compare: 3
3485     - title: "Diff2"
3486       reference: 2
3487       compare: 4
3488 #  rca:
3489 #    - title: "RCA1"
3490 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca1.yaml"
3491 #    - title: "RCA2"
3492 #      data: "rca/rca-2005-2n-skx-2t1c-pdr-rca2.yaml"
3493   legend:
3494     - "Legend to Table"
3495     - '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).'
3496     - '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.'
3497     - '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.'
3498 #    - 'RCA1 - root cause analysis reference for Diff1.'
3499 #    - 'RCA2 - root cause analysis reference for Diff2.'
3500
3501 # VPP Performance Changes 2n-skx 4t2c pdr
3502 - type: "table"
3503   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3504   algorithm: "table_comparison"
3505   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3506   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3507   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3508   columns:
3509     - title: "1908.1-2"
3510       data-set: "vpp-performance-changes-2n-skx-h1"
3511     - title: "2001.0-2"
3512       data-set: "vpp-performance-changes-2n-skx-ref"
3513     - title: "2005.0-3"
3514       data-set: "vpp-performance-changes-2n-skx-cmp"
3515     - title: "2005.0-4"
3516       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3517   comparisons:
3518     - title: "Diff1"
3519       reference: 4
3520       compare: 3
3521     - title: "Diff2"
3522       reference: 2
3523       compare: 4
3524 #  rca:
3525 #    - title: "RCA1"
3526 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca1.yaml"
3527 #    - title: "RCA2"
3528 #      data: "rca/rca-2005-2n-skx-4t2c-pdr-rca2.yaml"
3529   legend:
3530     - "Legend to Table"
3531     - '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).'
3532     - '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.'
3533     - '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.'
3534 #    - 'RCA1 - root cause analysis reference for Diff1.'
3535 #    - 'RCA2 - root cause analysis reference for Diff2.'
3536
3537 # VPP Performance Changes 2n-skx 2t1c ndr
3538 - type: "table"
3539   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3540   algorithm: "table_comparison"
3541   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3542   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3543   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3544   columns:
3545     - title: "1908.1-2"
3546       data-set: "vpp-performance-changes-2n-skx-h1"
3547     - title: "2001.0-2"
3548       data-set: "vpp-performance-changes-2n-skx-ref"
3549     - title: "2005.0-3"
3550       data-set: "vpp-performance-changes-2n-skx-cmp"
3551     - title: "2005.0-4"
3552       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3553   comparisons:
3554     - title: "Diff1"
3555       reference: 4
3556       compare: 3
3557     - title: "Diff2"
3558       reference: 2
3559       compare: 4
3560 #  rca:
3561 #    - title: "RCA1"
3562 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca1.yaml"
3563 #    - title: "RCA2"
3564 #      data: "rca/rca-2005-2n-skx-2t1c-ndr-rca2.yaml"
3565   legend:
3566     - "Legend to Table"
3567     - '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).'
3568     - '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.'
3569     - '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.'
3570 #    - 'RCA1 - root cause analysis reference for Diff1.'
3571 #    - 'RCA2 - root cause analysis reference for Diff2.'
3572
3573 # VPP Performance Changes 2n-skx 4t2c ndr
3574 - type: "table"
3575   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3576   algorithm: "table_comparison"
3577   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3578   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3579   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3580   columns:
3581     - title: "1908.1-2"
3582       data-set: "vpp-performance-changes-2n-skx-h1"
3583     - title: "2001.0-2"
3584       data-set: "vpp-performance-changes-2n-skx-ref"
3585     - title: "2005.0-3"
3586       data-set: "vpp-performance-changes-2n-skx-cmp"
3587     - title: "2005.0-4"
3588       data-set: "vpp-performance-changes-2n-skx-cmp-2"
3589   comparisons:
3590     - title: "Diff1"
3591       reference: 4
3592       compare: 3
3593     - title: "Diff2"
3594       reference: 2
3595       compare: 4
3596 #  rca:
3597 #    - title: "RCA1"
3598 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca1.yaml"
3599 #    - title: "RCA2"
3600 #      data: "rca/rca-2005-2n-skx-4t2c-ndr-rca2.yaml"
3601   legend:
3602     - "Legend to Table"
3603     - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "2" for 2020-03-27, "3" for 2020-06-11, "4" for 2020-06-24).'
3604     - '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.'
3605     - '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.'
3606 #    - 'RCA1 - root cause analysis reference for Diff1.'
3607 #    - 'RCA2 - root cause analysis reference for Diff2.'
3608
3609 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3610 - type: "table"
3611   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3612   algorithm: "table_comparison"
3613   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3614   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3615   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3616   columns:
3617     - title: "2001.0-2"
3618       data-set: "vpp-performance-changes-2n-clx-ref"
3619     - title: "2005.0-3"
3620       data-set: "vpp-performance-changes-2n-clx-cmp"
3621     - title: "2005.0-4"
3622       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3623   comparisons:
3624     - title: "Diff1"
3625       reference: 4
3626       compare: 3
3627     - title: "Diff2"
3628       reference: 2
3629       compare: 4
3630 #  rca:
3631 #    - title: "RCA1"
3632 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca1.yaml"
3633 #    - title: "RCA2"
3634 #      data: "rca/rca-2005-2n-clx-2t1c-pdr-rca2.yaml"
3635   legend:
3636     - "Legend to Table"
3637     - '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).'
3638     - '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.'
3639     - '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.'
3640 #    - 'RCA1 - root cause analysis reference for Diff1.'
3641 #    - 'RCA2 - root cause analysis reference for Diff2.'
3642
3643 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3644 - type: "table"
3645   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3646   algorithm: "table_comparison"
3647   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3648   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3649   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3650   columns:
3651     - title: "2001.0-2"
3652       data-set: "vpp-performance-changes-2n-clx-ref"
3653     - title: "2005.0-3"
3654       data-set: "vpp-performance-changes-2n-clx-cmp"
3655     - title: "2005.0-4"
3656       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3657   comparisons:
3658     - title: "Diff1"
3659       reference: 4
3660       compare: 3
3661     - title: "Diff2"
3662       reference: 2
3663       compare: 4
3664 #  rca:
3665 #    - title: "RCA1"
3666 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca1.yaml"
3667 #    - title: "RCA2"
3668 #      data: "rca/rca-2005-2n-clx-4t2c-pdr-rca2.yaml"
3669   legend:
3670     - "Legend to Table"
3671     - '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).'
3672     - '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.'
3673     - '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.'
3674 #    - 'RCA1 - root cause analysis reference for Diff1.'
3675 #    - 'RCA2 - root cause analysis reference for Diff2.'
3676
3677 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3678 - type: "table"
3679   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3680   algorithm: "table_comparison"
3681   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3682   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3683   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3684   columns:
3685     - title: "2001.0-2"
3686       data-set: "vpp-performance-changes-2n-clx-ref"
3687     - title: "2005.0-3"
3688       data-set: "vpp-performance-changes-2n-clx-cmp"
3689     - title: "2005.0-4"
3690       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3691   comparisons:
3692     - title: "Diff1"
3693       reference: 4
3694       compare: 3
3695     - title: "Diff2"
3696       reference: 2
3697       compare: 4
3698 #  rca:
3699 #    - title: "RCA1"
3700 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca1.yaml"
3701 #    - title: "RCA2"
3702 #      data: "rca/rca-2005-2n-clx-2t1c-ndr-rca2.yaml"
3703   legend:
3704     - "Legend to Table"
3705     - '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).'
3706     - '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.'
3707     - '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.'
3708 #    - 'RCA1 - root cause analysis reference for Diff1.'
3709 #    - 'RCA2 - root cause analysis reference for Diff2.'
3710
3711 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3712 - type: "table"
3713   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3714   algorithm: "table_comparison"
3715   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3716   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3717   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3718   columns:
3719     - title: "2001.0-2"
3720       data-set: "vpp-performance-changes-2n-clx-ref"
3721     - title: "2005.0-3"
3722       data-set: "vpp-performance-changes-2n-clx-cmp"
3723     - title: "2005.0-4"
3724       data-set: "vpp-performance-changes-2n-clx-cmp-2"
3725   comparisons:
3726     - title: "Diff1"
3727       reference: 4
3728       compare: 3
3729     - title: "Diff2"
3730       reference: 2
3731       compare: 4
3732 #  rca:
3733 #    - title: "RCA1"
3734 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca1.yaml"
3735 #    - title: "RCA2"
3736 #      data: "rca/rca-2005-2n-clx-4t2c-ndr-rca2.yaml"
3737   legend:
3738     - "Legend to Table"
3739     - '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).'
3740     - '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.'
3741     - '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.'
3742 #    - 'RCA1 - root cause analysis reference for Diff1.'
3743 #    - 'RCA2 - root cause analysis reference for Diff2.'
3744
3745 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3746 - type: "table"
3747   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3748   algorithm: "table_comparison"
3749   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3750   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3751   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3752   columns:
3753     - title: "2001.0-2"
3754       data-set: "vpp-performance-changes-2n-clx-ref"
3755     - title: "2005.0-4"
3756       data-set: "vpp-performance-changes-2n-clx-cmp"
3757   comparisons:
3758     - title: "Diff"
3759       reference: 1
3760       compare: 2
3761   legend:
3762     - "Legend to Table"
3763     - "2001, 2005 - VPP versions tested."
3764     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3765
3766 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3767 - type: "table"
3768   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3769   algorithm: "table_comparison"
3770   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3771   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3772   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3773   columns:
3774     - title: "2001.0-2"
3775       data-set: "vpp-performance-changes-2n-clx-ref"
3776     - title: "2005.0-4"
3777       data-set: "vpp-performance-changes-2n-clx-cmp"
3778   comparisons:
3779     - title: "Diff"
3780       reference: 1
3781       compare: 2
3782   legend:
3783     - "Legend to Table"
3784     - "2001, 2005 - VPP versions tested."
3785     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3786
3787 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3788 - type: "table"
3789   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3790   algorithm: "table_comparison"
3791   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3792   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3793   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3794   columns:
3795     - title: "2001.0-2"
3796       data-set: "vpp-performance-changes-2n-clx-ref"
3797     - title: "2005.0-4"
3798       data-set: "vpp-performance-changes-2n-clx-cmp"
3799   comparisons:
3800     - title: "Diff"
3801       reference: 1
3802       compare: 2
3803   legend:
3804     - "Legend to Table"
3805     - "2001, 2005 - VPP versions tested."
3806     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3807
3808 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3809 - type: "table"
3810   title: "VPP Performance Changes 2n-clx-x556 ndr"
3811   algorithm: "table_comparison"
3812   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3813   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3814   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3815   columns:
3816     - title: "2001.0-2"
3817       data-set: "vpp-performance-changes-2n-clx-ref"
3818     - title: "2005.0-4"
3819       data-set: "vpp-performance-changes-2n-clx-cmp"
3820   comparisons:
3821     - title: "Diff"
3822       reference: 1
3823       compare: 2
3824   legend:
3825     - "Legend to Table"
3826     - "2001, 2005 - VPP versions tested."
3827     - "Diff - difference between 2001.0-2 and 2005.0-3 VPP version."
3828
3829 # VPP Performance Changes 2n-dnv 1t1c pdr
3830 - type: "table"
3831   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3832   algorithm: "table_comparison"
3833   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3834   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3835   filter: "'1T1C'"
3836   columns:
3837     - title: "1908"
3838       data-set: "vpp-performance-changes-2n-dnv-h1"
3839     - title: "2001"
3840       data-set: "vpp-performance-changes-2n-dnv-ref"
3841     - title: "2005"
3842       data-set: "vpp-performance-changes-2n-dnv-cmp"
3843   comparisons:
3844     - title: "Diff"
3845       reference: 2
3846       compare: 3
3847   legend:
3848     - "Legend to Table"
3849     - "1908, 2001, 2005 - VPP versions tested."
3850     - "Diff - difference between 2001 and 2005 VPP version."
3851
3852 # VPP Performance Changes 2n-dnv 2t2c pdr
3853 - type: "table"
3854   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3855   algorithm: "table_comparison"
3856   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3857   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3858   filter: "'2T2C'"
3859   columns:
3860     - title: "1908"
3861       data-set: "vpp-performance-changes-2n-dnv-h1"
3862     - title: "2001"
3863       data-set: "vpp-performance-changes-2n-dnv-ref"
3864     - title: "2005"
3865       data-set: "vpp-performance-changes-2n-dnv-cmp"
3866   comparisons:
3867     - title: "Diff"
3868       reference: 2
3869       compare: 3
3870   legend:
3871     - "Legend to Table"
3872     - "1908, 2001, 2005 - VPP versions tested."
3873     - "Diff - difference between 2001 and 2005 VPP version."
3874
3875 # VPP Performance Changes 2n-dnv 1t1c ndr
3876 - type: "table"
3877   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3878   algorithm: "table_comparison"
3879   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3880   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3881   filter: "'1T1C'"
3882   columns:
3883     - title: "1908"
3884       data-set: "vpp-performance-changes-2n-dnv-h1"
3885     - title: "2001"
3886       data-set: "vpp-performance-changes-2n-dnv-ref"
3887     - title: "2005"
3888       data-set: "vpp-performance-changes-2n-dnv-cmp"
3889   comparisons:
3890     - title: "Diff"
3891       reference: 2
3892       compare: 3
3893   legend:
3894     - "Legend to Table"
3895     - "1908, 2001, 2005 - VPP versions tested."
3896     - "Diff - difference between 2001 and 2005 VPP version."
3897
3898 # VPP Performance Changes 2n-dnv 2t2c ndr
3899 - type: "table"
3900   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3901   algorithm: "table_comparison"
3902   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3903   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3904   filter: "'2T2C'"
3905   columns:
3906     - title: "1908"
3907       data-set: "vpp-performance-changes-2n-dnv-h1"
3908     - title: "2001"
3909       data-set: "vpp-performance-changes-2n-dnv-ref"
3910     - title: "2005"
3911       data-set: "vpp-performance-changes-2n-dnv-cmp"
3912   comparisons:
3913     - title: "Diff"
3914       reference: 2
3915       compare: 3
3916   legend:
3917     - "Legend to Table"
3918     - "1908, 2001, 2005 - VPP versions tested."
3919     - "Diff - difference between 2001 and 2005 VPP version."
3920
3921 # VPP Performance Changes 3n-dnv 1t1c pdr
3922 - type: "table"
3923   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3924   algorithm: "table_comparison"
3925   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3926   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3927   filter: "'1T1C'"
3928   columns:
3929     - title: "1908"
3930       data-set: "vpp-performance-changes-3n-dnv-h1"
3931     - title: "2001"
3932       data-set: "vpp-performance-changes-3n-dnv-ref"
3933     - title: "2005"
3934       data-set: "vpp-performance-changes-3n-dnv-cmp"
3935   comparisons:
3936     - title: "Diff"
3937       reference: 2
3938       compare: 3
3939   legend:
3940     - "Legend to Table"
3941     - "1908, 2001, 2005 - VPP versions tested."
3942     - "Diff - difference between 2001 and 2005 VPP version."
3943
3944 # VPP Performance Changes 3n-dnv 2t2c pdr
3945 - type: "table"
3946   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3947   algorithm: "table_comparison"
3948   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3949   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3950   filter: "'2T2C'"
3951   columns:
3952     - title: "1908"
3953       data-set: "vpp-performance-changes-3n-dnv-h1"
3954     - title: "2001"
3955       data-set: "vpp-performance-changes-3n-dnv-ref"
3956     - title: "2005"
3957       data-set: "vpp-performance-changes-3n-dnv-cmp"
3958   comparisons:
3959     - title: "Diff"
3960       reference: 2
3961       compare: 3
3962   legend:
3963     - "Legend to Table"
3964     - "1908, 2001, 2005 - VPP versions tested."
3965     - "Diff - difference between 2001 and 2005 VPP version."
3966
3967 # VPP Performance Changes 3n-dnv 1t1c ndr
3968 - type: "table"
3969   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3970   algorithm: "table_comparison"
3971   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3972   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3973   filter: "'1T1C'"
3974   columns:
3975     - title: "1908"
3976       data-set: "vpp-performance-changes-3n-dnv-h1"
3977     - title: "2001"
3978       data-set: "vpp-performance-changes-3n-dnv-ref"
3979     - title: "2005"
3980       data-set: "vpp-performance-changes-3n-dnv-cmp"
3981   comparisons:
3982     - title: "Diff"
3983       reference: 2
3984       compare: 3
3985   legend:
3986     - "Legend to Table"
3987     - "1908, 2001, 2005 - VPP versions tested."
3988     - "Diff - difference between 2001 and 2005 VPP version."
3989
3990 # VPP Performance Changes 3n-dnv 2t2c ndr
3991 - type: "table"
3992   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3993   algorithm: "table_comparison"
3994   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3995   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3996   filter: "'2T2C'"
3997   columns:
3998     - title: "1908"
3999       data-set: "vpp-performance-changes-3n-dnv-h1"
4000     - title: "2001"
4001       data-set: "vpp-performance-changes-3n-dnv-ref"
4002     - title: "2005"
4003       data-set: "vpp-performance-changes-3n-dnv-cmp"
4004   comparisons:
4005     - title: "Diff"
4006       reference: 2
4007       compare: 3
4008   legend:
4009     - "Legend to Table"
4010     - "1908, 2001, 2005 - VPP versions tested."
4011     - "Diff - difference between 2001 and 2005 VPP version."
4012
4013 # VPP Performance Changes 3n-tsh 1t1c pdr
4014 - type: "table"
4015   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4016   algorithm: "table_comparison"
4017   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4018   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4019   filter: "'1T1C'"
4020   columns:
4021     - title: "1908.1-2"
4022       data-set: "vpp-performance-changes-3n-tsh-h1"
4023     - title: "2001.0-2"
4024       data-set: "vpp-performance-changes-3n-tsh-ref"
4025     - title: "2005.0-3"
4026       data-set: "vpp-performance-changes-3n-tsh-cmp"
4027     - title: "2005.0-4"
4028       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4029   comparisons:
4030     - title: "Diff1"
4031       reference: 4
4032       compare: 3
4033     - title: "Diff2"
4034       reference: 2
4035       compare: 4
4036 #  rca:
4037 #    - title: "RCA1"
4038 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca1.yaml"
4039 #    - title: "RCA2"
4040 #      data: "rca/rca-2005-3n-tsh-1t1c-pdr-rca2.yaml"
4041   legend:
4042     - "Legend to Table"
4043     - '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).'
4044     - '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.'
4045     - '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.'
4046 #    - 'RCA1 - root cause analysis reference for Diff1.'
4047 #    - 'RCA2 - root cause analysis reference for Diff2.'
4048
4049 # VPP Performance Changes 3n-tsh 2t2c pdr
4050 - type: "table"
4051   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4052   algorithm: "table_comparison"
4053   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4054   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4055   filter: "'2T2C'"
4056   columns:
4057     - title: "1908.1-2"
4058       data-set: "vpp-performance-changes-3n-tsh-h1"
4059     - title: "2001.0-2"
4060       data-set: "vpp-performance-changes-3n-tsh-ref"
4061     - title: "2005.0-3"
4062       data-set: "vpp-performance-changes-3n-tsh-cmp"
4063     - title: "2005.0-4"
4064       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4065   comparisons:
4066     - title: "Diff1"
4067       reference: 4
4068       compare: 3
4069     - title: "Diff2"
4070       reference: 2
4071       compare: 4
4072 #  rca:
4073 #    - title: "RCA1"
4074 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca1.yaml"
4075 #    - title: "RCA2"
4076 #      data: "rca/rca-2005-3n-tsh-2t2c-pdr-rca2.yaml"
4077   legend:
4078     - "Legend to Table"
4079     - '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).'
4080     - '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.'
4081     - '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.'
4082 #    - 'RCA1 - root cause analysis reference for Diff1.'
4083 #    - 'RCA2 - root cause analysis reference for Diff2.'
4084
4085 # VPP Performance Changes 3n-tsh 1t1c ndr
4086 - type: "table"
4087   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4088   algorithm: "table_comparison"
4089   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4090   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4091   filter: "'1T1C'"
4092   columns:
4093     - title: "1908.1-2"
4094       data-set: "vpp-performance-changes-3n-tsh-h1"
4095     - title: "2001.0-2"
4096       data-set: "vpp-performance-changes-3n-tsh-ref"
4097     - title: "2005.0-3"
4098       data-set: "vpp-performance-changes-3n-tsh-cmp"
4099     - title: "2005.0-4"
4100       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4101   comparisons:
4102     - title: "Diff1"
4103       reference: 4
4104       compare: 3
4105     - title: "Diff2"
4106       reference: 2
4107       compare: 4
4108 #  rca:
4109 #    - title: "RCA1"
4110 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca1.yaml"
4111 #    - title: "RCA2"
4112 #      data: "rca/rca-2005-3n-tsh-1t1c-ndr-rca2.yaml"
4113   legend:
4114     - "Legend to Table"
4115     - '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).'
4116     - '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.'
4117     - '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.'
4118 #    - 'RCA1 - root cause analysis reference for Diff1.'
4119 #    - 'RCA2 - root cause analysis reference for Diff2.'
4120
4121 # VPP Performance Changes 3n-tsh 2t2c ndr
4122 - type: "table"
4123   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4124   algorithm: "table_comparison"
4125   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4126   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4127   filter: "'2T2C'"
4128   columns:
4129     - title: "1908.1-2"
4130       data-set: "vpp-performance-changes-3n-tsh-h1"
4131     - title: "2001.0-2"
4132       data-set: "vpp-performance-changes-3n-tsh-ref"
4133     - title: "2005.0-3"
4134       data-set: "vpp-performance-changes-3n-tsh-cmp"
4135     - title: "2005.0-4"
4136       data-set: "vpp-performance-changes-3n-tsh-cmp-2"
4137   comparisons:
4138     - title: "Diff1"
4139       reference: 4
4140       compare: 3
4141     - title: "Diff2"
4142       reference: 2
4143       compare: 4
4144 #  rca:
4145 #    - title: "RCA1"
4146 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca1.yaml"
4147 #    - title: "RCA2"
4148 #      data: "rca/rca-2005-3n-tsh-2t2c-ndr-rca2.yaml"
4149   legend:
4150     - "Legend to Table"
4151     - '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).'
4152     - '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.'
4153     - '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.'
4154 #    - 'RCA1 - root cause analysis reference for Diff1.'
4155 #    - 'RCA2 - root cause analysis reference for Diff2.'
4156
4157 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4158 - type: "table"
4159   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4160   algorithm: "table_comparison"
4161   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4162   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4163   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4164   columns:
4165     - title: "3n-hsw xl710"
4166       data-set: "vpp-compare-testbeds-ref"
4167       tag: "NIC_Intel-XL710"
4168     - title: "3n-skx xxv710"
4169       data-set: "vpp-compare-testbeds-cmp"
4170       tag: "NIC_Intel-XXV710"
4171   comparisons:
4172     - title: "Diff"
4173       reference: 1
4174       compare: 2
4175   legend:
4176     - "Legend to Table"
4177     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4178     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4179
4180 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4181 - type: "table"
4182   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4183   algorithm: "table_comparison"
4184   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4186   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4187   columns:
4188     - title: "3n-hsw xl710"
4189       data-set: "vpp-compare-testbeds-ref"
4190       tag: "NIC_Intel-XL710"
4191     - title: "3n-skx xxv710"
4192       data-set: "vpp-compare-testbeds-cmp"
4193       tag: "NIC_Intel-XXV710"
4194   comparisons:
4195     - title: "Diff"
4196       reference: 1
4197       compare: 2
4198   legend:
4199     - "Legend to Table"
4200     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4201     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4202
4203 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4204 - type: "table"
4205   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4206   algorithm: "table_comparison"
4207   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4208   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4209   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4210   columns:
4211     - title: "3n-hsw xl710"
4212       data-set: "vpp-compare-testbeds-ref"
4213       tag: "NIC_Intel-XL710"
4214     - title: "3n-skx xxv710"
4215       data-set: "vpp-compare-testbeds-cmp"
4216       tag: "NIC_Intel-XXV710"
4217   comparisons:
4218     - title: "Diff"
4219       reference: 1
4220       compare: 2
4221   legend:
4222     - "Legend to Table"
4223     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4224     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4225
4226 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4227 - type: "table"
4228   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4229   algorithm: "table_comparison"
4230   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4231   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4232   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4233   columns:
4234     - title: "3n-hsw xl710"
4235       data-set: "vpp-compare-testbeds-ref"
4236       tag: "NIC_Intel-XL710"
4237     - title: "3n-skx xxv710"
4238       data-set: "vpp-compare-testbeds-cmp"
4239       tag: "NIC_Intel-XXV710"
4240   comparisons:
4241     - title: "Diff"
4242       reference: 1
4243       compare: 2
4244   legend:
4245     - "Legend to Table"
4246     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4247     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4248
4249 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4250 - type: "table"
4251   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4252   algorithm: "table_comparison"
4253   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4254   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4255   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4256   columns:
4257     - title: "2n-skx"
4258       data-set: "vpp-compare-testbeds-skx-clx-ref"
4259     - title: "2n-clx"
4260       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4261   comparisons:
4262     - title: "Diff"
4263       reference: 1
4264       compare: 2
4265   legend:
4266     - "Legend to Table"
4267     - "2n-skx, 2n-clx - testbeds and NICs tested."
4268     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4269
4270 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4271 - type: "table"
4272   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4273   algorithm: "table_comparison"
4274   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4275   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4276   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4277   columns:
4278     - title: "2n-skx"
4279       data-set: "vpp-compare-testbeds-skx-clx-ref"
4280     - title: "2n-clx"
4281       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4282   comparisons:
4283     - title: "Diff"
4284       reference: 1
4285       compare: 2
4286   legend:
4287     - "Legend to Table"
4288     - "2n-skx, 2n-clx - testbeds and NICs tested."
4289     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4290
4291 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4292 - type: "table"
4293   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4294   algorithm: "table_comparison"
4295   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4296   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4297   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4298   columns:
4299     - title: "2n-skx"
4300       data-set: "vpp-compare-testbeds-skx-clx-ref"
4301     - title: "2n-clx"
4302       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4303   comparisons:
4304     - title: "Diff"
4305       reference: 1
4306       compare: 2
4307   legend:
4308     - "Legend to Table"
4309     - "2n-skx, 2n-clx - testbeds and NICs tested."
4310     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4311
4312 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4313 - type: "table"
4314   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4315   algorithm: "table_comparison"
4316   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4317   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4318   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4319   columns:
4320     - title: "2n-skx"
4321       data-set: "vpp-compare-testbeds-skx-clx-ref"
4322     - title: "2n-clx"
4323       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4324   comparisons:
4325     - title: "Diff"
4326       reference: 1
4327       compare: 2
4328   legend:
4329     - "Legend to Table"
4330     - "2n-skx, 2n-clx - testbeds and NICs tested."
4331     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4332
4333 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4334 - type: "table"
4335   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4336   algorithm: "table_comparison"
4337   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4339   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4340   columns:
4341     - title: "3n-hsw xl710"
4342       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4343       tag: "NIC_Intel-XL710"
4344     - title: "2n-clx xxv710"
4345       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4346       tag: "NIC_Intel-XXV710"
4347   comparisons:
4348     - title: "Diff"
4349       reference: 1
4350       compare: 2
4351   legend:
4352     - "Legend to Table"
4353     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4354     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4355
4356 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4357 - type: "table"
4358   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4359   algorithm: "table_comparison"
4360   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4361   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4362   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4363   columns:
4364     - title: "3n-hsw xl710"
4365       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4366       tag: "NIC_Intel-XL710"
4367     - title: "2n-clx xxv710"
4368       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4369       tag: "NIC_Intel-XXV710"
4370   comparisons:
4371     - title: "Diff"
4372       reference: 1
4373       compare: 2
4374   legend:
4375     - "Legend to Table"
4376     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4377     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4378
4379 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4380 - type: "table"
4381   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4382   algorithm: "table_comparison"
4383   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4384   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4385   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4386   columns:
4387     - title: "3n-hsw xl710"
4388       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4389       tag: "NIC_Intel-XL710"
4390     - title: "2n-clx xxv710"
4391       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4392       tag: "NIC_Intel-XXV710"
4393   comparisons:
4394     - title: "Diff"
4395       reference: 1
4396       compare: 2
4397   legend:
4398     - "Legend to Table"
4399     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4400     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4401
4402 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4403 - type: "table"
4404   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4405   algorithm: "table_comparison"
4406   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4407   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4408   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4409   columns:
4410     - title: "3n-hsw xl710"
4411       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4412       tag: "NIC_Intel-XL710"
4413     - title: "2n-clx xxv710"
4414       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4415       tag: "NIC_Intel-XXV710"
4416   comparisons:
4417     - title: "Diff"
4418       reference: 1
4419       compare: 2
4420   legend:
4421     - "Legend to Table"
4422     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4423     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4424
4425 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4426 - type: "table"
4427   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4428   algorithm: "table_comparison"
4429   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4430   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4431   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4432   columns:
4433     - title: "3n-skx"
4434       data-set: "vpp-compare-topologies-ref"
4435     - title: "2n-skx"
4436       data-set: "vpp-compare-topologies-cmp"
4437   comparisons:
4438     - title: "Diff"
4439       reference: 1
4440       compare: 2
4441   legend:
4442     - "Legend to Table"
4443     - "3n-skx, 2n-skx - topologies tested."
4444     - "Diff - difference between 3n-skx and 2n-skx topologies."
4445
4446 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4447 - type: "table"
4448   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4449   algorithm: "table_comparison"
4450   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4451   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4452   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4453   columns:
4454     - title: "3n-skx"
4455       data-set: "vpp-compare-topologies-ref"
4456     - title: "2n-skx"
4457       data-set: "vpp-compare-topologies-cmp"
4458   comparisons:
4459     - title: "Diff"
4460       reference: 1
4461       compare: 2
4462   legend:
4463     - "Legend to Table"
4464     - "3n-skx, 2n-skx - topologies tested."
4465     - "Diff - difference between 3n-skx and 2n-skx topologies."
4466
4467 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4468 - type: "table"
4469   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4470   algorithm: "table_comparison"
4471   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4472   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4473   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4474   columns:
4475     - title: "3n-skx"
4476       data-set: "vpp-compare-topologies-ref"
4477     - title: "2n-skx"
4478       data-set: "vpp-compare-topologies-cmp"
4479   comparisons:
4480     - title: "Diff"
4481       reference: 1
4482       compare: 2
4483   legend:
4484     - "Legend to Table"
4485     - "3n-skx, 2n-skx - topologies tested."
4486     - "Diff - difference between 3n-skx and 2n-skx topologies."
4487
4488 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4489 - type: "table"
4490   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4491   algorithm: "table_comparison"
4492   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4493   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4494   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4495   columns:
4496     - title: "3n-skx"
4497       data-set: "vpp-compare-topologies-ref"
4498     - title: "2n-skx"
4499       data-set: "vpp-compare-topologies-cmp"
4500   comparisons:
4501     - title: "Diff"
4502       reference: 1
4503       compare: 2
4504   legend:
4505     - "Legend to Table"
4506     - "3n-skx, 2n-skx - topologies tested."
4507     - "Diff - difference between 3n-skx and 2n-skx topologies."
4508
4509 # VPP Performance Changes 3n-hsw 1t1c mrr
4510 - type: "table"
4511   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4512   algorithm: "table_comparison"
4513   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4514   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4515   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4516   columns:
4517     - title: "1908"
4518       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4519     - title: "2001"
4520       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4521     - title: "2005"
4522       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4523   comparisons:
4524     - title: "Diff"
4525       reference: 2
4526       compare: 3
4527   legend:
4528     - "Legend to Table"
4529     - "1908, 2001, 2005 - VPP versions tested."
4530     - "Diff - difference between 2001 and 2005 VPP version."
4531
4532 # VPP Performance Changes 3n-hsw 2t2c mrr
4533 - type: "table"
4534   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4535   algorithm: "table_comparison"
4536   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4537   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4538   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4539   columns:
4540     - title: "1908"
4541       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4542     - title: "2001"
4543       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4544     - title: "2005"
4545       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4546   comparisons:
4547     - title: "Diff"
4548       reference: 2
4549       compare: 3
4550   legend:
4551     - "Legend to Table"
4552     - "1908, 2001, 2005 - VPP versions tested."
4553     - "Diff - difference between 2001 and 2005 VPP version."
4554
4555 # VPP Performance Changes 3n-hsw 4t4c mrr
4556 - type: "table"
4557   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4558   algorithm: "table_comparison"
4559   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4560   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4561   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4562   columns:
4563     - title: "1908"
4564       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4565     - title: "2001"
4566       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4567     - title: "2005"
4568       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4569   comparisons:
4570     - title: "Diff"
4571       reference: 2
4572       compare: 3
4573   legend:
4574     - "Legend to Table"
4575     - "1908, 2001, 2005 - VPP versions tested."
4576     - "Diff - difference between 2001 and 2005 VPP version."
4577
4578 # VPP Performance Changes 3n-skx 2t1c mrr
4579 - type: "table"
4580   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4581   algorithm: "table_comparison"
4582   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4583   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4584   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4585   columns:
4586 #    - title: "1908"
4587 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4588     - title: "2001"
4589       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4590     - title: "2005"
4591       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4592   comparisons:
4593     - title: "Diff"
4594       reference: 1
4595       compare: 2
4596   legend:
4597     - "Legend to Table"
4598     - "2001, 2005 - VPP versions tested."
4599     - "Diff - difference between 2001 and 2005 VPP version."
4600
4601 # VPP Performance Changes 3n-skx 4t2c mrr
4602 - type: "table"
4603   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4604   algorithm: "table_comparison"
4605   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4607   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4608   columns:
4609 #    - title: "1908"
4610 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4611     - title: "2001"
4612       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4613     - title: "2005"
4614       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4615   comparisons:
4616     - title: "Diff"
4617       reference: 1
4618       compare: 2
4619   legend:
4620     - "Legend to Table"
4621     - "2001, 2005 - VPP versions tested."
4622     - "Diff - difference between 2001 and 2005 VPP version."
4623
4624 # VPP Performance Changes 3n-skx 8t4c mrr
4625 - type: "table"
4626   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4627   algorithm: "table_comparison"
4628   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4629   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4630   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4631   columns:
4632 #    - title: "1908"
4633 #      data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4634     - title: "2001"
4635       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4636     - title: "2005"
4637       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4638   comparisons:
4639     - title: "Diff"
4640       reference: 1
4641       compare: 2
4642   legend:
4643     - "Legend to Table"
4644     - "2001, 2005 - VPP versions tested."
4645     - "Diff - difference between 2001 and 2005 VPP version."
4646
4647 # VPP Performance Changes 2n-skx 2t1c mrr
4648 - type: "table"
4649   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4650   algorithm: "table_comparison"
4651   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4652   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4653   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4654   columns:
4655 #    - title: "1908"
4656 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4657     - title: "2001"
4658       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4659     - title: "2005"
4660       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4661   comparisons:
4662     - title: "Diff"
4663       reference: 1
4664       compare: 2
4665   legend:
4666     - "Legend to Table"
4667     - "2001, 2005 - VPP versions tested."
4668     - "Diff - difference between 2001 and 2005 VPP version."
4669
4670 # VPP Performance Changes 2n-skx 4t2c mrr
4671 - type: "table"
4672   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4673   algorithm: "table_comparison"
4674   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4675   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4676   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4677   columns:
4678 #    - title: "1908"
4679 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4680     - title: "2001"
4681       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4682     - title: "2005"
4683       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4684   comparisons:
4685     - title: "Diff"
4686       reference: 1
4687       compare: 2
4688   legend:
4689     - "Legend to Table"
4690     - "2001, 2005 - VPP versions tested."
4691     - "Diff - difference between 2001 and 2005 VPP version."
4692
4693 # VPP Performance Changes 2n-skx 8t4c mrr
4694 - type: "table"
4695   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4696   algorithm: "table_comparison"
4697   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4698   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4699   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4700   columns:
4701 #    - title: "1908"
4702 #      data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4703     - title: "2001"
4704       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4705     - title: "2005"
4706       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4707   comparisons:
4708     - title: "Diff"
4709       reference: 1
4710       compare: 2
4711   legend:
4712     - "Legend to Table"
4713     - "2001, 2005 - VPP versions tested."
4714     - "Diff - difference between 2001 and 2005 VPP version."
4715
4716 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4717 - type: "table"
4718   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4719   algorithm: "table_comparison"
4720   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4721   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4722   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4723   columns:
4724     - title: "2001"
4725       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4726     - title: "2005"
4727       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4728   comparisons:
4729     - title: "Diff"
4730       reference: 1
4731       compare: 2
4732   legend:
4733     - "Legend to Table"
4734     - "2001, 2005 - VPP versions tested."
4735     - "Diff - difference between 2001 and 2005 VPP version."
4736
4737 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4738 - type: "table"
4739   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4740   algorithm: "table_comparison"
4741   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4742   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4743   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4744   columns:
4745     - title: "2001"
4746       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4747     - title: "2005"
4748       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4749   comparisons:
4750     - title: "Diff"
4751       reference: 1
4752       compare: 2
4753   legend:
4754     - "Legend to Table"
4755     - "2001, 2005 - VPP versions tested."
4756     - "Diff - difference between 2001 and 2005 VPP version."
4757
4758 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4759 - type: "table"
4760   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4761   algorithm: "table_comparison"
4762   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4763   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4764   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4765   columns:
4766     - title: "2001"
4767       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4768     - title: "2005"
4769       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4770   comparisons:
4771     - title: "Diff"
4772       reference: 1
4773       compare: 2
4774   legend:
4775     - "Legend to Table"
4776     - "2001, 2005 - VPP versions tested."
4777     - "Diff - difference between 2001 and 2005 VPP version."
4778
4779 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4780 - type: "table"
4781   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4782   algorithm: "table_comparison"
4783   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4784   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4785   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4786   columns:
4787     - title: "2001"
4788       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4789     - title: "2005"
4790       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4791   comparisons:
4792     - title: "Diff"
4793       reference: 1
4794       compare: 2
4795   legend:
4796     - "Legend to Table"
4797     - "2001, 2005 - VPP versions tested."
4798     - "Diff - difference between 2001 and 2005 VPP version."
4799
4800 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4801 - type: "table"
4802   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4803   algorithm: "table_comparison"
4804   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4805   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4806   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4807   columns:
4808     - title: "2001"
4809       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4810     - title: "2005"
4811       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4812   comparisons:
4813     - title: "Diff"
4814       reference: 1
4815       compare: 2
4816   legend:
4817     - "Legend to Table"
4818     - "2001, 2005 - VPP versions tested."
4819     - "Diff - difference between 2001 and 2005 VPP version."
4820
4821 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4822 - type: "table"
4823   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4824   algorithm: "table_comparison"
4825   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4826   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4827   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4828   columns:
4829     - title: "2001"
4830       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4831     - title: "2005"
4832       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4833   comparisons:
4834     - title: "Diff"
4835       reference: 1
4836       compare: 2
4837   legend:
4838     - "Legend to Table"
4839     - "2001, 2005 - VPP versions tested."
4840     - "Diff - difference between 2001 and 2005 VPP version."
4841
4842 # VPP Performance Changes 2n-dnv 1t1c mrr
4843 - type: "table"
4844   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4845   algorithm: "table_comparison"
4846   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4847   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4848   filter: "'1T1C'"
4849   columns:
4850     - title: "1908"
4851       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4852     - title: "2001"
4853       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4854     - title: "2005"
4855       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4856   comparisons:
4857     - title: "Diff"
4858       reference: 2
4859       compare: 3
4860   legend:
4861     - "Legend to Table"
4862     - "1908, 2001, 2005 - VPP versions tested."
4863     - "Diff - difference between 2001 and 2005 VPP version."
4864
4865 # VPP Performance Changes 2n-dnv 2t2c mrr
4866 - type: "table"
4867   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4868   algorithm: "table_comparison"
4869   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4870   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4871   filter: "'2T2C'"
4872   columns:
4873     - title: "1908"
4874       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4875     - title: "2001"
4876       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4877     - title: "2005"
4878       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4879   comparisons:
4880     - title: "Diff"
4881       reference: 2
4882       compare: 3
4883   legend:
4884     - "Legend to Table"
4885     - "1908, 2001, 2005 - VPP versions tested."
4886     - "Diff - difference between 2001 and 2005 VPP version."
4887
4888 # VPP Performance Changes 2n-dnv 4t4c mrr
4889 - type: "table"
4890   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4891   algorithm: "table_comparison"
4892   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4893   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4894   filter: "'4T4C'"
4895   columns:
4896     - title: "1908"
4897       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4898     - title: "2001"
4899       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4900     - title: "2005"
4901       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4902   comparisons:
4903     - title: "Diff"
4904       reference: 2
4905       compare: 3
4906   legend:
4907     - "Legend to Table"
4908     - "1908, 2001, 2005 - VPP versions tested."
4909     - "Diff - difference between 2001 and 2005 VPP version."
4910
4911 # VPP Performance Changes 3n-dnv 1t1c mrr
4912 - type: "table"
4913   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4914   algorithm: "table_comparison"
4915   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4916   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4917   filter: "'1T1C'"
4918   columns:
4919     - title: "1908"
4920       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4921     - title: "2001"
4922       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4923     - title: "2005"
4924       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4925   comparisons:
4926     - title: "Diff"
4927       reference: 2
4928       compare: 3
4929   legend:
4930     - "Legend to Table"
4931     - "1908, 2001, 2005 - VPP versions tested."
4932     - "Diff - difference between 2001 and 2005 VPP version."
4933
4934 # VPP Performance Changes 3n-dnv 2t2c mrr
4935 - type: "table"
4936   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4937   algorithm: "table_comparison"
4938   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4939   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4940   filter: "'2T2C'"
4941   columns:
4942     - title: "1908"
4943       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4944     - title: "2001"
4945       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4946     - title: "2005"
4947       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4948   comparisons:
4949     - title: "Diff"
4950       reference: 2
4951       compare: 3
4952   legend:
4953     - "Legend to Table"
4954     - "1908, 2001, 2005 - VPP versions tested."
4955     - "Diff - difference between 2001 and 2005 VPP version."
4956
4957 # VPP Performance Changes 3n-dnv 4t4c mrr
4958 - type: "table"
4959   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4960   algorithm: "table_comparison"
4961   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4962   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4963   filter: "'4T4C'"
4964   columns:
4965     - title: "1908"
4966       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4967     - title: "2001"
4968       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4969     - title: "2005"
4970       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4971   comparisons:
4972     - title: "Diff"
4973       reference: 2
4974       compare: 3
4975   legend:
4976     - "Legend to Table"
4977     - "1908, 2001, 2005 - VPP versions tested."
4978     - "Diff - difference between 2001 and 2005 VPP version."
4979
4980 # VPP Performance Changes 3n-tsh 1t1c mrr
4981 - type: "table"
4982   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4983   algorithm: "table_comparison"
4984   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4985   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4986   filter: "'1T1C'"
4987   columns:
4988     - title: "1908"
4989       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4990     - title: "2001"
4991       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4992     - title: "2005"
4993       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4994   comparisons:
4995     - title: "Diff"
4996       reference: 2
4997       compare: 3
4998   legend:
4999     - "Legend to Table"
5000     - "1908, 2001, 2005 - VPP versions tested."
5001     - "Diff - difference between 2001 and 2005 VPP version."
5002
5003 # VPP Performance Changes 3n-tsh 2t2c mrr
5004 - type: "table"
5005   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5006   algorithm: "table_comparison"
5007   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5008   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5009   filter: "'2T2C'"
5010   columns:
5011     - title: "1908"
5012       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5013     - title: "2001"
5014       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5015     - title: "2005"
5016       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5017   comparisons:
5018     - title: "Diff"
5019       reference: 2
5020       compare: 3
5021   legend:
5022     - "Legend to Table"
5023     - "1908, 2001, 2005 - VPP versions tested."
5024     - "Diff - difference between 2001 and 2005 VPP version."
5025
5026 # VPP Performance Changes 3n-tsh 4t4c mrr
5027 - type: "table"
5028   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5029   algorithm: "table_comparison"
5030   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5031   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5032   filter: "'4T4C'"
5033   columns:
5034     - title: "1908"
5035       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5036     - title: "2001"
5037       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5038     - title: "2005"
5039       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5040   comparisons:
5041     - title: "Diff"
5042       reference: 2
5043       compare: 3
5044   legend:
5045     - "Legend to Table"
5046     - "1908, 2001, 2005 - VPP versions tested."
5047     - "Diff - difference between 2001 and 2005 VPP version."
5048
5049 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5050 - type: "table"
5051   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5052   algorithm: "table_comparison"
5053   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5054   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5055   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5056   columns:
5057     - title: "3n-hsw xl710"
5058       data-set: "vpp-compare-testbeds-mrr-ref"
5059       tag: "NIC_Intel-XL710"
5060     - title: "3n-skx xxv710"
5061       data-set: "vpp-compare-testbeds-mrr-cmp"
5062       tag: "NIC_Intel-XXV710"
5063   comparisons:
5064     - title: "Diff"
5065       reference: 1
5066       compare: 2
5067   legend:
5068     - "Legend to Table"
5069     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5070     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5071
5072 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5073 - type: "table"
5074   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5075   algorithm: "table_comparison"
5076   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5078   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5079   columns:
5080     - title: "3n-hsw xl710"
5081       data-set: "vpp-compare-testbeds-mrr-ref"
5082       tag: "NIC_Intel-XL710"
5083     - title: "3n-skx xxv710"
5084       data-set: "vpp-compare-testbeds-mrr-cmp"
5085       tag: "NIC_Intel-XXV710"
5086   comparisons:
5087     - title: "Diff"
5088       reference: 1
5089       compare: 2
5090   legend:
5091     - "Legend to Table"
5092     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5093     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5094
5095 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5096 - type: "table"
5097   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5098   algorithm: "table_comparison"
5099   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5100   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5101   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5102   columns:
5103     - title: "3n-hsw xl710"
5104       data-set: "vpp-compare-testbeds-mrr-ref"
5105       tag: "NIC_Intel-XL710"
5106     - title: "3n-skx xxv710"
5107       data-set: "vpp-compare-testbeds-mrr-cmp"
5108       tag: "NIC_Intel-XXV710"
5109   comparisons:
5110     - title: "Diff"
5111       reference: 1
5112       compare: 2
5113   legend:
5114     - "Legend to Table"
5115     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5116     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5117
5118 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5119 - type: "table"
5120   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5121   algorithm: "table_comparison"
5122   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5123   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5124   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5125   columns:
5126     - title: "2n-skx"
5127       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5128     - title: "2n-clx"
5129       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5130   comparisons:
5131     - title: "Diff"
5132       reference: 1
5133       compare: 2
5134   legend:
5135     - "Legend to Table"
5136     - "2n-skx, 2n-clx - testbeds and NICs tested."
5137     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5138
5139 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5140 - type: "table"
5141   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5142   algorithm: "table_comparison"
5143   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5144   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5145   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5146   columns:
5147     - title: "2n-skx"
5148       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5149     - title: "2n-clx"
5150       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5151   comparisons:
5152     - title: "Diff"
5153       reference: 1
5154       compare: 2
5155   legend:
5156     - "Legend to Table"
5157     - "2n-skx, 2n-clx - testbeds and NICs tested."
5158     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5159
5160 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5161 - type: "table"
5162   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5163   algorithm: "table_comparison"
5164   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5165   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5166   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5167   columns:
5168     - title: "2n-skx"
5169       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5170     - title: "2n-clx"
5171       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5172   comparisons:
5173     - title: "Diff"
5174       reference: 1
5175       compare: 2
5176   legend:
5177     - "Legend to Table"
5178     - "2n-skx, 2n-clx - testbeds and NICs tested."
5179     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5180
5181 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5182 - type: "table"
5183   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5184   algorithm: "table_comparison"
5185   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5186   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5187   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5188   columns:
5189     - title: "3n-skx"
5190       data-set: "vpp-compare-topologies-mrr-ref"
5191     - title: "2n-skx"
5192       data-set: "vpp-compare-topologies-mrr-cmp"
5193   comparisons:
5194     - title: "Diff"
5195       reference: 1
5196       compare: 2
5197   legend:
5198     - "Legend to Table"
5199     - "3n-skx, 2n-skx - topologies tested."
5200     - "Diff - difference between 3n-skx and 2n-skx topologies."
5201
5202 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5203 - type: "table"
5204   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5205   algorithm: "table_comparison"
5206   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5207   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5208   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5209   columns:
5210     - title: "3n-skx"
5211       data-set: "vpp-compare-topologies-mrr-ref"
5212     - title: "2n-skx"
5213       data-set: "vpp-compare-topologies-mrr-cmp"
5214   comparisons:
5215     - title: "Diff"
5216       reference: 1
5217       compare: 2
5218   legend:
5219     - "Legend to Table"
5220     - "3n-skx, 2n-skx - topologies tested."
5221     - "Diff - difference between 3n-skx and 2n-skx topologies."
5222
5223 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5224 - type: "table"
5225   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5226   algorithm: "table_comparison"
5227   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5228   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5229   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5230   columns:
5231     - title: "3n-skx"
5232       data-set: "vpp-compare-topologies-mrr-ref"
5233     - title: "2n-skx"
5234       data-set: "vpp-compare-topologies-mrr-cmp"
5235   comparisons:
5236     - title: "Diff"
5237       reference: 1
5238       compare: 2
5239   legend:
5240     - "Legend to Table"
5241     - "3n-skx, 2n-skx - topologies tested."
5242     - "Diff - difference between 3n-skx and 2n-skx topologies."
5243
5244 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5245 - type: "table"
5246   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5247   algorithm: "table_comparison"
5248   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5249   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5250   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5251   columns:
5252     - title: "3n-hsw xl710"
5253       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5254       tag: "NIC_Intel-XL710"
5255     - title: "2n-clx xxv710"
5256       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5257       tag: "NIC_Intel-XXV710"
5258   comparisons:
5259     - title: "Diff"
5260       reference: 1
5261       compare: 2
5262   legend:
5263     - "Legend to Table"
5264     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5265     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5266
5267 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5268 - type: "table"
5269   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5270   algorithm: "table_comparison"
5271   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5272   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5273   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5274   columns:
5275     - title: "3n-hsw xl710"
5276       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5277       tag: "NIC_Intel-XL710"
5278     - title: "2n-clx xxv710"
5279       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5280       tag: "NIC_Intel-XXV710"
5281   comparisons:
5282     - title: "Diff"
5283       reference: 1
5284       compare: 2
5285   legend:
5286     - "Legend to Table"
5287     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5288     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5289
5290 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5291 - type: "table"
5292   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5293   algorithm: "table_comparison"
5294   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5296   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5297   columns:
5298     - title: "3n-hsw xl710"
5299       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5300       tag: "NIC_Intel-XL710"
5301     - title: "2n-clx xxv710"
5302       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5303       tag: "NIC_Intel-XXV710"
5304   comparisons:
5305     - title: "Diff"
5306       reference: 1
5307       compare: 2
5308   legend:
5309     - "Legend to Table"
5310     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5311     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5312
5313 # Detailed Test Results - VPP Performance Results 3n-hsw
5314 - type: "table"
5315   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5316   algorithm: "table_merged_details"
5317   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5318   columns:
5319     - title: " |prein| Test Name |preout| "
5320       data: "data name"
5321     - 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| "
5322       data: "data msg"
5323   data: "vpp-perf-results-3n-hsw"
5324   filter: "all"
5325   parameters:
5326   - "name"
5327   - "parent"
5328   - "msg"
5329
5330 # Detailed Test Results - VPP Performance Results 3n-skx
5331 - type: "table"
5332   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5333   algorithm: "table_merged_details"
5334   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5335   columns:
5336     - title: " |prein| Test Name |preout| "
5337       data: "data name"
5338     - 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| "
5339       data: "data msg"
5340   data: "vpp-perf-results-3n-skx"
5341   filter: "all"
5342   remove-ndr: False
5343   parameters:
5344   - "name"
5345   - "parent"
5346   - "msg"
5347
5348 # Detailed Test Results - VPP Performance Results 2n-skx
5349 - type: "table"
5350   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5351   algorithm: "table_merged_details"
5352   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5353   columns:
5354     - title: " |prein| Test Name |preout| "
5355       data: "data name"
5356     - 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| "
5357       data: "data msg"
5358   data: "vpp-perf-results-2n-skx"
5359   filter: "all"
5360   remove-ndr: False
5361   parameters:
5362   - "name"
5363   - "parent"
5364   - "msg"
5365
5366 # Detailed Test Results - VPP Performance Results 2n-clx
5367 - type: "table"
5368   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5369   algorithm: "table_merged_details"
5370   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5371   columns:
5372     - title: " |prein| Test Name |preout| "
5373       data: "data name"
5374     - 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| "
5375       data: "data msg"
5376   data: "vpp-perf-results-2n-clx"
5377   filter: "all"
5378   parameters:
5379   - "name"
5380   - "parent"
5381   - "msg"
5382
5383 # Detailed Test Results - VPP Performance Results 3n-tsh
5384 - type: "table"
5385   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5386   algorithm: "table_merged_details"
5387   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5388   columns:
5389     - title: " |prein| Test Name |preout| "
5390       data: "data name"
5391     - 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| "
5392       data: "data msg"
5393   data: "vpp-perf-results-3n-tsh"
5394   filter: "all"
5395   parameters:
5396   - "name"
5397   - "parent"
5398   - "msg"
5399
5400 # Detailed Test Results - VPP Performance Results 3n-dnv
5401 - type: "table"
5402   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5403   algorithm: "table_merged_details"
5404   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5405   columns:
5406     - title: " |prein| Test Name |preout| "
5407       data: "data name"
5408     - 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| "
5409       data: "data msg"
5410   data: "vpp-perf-results-3n-dnv"
5411   filter: "all"
5412   parameters:
5413   - "name"
5414   - "parent"
5415   - "msg"
5416
5417 # Detailed Test Results - VPP Performance Results 2n-dnv
5418 - type: "table"
5419   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5420   algorithm: "table_merged_details"
5421   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5422   columns:
5423     - title: " |prein| Test Name |preout| "
5424       data: "data name"
5425     - 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| "
5426       data: "data msg"
5427   data: "vpp-perf-results-2n-dnv"
5428   filter: "all"
5429   parameters:
5430   - "name"
5431   - "parent"
5432   - "msg"
5433
5434 # Test configuration - VPP Performance Test Configs 3n-hsw
5435 - type: "table"
5436   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5437   algorithm: "table_merged_details"
5438   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5439   columns:
5440     - title: " |prein| Test Name |preout| "
5441       data: "data name"
5442     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5443       data: "data conf-history"
5444   data: "vpp-perf-results-3n-hsw"
5445   filter: "all"
5446   parameters:
5447   - "parent"
5448   - "name"
5449   - "conf-history"
5450
5451 # Test configuration - VPP Performance Test Configs 3n-skx
5452 - type: "table"
5453   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5454   algorithm: "table_merged_details"
5455   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5456   columns:
5457     - title: " |prein| Test Name |preout| "
5458       data: "data name"
5459     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5460       data: "data conf-history"
5461   data: "vpp-perf-results-3n-skx"
5462   filter: "all"
5463   parameters:
5464   - "parent"
5465   - "name"
5466   - "conf-history"
5467
5468 # Test configuration - VPP Performance Test Configs 2n-skx
5469 - type: "table"
5470   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5471   algorithm: "table_merged_details"
5472   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5473   columns:
5474     - title: " |prein| Test Name |preout| "
5475       data: "data name"
5476     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5477       data: "data conf-history"
5478   data: "vpp-perf-results-2n-skx"
5479   filter: "all"
5480   parameters:
5481   - "parent"
5482   - "name"
5483   - "conf-history"
5484
5485 # Test configuration - VPP Performance Test Configs 2n-clx
5486 - type: "table"
5487   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5488   algorithm: "table_merged_details"
5489   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5490   columns:
5491     - title: " |prein| Test Name |preout| "
5492       data: "data name"
5493     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5494       data: "data conf-history"
5495   data: "vpp-perf-results-2n-clx"
5496   filter: "all"
5497   parameters:
5498   - "parent"
5499   - "name"
5500   - "conf-history"
5501
5502 # Test configuration - VPP Performance Test Configs 3n-tsh
5503 - type: "table"
5504   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5505   algorithm: "table_merged_details"
5506   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5507   columns:
5508     - title: " |prein| Test Name |preout| "
5509       data: "data name"
5510     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5511       data: "data conf-history"
5512   data: "vpp-perf-results-3n-tsh"
5513   filter: "all"
5514   parameters:
5515   - "parent"
5516   - "name"
5517   - "conf-history"
5518
5519 # Test configuration - VPP Performance Test Configs 3n-dnv
5520 - type: "table"
5521   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5522   algorithm: "table_merged_details"
5523   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5524   columns:
5525     - title: " |prein| Test Name |preout| "
5526       data: "data name"
5527     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5528       data: "data conf-history"
5529   data: "vpp-perf-results-3n-dnv"
5530   filter: "all"
5531   parameters:
5532   - "parent"
5533   - "name"
5534   - "conf-history"
5535
5536 # Test configuration - VPP Performance Test Configs 2n-dnv
5537 - type: "table"
5538   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5539   algorithm: "table_merged_details"
5540   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5541   columns:
5542     - title: " |prein| Test Name |preout| "
5543       data: "data name"
5544     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5545       data: "data conf-history"
5546   data: "vpp-perf-results-2n-dnv"
5547   filter: "all"
5548   parameters:
5549   - "parent"
5550   - "name"
5551   - "conf-history"
5552
5553 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5554 - type: "table"
5555   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5556   algorithm: "table_oper_data_html"
5557   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5558   data: "vpp-perf-results-3n-hsw"
5559   filter: "all"
5560
5561 # Test Operational Data - VPP Performance Operational Data 3n-skx
5562 - type: "table"
5563   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5564   algorithm: "table_oper_data_html"
5565   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5566   data: "vpp-perf-results-3n-skx"
5567   filter: "all"
5568
5569 # Test Operational Data - VPP Performance Operational Data 2n-skx
5570 - type: "table"
5571   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5572   algorithm: "table_oper_data_html"
5573   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5574   data: "vpp-perf-results-2n-skx"
5575   filter: "all"
5576
5577 # Test Operational Data - VPP Performance Operational Data 2n-clx
5578 - type: "table"
5579   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5580   algorithm: "table_oper_data_html"
5581   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5582   data: "vpp-perf-results-2n-clx"
5583   filter: "all"
5584
5585 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5586 - type: "table"
5587   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5588   algorithm: "table_oper_data_html"
5589   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5590   data: "vpp-perf-results-3n-tsh"
5591   filter: "all"
5592
5593 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5594 - type: "table"
5595   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5596   algorithm: "table_oper_data_html"
5597   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5598   data: "vpp-perf-results-3n-dnv"
5599   filter: "all"
5600
5601 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5602 - type: "table"
5603   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5604   algorithm: "table_oper_data_html"
5605   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5606   data: "vpp-perf-results-2n-dnv"
5607   filter: "all"
5608
5609 # Detailed Test Results - VPP MRR Results 3n-hsw
5610 - type: "table"
5611   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5612   algorithm: "table_merged_details"
5613   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5614   columns:
5615     - title: " |prein| Test Name |preout| "
5616       data: "data name"
5617     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5618       data: "data msg"
5619   data: "vpp-mrr-results-3n-hsw"
5620   filter: "all"
5621   parameters:
5622   - "name"
5623   - "parent"
5624   - "msg"
5625
5626 # Detailed Test Results - VPP MRR Results 3n-skx
5627 - type: "table"
5628   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5629   algorithm: "table_merged_details"
5630   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5631   columns:
5632     - title: " |prein| Test Name |preout| "
5633       data: "data name"
5634     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5635       data: "data msg"
5636   data: "vpp-mrr-results-3n-skx"
5637   filter: "all"
5638   parameters:
5639   - "name"
5640   - "parent"
5641   - "msg"
5642
5643 # Detailed Test Results - VPP MRR Results 2n-skx
5644 - type: "table"
5645   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5646   algorithm: "table_merged_details"
5647   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5648   columns:
5649     - title: " |prein| Test Name |preout| "
5650       data: "data name"
5651     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5652       data: "data msg"
5653   data: "vpp-mrr-results-2n-skx"
5654   filter: "all"
5655   parameters:
5656   - "name"
5657   - "parent"
5658   - "msg"
5659
5660 # Detailed Test Results - VPP MRR Results 2n-clx
5661 - type: "table"
5662   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5663   algorithm: "table_merged_details"
5664   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5665   columns:
5666     - title: " |prein| Test Name |preout| "
5667       data: "data name"
5668     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5669       data: "data msg"
5670   data: "vpp-mrr-results-2n-clx"
5671   filter: "all"
5672   parameters:
5673   - "name"
5674   - "parent"
5675   - "msg"
5676
5677 # Detailed Test Results - VPP MRR Results 3n-tsh
5678 - type: "table"
5679   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5680   algorithm: "table_merged_details"
5681   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5682   columns:
5683     - title: " |prein| Test Name |preout| "
5684       data: "data name"
5685     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5686       data: "data msg"
5687   data: "vpp-mrr-results-3n-tsh"
5688   filter: "all"
5689   parameters:
5690   - "name"
5691   - "parent"
5692   - "msg"
5693
5694 # Detailed Test Results - VPP MRR Results 3n-dnv
5695 - type: "table"
5696   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5697   algorithm: "table_merged_details"
5698   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5699   columns:
5700     - title: " |prein| Test Name |preout| "
5701       data: "data name"
5702     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5703       data: "data msg"
5704   data: "vpp-mrr-results-3n-dnv"
5705   filter: "all"
5706   parameters:
5707   - "name"
5708   - "parent"
5709   - "msg"
5710
5711 # Detailed Test Results - VPP MRR Results 2n-dnv
5712 - type: "table"
5713   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5714   algorithm: "table_merged_details"
5715   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5716   columns:
5717     - title: " |prein| Test Name |preout| "
5718       data: "data name"
5719     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5720       data: "data msg"
5721   data: "vpp-mrr-results-2n-dnv"
5722   filter: "all"
5723   parameters:
5724   - "name"
5725   - "parent"
5726   - "msg"
5727
5728 # Test configuration - VPP MRR Test Configs 3n-hsw
5729 - type: "table"
5730   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5731   algorithm: "table_merged_details"
5732   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5733   columns:
5734     - title: " |prein| Test Name |preout| "
5735       data: "data name"
5736     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5737       data: "data conf-history"
5738   data: "vpp-mrr-results-3n-hsw"
5739   filter: "all"
5740   parameters:
5741   - "parent"
5742   - "name"
5743   - "conf-history"
5744
5745 # Test configuration - VPP MRR Test Configs 3n-skx
5746 - type: "table"
5747   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5748   algorithm: "table_merged_details"
5749   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5750   columns:
5751     - title: " |prein| Test Name |preout| "
5752       data: "data name"
5753     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5754       data: "data conf-history"
5755   data: "vpp-mrr-results-3n-skx"
5756   filter: "all"
5757   parameters:
5758   - "parent"
5759   - "name"
5760   - "conf-history"
5761
5762 # Test configuration - VPP MRR Test Configs 2n-skx
5763 - type: "table"
5764   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5765   algorithm: "table_merged_details"
5766   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5767   columns:
5768     - title: " |prein| Test Name |preout| "
5769       data: "data name"
5770     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5771       data: "data conf-history"
5772   data: "vpp-mrr-results-2n-skx"
5773   filter: "all"
5774   parameters:
5775   - "parent"
5776   - "name"
5777   - "conf-history"
5778
5779 # Test configuration - VPP MRR Test Configs 2n-clx
5780 - type: "table"
5781   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5782   algorithm: "table_merged_details"
5783   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5784   columns:
5785     - title: " |prein| Test Name |preout| "
5786       data: "data name"
5787     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5788       data: "data conf-history"
5789   data: "vpp-mrr-results-2n-clx"
5790   filter: "all"
5791   parameters:
5792   - "parent"
5793   - "name"
5794   - "conf-history"
5795
5796 # Test configuration - VPP MRR Test Configs 3n-tsh
5797 - type: "table"
5798   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5799   algorithm: "table_merged_details"
5800   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5801   columns:
5802     - title: " |prein| Test Name |preout| "
5803       data: "data name"
5804     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5805       data: "data conf-history"
5806   data: "vpp-mrr-results-3n-tsh"
5807   filter: "all"
5808   parameters:
5809   - "parent"
5810   - "name"
5811   - "conf-history"
5812
5813 # Test configuration - VPP MRR Test Configs 3n-dnv
5814 - type: "table"
5815   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5816   algorithm: "table_merged_details"
5817   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5818   columns:
5819     - title: " |prein| Test Name |preout| "
5820       data: "data name"
5821     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5822       data: "data conf-history"
5823   data: "vpp-mrr-results-3n-dnv"
5824   filter: "all"
5825   parameters:
5826   - "parent"
5827   - "name"
5828   - "conf-history"
5829
5830 # Test configuration - VPP MRR Test Configs 2n-dnv
5831 - type: "table"
5832   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5833   algorithm: "table_merged_details"
5834   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5835   columns:
5836     - title: " |prein| Test Name |preout| "
5837       data: "data name"
5838     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5839       data: "data conf-history"
5840   data: "vpp-mrr-results-2n-dnv"
5841   filter: "all"
5842   parameters:
5843   - "parent"
5844   - "name"
5845   - "conf-history"
5846
5847 # Detailed Test Results - VPP Device Results - Ubuntu
5848 - type: "table"
5849   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5850   algorithm: "table_merged_details"
5851   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5852   columns:
5853     - title: " |prein| Test Name |preout| "
5854       data: "data name"
5855     - title: " |prein| Status |preout| "
5856       data: "data status"
5857   data: "vpp-device-results-ubuntu"
5858   filter: "all"
5859   parameters:
5860   - "name"
5861   - "parent"
5862   - "doc"
5863   - "status"
5864
5865 # Test configuration - VPP Device Test Configs - Ubuntu
5866 - type: "table"
5867   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5868   algorithm: "table_merged_details"
5869   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5870   columns:
5871     - title: " |prein| Test Name |preout| "
5872       data: "data name"
5873     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5874       data: "data conf-history"
5875   data: "vpp-device-results-ubuntu"
5876   filter: "all"
5877   parameters:
5878   - "parent"
5879   - "name"
5880   - "conf-history"
5881
5882 ################################################################################
5883
5884 # DPDK Performance Changes 3n-hsw 1t1c pdr
5885 - type: "table"
5886   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5887   algorithm: "table_comparison"
5888   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5889   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5890   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5891   columns:
5892     - title: "1908"
5893       data-set: "dpdk-performance-changes-3n-hsw-h1"
5894     - title: "2001"
5895       data-set: "dpdk-performance-changes-3n-hsw-ref"
5896     - title: "2005"
5897       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5898   comparisons:
5899     - title: "Diff"
5900       reference: 2
5901       compare: 3
5902   legend:
5903     - "Legend to Table"
5904     - "1908, 2001, 2005 - DPDK versions tested."
5905     - "Diff - difference between 2001 and 2005 DPDK version."
5906
5907 # DPDK Performance Changes 3n-hsw 2t2c pdr
5908 - type: "table"
5909   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5910   algorithm: "table_comparison"
5911   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5913   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5914   columns:
5915     - title: "1908"
5916       data-set: "dpdk-performance-changes-3n-hsw-h1"
5917     - title: "2001"
5918       data-set: "dpdk-performance-changes-3n-hsw-ref"
5919     - title: "2005"
5920       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5921   comparisons:
5922     - title: "Diff"
5923       reference: 2
5924       compare: 3
5925   legend:
5926     - "Legend to Table"
5927     - "1908, 2001, 2005 - DPDK versions tested."
5928     - "Diff - difference between 2001 and 2005 DPDK version."
5929
5930 # DPDK Performance Changes 3n-hsw 1t1c pdr
5931 - type: "table"
5932   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5933   algorithm: "table_comparison"
5934   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5935   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5936   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5937   columns:
5938     - title: "1908"
5939       data-set: "dpdk-performance-changes-3n-hsw-h1"
5940     - title: "2001"
5941       data-set: "dpdk-performance-changes-3n-hsw-ref"
5942     - title: "2005"
5943       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5944   comparisons:
5945     - title: "Diff"
5946       reference: 2
5947       compare: 3
5948   legend:
5949     - "Legend to Table"
5950     - "1908, 2001, 2005 - DPDK versions tested."
5951     - "Diff - difference between 2001 and 2005 DPDK version."
5952
5953 # DPDK Performance Changes 3n-hsw 2t2c ndr
5954 - type: "table"
5955   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5956   algorithm: "table_comparison"
5957   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5958   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5959   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5960   columns:
5961     - title: "1908"
5962       data-set: "dpdk-performance-changes-3n-hsw-h1"
5963     - title: "2001"
5964       data-set: "dpdk-performance-changes-3n-hsw-ref"
5965     - title: "2005"
5966       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5967   comparisons:
5968     - title: "Diff"
5969       reference: 2
5970       compare: 3
5971   legend:
5972     - "Legend to Table"
5973     - "1908, 2001, 2005 - DPDK versions tested."
5974     - "Diff - difference between 2001 and 2005 DPDK version."
5975
5976 # DPDK Performance Changes 3n-skx 2t1c pdr
5977 - type: "table"
5978   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5979   algorithm: "table_comparison"
5980   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5981   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5982   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5983   columns:
5984     - title: "1908"
5985       data-set: "dpdk-performance-changes-3n-skx-h1"
5986     - title: "2001"
5987       data-set: "dpdk-performance-changes-3n-skx-ref"
5988     - title: "2005"
5989       data-set: "dpdk-performance-changes-3n-skx-cmp"
5990   comparisons:
5991     - title: "Diff"
5992       reference: 2
5993       compare: 3
5994   legend:
5995     - "Legend to Table"
5996     - "1908, 2001, 2005 - DPDK versions tested."
5997     - "Diff - difference between 2001 and 2005 DPDK version."
5998
5999 # DPDK Performance Changes 3n-skx 4t2c pdr
6000 - type: "table"
6001   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6002   algorithm: "table_comparison"
6003   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6004   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6005   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6006   columns:
6007     - title: "1908"
6008       data-set: "dpdk-performance-changes-3n-skx-h1"
6009     - title: "2001"
6010       data-set: "dpdk-performance-changes-3n-skx-ref"
6011     - title: "2005"
6012       data-set: "dpdk-performance-changes-3n-skx-cmp"
6013   comparisons:
6014     - title: "Diff"
6015       reference: 2
6016       compare: 3
6017   legend:
6018     - "Legend to Table"
6019     - "1908, 2001, 2005 - DPDK versions tested."
6020     - "Diff - difference between 2001 and 2005 DPDK version."
6021
6022 # DPDK Performance Changes 3n-skx 2t1c ndr
6023 - type: "table"
6024   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6025   algorithm: "table_comparison"
6026   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6027   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6028   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6029   columns:
6030     - title: "1908"
6031       data-set: "dpdk-performance-changes-3n-skx-h1"
6032     - title: "2001"
6033       data-set: "dpdk-performance-changes-3n-skx-ref"
6034     - title: "2005"
6035       data-set: "dpdk-performance-changes-3n-skx-cmp"
6036   comparisons:
6037     - title: "Diff"
6038       reference: 2
6039       compare: 3
6040   legend:
6041     - "Legend to Table"
6042     - "1908, 2001, 2005 - DPDK versions tested."
6043     - "Diff - difference between 2001 and 2005 DPDK version."
6044
6045 # DPDK Performance Changes 3n-skx 4t2c ndr
6046 - type: "table"
6047   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6048   algorithm: "table_comparison"
6049   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6050   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6051   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6052   columns:
6053     - title: "1908"
6054       data-set: "dpdk-performance-changes-3n-skx-h1"
6055     - title: "2001"
6056       data-set: "dpdk-performance-changes-3n-skx-ref"
6057     - title: "2005"
6058       data-set: "dpdk-performance-changes-3n-skx-cmp"
6059   comparisons:
6060     - title: "Diff"
6061       reference: 2
6062       compare: 3
6063   legend:
6064     - "Legend to Table"
6065     - "1908, 2001, 2005 - DPDK versions tested."
6066     - "Diff - difference between 2001 and 2005 DPDK version."
6067
6068 # DPDK Performance Changes 2n-skx 2t1c pdr
6069 - type: "table"
6070   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6071   algorithm: "table_comparison"
6072   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6073   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6074   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6075   columns:
6076     - title: "1908"
6077       data-set: "dpdk-performance-changes-2n-skx-h1"
6078     - title: "2001"
6079       data-set: "dpdk-performance-changes-2n-skx-ref"
6080     - title: "2005"
6081       data-set: "dpdk-performance-changes-2n-skx-cmp"
6082   comparisons:
6083     - title: "Diff"
6084       reference: 2
6085       compare: 3
6086   legend:
6087     - "Legend to Table"
6088     - "1908, 2001, 2005 - DPDK versions tested."
6089     - "Diff - difference between 2001 and 2005 DPDK version."
6090
6091 # DPDK Performance Changes 2n-skx 4t2c pdr
6092 - type: "table"
6093   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6094   algorithm: "table_comparison"
6095   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6096   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6097   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6098   columns:
6099     - title: "1908"
6100       data-set: "dpdk-performance-changes-2n-skx-h1"
6101     - title: "2001"
6102       data-set: "dpdk-performance-changes-2n-skx-ref"
6103     - title: "2005"
6104       data-set: "dpdk-performance-changes-2n-skx-cmp"
6105   comparisons:
6106     - title: "Diff"
6107       reference: 2
6108       compare: 3
6109   legend:
6110     - "Legend to Table"
6111     - "1908, 2001, 2005 - DPDK versions tested."
6112     - "Diff - difference between 2001 and 2005 DPDK version."
6113
6114 # DPDK Performance Changes 2n-skx 2t1c ndr
6115 - type: "table"
6116   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6117   algorithm: "table_comparison"
6118   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6119   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6120   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6121   columns:
6122     - title: "1908"
6123       data-set: "dpdk-performance-changes-2n-skx-h1"
6124     - title: "2001"
6125       data-set: "dpdk-performance-changes-2n-skx-ref"
6126     - title: "2005"
6127       data-set: "dpdk-performance-changes-2n-skx-cmp"
6128   comparisons:
6129     - title: "Diff"
6130       reference: 2
6131       compare: 3
6132   legend:
6133     - "Legend to Table"
6134     - "1908, 2001, 2005 - DPDK versions tested."
6135     - "Diff - difference between 2001 and 2005 DPDK version."
6136
6137 # DPDK Performance Changes 2n-skx 4t2c ndr
6138 - type: "table"
6139   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6140   algorithm: "table_comparison"
6141   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6142   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6143   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6144   columns:
6145     - title: "1908"
6146       data-set: "dpdk-performance-changes-2n-skx-h1"
6147     - title: "2001"
6148       data-set: "dpdk-performance-changes-2n-skx-ref"
6149     - title: "2005"
6150       data-set: "dpdk-performance-changes-2n-skx-cmp"
6151   comparisons:
6152     - title: "Diff"
6153       reference: 2
6154       compare: 3
6155   legend:
6156     - "Legend to Table"
6157     - "1908, 2001, 2005 - DPDK versions tested."
6158     - "Diff - difference between 2001 and 2005 DPDK version."
6159
6160 # DPDK Performance Changes 2n-clx 2t1c pdr
6161 - type: "table"
6162   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6163   algorithm: "table_comparison"
6164   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6165   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6166   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6167   columns:
6168     - title: "2001"
6169       data-set: "dpdk-performance-changes-2n-clx-ref"
6170     - title: "2005"
6171       data-set: "dpdk-performance-changes-2n-clx-cmp"
6172   comparisons:
6173     - title: "Diff"
6174       reference: 1
6175       compare: 2
6176   legend:
6177     - "Legend to Table"
6178     - "2001, 2005 - DPDK versions tested."
6179     - "Diff - difference between 2001 and 2005 DPDK version."
6180
6181 # DPDK Performance Changes 2n-clx 4t2c pdr
6182 - type: "table"
6183   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6184   algorithm: "table_comparison"
6185   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6186   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6187   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6188   columns:
6189     - title: "2001"
6190       data-set: "dpdk-performance-changes-2n-clx-ref"
6191     - title: "2005"
6192       data-set: "dpdk-performance-changes-2n-clx-cmp"
6193   comparisons:
6194     - title: "Diff"
6195       reference: 1
6196       compare: 2
6197   legend:
6198     - "Legend to Table"
6199     - "2001, 2005 - DPDK versions tested."
6200     - "Diff - difference between 2001 and 2005 DPDK version."
6201
6202 # DPDK Performance Changes 2n-clx 2t1c ndr
6203 - type: "table"
6204   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6205   algorithm: "table_comparison"
6206   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6207   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6208   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6209   columns:
6210     - title: "2001"
6211       data-set: "dpdk-performance-changes-2n-clx-ref"
6212     - title: "2005"
6213       data-set: "dpdk-performance-changes-2n-clx-cmp"
6214   comparisons:
6215     - title: "Diff"
6216       reference: 1
6217       compare: 2
6218   legend:
6219     - "Legend to Table"
6220     - "2001, 2005 - DPDK versions tested."
6221     - "Diff - difference between 2001 and 2005 DPDK version."
6222
6223 # DPDK Performance Changes 2n-clx 4t2c ndr
6224 - type: "table"
6225   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6226   algorithm: "table_comparison"
6227   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6228   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6229   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6230   columns:
6231     - title: "2001"
6232       data-set: "dpdk-performance-changes-2n-clx-ref"
6233     - title: "2005"
6234       data-set: "dpdk-performance-changes-2n-clx-cmp"
6235   comparisons:
6236     - title: "Diff"
6237       reference: 1
6238       compare: 2
6239   legend:
6240     - "Legend to Table"
6241     - "2001, 2005 - DPDK versions tested."
6242     - "Diff - difference between 2001 and 2005 DPDK version."
6243
6244 # DPDK Performance Changes 2n-dnv 1t1c pdr
6245 - type: "table"
6246   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6247   algorithm: "table_comparison"
6248   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6249   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6250   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6251   columns:
6252     - title: "2001"
6253       data-set: "dpdk-performance-changes-2n-dnv-ref"
6254     - title: "2005"
6255       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6256   comparisons:
6257     - title: "Diff"
6258       reference: 1
6259       compare: 2
6260   legend:
6261     - "Legend to Table"
6262     - "2001, 2005 - DPDK versions tested."
6263     - "Diff - difference between 2001 and 2005 DPDK version."
6264
6265 # DPDK Performance Changes 2n-dnv 2t2c pdr
6266 - type: "table"
6267   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6268   algorithm: "table_comparison"
6269   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6271   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6272   columns:
6273     - title: "2001"
6274       data-set: "dpdk-performance-changes-2n-dnv-ref"
6275     - title: "2005"
6276       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6277   comparisons:
6278     - title: "Diff"
6279       reference: 1
6280       compare: 2
6281   legend:
6282     - "Legend to Table"
6283     - "2001, 2005 - DPDK versions tested."
6284     - "Diff - difference between 2001 and 2005 DPDK version."
6285
6286 # DPDK Performance Changes 2n-dnv 1t1c ndr
6287 - type: "table"
6288   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6289   algorithm: "table_comparison"
6290   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6291   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6292   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6293   columns:
6294     - title: "2001"
6295       data-set: "dpdk-performance-changes-2n-dnv-ref"
6296     - title: "2005"
6297       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6298   comparisons:
6299     - title: "Diff"
6300       reference: 1
6301       compare: 2
6302   legend:
6303     - "Legend to Table"
6304     - "2001, 2005 - DPDK versions tested."
6305     - "Diff - difference between 2001 and 2005 DPDK version."
6306
6307 # DPDK Performance Changes 2n-dnv 2t2c ndr
6308 - type: "table"
6309   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6310   algorithm: "table_comparison"
6311   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6312   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6313   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6314   columns:
6315     - title: "2001"
6316       data-set: "dpdk-performance-changes-2n-dnv-ref"
6317     - title: "2005"
6318       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6319   comparisons:
6320     - title: "Diff"
6321       reference: 1
6322       compare: 2
6323   legend:
6324     - "Legend to Table"
6325     - "2001, 2005 - DPDK versions tested."
6326     - "Diff - difference between 2001 and 2005 DPDK version."
6327
6328 # DPDK Performance Changes 3n-dnv 1t1c pdr
6329 - type: "table"
6330   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6331   algorithm: "table_comparison"
6332   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6333   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6334   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6335   columns:
6336     - title: "2001"
6337       data-set: "dpdk-performance-changes-3n-dnv-ref"
6338     - title: "2005"
6339       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6340   comparisons:
6341     - title: "Diff"
6342       reference: 1
6343       compare: 2
6344   legend:
6345     - "Legend to Table"
6346     - "2001, 2005 - DPDK versions tested."
6347     - "Diff - difference between 2001 and 2005 DPDK version."
6348
6349 # DPDK Performance Changes 3n-dnv 2t2c pdr
6350 - type: "table"
6351   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6352   algorithm: "table_comparison"
6353   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6354   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6355   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6356   columns:
6357     - title: "2001"
6358       data-set: "dpdk-performance-changes-3n-dnv-ref"
6359     - title: "2005"
6360       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6361   comparisons:
6362     - title: "Diff"
6363       reference: 1
6364       compare: 2
6365   legend:
6366     - "Legend to Table"
6367     - "2001, 2005 - DPDK versions tested."
6368     - "Diff - difference between 2001 and 2005 DPDK version."
6369
6370 # DPDK Performance Changes 3n-dnv 1t1c ndr
6371 - type: "table"
6372   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6373   algorithm: "table_comparison"
6374   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6376   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6377   columns:
6378     - title: "2001"
6379       data-set: "dpdk-performance-changes-3n-dnv-ref"
6380     - title: "2005"
6381       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6382   comparisons:
6383     - title: "Diff"
6384       reference: 1
6385       compare: 2
6386   legend:
6387     - "Legend to Table"
6388     - "2001, 2005 - DPDK versions tested."
6389     - "Diff - difference between 2001 and 2005 DPDK version."
6390
6391 # DPDK Performance Changes 3n-dnv 2t2c ndr
6392 - type: "table"
6393   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6394   algorithm: "table_comparison"
6395   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6396   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6397   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6398   columns:
6399     - title: "2001"
6400       data-set: "dpdk-performance-changes-3n-dnv-ref"
6401     - title: "2005"
6402       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6403   comparisons:
6404     - title: "Diff"
6405       reference: 1
6406       compare: 2
6407   legend:
6408     - "Legend to Table"
6409     - "2001, 2005 - DPDK versions tested."
6410     - "Diff - difference between 2001 and 2005 DPDK version."
6411
6412 # DPDK Performance Changes 3n-tsh 1t1c pdr
6413 - type: "table"
6414   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6415   algorithm: "table_comparison"
6416   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6417   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6418   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6419   columns:
6420     - title: "2001"
6421       data-set: "dpdk-performance-changes-3n-tsh-ref"
6422     - title: "2005"
6423       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6424   comparisons:
6425     - title: "Diff"
6426       reference: 1
6427       compare: 2
6428   legend:
6429     - "Legend to Table"
6430     - "2001, 2005 - DPDK versions tested."
6431     - "Diff - difference between 2001 and 2005 DPDK version."
6432
6433 # DPDK Performance Changes 3n-tsh 2t2c pdr
6434 - type: "table"
6435   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6436   algorithm: "table_comparison"
6437   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6438   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6439   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6440   columns:
6441     - title: "2001"
6442       data-set: "dpdk-performance-changes-3n-tsh-ref"
6443     - title: "2005"
6444       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6445   comparisons:
6446     - title: "Diff"
6447       reference: 1
6448       compare: 2
6449   legend:
6450     - "Legend to Table"
6451     - "2001, 2005 - DPDK versions tested."
6452     - "Diff - difference between 2001 and 2005 DPDK version."
6453
6454 # DPDK Performance Changes 3n-tsh 1t1c ndr
6455 - type: "table"
6456   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6457   algorithm: "table_comparison"
6458   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6459   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6460   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6461   columns:
6462     - title: "2001"
6463       data-set: "dpdk-performance-changes-3n-tsh-ref"
6464     - title: "2005"
6465       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6466   comparisons:
6467     - title: "Diff"
6468       reference: 1
6469       compare: 2
6470   legend:
6471     - "Legend to Table"
6472     - "2001, 2005 - DPDK versions tested."
6473     - "Diff - difference between 2001 and 2005 DPDK version."
6474
6475 # DPDK Performance Changes 3n-tsh 2t2c ndr
6476 - type: "table"
6477   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6478   algorithm: "table_comparison"
6479   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6480   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6481   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6482   columns:
6483     - title: "2001"
6484       data-set: "dpdk-performance-changes-3n-tsh-ref"
6485     - title: "2005"
6486       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6487   comparisons:
6488     - title: "Diff"
6489       reference: 1
6490       compare: 2
6491   legend:
6492     - "Legend to Table"
6493     - "2001, 2005 - DPDK versions tested."
6494     - "Diff - difference between 2001 and 2005 DPDK version."
6495
6496 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6497 - type: "table"
6498   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6499   algorithm: "table_comparison"
6500   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6501   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6502   filter: "'NIC_Intel-X710'"
6503   columns:
6504     - title: "3n-hsw x710"
6505       data-set: "dpdk-compare-testbeds-ref"
6506     - title: "3n-skx x710"
6507       data-set: "dpdk-compare-testbeds-cmp"
6508   comparisons:
6509     - title: "Diff"
6510       reference: 1
6511       compare: 2
6512   legend:
6513     - "Legend to Table"
6514     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6515     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6516
6517 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6518 - type: "table"
6519   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6520   algorithm: "table_comparison"
6521   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6522   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6523   filter: "'NIC_Intel-X710'"
6524   columns:
6525     - title: "3n-hsw x710"
6526       data-set: "dpdk-compare-testbeds-ref"
6527     - title: "3n-skx x710"
6528       data-set: "dpdk-compare-testbeds-cmp"
6529   comparisons:
6530     - title: "Diff"
6531       reference: 1
6532       compare: 2
6533   legend:
6534     - "Legend to Table"
6535     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6536     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6537
6538 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6539 - type: "table"
6540   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6541   algorithm: "table_comparison"
6542   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6543   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6544   filter: "'NIC_Intel-XXV710'"
6545   columns:
6546     - title: "2n-skx"
6547       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6548     - title: "2n-clx"
6549       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6550   comparisons:
6551     - title: "Diff"
6552       reference: 1
6553       compare: 2
6554   legend:
6555     - "Legend to Table"
6556     - "2n-skx, 2n-clx - testbeds and NICs tested."
6557     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6558
6559 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6560 - type: "table"
6561   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6562   algorithm: "table_comparison"
6563   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6564   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6565   filter: "'NIC_Intel-XXV710'"
6566   columns:
6567     - title: "2n-skx"
6568       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6569     - title: "2n-clx"
6570       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6571   comparisons:
6572     - title: "Diff"
6573       reference: 1
6574       compare: 2
6575   legend:
6576     - "Legend to Table"
6577     - "2n-skx, 2n-clx - testbeds and NICs tested."
6578     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6579
6580 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6581 - type: "table"
6582   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6583   algorithm: "table_comparison"
6584   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6585   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6586   filter: "'NIC_Intel-XXV710'"
6587   columns:
6588     - title: "3n-skx"
6589       data-set: "dpdk-compare-topologies-ref"
6590     - title: "2n-skx"
6591       data-set: "dpdk-compare-topologies-cmp"
6592   comparisons:
6593     - title: "Diff"
6594       reference: 1
6595       compare: 2
6596   legend:
6597     - "Legend to Table"
6598     - "3n-skx, 2n-skx - topologies tested."
6599     - "Diff - difference between 3n-skx and 2n-skx topologies."
6600
6601 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6602 - type: "table"
6603   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6604   algorithm: "table_comparison"
6605   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6606   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6607   filter: "'NIC_Intel-XXV710'"
6608   columns:
6609     - title: "3n-skx"
6610       data-set: "dpdk-compare-topologies-ref"
6611     - title: "2n-skx"
6612       data-set: "dpdk-compare-topologies-cmp"
6613   comparisons:
6614     - title: "Diff"
6615       reference: 1
6616       compare: 2
6617   legend:
6618     - "Legend to Table"
6619     - "3n-skx, 2n-skx - topologies tested."
6620     - "Diff - difference between 3n-skx and 2n-skx topologies."
6621
6622 # Detailed Test Results - DPDK Performance Results 3n-hsw
6623 - type: "table"
6624   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6625   algorithm: "table_merged_details"
6626   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6627   columns:
6628     - title: " |prein| Test Name |preout| "
6629       data: "data name"
6630     - 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| "
6631       data: "data msg"
6632   data: "dpdk-perf-results-3n-hsw"
6633   filter: "all"
6634   parameters:
6635   - "name"
6636   - "parent"
6637   - "msg"
6638
6639 # Detailed Test Results - DPDK Performance Results 3n-skx
6640 - type: "table"
6641   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6642   algorithm: "table_merged_details"
6643   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6644   columns:
6645     - title: " |prein| Test Name |preout| "
6646       data: "data name"
6647     - 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| "
6648       data: "data msg"
6649   data: "dpdk-perf-results-3n-skx"
6650   filter: "all"
6651   remove-ndr: False
6652   parameters:
6653   - "name"
6654   - "parent"
6655   - "msg"
6656
6657 # Detailed Test Results - DPDK Performance Results 2n-skx
6658 - type: "table"
6659   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6660   algorithm: "table_merged_details"
6661   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6662   columns:
6663     - title: " |prein| Test Name |preout| "
6664       data: "data name"
6665     - 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| "
6666       data: "data msg"
6667   data: "dpdk-perf-results-2n-skx"
6668   filter: "all"
6669   remove-ndr: False
6670   parameters:
6671   - "name"
6672   - "parent"
6673   - "msg"
6674
6675 # Detailed Test Results - DPDK Performance Results 2n-clx
6676 - type: "table"
6677   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6678   algorithm: "table_merged_details"
6679   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6680   columns:
6681     - title: " |prein| Test Name |preout| "
6682       data: "data name"
6683     - 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| "
6684       data: "data msg"
6685   data: "dpdk-perf-results-2n-clx"
6686   filter: "all"
6687   parameters:
6688   - "name"
6689   - "parent"
6690   - "msg"
6691
6692 # Detailed Test Results - DPDK Performance Results 2n-dnv
6693 - type: "table"
6694   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6695   algorithm: "table_merged_details"
6696   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6697   columns:
6698     - title: " |prein| Test Name |preout| "
6699       data: "data name"
6700     - 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| "
6701       data: "data msg"
6702   data: "dpdk-perf-results-2n-dnv"
6703   filter: "all"
6704   parameters:
6705   - "name"
6706   - "parent"
6707   - "msg"
6708
6709 # Detailed Test Results - DPDK Performance Results 3n-dnv
6710 - type: "table"
6711   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6712   algorithm: "table_merged_details"
6713   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6714   columns:
6715     - title: " |prein| Test Name |preout| "
6716       data: "data name"
6717     - 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| "
6718       data: "data msg"
6719   data: "dpdk-perf-results-3n-dnv"
6720   filter: "all"
6721   parameters:
6722   - "name"
6723   - "parent"
6724   - "msg"
6725
6726 # Detailed Test Results - DPDK Performance Results 3n-tsh
6727 - type: "table"
6728   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6729   algorithm: "table_merged_details"
6730   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6731   columns:
6732     - title: " |prein| Test Name |preout| "
6733       data: "data name"
6734     - 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| "
6735       data: "data msg"
6736   data: "dpdk-perf-results-3n-tsh"
6737   filter: "all"
6738   parameters:
6739   - "name"
6740   - "parent"
6741   - "msg"
6742
6743 ################################################################################
6744 ###                                F I L E S                                 ###
6745 ################################################################################
6746
6747 # VPP Performance Results
6748 - type: "file"
6749   title: "VPP Performance Results"
6750   algorithm: "file_details_split"
6751   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6752   dir-tables:
6753     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6754     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6755     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6756     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6757     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6758     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6759     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6760   data:
6761     - "vpp-perf-results-2n-skx"
6762     - "vpp-perf-results-3n-skx"
6763     - "vpp-perf-results-2n-clx"
6764     - "vpp-perf-results-3n-hsw"
6765     - "vpp-perf-results-3n-tsh"
6766     - "vpp-perf-results-2n-dnv"
6767     - "vpp-perf-results-3n-dnv"
6768   filter: "all"
6769   data-start-level: 4
6770   order-chapters:
6771     level-1:
6772       - "l2"
6773       - "ip4"
6774       - "ip6"
6775       - "srv6"
6776       - "ip4_tunnels"
6777       - "ip6_tunnels"
6778       - "vm_vhost"
6779       - "container_memif"
6780       - "crypto"
6781       - "vts"
6782       - "lb"
6783       - "nfv_density"
6784       - "hoststack"
6785     level-2:
6786       - "2n-skx"
6787       - "3n-skx"
6788       - "2n-clx"
6789       - "3n-hsw"
6790       - "3n-tsh"
6791       - "2n-dnv"
6792       - "3n-dnv"
6793     level-3:
6794       - "xl710"
6795       - "x520"
6796       - "xxv710"
6797       - "x710"
6798       - "x553"
6799       - "cx556a"
6800       - "vic1227"
6801       - "vic1385"
6802
6803 # VPP Performance Configuration
6804 - type: "file"
6805   title: "VPP Performance Configuration"
6806   algorithm: "file_details_split"
6807   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6808   dir-tables:
6809     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6810     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6811     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6812     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6813     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6814     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6815     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6816   data:
6817     - "vpp-perf-results-2n-skx"
6818     - "vpp-perf-results-3n-skx"
6819     - "vpp-perf-results-2n-clx"
6820     - "vpp-perf-results-3n-hsw"
6821     - "vpp-perf-results-3n-tsh"
6822     - "vpp-perf-results-2n-dnv"
6823     - "vpp-perf-results-3n-dnv"
6824   filter: "all"
6825   data-start-level: 4
6826   order-chapters:
6827     level-1:
6828       - "l2"
6829       - "ip4"
6830       - "ip6"
6831       - "srv6"
6832       - "ip4_tunnels"
6833       - "ip6_tunnels"
6834       - "vm_vhost"
6835       - "container_memif"
6836       - "crypto"
6837       - "vts"
6838       - "lb"
6839       - "nfv_density"
6840       - "hoststack"
6841     level-2:
6842       - "2n-skx"
6843       - "3n-skx"
6844       - "2n-clx"
6845       - "3n-hsw"
6846       - "3n-tsh"
6847       - "2n-dnv"
6848       - "3n-dnv"
6849     level-3:
6850       - "xl710"
6851       - "x520"
6852       - "xxv710"
6853       - "x710"
6854       - "x553"
6855       - "cx556a"
6856       - "vic1227"
6857       - "vic1385"
6858
6859 # VPP Performance Operational
6860 - type: "file"
6861   title: "VPP Performance Operational"
6862   algorithm: "file_details_split_html"
6863   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6864   dir-tables:
6865     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6866     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6867     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6868     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6869     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6870     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6871     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6872   data:
6873     - "vpp-perf-results-2n-skx"
6874     - "vpp-perf-results-3n-skx"
6875     - "vpp-perf-results-2n-clx"
6876     - "vpp-perf-results-3n-hsw"
6877     - "vpp-perf-results-3n-tsh"
6878     - "vpp-perf-results-2n-dnv"
6879     - "vpp-perf-results-3n-dnv"
6880   filter: "all"
6881   data-start-level: 4
6882   order-chapters:
6883     level-1:
6884       - "l2"
6885       - "ip4"
6886       - "ip6"
6887       - "srv6"
6888       - "ip4_tunnels"
6889       - "ip6_tunnels"
6890       - "vm_vhost"
6891       - "container_memif"
6892       - "crypto"
6893       - "vts"
6894       - "lb"
6895       - "nfv_density"
6896       - "hoststack"
6897     level-2:
6898       - "2n-skx"
6899       - "3n-skx"
6900       - "2n-clx"
6901       - "3n-hsw"
6902       - "3n-tsh"
6903       - "2n-dnv"
6904       - "3n-dnv"
6905     level-3:
6906       - "xl710"
6907       - "x520"
6908       - "xxv710"
6909       - "x710"
6910       - "x553"
6911       - "cx556a"
6912       - "vic1227"
6913       - "vic1385"
6914
6915 # VPP MRR Results
6916 - type: "file"
6917   title: "VPP MRR Results"
6918   algorithm: "file_details_split"
6919   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6920   dir-tables:
6921     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6922     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6923     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6924     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6925     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6926     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6927     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6928   data:
6929     - "vpp-mrr-results-2n-skx"
6930     - "vpp-mrr-results-3n-skx"
6931     - "vpp-mrr-results-2n-clx"
6932     - "vpp-mrr-results-3n-hsw"
6933     - "vpp-mrr-results-3n-tsh"
6934     - "vpp-mrr-results-2n-dnv"
6935     - "vpp-mrr-results-3n-dnv"
6936   filter: "all"
6937   data-start-level: 4
6938   order-chapters:
6939     level-1:
6940       - "l2"
6941       - "ip4"
6942       - "ip6"
6943       - "srv6"
6944       - "ip4_tunnels"
6945       - "ip6_tunnels"
6946       - "vm_vhost"
6947       - "container_memif"
6948       - "crypto"
6949       - "vts"
6950       - "lb"
6951       - "nfv_density"
6952       - "hoststack"
6953     level-2:
6954       - "2n-skx"
6955       - "3n-skx"
6956       - "2n-clx"
6957       - "3n-hsw"
6958       - "3n-tsh"
6959       - "2n-dnv"
6960       - "3n-dnv"
6961     level-3:
6962       - "xl710"
6963       - "x520"
6964       - "xxv710"
6965       - "x710"
6966       - "x553"
6967       - "cx556a"
6968       - "vic1227"
6969       - "vic1385"
6970
6971 # VPP MRR Configuration
6972 - type: "file"
6973   title: "VPP MRR Configuration"
6974   algorithm: "file_details_split"
6975   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6976   dir-tables:
6977     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6978     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6979     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6980     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6981     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6982     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6983     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6984   data:
6985     - "vpp-mrr-results-2n-skx"
6986     - "vpp-mrr-results-3n-skx"
6987     - "vpp-mrr-results-2n-clx"
6988     - "vpp-mrr-results-3n-hsw"
6989     - "vpp-mrr-results-3n-tsh"
6990     - "vpp-mrr-results-2n-dnv"
6991     - "vpp-mrr-results-3n-dnv"
6992   filter: "all"
6993   data-start-level: 4
6994   order-chapters:
6995     level-1:
6996       - "l2"
6997       - "ip4"
6998       - "ip6"
6999       - "srv6"
7000       - "ip4_tunnels"
7001       - "ip6_tunnels"
7002       - "vm_vhost"
7003       - "container_memif"
7004       - "crypto"
7005       - "vts"
7006       - "lb"
7007       - "nfv_density"
7008       - "hoststack"
7009     level-2:
7010       - "2n-skx"
7011       - "3n-skx"
7012       - "2n-clx"
7013       - "3n-hsw"
7014       - "3n-tsh"
7015       - "2n-dnv"
7016       - "3n-dnv"
7017     level-3:
7018       - "xl710"
7019       - "x520"
7020       - "xxv710"
7021       - "x710"
7022       - "x553"
7023       - "cx556a"
7024       - "vic1227"
7025       - "vic1385"
7026
7027 # VPP Device Results - Ubuntu
7028 - type: "file"
7029   title: "VPP Device Results - Ubuntu"
7030   algorithm: "file_test_results"
7031   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7032   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7033   data: "vpp-device-results-ubuntu"
7034   filter: "all"
7035   data-start-level: 4
7036
7037 # VPP Device Configuration - Ubuntu
7038 - type: "file"
7039   title: "VPP Device Configuration - Ubuntu"
7040   algorithm: "file_test_results"
7041   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7042   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7043   data: "vpp-device-results-ubuntu"
7044   filter: "all"
7045   data-start-level: 4
7046
7047 # DPDK Performance Results 3n-hsw
7048 - type: "file"
7049   title: "DPDK Performance Results 3n-hsw"
7050   algorithm: "file_test_results"
7051   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7052   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7053   data: "dpdk-perf-results-3n-hsw"
7054   filter: "all"
7055   data-start-level: 4
7056
7057 # DPDK Performance Results 3n-skx
7058 - type: "file"
7059   title: "DPDK Performance Results 3n-skx"
7060   algorithm: "file_test_results"
7061   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7062   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7063   data: "dpdk-perf-results-3n-skx"
7064   filter: "all"
7065   data-start-level: 4
7066
7067 # DPDK Performance Results 2n-skx
7068 - type: "file"
7069   title: "DPDK Performance Results 2n-skx"
7070   algorithm: "file_test_results"
7071   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7072   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7073   data: "dpdk-perf-results-2n-skx"
7074   filter: "all"
7075   data-start-level: 4
7076
7077 # DPDK Performance Results 2n-clx
7078 - type: "file"
7079   title: "DPDK Performance Results 2n-clx"
7080   algorithm: "file_test_results"
7081   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7082   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7083   data: "dpdk-perf-results-2n-clx"
7084   filter: "all"
7085   data-start-level: 4
7086
7087 # DPDK Performance Results 2n-dnv
7088 - type: "file"
7089   title: "DPDK Performance Results 2n-dnv"
7090   algorithm: "file_test_results"
7091   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7092   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7093   data: "dpdk-perf-results-2n-dnv"
7094   filter: "all"
7095   data-start-level: 4
7096
7097 # DPDK Performance Results 3n-dnv
7098 - type: "file"
7099   title: "DPDK Performance Results 3n-dnv"
7100   algorithm: "file_test_results"
7101   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7102   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7103   data: "dpdk-perf-results-3n-dnv"
7104   filter: "all"
7105   data-start-level: 4
7106
7107 # DPDK Performance Results 3n-tsh
7108 - type: "file"
7109   title: "DPDK Performance Results 3n-tsh"
7110   algorithm: "file_test_results"
7111   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7112   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7113   data: "dpdk-perf-results-3n-tsh"
7114   filter: "all"
7115   data-start-level: 4
7116
7117 ################################################################################
7118 ###                                P L O T S                                 ###
7119 ################################################################################
7120
7121 # Hoststack tests 3n-hsw
7122
7123 - type: "plot"
7124   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7125   algorithm: "plot_perf_box_name"
7126   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7127   data: "plot-vpp-hoststack-3n-hsw"
7128   include:
7129     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7130     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7131   layout:
7132     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7133     layout: "plot-hoststack"
7134
7135 - type: "plot"
7136   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7137   algorithm: "plot_perf_box_name"
7138   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7139   data: "plot-vpp-hoststack-3n-hsw"
7140   include:
7141     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7142     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7143   layout:
7144     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7145     layout: "plot-hoststack"
7146
7147 - type: "plot"
7148   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7149   algorithm: "plot_perf_box_name"
7150   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7151   data: "plot-vpp-hoststack-3n-hsw"
7152   include:
7153     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7154     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7155     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7156     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7157   layout:
7158     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7159     layout: "plot-hoststack"
7160
7161 ## Plots VPP HTTP Server Performance
7162 #- type: "plot"
7163 #  title: "VPP HTTP Server Performance"
7164 #  algorithm: "plot_http_server_perf_box"
7165 #  output-file-type: ".html"
7166 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7167 #  data:
7168 #    "plot-vpp-http-server-performance"
7169 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7170 #  parameters:
7171 #  - "result"
7172 #  - "name"
7173 #  traces:
7174 #    hoverinfo: "y+name"
7175 #    boxpoints: "outliers"
7176 #    whiskerwidth: 0
7177 #  layout:
7178 #    title: "VPP HTTP Server Performance"
7179 #    layout:
7180 #      "plot-cps"
7181 #
7182 #- type: "plot"
7183 #  title: "VPP HTTP Server Performance"
7184 #  algorithm: "plot_http_server_perf_box"
7185 #  output-file-type: ".html"
7186 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7187 #  data:
7188 #    "plot-vpp-http-server-performance"
7189 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7190 #  parameters:
7191 #  - "result"
7192 #  - "name"
7193 #  traces:
7194 #    hoverinfo: "y+name"
7195 #    boxpoints: "outliers"
7196 #    whiskerwidth: 0
7197 #  layout:
7198 #    title: "VPP HTTP Server Performance"
7199 #    layout:
7200 #      "plot-rps"
7201
7202 ################################################################################
7203
7204 # Soak Test (PLRsearch), boxes - 2n-clx
7205 - type: "plot"
7206   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7207   algorithm: "plot_perf_box_name"
7208   output-file-type: ".html"
7209   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7210   data: "plot-vpp-soak-2n-clx"
7211   include:
7212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7218   layout:
7219     title: "30 Minutes Soak Test (PLRsearch)"
7220     layout: "plot-soak-throughput"
7221
7222 # Soak Test (PLRsearch), boxes - 2n-clx
7223 - type: "plot"
7224   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7225   algorithm: "plot_perf_box_name"
7226   output-file-type: ".html"
7227   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7228   data: "plot-vpp-soak-2n-clx"
7229   include:
7230     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7231     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7232     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7233     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7234     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7235     - "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"
7236   layout:
7237     title: "30 Minutes Soak Test (PLRsearch)"
7238     layout: "plot-soak-throughput"
7239
7240 # Soak Test (PLRsearch), boxes - 2n-skx
7241 - type: "plot"
7242   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7243   algorithm: "plot_perf_box_name"
7244   output-file-type: ".html"
7245   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7246   data: "plot-vpp-soak-2n-skx"
7247   include:
7248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7254   layout:
7255     title: "30 Minutes Soak Test (PLRsearch)"
7256     layout: "plot-soak-throughput"
7257
7258 # Soak Test (PLRsearch), boxes - 2n-skx
7259 - type: "plot"
7260   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7261   algorithm: "plot_perf_box_name"
7262   output-file-type: ".html"
7263   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7264   data: "plot-vpp-soak-2n-skx"
7265   include:
7266     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7267     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7268     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7269     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7271     - "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"
7272   layout:
7273     title: "30 Minutes Soak Test (PLRsearch)"
7274     layout: "plot-soak-throughput"
7275
7276 ###############################################################################
7277
7278 # Reconf tests 2n-skx
7279
7280 - type: "plot"
7281   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7282   algorithm: "plot_nf_reconf_box_name"
7283   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7284   data: "plot-vpp-nfv-reconf-2n-skx"
7285   include:
7286     - "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"
7287     - "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"
7288     - "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"
7289     - "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"
7290     - "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"
7291     - "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"
7292   layout:
7293     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7294     layout: "plot-throughput"
7295
7296 - type: "plot"
7297   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7298   algorithm: "plot_nf_reconf_box_name"
7299   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7300   data: "plot-vpp-nfv-reconf-2n-skx"
7301   include:
7302     - "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"
7303     - "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"
7304     - "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"
7305     - "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"
7306     - "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"
7307     - "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"
7308   layout:
7309     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7310     layout: "plot-throughput"
7311
7312 - type: "plot"
7313   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7314   algorithm: "plot_nf_reconf_box_name"
7315   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7316   data: "plot-vpp-nfv-reconf-2n-skx"
7317   include:
7318     - "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"
7319     - "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"
7320     - "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"
7321     - "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"
7322     - "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"
7323     - "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"
7324   layout:
7325     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7326     layout: "plot-throughput"
7327
7328 ###############################################################################
7329
7330 # Reconf tests 2n-clx
7331
7332 - type: "plot"
7333   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7334   algorithm: "plot_nf_reconf_box_name"
7335   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7336   data: "plot-vpp-nfv-reconf-2n-clx"
7337   include:
7338     - "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"
7339     - "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"
7340     - "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"
7341     - "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"
7342   layout:
7343     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7344     layout: "plot-throughput"
7345
7346 - type: "plot"
7347   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7348   algorithm: "plot_nf_reconf_box_name"
7349   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7350   data: "plot-vpp-nfv-reconf-2n-clx"
7351   include:
7352     - "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"
7353     - "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"
7354     - "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"
7355     - "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"
7356   layout:
7357     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7358     layout: "plot-throughput"
7359
7360 - type: "plot"
7361   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7362   algorithm: "plot_nf_reconf_box_name"
7363   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7364   data: "plot-vpp-nfv-reconf-2n-clx"
7365   include:
7366     - "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"
7367     - "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"
7368     - "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"
7369     - "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"
7370   layout:
7371     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7372     layout: "plot-throughput"
7373
7374 ###############################################################################
7375
7376 # Plots - NF Density - VSC - MRR IMIX
7377 - type: "plot"
7378   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7379   algorithm: "plot_nf_heatmap"
7380   output-file-type: ".html"
7381   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7382   data: "plot-vpp-nfv-2n-skx-mrr"
7383   filter: "'NIC_Intel-XXV710' and
7384            'NF_DENSITY' and
7385            'VHOST' and
7386            not 'VXLAN' and
7387            'CHAIN' and
7388            'NF_VPPIP4' and
7389            'IMIX' and
7390            '2T1C' and
7391            'MRR'"
7392   parameters:
7393   - "result"
7394   - "name"
7395   - "tags"
7396   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7397   x-axis: "X = VNFs per Service Chain"
7398   y-axis: "Y = Number of Service Chains"
7399   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7400   layout:
7401     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7402     layout: "plot-service-density"
7403
7404 - type: "plot"
7405   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7406   algorithm: "plot_nf_heatmap"
7407   output-file-type: ".html"
7408   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7409   data: "plot-vpp-nfv-2n-skx-mrr"
7410   filter: "'NIC_Intel-XXV710' and
7411            'NF_DENSITY' and
7412            'VHOST' and
7413            not 'VXLAN' and
7414            'CHAIN' and
7415            'NF_VPPIP4' and
7416            'IMIX' and
7417            '4T2C' and
7418            'MRR'"
7419   parameters:
7420   - "result"
7421   - "name"
7422   - "tags"
7423   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7424   x-axis: "X = VNFs per Service Chain"
7425   y-axis: "Y = Number of Service Chains"
7426   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7427   layout:
7428     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7429     layout: "plot-service-density"
7430
7431 - type: "plot"
7432   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7433   algorithm: "plot_nf_heatmap"
7434   output-file-type: ".html"
7435   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7436   data: "plot-vpp-nfv-2n-skx-mrr"
7437   filter: "'NIC_Intel-XXV710' and
7438            'NF_DENSITY' and
7439            'VHOST' and
7440            not 'VXLAN' and
7441            'CHAIN' and
7442            'NF_VPPIP4' and
7443            'IMIX' and
7444            '8T4C' and
7445            'MRR'"
7446   parameters:
7447   - "result"
7448   - "name"
7449   - "tags"
7450   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7451   x-axis: "X = VNFs per Service Chain"
7452   y-axis: "Y = Number of Service Chains"
7453   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7454   layout:
7455     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7456     layout: "plot-service-density"
7457
7458 # Plots - NF Density - VSC - NDR IMIX
7459 - type: "plot"
7460   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7461   algorithm: "plot_nf_heatmap"
7462   output-file-type: ".html"
7463   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7464   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7465   filter: "'NIC_Intel-XXV710' and
7466            'NF_DENSITY' and
7467            'VHOST' and
7468            not 'VXLAN' and
7469            'CHAIN' and
7470            'NF_VPPIP4' and
7471            'IMIX' and
7472            '2T1C' and
7473            'NDRPDR'"
7474   parameters:
7475   - "throughput"
7476   - "name"
7477   - "tags"
7478   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7479   x-axis: "X = VNFs per Service Chain"
7480   y-axis: "Y = Number of Service Chains"
7481   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7482   layout:
7483     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7484     layout: "plot-service-density"
7485
7486 - type: "plot"
7487   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7488   algorithm: "plot_nf_heatmap"
7489   output-file-type: ".html"
7490   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7491   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7492   filter: "'NIC_Intel-XXV710' and
7493            'NF_DENSITY' and
7494            'VHOST' and
7495            not 'VXLAN' and
7496            'CHAIN' and
7497            'NF_VPPIP4' and
7498            'IMIX' and
7499            '4T2C' and
7500            'NDRPDR'"
7501   parameters:
7502   - "throughput"
7503   - "name"
7504   - "tags"
7505   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7506   x-axis: "X = VNFs per Service Chain"
7507   y-axis: "Y = Number of Service Chains"
7508   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7509   layout:
7510     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7511     layout: "plot-service-density"
7512
7513 - type: "plot"
7514   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7515   algorithm: "plot_nf_heatmap"
7516   output-file-type: ".html"
7517   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7518   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7519   filter: "'NIC_Intel-XXV710' and
7520            'NF_DENSITY' and
7521            'VHOST' and
7522            not 'VXLAN' and
7523            'CHAIN' and
7524            'NF_VPPIP4' and
7525            'IMIX' and
7526            '8T4C' and
7527            'NDRPDR'"
7528   parameters:
7529   - "throughput"
7530   - "name"
7531   - "tags"
7532   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7533   x-axis: "X = VNFs per Service Chain"
7534   y-axis: "Y = Number of Service Chains"
7535   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7536   layout:
7537     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7538     layout: "plot-service-density"
7539
7540 # Plots - NF Density - VSC - PDR IMIX
7541 - type: "plot"
7542   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7543   algorithm: "plot_nf_heatmap"
7544   output-file-type: ".html"
7545   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7546   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7547   filter: "'NIC_Intel-XXV710' and
7548            'NF_DENSITY' and
7549            'VHOST' and
7550            not 'VXLAN' and
7551            'CHAIN' and
7552            'NF_VPPIP4' and
7553            'IMIX' and
7554            '2T1C' and
7555            'NDRPDR'"
7556   parameters:
7557   - "throughput"
7558   - "name"
7559   - "tags"
7560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7561   x-axis: "X = VNFs per Service Chain"
7562   y-axis: "Y = Number of Service Chains"
7563   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7564   layout:
7565     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7566     layout: "plot-service-density"
7567
7568 - type: "plot"
7569   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7570   algorithm: "plot_nf_heatmap"
7571   output-file-type: ".html"
7572   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7573   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7574   filter: "'NIC_Intel-XXV710' and
7575            'NF_DENSITY' and
7576            'VHOST' and
7577            not 'VXLAN' and
7578            'CHAIN' and
7579            'NF_VPPIP4' and
7580            'IMIX' and
7581            '4T2C' and
7582            'NDRPDR'"
7583   parameters:
7584   - "throughput"
7585   - "name"
7586   - "tags"
7587   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7588   x-axis: "X = VNFs per Service Chain"
7589   y-axis: "Y = Number of Service Chains"
7590   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7591   layout:
7592     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7593     layout: "plot-service-density"
7594
7595 - type: "plot"
7596   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7597   algorithm: "plot_nf_heatmap"
7598   output-file-type: ".html"
7599   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7600   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7601   filter: "'NIC_Intel-XXV710' and
7602            'NF_DENSITY' and
7603            'VHOST' and
7604            not 'VXLAN' and
7605            'CHAIN' and
7606            'NF_VPPIP4' and
7607            'IMIX' and
7608            '8T4C' and
7609            'NDRPDR'"
7610   parameters:
7611   - "throughput"
7612   - "name"
7613   - "tags"
7614   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7615   x-axis: "X = VNFs per Service Chain"
7616   y-axis: "Y = Number of Service Chains"
7617   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7618   layout:
7619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7620     layout: "plot-service-density"
7621
7622 ###############################################################################
7623
7624 # Plots - NF Density - VSC - MRR IMIX
7625 - type: "plot"
7626   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7627   algorithm: "plot_nf_heatmap"
7628   output-file-type: ".html"
7629   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7630   data: "plot-vpp-nfv-2n-skx-mrr"
7631   filter: "'NIC_Intel-XXV710' and
7632            'NF_DENSITY' and
7633            'VHOST' and
7634            'VXLAN' and
7635            'CHAIN' and
7636            'IMIX' and
7637            '2T1C' and
7638            'MRR'"
7639   parameters:
7640   - "result"
7641   - "name"
7642   - "tags"
7643   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7644   x-axis: "X = VNFs per Service Chain"
7645   y-axis: "Y = Number of Service Chains"
7646   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7647   layout:
7648     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7649     layout: "plot-service-density"
7650
7651 - type: "plot"
7652   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7653   algorithm: "plot_nf_heatmap"
7654   output-file-type: ".html"
7655   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7656   data: "plot-vpp-nfv-2n-skx-mrr"
7657   filter: "'NIC_Intel-XXV710' and
7658            'NF_DENSITY' and
7659            'VHOST' and
7660            'VXLAN' and
7661            'CHAIN' and
7662            'IMIX' and
7663            '4T2C' and
7664            'MRR'"
7665   parameters:
7666   - "result"
7667   - "name"
7668   - "tags"
7669   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7670   x-axis: "X = VNFs per Service Chain"
7671   y-axis: "Y = Number of Service Chains"
7672   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7673   layout:
7674     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7675     layout: "plot-service-density"
7676
7677 - type: "plot"
7678   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7679   algorithm: "plot_nf_heatmap"
7680   output-file-type: ".html"
7681   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7682   data: "plot-vpp-nfv-2n-skx-mrr"
7683   filter: "'NIC_Intel-XXV710' and
7684            'NF_DENSITY' and
7685            'VHOST' and
7686            'VXLAN' and
7687            'CHAIN' and
7688            'IMIX' and
7689            '8T4C' and
7690            'MRR'"
7691   parameters:
7692   - "result"
7693   - "name"
7694   - "tags"
7695   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7696   x-axis: "X = VNFs per Service Chain"
7697   y-axis: "Y = Number of Service Chains"
7698   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7699   layout:
7700     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7701     layout: "plot-service-density"
7702
7703 # Plots - NF Density - VSC - NDR IMIX
7704 - type: "plot"
7705   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7706   algorithm: "plot_nf_heatmap"
7707   output-file-type: ".html"
7708   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7709   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7710   filter: "'NIC_Intel-XXV710' and
7711            'NF_DENSITY' and
7712            'VHOST' and
7713            'VXLAN' and
7714            'CHAIN' and
7715            'IMIX' and
7716            '2T1C' and
7717            'NDRPDR'"
7718   parameters:
7719   - "throughput"
7720   - "name"
7721   - "tags"
7722   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7723   x-axis: "X = VNFs per Service Chain"
7724   y-axis: "Y = Number of Service Chains"
7725   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7726   layout:
7727     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7728     layout: "plot-service-density"
7729
7730 - type: "plot"
7731   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7732   algorithm: "plot_nf_heatmap"
7733   output-file-type: ".html"
7734   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7735   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7736   filter: "'NIC_Intel-XXV710' and
7737            'NF_DENSITY' and
7738            'VHOST' and
7739            'VXLAN' and
7740            'CHAIN' and
7741            'IMIX' and
7742            '4T2C' and
7743            'NDRPDR'"
7744   parameters:
7745   - "throughput"
7746   - "name"
7747   - "tags"
7748   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7749   x-axis: "X = VNFs per Service Chain"
7750   y-axis: "Y = Number of Service Chains"
7751   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7752   layout:
7753     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7754     layout: "plot-service-density"
7755
7756 - type: "plot"
7757   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7758   algorithm: "plot_nf_heatmap"
7759   output-file-type: ".html"
7760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7761   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7762   filter: "'NIC_Intel-XXV710' and
7763            'NF_DENSITY' and
7764            'VHOST' and
7765            'VXLAN' and
7766            'CHAIN' and
7767            'IMIX' and
7768            '8T4C' and
7769            'NDRPDR'"
7770   parameters:
7771   - "throughput"
7772   - "name"
7773   - "tags"
7774   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7775   x-axis: "X = VNFs per Service Chain"
7776   y-axis: "Y = Number of Service Chains"
7777   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7778   layout:
7779     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7780     layout: "plot-service-density"
7781
7782 # Plots - NF Density - VSC - PDR IMIX
7783 - type: "plot"
7784   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7785   algorithm: "plot_nf_heatmap"
7786   output-file-type: ".html"
7787   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7788   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7789   filter: "'NIC_Intel-XXV710' and
7790            'NF_DENSITY' and
7791            'VHOST' and
7792            'VXLAN' and
7793            'CHAIN' and
7794            'IMIX' and
7795            '2T1C' and
7796            'NDRPDR'"
7797   parameters:
7798   - "throughput"
7799   - "name"
7800   - "tags"
7801   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7802   x-axis: "X = VNFs per Service Chain"
7803   y-axis: "Y = Number of Service Chains"
7804   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7805   layout:
7806     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7807     layout: "plot-service-density"
7808
7809 - type: "plot"
7810   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7811   algorithm: "plot_nf_heatmap"
7812   output-file-type: ".html"
7813   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7814   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7815   filter: "'NIC_Intel-XXV710' and
7816            'NF_DENSITY' and
7817            'VHOST' and
7818            'VXLAN' and
7819            'CHAIN' and
7820            'IMIX' and
7821            '4T2C' and
7822            'NDRPDR'"
7823   parameters:
7824   - "throughput"
7825   - "name"
7826   - "tags"
7827   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7828   x-axis: "X = VNFs per Service Chain"
7829   y-axis: "Y = Number of Service Chains"
7830   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7831   layout:
7832     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7833     layout: "plot-service-density"
7834
7835 - type: "plot"
7836   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7837   algorithm: "plot_nf_heatmap"
7838   output-file-type: ".html"
7839   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7840   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7841   filter: "'NIC_Intel-XXV710' and
7842            'NF_DENSITY' and
7843            'VHOST' and
7844            'VXLAN' and
7845            'CHAIN' and
7846            'IMIX' and
7847            '8T4C' and
7848            'NDRPDR'"
7849   parameters:
7850   - "throughput"
7851   - "name"
7852   - "tags"
7853   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7854   x-axis: "X = VNFs per Service Chain"
7855   y-axis: "Y = Number of Service Chains"
7856   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7857   layout:
7858     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7859     layout: "plot-service-density"
7860
7861 ###############################################################################
7862
7863 # Plots - NF Density - CSC - MRR IMIX
7864 - type: "plot"
7865   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7866   algorithm: "plot_nf_heatmap"
7867   output-file-type: ".html"
7868   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7869   data: "plot-vpp-nfv-2n-skx-mrr"
7870   filter: "'NIC_Intel-XXV710' and
7871            'NF_DENSITY' and
7872            'DOCKER' and
7873            'CHAIN' and
7874            'NF_VPPIP4' and
7875            'IMIX' and
7876            '2T1C' and
7877            'MRR'"
7878   parameters:
7879   - "result"
7880   - "name"
7881   - "tags"
7882   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7883   x-axis: "X = CNFs per Service Chain"
7884   y-axis: "Y = Number of Service Chains"
7885   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7886   layout:
7887     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7888     layout: "plot-service-density"
7889
7890 - type: "plot"
7891   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7892   algorithm: "plot_nf_heatmap"
7893   output-file-type: ".html"
7894   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7895   data: "plot-vpp-nfv-2n-skx-mrr"
7896   filter: "'NIC_Intel-XXV710' and
7897            'NF_DENSITY' and
7898            'DOCKER' and
7899            'CHAIN' and
7900            'NF_VPPIP4' and
7901            'IMIX' and
7902            '4T2C' and
7903            'MRR'"
7904   parameters:
7905   - "result"
7906   - "name"
7907   - "tags"
7908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7909   x-axis: "X = CNFs per Service Chain"
7910   y-axis: "Y = Number of Service Chains"
7911   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7912   layout:
7913     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7914     layout: "plot-service-density"
7915
7916 - type: "plot"
7917   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7918   algorithm: "plot_nf_heatmap"
7919   output-file-type: ".html"
7920   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7921   data: "plot-vpp-nfv-2n-skx-mrr"
7922   filter: "'NIC_Intel-XXV710' and
7923            'NF_DENSITY' and
7924            'DOCKER' and
7925            'CHAIN' and
7926            'NF_VPPIP4' and
7927            'IMIX' and
7928            '8T4C' and
7929            'MRR'"
7930   parameters:
7931   - "result"
7932   - "name"
7933   - "tags"
7934   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7935   x-axis: "X = CNFs per Service Chain"
7936   y-axis: "Y = Number of Service Chains"
7937   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7938   layout:
7939     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7940     layout: "plot-service-density"
7941
7942 # Plots - NF Density - CSC - NDR IMIX
7943 - type: "plot"
7944   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7945   algorithm: "plot_nf_heatmap"
7946   output-file-type: ".html"
7947   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7948   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7949   filter: "'NIC_Intel-XXV710' and
7950            'NF_DENSITY' and
7951            'DOCKER' and
7952            'CHAIN' and
7953            'NF_VPPIP4' and
7954            'IMIX' and
7955            '2T1C' and
7956            'NDRPDR'"
7957   parameters:
7958   - "throughput"
7959   - "name"
7960   - "tags"
7961   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7962   x-axis: "X = CNFs per Service Chain"
7963   y-axis: "Y = Number of Service Chains"
7964   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7965   layout:
7966     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7967     layout: "plot-service-density"
7968
7969 - type: "plot"
7970   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7971   algorithm: "plot_nf_heatmap"
7972   output-file-type: ".html"
7973   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7974   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7975   filter: "'NIC_Intel-XXV710' and
7976            'NF_DENSITY' and
7977            'DOCKER' and
7978            'CHAIN' and
7979            'NF_VPPIP4' and
7980            'IMIX' and
7981            '4T2C' and
7982            'NDRPDR'"
7983   parameters:
7984   - "throughput"
7985   - "name"
7986   - "tags"
7987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7988   x-axis: "X = CNFs per Service Chain"
7989   y-axis: "Y = Number of Service Chains"
7990   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7991   layout:
7992     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7993     layout: "plot-service-density"
7994
7995 - type: "plot"
7996   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7997   algorithm: "plot_nf_heatmap"
7998   output-file-type: ".html"
7999   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8000   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8001   filter: "'NIC_Intel-XXV710' and
8002            'NF_DENSITY' and
8003            'DOCKER' and
8004            'CHAIN' and
8005            'NF_VPPIP4' and
8006            'IMIX' and
8007            '8T4C' and
8008            'NDRPDR'"
8009   parameters:
8010   - "throughput"
8011   - "name"
8012   - "tags"
8013   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8014   x-axis: "X = CNFs per Service Chain"
8015   y-axis: "Y = Number of Service Chains"
8016   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8017   layout:
8018     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8019     layout: "plot-service-density"
8020
8021 # Plots - NF Density - CSC - PDR IMIX
8022 - type: "plot"
8023   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8024   algorithm: "plot_nf_heatmap"
8025   output-file-type: ".html"
8026   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8027   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8028   filter: "'NIC_Intel-XXV710' and
8029            'NF_DENSITY' and
8030            'DOCKER' and
8031            'CHAIN' and
8032            'NF_VPPIP4' and
8033            'IMIX' and
8034            '2T1C' and
8035            'NDRPDR'"
8036   parameters:
8037   - "throughput"
8038   - "name"
8039   - "tags"
8040   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8041   x-axis: "X = CNFs per Service Chain"
8042   y-axis: "Y = Number of Service Chains"
8043   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8044   layout:
8045     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8046     layout: "plot-service-density"
8047
8048 - type: "plot"
8049   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8050   algorithm: "plot_nf_heatmap"
8051   output-file-type: ".html"
8052   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8053   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8054   filter: "'NIC_Intel-XXV710' and
8055            'NF_DENSITY' and
8056            'DOCKER' and
8057            'CHAIN' and
8058            'NF_VPPIP4' and
8059            'IMIX' and
8060            '4T2C' and
8061            'NDRPDR'"
8062   parameters:
8063   - "throughput"
8064   - "name"
8065   - "tags"
8066   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8067   x-axis: "X = CNFs per Service Chain"
8068   y-axis: "Y = Number of Service Chains"
8069   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8070   layout:
8071     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8072     layout: "plot-service-density"
8073
8074 - type: "plot"
8075   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8076   algorithm: "plot_nf_heatmap"
8077   output-file-type: ".html"
8078   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8079   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8080   filter: "'NIC_Intel-XXV710' and
8081            'NF_DENSITY' and
8082            'DOCKER' and
8083            'CHAIN' and
8084            'NF_VPPIP4' and
8085            'IMIX' and
8086            '8T4C' and
8087            'NDRPDR'"
8088   parameters:
8089   - "throughput"
8090   - "name"
8091   - "tags"
8092   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8093   x-axis: "X = CNFs per Service Chain"
8094   y-axis: "Y = Number of Service Chains"
8095   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8096   layout:
8097     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8098     layout: "plot-service-density"
8099
8100 ################################################################################
8101 #
8102 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8103 #- type: "plot"
8104 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8105 #  algorithm: "plot_nf_heatmap"
8106 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8107 #  data: "plot-vpp-nfv-3n-skx-mrr"
8108 #  filter: "'NIC_Intel-XXV710' and
8109 #           'NF_DENSITY' and
8110 #           'DOCKER' and
8111 #           'CHAIN' and
8112 #           'NF_VPPIP4' and
8113 #           'IPSEC' and
8114 #           'TNL_4' and
8115 #           'IMIX' and
8116 #           '2T1C' and
8117 #           'MRR'"
8118 #  parameters:
8119 #  - "result"
8120 #  - "name"
8121 #  - "tags"
8122 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8123 #  x-axis: "X = CNFs per Service Chain"
8124 #  y-axis: "Y = Number of Service Chains"
8125 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8126 #  layout:
8127 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8128 #    layout: "plot-service-density"
8129 #
8130 #- type: "plot"
8131 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8132 #  algorithm: "plot_nf_heatmap"
8133 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8134 #  data: "plot-vpp-nfv-3n-skx-mrr"
8135 #  filter: "'NIC_Intel-XXV710' and
8136 #           'NF_DENSITY' and
8137 #           'DOCKER' and
8138 #           'CHAIN' and
8139 #           'NF_VPPIP4' and
8140 #           'IPSEC' and
8141 #           'TNL_4' and
8142 #           'IMIX' and
8143 #           '4T2C' and
8144 #           'MRR'"
8145 #  parameters:
8146 #  - "result"
8147 #  - "name"
8148 #  - "tags"
8149 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8150 #  x-axis: "X = CNFs per Service Chain"
8151 #  y-axis: "Y = Number of Service Chains"
8152 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8153 #  layout:
8154 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8155 #    layout: "plot-service-density"
8156 #
8157 #- type: "plot"
8158 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8159 #  algorithm: "plot_nf_heatmap"
8160 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8161 #  data: "plot-vpp-nfv-3n-skx-mrr"
8162 #  filter: "'NIC_Intel-XXV710' and
8163 #           'NF_DENSITY' and
8164 #           'DOCKER' and
8165 #           'CHAIN' and
8166 #           'NF_VPPIP4' and
8167 #           'IPSEC' and
8168 #           'TNL_4' and
8169 #           'IMIX' and
8170 #           '8T4C' and
8171 #           'MRR'"
8172 #  parameters:
8173 #  - "result"
8174 #  - "name"
8175 #  - "tags"
8176 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8177 #  x-axis: "X = CNFs per Service Chain"
8178 #  y-axis: "Y = Number of Service Chains"
8179 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8180 #  layout:
8181 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8182 #    layout: "plot-service-density"
8183
8184 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8185 - type: "plot"
8186   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8187   algorithm: "plot_nf_heatmap"
8188   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8189   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8190   filter: "'NIC_Intel-XXV710' and
8191            'NF_DENSITY' and
8192            'DOCKER' and
8193            'CHAIN' and
8194            'NF_VPPIP4' and
8195            'IPSEC' and
8196            'TNL_4' and
8197            'IMIX' and
8198            '2T1C' and
8199            'NDRPDR'"
8200   parameters:
8201   - "throughput"
8202   - "name"
8203   - "tags"
8204   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8205   x-axis: "X = CNFs per Service Chain"
8206   y-axis: "Y = Number of Service Chains"
8207   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8208   layout:
8209     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8210     layout: "plot-service-density"
8211
8212 - type: "plot"
8213   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8214   algorithm: "plot_nf_heatmap"
8215   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8216   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8217   filter: "'NIC_Intel-XXV710' and
8218            'NF_DENSITY' and
8219            'DOCKER' and
8220            'CHAIN' and
8221            'NF_VPPIP4' and
8222            'IPSEC' and
8223            'TNL_4' and
8224            'IMIX' and
8225            '4T2C' and
8226            'NDRPDR'"
8227   parameters:
8228   - "throughput"
8229   - "name"
8230   - "tags"
8231   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8232   x-axis: "X = CNFs per Service Chain"
8233   y-axis: "Y = Number of Service Chains"
8234   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8235   layout:
8236     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8237     layout: "plot-service-density"
8238
8239 - type: "plot"
8240   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8241   algorithm: "plot_nf_heatmap"
8242   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8243   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8244   filter: "'NIC_Intel-XXV710' and
8245            'NF_DENSITY' and
8246            'DOCKER' and
8247            'CHAIN' and
8248            'NF_VPPIP4' and
8249            'IPSEC' and
8250            'TNL_4' and
8251            'IMIX' and
8252            '8T4C' and
8253            'NDRPDR'"
8254   parameters:
8255   - "throughput"
8256   - "name"
8257   - "tags"
8258   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8259   x-axis: "X = CNFs per Service Chain"
8260   y-axis: "Y = Number of Service Chains"
8261   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8262   layout:
8263     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8264     layout: "plot-service-density"
8265
8266 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8267 - type: "plot"
8268   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8269   algorithm: "plot_nf_heatmap"
8270   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8271   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8272   filter: "'NIC_Intel-XXV710' and
8273            'NF_DENSITY' and
8274            'DOCKER' and
8275            'CHAIN' and
8276            'NF_VPPIP4' and
8277            'IPSEC' and
8278            'TNL_4' and
8279            'IMIX' and
8280            '2T1C' and
8281            'NDRPDR'"
8282   parameters:
8283   - "throughput"
8284   - "name"
8285   - "tags"
8286   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8287   x-axis: "X = CNFs per Service Chain"
8288   y-axis: "Y = Number of Service Chains"
8289   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8290   layout:
8291     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8292     layout: "plot-service-density"
8293
8294 - type: "plot"
8295   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8296   algorithm: "plot_nf_heatmap"
8297   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8298   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8299   filter: "'NIC_Intel-XXV710' and
8300            'NF_DENSITY' and
8301            'DOCKER' and
8302            'CHAIN' and
8303            'NF_VPPIP4' and
8304            'IPSEC' and
8305            'TNL_4' and
8306            'IMIX' and
8307            '4T2C' and
8308            'NDRPDR'"
8309   parameters:
8310   - "throughput"
8311   - "name"
8312   - "tags"
8313   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8314   x-axis: "X = CNFs per Service Chain"
8315   y-axis: "Y = Number of Service Chains"
8316   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8317   layout:
8318     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8319     layout: "plot-service-density"
8320
8321 - type: "plot"
8322   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8323   algorithm: "plot_nf_heatmap"
8324   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8325   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8326   filter: "'NIC_Intel-XXV710' and
8327            'NF_DENSITY' and
8328            'DOCKER' and
8329            'CHAIN' and
8330            'NF_VPPIP4' and
8331            'IPSEC' and
8332            'TNL_4' and
8333            'IMIX' and
8334            '8T4C' and
8335            'NDRPDR'"
8336   parameters:
8337   - "throughput"
8338   - "name"
8339   - "tags"
8340   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8341   x-axis: "X = CNFs per Service Chain"
8342   y-axis: "Y = Number of Service Chains"
8343   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8344   layout:
8345     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8346     layout: "plot-service-density"
8347
8348 ###############################################################################
8349
8350 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8351 #- type: "plot"
8352 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8353 #  algorithm: "plot_nf_heatmap"
8354 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8355 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8356 #  filter: "'NIC_Intel-XL710' and
8357 #           'NF_DENSITY' and
8358 #           'DOCKER' and
8359 #           'CHAIN' and
8360 #           'NF_VPPIP4' and
8361 #           'IMIX' and
8362 #           'TNL_4' and
8363 #           '1T1C' and
8364 #           'MRR'"
8365 #  parameters:
8366 #  - "result"
8367 #  - "name"
8368 #  - "tags"
8369 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8370 #  x-axis: "X = CNFs per Service Chain"
8371 #  y-axis: "Y = Number of Service Chains"
8372 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8373 #  layout:
8374 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8375 #    layout: "plot-service-density"
8376 #
8377 #- type: "plot"
8378 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8379 #  algorithm: "plot_nf_heatmap"
8380 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8381 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8382 #  filter: "'NIC_Intel-XL710' and
8383 #           'NF_DENSITY' and
8384 #           'DOCKER' and
8385 #           'CHAIN' and
8386 #           'NF_VPPIP4' and
8387 #           'IPSEC' and
8388 #           'TNL_4' and
8389 #           'IMIX' and
8390 #           '2T2C' and
8391 #           'MRR'"
8392 #  parameters:
8393 #  - "result"
8394 #  - "name"
8395 #  - "tags"
8396 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8397 #  x-axis: "X = CNFs per Service Chain"
8398 #  y-axis: "Y = Number of Service Chains"
8399 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8400 #  layout:
8401 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8402 #    layout: "plot-service-density"
8403 #
8404 #- type: "plot"
8405 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8406 #  algorithm: "plot_nf_heatmap"
8407 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8408 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8409 #  filter: "'NIC_Intel-XL710' and
8410 #           'NF_DENSITY' and
8411 #           'DOCKER' and
8412 #           'CHAIN' and
8413 #           'NF_VPPIP4' and
8414 #           'IPSEC' and
8415 #           'TNL_4' and
8416 #           'IMIX' and
8417 #           '4T4C' and
8418 #           'MRR'"
8419 #  parameters:
8420 #  - "result"
8421 #  - "name"
8422 #  - "tags"
8423 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8424 #  x-axis: "X = CNFs per Service Chain"
8425 #  y-axis: "Y = Number of Service Chains"
8426 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8427 #  layout:
8428 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8429 #    layout: "plot-service-density"
8430
8431 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8432 #- type: "plot"
8433 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8434 #  algorithm: "plot_nf_heatmap"
8435 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8436 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8437 #  filter: "'NIC_Intel-XL710' and
8438 #           'NF_DENSITY' and
8439 #           'DOCKER' and
8440 #           'CHAIN' and
8441 #           'NF_VPPIP4' and
8442 #           'IPSEC' and
8443 #           'TNL_4' and
8444 #           'IMIX' and
8445 #           '1T1C' and
8446 #           'NDRPDR'"
8447 #  parameters:
8448 #  - "throughput"
8449 #  - "name"
8450 #  - "tags"
8451 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8452 #  x-axis: "X = CNFs per Service Chain"
8453 #  y-axis: "Y = Number of Service Chains"
8454 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8455 #  layout:
8456 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8457 #    layout: "plot-service-density"
8458 #
8459 #- type: "plot"
8460 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8461 #  algorithm: "plot_nf_heatmap"
8462 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8463 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8464 #  filter: "'NIC_Intel-XL710' and
8465 #           'NF_DENSITY' and
8466 #           'DOCKER' and
8467 #           'CHAIN' and
8468 #           'NF_VPPIP4' and
8469 #           'IPSEC' and
8470 #           'TNL_4' and
8471 #           'IMIX' and
8472 #           '2T2C' and
8473 #           'NDRPDR'"
8474 #  parameters:
8475 #  - "throughput"
8476 #  - "name"
8477 #  - "tags"
8478 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8479 #  x-axis: "X = CNFs per Service Chain"
8480 #  y-axis: "Y = Number of Service Chains"
8481 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8482 #  layout:
8483 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8484 #    layout: "plot-service-density"
8485 #
8486 #- type: "plot"
8487 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8488 #  algorithm: "plot_nf_heatmap"
8489 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8490 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8491 #  filter: "'NIC_Intel-XL710' and
8492 #           'NF_DENSITY' and
8493 #           'DOCKER' and
8494 #           'CHAIN' and
8495 #           'NF_VPPIP4' and
8496 #           'IPSEC' and
8497 #           'TNL_4' and
8498 #           'IMIX' and
8499 #           '4T4C' and
8500 #           'NDRPDR'"
8501 #  parameters:
8502 #  - "throughput"
8503 #  - "name"
8504 #  - "tags"
8505 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8506 #  x-axis: "X = CNFs per Service Chain"
8507 #  y-axis: "Y = Number of Service Chains"
8508 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8509 #  layout:
8510 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8511 #    layout: "plot-service-density"
8512 #
8513 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8514 #- type: "plot"
8515 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8516 #  algorithm: "plot_nf_heatmap"
8517 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8518 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8519 #  filter: "'NIC_Intel-XL710' and
8520 #           'NF_DENSITY' and
8521 #           'DOCKER' and
8522 #           'CHAIN' and
8523 #           'NF_VPPIP4' and
8524 #           'IPSEC' and
8525 #           'TNL_4' and
8526 #           'IMIX' and
8527 #           '1T1C' and
8528 #           'NDRPDR'"
8529 #  parameters:
8530 #  - "throughput"
8531 #  - "name"
8532 #  - "tags"
8533 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8534 #  x-axis: "X = CNFs per Service Chain"
8535 #  y-axis: "Y = Number of Service Chains"
8536 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8537 #  layout:
8538 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8539 #    layout: "plot-service-density"
8540 #
8541 #- type: "plot"
8542 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8543 #  algorithm: "plot_nf_heatmap"
8544 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8545 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8546 #  filter: "'NIC_Intel-XL710' and
8547 #           'NF_DENSITY' and
8548 #           'DOCKER' and
8549 #           'CHAIN' and
8550 #           'NF_VPPIP4' and
8551 #           'IPSEC' and
8552 #           'TNL_4' and
8553 #           'IMIX' and
8554 #           '2T2C' and
8555 #           'NDRPDR'"
8556 #  parameters:
8557 #  - "throughput"
8558 #  - "name"
8559 #  - "tags"
8560 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8561 #  x-axis: "X = CNFs per Service Chain"
8562 #  y-axis: "Y = Number of Service Chains"
8563 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8564 #  layout:
8565 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8566 #    layout: "plot-service-density"
8567 #
8568 #- type: "plot"
8569 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8570 #  algorithm: "plot_nf_heatmap"
8571 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8572 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8573 #  filter: "'NIC_Intel-XL710' and
8574 #           'NF_DENSITY' and
8575 #           'DOCKER' and
8576 #           'CHAIN' and
8577 #           'NF_VPPIP4' and
8578 #           'IPSEC' and
8579 #           'TNL_4' and
8580 #           'IMIX' and
8581 #           '4T4C' and
8582 #           'NDRPDR'"
8583 #  parameters:
8584 #  - "throughput"
8585 #  - "name"
8586 #  - "tags"
8587 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8588 #  x-axis: "X = CNFs per Service Chain"
8589 #  y-axis: "Y = Number of Service Chains"
8590 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8591 #  layout:
8592 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8593 #    layout: "plot-service-density"
8594
8595 ###############################################################################
8596
8597 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8598 #- type: "plot"
8599 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8600 #  algorithm: "plot_nf_heatmap"
8601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8602 #  data: "plot-vpp-nfv-3n-skx-mrr"
8603 #  filter: "'NIC_Intel-XXV710' and
8604 #           'NF_DENSITY' and
8605 #           'DOCKER' and
8606 #           'CHAIN' and
8607 #           'NF_VPPIP4' and
8608 #           'IPSEC' and
8609 #           'TNL_1000' and
8610 #           'IMIX' and
8611 #           '2T1C' and
8612 #           'MRR'"
8613 #  parameters:
8614 #  - "result"
8615 #  - "name"
8616 #  - "tags"
8617 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8618 #  x-axis: "X = CNFs per Service Chain"
8619 #  y-axis: "Y = Number of Service Chains"
8620 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8621 #  layout:
8622 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8623 #    layout: "plot-service-density"
8624 #
8625 #- type: "plot"
8626 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8627 #  algorithm: "plot_nf_heatmap"
8628 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8629 #  data: "plot-vpp-nfv-3n-skx-mrr"
8630 #  filter: "'NIC_Intel-XXV710' and
8631 #           'NF_DENSITY' and
8632 #           'DOCKER' and
8633 #           'CHAIN' and
8634 #           'NF_VPPIP4' and
8635 #           'IPSEC' and
8636 #           'TNL_1000' and
8637 #           'IMIX' and
8638 #           '4T2C' and
8639 #           'MRR'"
8640 #  parameters:
8641 #  - "result"
8642 #  - "name"
8643 #  - "tags"
8644 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8645 #  x-axis: "X = CNFs per Service Chain"
8646 #  y-axis: "Y = Number of Service Chains"
8647 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8648 #  layout:
8649 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8650 #    layout: "plot-service-density"
8651 #
8652 #- type: "plot"
8653 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8654 #  algorithm: "plot_nf_heatmap"
8655 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8656 #  data: "plot-vpp-nfv-3n-skx-mrr"
8657 #  filter: "'NIC_Intel-XXV710' and
8658 #           'NF_DENSITY' and
8659 #           'DOCKER' and
8660 #           'CHAIN' and
8661 #           'NF_VPPIP4' and
8662 #           'IPSEC' and
8663 #           'TNL_1000' and
8664 #           'IMIX' and
8665 #           '8T4C' and
8666 #           'MRR'"
8667 #  parameters:
8668 #  - "result"
8669 #  - "name"
8670 #  - "tags"
8671 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8672 #  x-axis: "X = CNFs per Service Chain"
8673 #  y-axis: "Y = Number of Service Chains"
8674 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8675 #  layout:
8676 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8677 #    layout: "plot-service-density"
8678
8679 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8680 - type: "plot"
8681   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8682   algorithm: "plot_nf_heatmap"
8683   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8684   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8685   filter: "'NIC_Intel-XXV710' and
8686            'NF_DENSITY' and
8687            'DOCKER' and
8688            'CHAIN' and
8689            'NF_VPPIP4' and
8690            'IPSEC' and
8691            'TNL_1000' and
8692            'IMIX' and
8693            '2T1C' and
8694            'NDRPDR'"
8695   parameters:
8696   - "throughput"
8697   - "name"
8698   - "tags"
8699   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8700   x-axis: "X = CNFs per Service Chain"
8701   y-axis: "Y = Number of Service Chains"
8702   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8703   layout:
8704     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8705     layout: "plot-service-density"
8706
8707 - type: "plot"
8708   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8709   algorithm: "plot_nf_heatmap"
8710   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8711   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8712   filter: "'NIC_Intel-XXV710' and
8713            'NF_DENSITY' and
8714            'DOCKER' and
8715            'CHAIN' and
8716            'NF_VPPIP4' and
8717            'IPSEC' and
8718            'TNL_1000' and
8719            'IMIX' and
8720            '4T2C' and
8721            'NDRPDR'"
8722   parameters:
8723   - "throughput"
8724   - "name"
8725   - "tags"
8726   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8727   x-axis: "X = CNFs per Service Chain"
8728   y-axis: "Y = Number of Service Chains"
8729   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8730   layout:
8731     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8732     layout: "plot-service-density"
8733
8734 - type: "plot"
8735   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8736   algorithm: "plot_nf_heatmap"
8737   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8738   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8739   filter: "'NIC_Intel-XXV710' and
8740            'NF_DENSITY' and
8741            'DOCKER' and
8742            'CHAIN' and
8743            'NF_VPPIP4' and
8744            'IPSEC' and
8745            'TNL_1000' and
8746            'IMIX' and
8747            '8T4C' and
8748            'NDRPDR'"
8749   parameters:
8750   - "throughput"
8751   - "name"
8752   - "tags"
8753   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8754   x-axis: "X = CNFs per Service Chain"
8755   y-axis: "Y = Number of Service Chains"
8756   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8757   layout:
8758     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8759     layout: "plot-service-density"
8760
8761 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8762 - type: "plot"
8763   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8764   algorithm: "plot_nf_heatmap"
8765   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8766   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8767   filter: "'NIC_Intel-XXV710' and
8768            'NF_DENSITY' and
8769            'DOCKER' and
8770            'CHAIN' and
8771            'NF_VPPIP4' and
8772            'IPSEC' and
8773            'TNL_1000' and
8774            'IMIX' and
8775            '2T1C' and
8776            'NDRPDR'"
8777   parameters:
8778   - "throughput"
8779   - "name"
8780   - "tags"
8781   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8782   x-axis: "X = CNFs per Service Chain"
8783   y-axis: "Y = Number of Service Chains"
8784   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8785   layout:
8786     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8787     layout: "plot-service-density"
8788
8789 - type: "plot"
8790   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8791   algorithm: "plot_nf_heatmap"
8792   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8793   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8794   filter: "'NIC_Intel-XXV710' and
8795            'NF_DENSITY' and
8796            'DOCKER' and
8797            'CHAIN' and
8798            'NF_VPPIP4' and
8799            'IPSEC' and
8800            'TNL_1000' and
8801            'IMIX' and
8802            '4T2C' and
8803            'NDRPDR'"
8804   parameters:
8805   - "throughput"
8806   - "name"
8807   - "tags"
8808   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8809   x-axis: "X = CNFs per Service Chain"
8810   y-axis: "Y = Number of Service Chains"
8811   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8812   layout:
8813     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8814     layout: "plot-service-density"
8815
8816 - type: "plot"
8817   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8818   algorithm: "plot_nf_heatmap"
8819   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8820   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8821   filter: "'NIC_Intel-XXV710' and
8822            'NF_DENSITY' and
8823            'DOCKER' and
8824            'CHAIN' and
8825            'NF_VPPIP4' and
8826            'IPSEC' and
8827            'TNL_1000' and
8828            'IMIX' and
8829            '8T4C' and
8830            'NDRPDR'"
8831   parameters:
8832   - "throughput"
8833   - "name"
8834   - "tags"
8835   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8836   x-axis: "X = CNFs per Service Chain"
8837   y-axis: "Y = Number of Service Chains"
8838   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8839   layout:
8840     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8841     layout: "plot-service-density"
8842
8843 ###############################################################################
8844
8845 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8846 #- type: "plot"
8847 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8848 #  algorithm: "plot_nf_heatmap"
8849 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8850 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8851 #  filter: "'NIC_Intel-XL710' and
8852 #           'NF_DENSITY' and
8853 #           'DOCKER' and
8854 #           'CHAIN' and
8855 #           'NF_VPPIP4' and
8856 #           'IMIX' and
8857 #           'TNL_1000' and
8858 #           '1T1C' and
8859 #           'MRR'"
8860 #  parameters:
8861 #  - "result"
8862 #  - "name"
8863 #  - "tags"
8864 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8865 #  x-axis: "X = CNFs per Service Chain"
8866 #  y-axis: "Y = Number of Service Chains"
8867 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8868 #  layout:
8869 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8870 #    layout: "plot-service-density"
8871 #
8872 #- type: "plot"
8873 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8874 #  algorithm: "plot_nf_heatmap"
8875 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8876 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8877 #  filter: "'NIC_Intel-XL710' and
8878 #           'NF_DENSITY' and
8879 #           'DOCKER' and
8880 #           'CHAIN' and
8881 #           'NF_VPPIP4' and
8882 #           'IPSEC' and
8883 #           'TNL_1000' and
8884 #           'IMIX' and
8885 #           '2T2C' and
8886 #           'MRR'"
8887 #  parameters:
8888 #  - "result"
8889 #  - "name"
8890 #  - "tags"
8891 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8892 #  x-axis: "X = CNFs per Service Chain"
8893 #  y-axis: "Y = Number of Service Chains"
8894 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8895 #  layout:
8896 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8897 #    layout: "plot-service-density"
8898 #
8899 #- type: "plot"
8900 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8901 #  algorithm: "plot_nf_heatmap"
8902 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8903 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8904 #  filter: "'NIC_Intel-XL710' and
8905 #           'NF_DENSITY' and
8906 #           'DOCKER' and
8907 #           'CHAIN' and
8908 #           'NF_VPPIP4' and
8909 #           'IPSEC' and
8910 #           'TNL_1000' and
8911 #           'IMIX' and
8912 #           '4T4C' and
8913 #           'MRR'"
8914 #  parameters:
8915 #  - "result"
8916 #  - "name"
8917 #  - "tags"
8918 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8919 #  x-axis: "X = CNFs per Service Chain"
8920 #  y-axis: "Y = Number of Service Chains"
8921 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8922 #  layout:
8923 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8924 #    layout: "plot-service-density"
8925
8926 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8927 #- type: "plot"
8928 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8929 #  algorithm: "plot_nf_heatmap"
8930 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8931 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8932 #  filter: "'NIC_Intel-XL710' and
8933 #           'NF_DENSITY' and
8934 #           'DOCKER' and
8935 #           'CHAIN' and
8936 #           'NF_VPPIP4' and
8937 #           'IPSEC' and
8938 #           'TNL_1000' and
8939 #           'IMIX' and
8940 #           '1T1C' and
8941 #           'NDRPDR'"
8942 #  parameters:
8943 #  - "throughput"
8944 #  - "name"
8945 #  - "tags"
8946 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8947 #  x-axis: "X = CNFs per Service Chain"
8948 #  y-axis: "Y = Number of Service Chains"
8949 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8950 #  layout:
8951 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8952 #    layout: "plot-service-density"
8953 #
8954 #- type: "plot"
8955 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8956 #  algorithm: "plot_nf_heatmap"
8957 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8958 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8959 #  filter: "'NIC_Intel-XL710' and
8960 #           'NF_DENSITY' and
8961 #           'DOCKER' and
8962 #           'CHAIN' and
8963 #           'NF_VPPIP4' and
8964 #           'IPSEC' and
8965 #           'TNL_1000' and
8966 #           'IMIX' and
8967 #           '2T2C' and
8968 #           'NDRPDR'"
8969 #  parameters:
8970 #  - "throughput"
8971 #  - "name"
8972 #  - "tags"
8973 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8974 #  x-axis: "X = CNFs per Service Chain"
8975 #  y-axis: "Y = Number of Service Chains"
8976 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8977 #  layout:
8978 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8979 #    layout: "plot-service-density"
8980 #
8981 #- type: "plot"
8982 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8983 #  algorithm: "plot_nf_heatmap"
8984 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8985 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8986 #  filter: "'NIC_Intel-XL710' and
8987 #           'NF_DENSITY' and
8988 #           'DOCKER' and
8989 #           'CHAIN' and
8990 #           'NF_VPPIP4' and
8991 #           'IPSEC' and
8992 #           'TNL_1000' and
8993 #           'IMIX' and
8994 #           '4T4C' and
8995 #           'NDRPDR'"
8996 #  parameters:
8997 #  - "throughput"
8998 #  - "name"
8999 #  - "tags"
9000 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9001 #  x-axis: "X = CNFs per Service Chain"
9002 #  y-axis: "Y = Number of Service Chains"
9003 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9004 #  layout:
9005 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9006 #    layout: "plot-service-density"
9007 #
9008 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9009 #- type: "plot"
9010 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9011 #  algorithm: "plot_nf_heatmap"
9012 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9013 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9014 #  filter: "'NIC_Intel-XL710' and
9015 #           'NF_DENSITY' and
9016 #           'DOCKER' and
9017 #           'CHAIN' and
9018 #           'NF_VPPIP4' and
9019 #           'IPSEC' and
9020 #           'TNL_1000' and
9021 #           'IMIX' and
9022 #           '1T1C' and
9023 #           'NDRPDR'"
9024 #  parameters:
9025 #  - "throughput"
9026 #  - "name"
9027 #  - "tags"
9028 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9029 #  x-axis: "X = CNFs per Service Chain"
9030 #  y-axis: "Y = Number of Service Chains"
9031 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9032 #  layout:
9033 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9034 #    layout: "plot-service-density"
9035 #
9036 #- type: "plot"
9037 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9038 #  algorithm: "plot_nf_heatmap"
9039 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9040 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9041 #  filter: "'NIC_Intel-XL710' and
9042 #           'NF_DENSITY' and
9043 #           'DOCKER' and
9044 #           'CHAIN' and
9045 #           'NF_VPPIP4' and
9046 #           'IPSEC' and
9047 #           'TNL_1000' and
9048 #           'IMIX' and
9049 #           '2T2C' and
9050 #           'NDRPDR'"
9051 #  parameters:
9052 #  - "throughput"
9053 #  - "name"
9054 #  - "tags"
9055 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9056 #  x-axis: "X = CNFs per Service Chain"
9057 #  y-axis: "Y = Number of Service Chains"
9058 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9059 #  layout:
9060 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9061 #    layout: "plot-service-density"
9062 #
9063 #- type: "plot"
9064 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9065 #  algorithm: "plot_nf_heatmap"
9066 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9067 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9068 #  filter: "'NIC_Intel-XL710' and
9069 #           'NF_DENSITY' and
9070 #           'DOCKER' and
9071 #           'CHAIN' and
9072 #           'NF_VPPIP4' and
9073 #           'IPSEC' and
9074 #           'TNL_1000' and
9075 #           'IMIX' and
9076 #           '4T4C' and
9077 #           'NDRPDR'"
9078 #  parameters:
9079 #  - "throughput"
9080 #  - "name"
9081 #  - "tags"
9082 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9083 #  x-axis: "X = CNFs per Service Chain"
9084 #  y-axis: "Y = Number of Service Chains"
9085 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9086 #  layout:
9087 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9088 #    layout: "plot-service-density"
9089
9090 ###############################################################################
9091
9092 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9093 #- type: "plot"
9094 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9095 #  algorithm: "plot_nf_heatmap"
9096 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9097 #  data: "plot-vpp-nfv-3n-skx-mrr"
9098 #  filter: "'NIC_Intel-XXV710' and
9099 #           'NF_DENSITY' and
9100 #           'DOCKER' and
9101 #           'CHAIN' and
9102 #           'NF_VPPIP4' and
9103 #           'IPSEC' and
9104 #           'TNL_10000' and
9105 #           'IMIX' and
9106 #           '2T1C' and
9107 #           'MRR'"
9108 #  parameters:
9109 #  - "result"
9110 #  - "name"
9111 #  - "tags"
9112 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9113 #  x-axis: "X = CNFs per Service Chain"
9114 #  y-axis: "Y = Number of Service Chains"
9115 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9116 #  layout:
9117 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9118 #    layout: "plot-service-density"
9119 #
9120 #- type: "plot"
9121 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9122 #  algorithm: "plot_nf_heatmap"
9123 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9124 #  data: "plot-vpp-nfv-3n-skx-mrr"
9125 #  filter: "'NIC_Intel-XXV710' and
9126 #           'NF_DENSITY' and
9127 #           'DOCKER' and
9128 #           'CHAIN' and
9129 #           'NF_VPPIP4' and
9130 #           'IPSEC' and
9131 #           'TNL_10000' and
9132 #           'IMIX' and
9133 #           '4T2C' and
9134 #           'MRR'"
9135 #  parameters:
9136 #  - "result"
9137 #  - "name"
9138 #  - "tags"
9139 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9140 #  x-axis: "X = CNFs per Service Chain"
9141 #  y-axis: "Y = Number of Service Chains"
9142 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9143 #  layout:
9144 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9145 #    layout: "plot-service-density"
9146 #
9147 #- type: "plot"
9148 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9149 #  algorithm: "plot_nf_heatmap"
9150 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9151 #  data: "plot-vpp-nfv-3n-skx-mrr"
9152 #  filter: "'NIC_Intel-XXV710' and
9153 #           'NF_DENSITY' and
9154 #           'DOCKER' and
9155 #           'CHAIN' and
9156 #           'NF_VPPIP4' and
9157 #           'IPSEC' and
9158 #           'TNL_10000' and
9159 #           'IMIX' and
9160 #           '8T4C' and
9161 #           'MRR'"
9162 #  parameters:
9163 #  - "result"
9164 #  - "name"
9165 #  - "tags"
9166 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9167 #  x-axis: "X = CNFs per Service Chain"
9168 #  y-axis: "Y = Number of Service Chains"
9169 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9170 #  layout:
9171 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9172 #    layout: "plot-service-density"
9173
9174 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9175 - type: "plot"
9176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9177   algorithm: "plot_nf_heatmap"
9178   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9179   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9180   filter: "'NIC_Intel-XXV710' and
9181            'NF_DENSITY' and
9182            'DOCKER' and
9183            'CHAIN' and
9184            'NF_VPPIP4' and
9185            'IPSEC' and
9186            'TNL_10000' and
9187            'IMIX' and
9188            '2T1C' and
9189            'NDRPDR'"
9190   parameters:
9191   - "throughput"
9192   - "name"
9193   - "tags"
9194   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9195   x-axis: "X = CNFs per Service Chain"
9196   y-axis: "Y = Number of Service Chains"
9197   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9198   layout:
9199     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9200     layout: "plot-service-density"
9201
9202 - type: "plot"
9203   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9204   algorithm: "plot_nf_heatmap"
9205   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9206   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9207   filter: "'NIC_Intel-XXV710' and
9208            'NF_DENSITY' and
9209            'DOCKER' and
9210            'CHAIN' and
9211            'NF_VPPIP4' and
9212            'IPSEC' and
9213            'TNL_10000' and
9214            'IMIX' and
9215            '4T2C' and
9216            'NDRPDR'"
9217   parameters:
9218   - "throughput"
9219   - "name"
9220   - "tags"
9221   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9222   x-axis: "X = CNFs per Service Chain"
9223   y-axis: "Y = Number of Service Chains"
9224   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9225   layout:
9226     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9227     layout: "plot-service-density"
9228
9229 - type: "plot"
9230   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9231   algorithm: "plot_nf_heatmap"
9232   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9233   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9234   filter: "'NIC_Intel-XXV710' and
9235            'NF_DENSITY' and
9236            'DOCKER' and
9237            'CHAIN' and
9238            'NF_VPPIP4' and
9239            'IPSEC' and
9240            'TNL_10000' and
9241            'IMIX' and
9242            '8T4C' and
9243            'NDRPDR'"
9244   parameters:
9245   - "throughput"
9246   - "name"
9247   - "tags"
9248   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9249   x-axis: "X = CNFs per Service Chain"
9250   y-axis: "Y = Number of Service Chains"
9251   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9252   layout:
9253     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9254     layout: "plot-service-density"
9255
9256 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9257 - type: "plot"
9258   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9259   algorithm: "plot_nf_heatmap"
9260   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9261   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9262   filter: "'NIC_Intel-XXV710' and
9263            'NF_DENSITY' and
9264            'DOCKER' and
9265            'CHAIN' and
9266            'NF_VPPIP4' and
9267            'IPSEC' and
9268            'TNL_10000' and
9269            'IMIX' and
9270            '2T1C' and
9271            'NDRPDR'"
9272   parameters:
9273   - "throughput"
9274   - "name"
9275   - "tags"
9276   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9277   x-axis: "X = CNFs per Service Chain"
9278   y-axis: "Y = Number of Service Chains"
9279   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9280   layout:
9281     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9282     layout: "plot-service-density"
9283
9284 - type: "plot"
9285   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9286   algorithm: "plot_nf_heatmap"
9287   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9288   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9289   filter: "'NIC_Intel-XXV710' and
9290            'NF_DENSITY' and
9291            'DOCKER' and
9292            'CHAIN' and
9293            'NF_VPPIP4' and
9294            'IPSEC' and
9295            'TNL_10000' and
9296            'IMIX' and
9297            '4T2C' and
9298            'NDRPDR'"
9299   parameters:
9300   - "throughput"
9301   - "name"
9302   - "tags"
9303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9304   x-axis: "X = CNFs per Service Chain"
9305   y-axis: "Y = Number of Service Chains"
9306   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9307   layout:
9308     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9309     layout: "plot-service-density"
9310
9311 - type: "plot"
9312   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9313   algorithm: "plot_nf_heatmap"
9314   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9315   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9316   filter: "'NIC_Intel-XXV710' and
9317            'NF_DENSITY' and
9318            'DOCKER' and
9319            'CHAIN' and
9320            'NF_VPPIP4' and
9321            'IPSEC' and
9322            'TNL_10000' and
9323            'IMIX' and
9324            '8T4C' and
9325            'NDRPDR'"
9326   parameters:
9327   - "throughput"
9328   - "name"
9329   - "tags"
9330   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9331   x-axis: "X = CNFs per Service Chain"
9332   y-axis: "Y = Number of Service Chains"
9333   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9334   layout:
9335     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9336     layout: "plot-service-density"
9337
9338 ###############################################################################
9339
9340 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9341 #- type: "plot"
9342 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9343 #  algorithm: "plot_nf_heatmap"
9344 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9345 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9346 #  filter: "'NIC_Intel-XL710' and
9347 #           'NF_DENSITY' and
9348 #           'DOCKER' and
9349 #           'CHAIN' and
9350 #           'NF_VPPIP4' and
9351 #           'IMIX' and
9352 #           'TNL_10000' and
9353 #           '1T1C' and
9354 #           'MRR'"
9355 #  parameters:
9356 #  - "result"
9357 #  - "name"
9358 #  - "tags"
9359 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9360 #  x-axis: "X = CNFs per Service Chain"
9361 #  y-axis: "Y = Number of Service Chains"
9362 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9363 #  layout:
9364 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9365 #    layout: "plot-service-density"
9366 #
9367 #- type: "plot"
9368 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9369 #  algorithm: "plot_nf_heatmap"
9370 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9371 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9372 #  filter: "'NIC_Intel-XL710' and
9373 #           'NF_DENSITY' and
9374 #           'DOCKER' and
9375 #           'CHAIN' and
9376 #           'NF_VPPIP4' and
9377 #           'IPSEC' and
9378 #           'TNL_10000' and
9379 #           'IMIX' and
9380 #           '2T2C' and
9381 #           'MRR'"
9382 #  parameters:
9383 #  - "result"
9384 #  - "name"
9385 #  - "tags"
9386 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9387 #  x-axis: "X = CNFs per Service Chain"
9388 #  y-axis: "Y = Number of Service Chains"
9389 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9390 #  layout:
9391 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9392 #    layout: "plot-service-density"
9393 #
9394 #- type: "plot"
9395 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9396 #  algorithm: "plot_nf_heatmap"
9397 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9398 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9399 #  filter: "'NIC_Intel-XL710' and
9400 #           'NF_DENSITY' and
9401 #           'DOCKER' and
9402 #           'CHAIN' and
9403 #           'NF_VPPIP4' and
9404 #           'IPSEC' and
9405 #           'TNL_10000' and
9406 #           'IMIX' and
9407 #           '4T4C' and
9408 #           'MRR'"
9409 #  parameters:
9410 #  - "result"
9411 #  - "name"
9412 #  - "tags"
9413 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9414 #  x-axis: "X = CNFs per Service Chain"
9415 #  y-axis: "Y = Number of Service Chains"
9416 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9417 #  layout:
9418 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9419 #    layout: "plot-service-density"
9420
9421 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9422 #- type: "plot"
9423 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9424 #  algorithm: "plot_nf_heatmap"
9425 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9426 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9427 #  filter: "'NIC_Intel-XL710' and
9428 #           'NF_DENSITY' and
9429 #           'DOCKER' and
9430 #           'CHAIN' and
9431 #           'NF_VPPIP4' and
9432 #           'IPSEC' and
9433 #           'TNL_10000' and
9434 #           'IMIX' and
9435 #           '1T1C' and
9436 #           'NDRPDR'"
9437 #  parameters:
9438 #  - "throughput"
9439 #  - "name"
9440 #  - "tags"
9441 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9442 #  x-axis: "X = CNFs per Service Chain"
9443 #  y-axis: "Y = Number of Service Chains"
9444 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9445 #  layout:
9446 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9447 #    layout: "plot-service-density"
9448 #
9449 #- type: "plot"
9450 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9451 #  algorithm: "plot_nf_heatmap"
9452 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9453 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9454 #  filter: "'NIC_Intel-XL710' and
9455 #           'NF_DENSITY' and
9456 #           'DOCKER' and
9457 #           'CHAIN' and
9458 #           'NF_VPPIP4' and
9459 #           'IPSEC' and
9460 #           'TNL_10000' and
9461 #           'IMIX' and
9462 #           '2T2C' and
9463 #           'NDRPDR'"
9464 #  parameters:
9465 #  - "throughput"
9466 #  - "name"
9467 #  - "tags"
9468 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9469 #  x-axis: "X = CNFs per Service Chain"
9470 #  y-axis: "Y = Number of Service Chains"
9471 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9472 #  layout:
9473 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9474 #    layout: "plot-service-density"
9475 #
9476 #- type: "plot"
9477 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9478 #  algorithm: "plot_nf_heatmap"
9479 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9480 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9481 #  filter: "'NIC_Intel-XL710' and
9482 #           'NF_DENSITY' and
9483 #           'DOCKER' and
9484 #           'CHAIN' and
9485 #           'NF_VPPIP4' and
9486 #           'IPSEC' and
9487 #           'TNL_10000' and
9488 #           'IMIX' and
9489 #           '4T4C' and
9490 #           'NDRPDR'"
9491 #  parameters:
9492 #  - "throughput"
9493 #  - "name"
9494 #  - "tags"
9495 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9496 #  x-axis: "X = CNFs per Service Chain"
9497 #  y-axis: "Y = Number of Service Chains"
9498 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9499 #  layout:
9500 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9501 #    layout: "plot-service-density"
9502 #
9503 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9504 #- type: "plot"
9505 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9506 #  algorithm: "plot_nf_heatmap"
9507 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9508 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9509 #  filter: "'NIC_Intel-XL710' and
9510 #           'NF_DENSITY' and
9511 #           'DOCKER' and
9512 #           'CHAIN' and
9513 #           'NF_VPPIP4' and
9514 #           'IPSEC' and
9515 #           'TNL_10000' and
9516 #           'IMIX' and
9517 #           '1T1C' and
9518 #           'NDRPDR'"
9519 #  parameters:
9520 #  - "throughput"
9521 #  - "name"
9522 #  - "tags"
9523 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9524 #  x-axis: "X = CNFs per Service Chain"
9525 #  y-axis: "Y = Number of Service Chains"
9526 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9527 #  layout:
9528 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9529 #    layout: "plot-service-density"
9530 #
9531 #- type: "plot"
9532 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9533 #  algorithm: "plot_nf_heatmap"
9534 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9535 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9536 #  filter: "'NIC_Intel-XL710' and
9537 #           'NF_DENSITY' and
9538 #           'DOCKER' and
9539 #           'CHAIN' and
9540 #           'NF_VPPIP4' and
9541 #           'IPSEC' and
9542 #           'TNL_10000' and
9543 #           'IMIX' and
9544 #           '2T2C' and
9545 #           'NDRPDR'"
9546 #  parameters:
9547 #  - "throughput"
9548 #  - "name"
9549 #  - "tags"
9550 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9551 #  x-axis: "X = CNFs per Service Chain"
9552 #  y-axis: "Y = Number of Service Chains"
9553 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9554 #  layout:
9555 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9556 #    layout: "plot-service-density"
9557 #
9558 #- type: "plot"
9559 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9560 #  algorithm: "plot_nf_heatmap"
9561 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9562 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9563 #  filter: "'NIC_Intel-XL710' and
9564 #           'NF_DENSITY' and
9565 #           'DOCKER' and
9566 #           'CHAIN' and
9567 #           'NF_VPPIP4' and
9568 #           'IPSEC' and
9569 #           'TNL_10000' and
9570 #           'IMIX' and
9571 #           '4T4C' and
9572 #           'NDRPDR'"
9573 #  parameters:
9574 #  - "throughput"
9575 #  - "name"
9576 #  - "tags"
9577 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9578 #  x-axis: "X = CNFs per Service Chain"
9579 #  y-axis: "Y = Number of Service Chains"
9580 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9581 #  layout:
9582 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9583 #    layout: "plot-service-density"
9584
9585 ###############################################################################
9586
9587 # Plots - NF Density - CSP - MRR IMIX
9588 - type: "plot"
9589   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9590   algorithm: "plot_nf_heatmap"
9591   output-file-type: ".html"
9592   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9593   data: "plot-vpp-nfv-2n-skx-mrr"
9594   filter: "'NIC_Intel-XXV710' and
9595            'NF_DENSITY' and
9596            'DOCKER' and
9597            'PIPELINE' and
9598            'NF_VPPIP4' and
9599            'IMIX' and
9600            '2T1C' and
9601            'MRR'"
9602   parameters:
9603   - "result"
9604   - "name"
9605   - "tags"
9606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9607   x-axis: "X = CNFs per Service Pipeline"
9608   y-axis: "Y = Number of Service Pipelines"
9609   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9610   layout:
9611     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9612     layout: "plot-service-density"
9613
9614 - type: "plot"
9615   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9616   algorithm: "plot_nf_heatmap"
9617   output-file-type: ".html"
9618   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9619   data: "plot-vpp-nfv-2n-skx-mrr"
9620   filter: "'NIC_Intel-XXV710' and
9621            'NF_DENSITY' and
9622            'DOCKER' and
9623            'PIPELINE' and
9624            'NF_VPPIP4' and
9625            'IMIX' and
9626            '4T2C' and
9627            'MRR'"
9628   parameters:
9629   - "result"
9630   - "name"
9631   - "tags"
9632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9633   x-axis: "X = CNFs per Service Pipeline"
9634   y-axis: "Y = Number of Service Pipelines"
9635   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9636   layout:
9637     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9638     layout: "plot-service-density"
9639
9640 - type: "plot"
9641   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9642   algorithm: "plot_nf_heatmap"
9643   output-file-type: ".html"
9644   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9645   data: "plot-vpp-nfv-2n-skx-mrr"
9646   filter: "'NIC_Intel-XXV710' and
9647            'NF_DENSITY' and
9648            'DOCKER' and
9649            'PIPELINE' and
9650            'NF_VPPIP4' and
9651            'IMIX' and
9652            '8T4C' and
9653            'MRR'"
9654   parameters:
9655   - "result"
9656   - "name"
9657   - "tags"
9658   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9659   x-axis: "X = CNFs per Service Pipeline"
9660   y-axis: "Y = Number of Service Pipelines"
9661   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9662   layout:
9663     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9664     layout: "plot-service-density"
9665
9666 # Plots - NF Density - CSP - NDR IMIX
9667 - type: "plot"
9668   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9669   algorithm: "plot_nf_heatmap"
9670   output-file-type: ".html"
9671   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9672   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9673   filter: "'NIC_Intel-XXV710' and
9674            'NF_DENSITY' and
9675            'DOCKER' and
9676            'PIPELINE' and
9677            'NF_VPPIP4' and
9678            'IMIX' and
9679            '2T1C' and
9680            'NDRPDR'"
9681   parameters:
9682   - "throughput"
9683   - "name"
9684   - "tags"
9685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9686   x-axis: "X = CNFs per Service Pipeline"
9687   y-axis: "Y = Number of Service Pipelines"
9688   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9689   layout:
9690     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9691     layout: "plot-service-density"
9692
9693 - type: "plot"
9694   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9695   algorithm: "plot_nf_heatmap"
9696   output-file-type: ".html"
9697   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9698   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9699   filter: "'NIC_Intel-XXV710' and
9700            'NF_DENSITY' and
9701            'DOCKER' and
9702            'PIPELINE' and
9703            'NF_VPPIP4' and
9704            'IMIX' and
9705            '4T2C' and
9706            'NDRPDR'"
9707   parameters:
9708   - "throughput"
9709   - "name"
9710   - "tags"
9711   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9712   x-axis: "X = CNFs per Service Pipeline"
9713   y-axis: "Y = Number of Service Pipelines"
9714   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9715   layout:
9716     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9717     layout: "plot-service-density"
9718
9719 - type: "plot"
9720   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9721   algorithm: "plot_nf_heatmap"
9722   output-file-type: ".html"
9723   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9724   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9725   filter: "'NIC_Intel-XXV710' and
9726            'NF_DENSITY' and
9727            'DOCKER' and
9728            'PIPELINE' and
9729            'NF_VPPIP4' and
9730            'IMIX' and
9731            '8T4C' and
9732            'NDRPDR'"
9733   parameters:
9734   - "throughput"
9735   - "name"
9736   - "tags"
9737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9738   x-axis: "X = CNFs per Service Pipeline"
9739   y-axis: "Y = Number of Service Pipelines"
9740   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9741   layout:
9742     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9743     layout: "plot-service-density"
9744
9745 # Plots - NF Density - CSP - PDR IMIX
9746 - type: "plot"
9747   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9748   algorithm: "plot_nf_heatmap"
9749   output-file-type: ".html"
9750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9751   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9752   filter: "'NIC_Intel-XXV710' and
9753            'NF_DENSITY' and
9754            'DOCKER' and
9755            'PIPELINE' and
9756            'NF_VPPIP4' and
9757            'IMIX' and
9758            '2T1C' and
9759            'NDRPDR'"
9760   parameters:
9761   - "throughput"
9762   - "name"
9763   - "tags"
9764   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9765   x-axis: "X = CNFs per Service Pipeline"
9766   y-axis: "Y = Number of Service Pipelines"
9767   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9768   layout:
9769     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9770     layout: "plot-service-density"
9771
9772 - type: "plot"
9773   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9774   algorithm: "plot_nf_heatmap"
9775   output-file-type: ".html"
9776   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9777   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9778   filter: "'NIC_Intel-XXV710' and
9779            'NF_DENSITY' and
9780            'DOCKER' and
9781            'PIPELINE' and
9782            'NF_VPPIP4' and
9783            'IMIX' and
9784            '4T2C' and
9785            'NDRPDR'"
9786   parameters:
9787   - "throughput"
9788   - "name"
9789   - "tags"
9790   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9791   x-axis: "X = CNFs per Service Pipeline"
9792   y-axis: "Y = Number of Service Pipelines"
9793   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9794   layout:
9795     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9796     layout: "plot-service-density"
9797
9798 - type: "plot"
9799   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9800   algorithm: "plot_nf_heatmap"
9801   output-file-type: ".html"
9802   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9803   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9804   filter: "'NIC_Intel-XXV710' and
9805            'NF_DENSITY' and
9806            'DOCKER' and
9807            'PIPELINE' and
9808            'NF_VPPIP4' and
9809            'IMIX' and
9810            '8T4C' and
9811            'NDRPDR'"
9812   parameters:
9813   - "throughput"
9814   - "name"
9815   - "tags"
9816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9817   x-axis: "X = CNFs per Service Pipeline"
9818   y-axis: "Y = Number of Service Pipelines"
9819   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9820   layout:
9821     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9822     layout: "plot-service-density"
9823
9824 ###############################################################################
9825 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9826
9827 - type: "plot"
9828   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9829   algorithm: "plot_nf_heatmap"
9830   output-file-type: ".html"
9831   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9832   data: "plot-vpp-nfv-2n-clx-mrr"
9833   filter: "'NIC_Intel-XXV710' and
9834            'NF_DENSITY' and
9835            'VHOST' and
9836            not 'VXLAN' and
9837            'CHAIN' and
9838            'NF_VPPIP4' and
9839            'IMIX' and
9840            '2T1C' and
9841            'MRR'"
9842   parameters:
9843   - "result"
9844   - "name"
9845   - "tags"
9846   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9847   x-axis: "X = VNFs per Service Chain"
9848   y-axis: "Y = Number of Service Chains"
9849   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9850   layout:
9851     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9852     layout: "plot-service-density"
9853
9854 - type: "plot"
9855   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9856   algorithm: "plot_nf_heatmap"
9857   output-file-type: ".html"
9858   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9859   data: "plot-vpp-nfv-2n-clx-mrr"
9860   filter: "'NIC_Intel-XXV710' and
9861            'NF_DENSITY' and
9862            'VHOST' and
9863            not 'VXLAN' and
9864            'CHAIN' and
9865            'NF_VPPIP4' and
9866            'IMIX' and
9867            '4T2C' and
9868            'MRR'"
9869   parameters:
9870   - "result"
9871   - "name"
9872   - "tags"
9873   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9874   x-axis: "X = VNFs per Service Chain"
9875   y-axis: "Y = Number of Service Chains"
9876   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9877   layout:
9878     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9879     layout: "plot-service-density"
9880
9881 - type: "plot"
9882   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9883   algorithm: "plot_nf_heatmap"
9884   output-file-type: ".html"
9885   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9886   data: "plot-vpp-nfv-2n-clx-mrr"
9887   filter: "'NIC_Intel-XXV710' and
9888            'NF_DENSITY' and
9889            'VHOST' and
9890            not 'VXLAN' and
9891            'CHAIN' and
9892            'NF_VPPIP4' and
9893            'IMIX' and
9894            '8T4C' and
9895            'MRR'"
9896   parameters:
9897   - "result"
9898   - "name"
9899   - "tags"
9900   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9901   x-axis: "X = VNFs per Service Chain"
9902   y-axis: "Y = Number of Service Chains"
9903   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9904   layout:
9905     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9906     layout: "plot-service-density"
9907
9908 # Plots - NF Density - VSC - NDR IMIX
9909 - type: "plot"
9910   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9911   algorithm: "plot_nf_heatmap"
9912   output-file-type: ".html"
9913   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9914   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9915   filter: "'NIC_Intel-XXV710' and
9916            'NF_DENSITY' and
9917            'VHOST' and
9918            not 'VXLAN' and
9919            'CHAIN' and
9920            'NF_VPPIP4' and
9921            'IMIX' and
9922            '2T1C' and
9923            'NDRPDR'"
9924   parameters:
9925   - "throughput"
9926   - "name"
9927   - "tags"
9928   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9929   x-axis: "X = VNFs per Service Chain"
9930   y-axis: "Y = Number of Service Chains"
9931   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9932   layout:
9933     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9934     layout: "plot-service-density"
9935
9936 - type: "plot"
9937   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9938   algorithm: "plot_nf_heatmap"
9939   output-file-type: ".html"
9940   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9941   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9942   filter: "'NIC_Intel-XXV710' and
9943            'NF_DENSITY' and
9944            'VHOST' and
9945            not 'VXLAN' and
9946            'CHAIN' and
9947            'NF_VPPIP4' and
9948            'IMIX' and
9949            '4T2C' and
9950            'NDRPDR'"
9951   parameters:
9952   - "throughput"
9953   - "name"
9954   - "tags"
9955   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9956   x-axis: "X = VNFs per Service Chain"
9957   y-axis: "Y = Number of Service Chains"
9958   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9959   layout:
9960     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9961     layout: "plot-service-density"
9962
9963 - type: "plot"
9964   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9965   algorithm: "plot_nf_heatmap"
9966   output-file-type: ".html"
9967   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9968   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9969   filter: "'NIC_Intel-XXV710' and
9970            'NF_DENSITY' and
9971            'VHOST' and
9972            not 'VXLAN' and
9973            'CHAIN' and
9974            'NF_VPPIP4' and
9975            'IMIX' and
9976            '8T4C' and
9977            'NDRPDR'"
9978   parameters:
9979   - "throughput"
9980   - "name"
9981   - "tags"
9982   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9983   x-axis: "X = VNFs per Service Chain"
9984   y-axis: "Y = Number of Service Chains"
9985   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9986   layout:
9987     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9988     layout: "plot-service-density"
9989
9990 # Plots - NF Density - VSC - PDR IMIX
9991 - type: "plot"
9992   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9993   algorithm: "plot_nf_heatmap"
9994   output-file-type: ".html"
9995   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9996   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9997   filter: "'NIC_Intel-XXV710' and
9998            'NF_DENSITY' and
9999            'VHOST' and
10000            not 'VXLAN' and
10001            'CHAIN' and
10002            'NF_VPPIP4' and
10003            'IMIX' and
10004            '2T1C' and
10005            'NDRPDR'"
10006   parameters:
10007   - "throughput"
10008   - "name"
10009   - "tags"
10010   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10011   x-axis: "X = VNFs per Service Chain"
10012   y-axis: "Y = Number of Service Chains"
10013   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10014   layout:
10015     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10016     layout: "plot-service-density"
10017
10018 - type: "plot"
10019   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10020   algorithm: "plot_nf_heatmap"
10021   output-file-type: ".html"
10022   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10023   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10024   filter: "'NIC_Intel-XXV710' and
10025            'NF_DENSITY' and
10026            'VHOST' and
10027            not 'VXLAN' and
10028            'CHAIN' and
10029            'NF_VPPIP4' and
10030            'IMIX' and
10031            '4T2C' and
10032            'NDRPDR'"
10033   parameters:
10034   - "throughput"
10035   - "name"
10036   - "tags"
10037   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10038   x-axis: "X = VNFs per Service Chain"
10039   y-axis: "Y = Number of Service Chains"
10040   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10041   layout:
10042     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10043     layout: "plot-service-density"
10044
10045 - type: "plot"
10046   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10047   algorithm: "plot_nf_heatmap"
10048   output-file-type: ".html"
10049   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10050   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10051   filter: "'NIC_Intel-XXV710' and
10052            'NF_DENSITY' and
10053            'VHOST' and
10054            not 'VXLAN' and
10055            'CHAIN' and
10056            'NF_VPPIP4' and
10057            'IMIX' and
10058            '8T4C' and
10059            'NDRPDR'"
10060   parameters:
10061   - "throughput"
10062   - "name"
10063   - "tags"
10064   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10065   x-axis: "X = VNFs per Service Chain"
10066   y-axis: "Y = Number of Service Chains"
10067   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10068   layout:
10069     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10070     layout: "plot-service-density"
10071
10072 # Plots - NF Density - VSC - MRR IMIX
10073 - type: "plot"
10074   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10075   algorithm: "plot_nf_heatmap"
10076   output-file-type: ".html"
10077   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10078   data: "plot-vpp-nfv-2n-clx-mrr"
10079   filter: "'NIC_Intel-XXV710' and
10080            'NF_DENSITY' and
10081            'VHOST' and
10082            'VXLAN' and
10083            'CHAIN' and
10084            'IMIX' and
10085            '2T1C' and
10086            'MRR'"
10087   parameters:
10088   - "result"
10089   - "name"
10090   - "tags"
10091   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10092   x-axis: "X = VNFs per Service Chain"
10093   y-axis: "Y = Number of Service Chains"
10094   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10095   layout:
10096     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10097     layout: "plot-service-density"
10098
10099 - type: "plot"
10100   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10101   algorithm: "plot_nf_heatmap"
10102   output-file-type: ".html"
10103   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10104   data: "plot-vpp-nfv-2n-clx-mrr"
10105   filter: "'NIC_Intel-XXV710' and
10106            'NF_DENSITY' and
10107            'VHOST' and
10108            'VXLAN' and
10109            'CHAIN' and
10110            'IMIX' and
10111            '4T2C' and
10112            'MRR'"
10113   parameters:
10114   - "result"
10115   - "name"
10116   - "tags"
10117   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10118   x-axis: "X = VNFs per Service Chain"
10119   y-axis: "Y = Number of Service Chains"
10120   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10121   layout:
10122     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10123     layout: "plot-service-density"
10124
10125 - type: "plot"
10126   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10127   algorithm: "plot_nf_heatmap"
10128   output-file-type: ".html"
10129   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10130   data: "plot-vpp-nfv-2n-clx-mrr"
10131   filter: "'NIC_Intel-XXV710' and
10132            'NF_DENSITY' and
10133            'VHOST' and
10134            'VXLAN' and
10135            'CHAIN' and
10136            'IMIX' and
10137            '8T4C' and
10138            'MRR'"
10139   parameters:
10140   - "result"
10141   - "name"
10142   - "tags"
10143   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10144   x-axis: "X = VNFs per Service Chain"
10145   y-axis: "Y = Number of Service Chains"
10146   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10147   layout:
10148     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10149     layout: "plot-service-density"
10150
10151 # Plots - NF Density - VSC - NDR IMIX
10152 - type: "plot"
10153   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10154   algorithm: "plot_nf_heatmap"
10155   output-file-type: ".html"
10156   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10157   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10158   filter: "'NIC_Intel-XXV710' and
10159            'NF_DENSITY' and
10160            'VHOST' and
10161            'VXLAN' and
10162            'CHAIN' and
10163            'IMIX' and
10164            '2T1C' and
10165            'NDRPDR'"
10166   parameters:
10167   - "throughput"
10168   - "name"
10169   - "tags"
10170   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10171   x-axis: "X = VNFs per Service Chain"
10172   y-axis: "Y = Number of Service Chains"
10173   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10174   layout:
10175     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10176     layout: "plot-service-density"
10177
10178 - type: "plot"
10179   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10180   algorithm: "plot_nf_heatmap"
10181   output-file-type: ".html"
10182   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10183   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10184   filter: "'NIC_Intel-XXV710' and
10185            'NF_DENSITY' and
10186            'VHOST' and
10187            'VXLAN' and
10188            'CHAIN' and
10189            'IMIX' and
10190            '4T2C' and
10191            'NDRPDR'"
10192   parameters:
10193   - "throughput"
10194   - "name"
10195   - "tags"
10196   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10197   x-axis: "X = VNFs per Service Chain"
10198   y-axis: "Y = Number of Service Chains"
10199   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10200   layout:
10201     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10202     layout: "plot-service-density"
10203
10204 - type: "plot"
10205   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10206   algorithm: "plot_nf_heatmap"
10207   output-file-type: ".html"
10208   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10209   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10210   filter: "'NIC_Intel-XXV710' and
10211            'NF_DENSITY' and
10212            'VHOST' and
10213            'VXLAN' and
10214            'CHAIN' and
10215            'IMIX' and
10216            '8T4C' and
10217            'NDRPDR'"
10218   parameters:
10219   - "throughput"
10220   - "name"
10221   - "tags"
10222   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10223   x-axis: "X = VNFs per Service Chain"
10224   y-axis: "Y = Number of Service Chains"
10225   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10226   layout:
10227     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10228     layout: "plot-service-density"
10229
10230 # Plots - NF Density - VSC - PDR IMIX
10231 - type: "plot"
10232   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10233   algorithm: "plot_nf_heatmap"
10234   output-file-type: ".html"
10235   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10236   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10237   filter: "'NIC_Intel-XXV710' and
10238            'NF_DENSITY' and
10239            'VHOST' and
10240            'VXLAN' and
10241            'CHAIN' and
10242            'IMIX' and
10243            '2T1C' and
10244            'NDRPDR'"
10245   parameters:
10246   - "throughput"
10247   - "name"
10248   - "tags"
10249   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10250   x-axis: "X = VNFs per Service Chain"
10251   y-axis: "Y = Number of Service Chains"
10252   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10253   layout:
10254     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10255     layout: "plot-service-density"
10256
10257 - type: "plot"
10258   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10259   algorithm: "plot_nf_heatmap"
10260   output-file-type: ".html"
10261   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10262   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10263   filter: "'NIC_Intel-XXV710' and
10264            'NF_DENSITY' and
10265            'VHOST' and
10266            'VXLAN' and
10267            'CHAIN' and
10268            'IMIX' and
10269            '4T2C' and
10270            'NDRPDR'"
10271   parameters:
10272   - "throughput"
10273   - "name"
10274   - "tags"
10275   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10276   x-axis: "X = VNFs per Service Chain"
10277   y-axis: "Y = Number of Service Chains"
10278   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10279   layout:
10280     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10281     layout: "plot-service-density"
10282
10283 - type: "plot"
10284   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10285   algorithm: "plot_nf_heatmap"
10286   output-file-type: ".html"
10287   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10288   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10289   filter: "'NIC_Intel-XXV710' and
10290            'NF_DENSITY' and
10291            'VHOST' and
10292            'VXLAN' and
10293            'CHAIN' and
10294            'IMIX' and
10295            '8T4C' and
10296            'NDRPDR'"
10297   parameters:
10298   - "throughput"
10299   - "name"
10300   - "tags"
10301   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10302   x-axis: "X = VNFs per Service Chain"
10303   y-axis: "Y = Number of Service Chains"
10304   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10305   layout:
10306     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10307     layout: "plot-service-density"
10308
10309 # Plots - NF Density - CSC - MRR IMIX
10310 - type: "plot"
10311   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10312   algorithm: "plot_nf_heatmap"
10313   output-file-type: ".html"
10314   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10315   data: "plot-vpp-nfv-2n-clx-mrr"
10316   filter: "'NIC_Intel-XXV710' and
10317            'NF_DENSITY' and
10318            'DOCKER' and
10319            'CHAIN' and
10320            'NF_VPPIP4' and
10321            'IMIX' and
10322            '2T1C' and
10323            'MRR'"
10324   parameters:
10325   - "result"
10326   - "name"
10327   - "tags"
10328   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10329   x-axis: "X = CNFs per Service Chain"
10330   y-axis: "Y = Number of Service Chains"
10331   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10332   layout:
10333     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10334     layout: "plot-service-density"
10335
10336 - type: "plot"
10337   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10338   algorithm: "plot_nf_heatmap"
10339   output-file-type: ".html"
10340   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10341   data: "plot-vpp-nfv-2n-clx-mrr"
10342   filter: "'NIC_Intel-XXV710' and
10343            'NF_DENSITY' and
10344            'DOCKER' and
10345            'CHAIN' and
10346            'NF_VPPIP4' and
10347            'IMIX' and
10348            '4T2C' and
10349            'MRR'"
10350   parameters:
10351   - "result"
10352   - "name"
10353   - "tags"
10354   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10355   x-axis: "X = CNFs per Service Chain"
10356   y-axis: "Y = Number of Service Chains"
10357   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10358   layout:
10359     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10360     layout: "plot-service-density"
10361
10362 - type: "plot"
10363   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10364   algorithm: "plot_nf_heatmap"
10365   output-file-type: ".html"
10366   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10367   data: "plot-vpp-nfv-2n-clx-mrr"
10368   filter: "'NIC_Intel-XXV710' and
10369            'NF_DENSITY' and
10370            'DOCKER' and
10371            'CHAIN' and
10372            'NF_VPPIP4' and
10373            'IMIX' and
10374            '8T4C' and
10375            'MRR'"
10376   parameters:
10377   - "result"
10378   - "name"
10379   - "tags"
10380   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10381   x-axis: "X = CNFs per Service Chain"
10382   y-axis: "Y = Number of Service Chains"
10383   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10384   layout:
10385     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10386     layout: "plot-service-density"
10387
10388 # Plots - NF Density - CSC - NDR IMIX
10389 - type: "plot"
10390   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10391   algorithm: "plot_nf_heatmap"
10392   output-file-type: ".html"
10393   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10394   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10395   filter: "'NIC_Intel-XXV710' and
10396            'NF_DENSITY' and
10397            'DOCKER' and
10398            'CHAIN' and
10399            'NF_VPPIP4' and
10400            'IMIX' and
10401            '2T1C' and
10402            'NDRPDR'"
10403   parameters:
10404   - "throughput"
10405   - "name"
10406   - "tags"
10407   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10408   x-axis: "X = CNFs per Service Chain"
10409   y-axis: "Y = Number of Service Chains"
10410   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10411   layout:
10412     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10413     layout: "plot-service-density"
10414
10415 - type: "plot"
10416   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10417   algorithm: "plot_nf_heatmap"
10418   output-file-type: ".html"
10419   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10420   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10421   filter: "'NIC_Intel-XXV710' and
10422            'NF_DENSITY' and
10423            'DOCKER' and
10424            'CHAIN' and
10425            'NF_VPPIP4' and
10426            'IMIX' and
10427            '4T2C' and
10428            'NDRPDR'"
10429   parameters:
10430   - "throughput"
10431   - "name"
10432   - "tags"
10433   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10434   x-axis: "X = CNFs per Service Chain"
10435   y-axis: "Y = Number of Service Chains"
10436   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10437   layout:
10438     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10439     layout: "plot-service-density"
10440
10441 - type: "plot"
10442   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10443   algorithm: "plot_nf_heatmap"
10444   output-file-type: ".html"
10445   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10446   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10447   filter: "'NIC_Intel-XXV710' and
10448            'NF_DENSITY' and
10449            'DOCKER' and
10450            'CHAIN' and
10451            'NF_VPPIP4' and
10452            'IMIX' and
10453            '8T4C' and
10454            'NDRPDR'"
10455   parameters:
10456   - "throughput"
10457   - "name"
10458   - "tags"
10459   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10460   x-axis: "X = CNFs per Service Chain"
10461   y-axis: "Y = Number of Service Chains"
10462   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10463   layout:
10464     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10465     layout: "plot-service-density"
10466
10467 # Plots - NF Density - CSC - PDR IMIX
10468 - type: "plot"
10469   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10470   algorithm: "plot_nf_heatmap"
10471   output-file-type: ".html"
10472   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10473   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10474   filter: "'NIC_Intel-XXV710' and
10475            'NF_DENSITY' and
10476            'DOCKER' and
10477            'CHAIN' and
10478            'NF_VPPIP4' and
10479            'IMIX' and
10480            '2T1C' and
10481            'NDRPDR'"
10482   parameters:
10483   - "throughput"
10484   - "name"
10485   - "tags"
10486   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10487   x-axis: "X = CNFs per Service Chain"
10488   y-axis: "Y = Number of Service Chains"
10489   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10490   layout:
10491     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10492     layout: "plot-service-density"
10493
10494 - type: "plot"
10495   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10496   algorithm: "plot_nf_heatmap"
10497   output-file-type: ".html"
10498   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10499   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10500   filter: "'NIC_Intel-XXV710' and
10501            'NF_DENSITY' and
10502            'DOCKER' and
10503            'CHAIN' and
10504            'NF_VPPIP4' and
10505            'IMIX' and
10506            '4T2C' and
10507            'NDRPDR'"
10508   parameters:
10509   - "throughput"
10510   - "name"
10511   - "tags"
10512   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10513   x-axis: "X = CNFs per Service Chain"
10514   y-axis: "Y = Number of Service Chains"
10515   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10516   layout:
10517     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10518     layout: "plot-service-density"
10519
10520 - type: "plot"
10521   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10522   algorithm: "plot_nf_heatmap"
10523   output-file-type: ".html"
10524   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10525   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10526   filter: "'NIC_Intel-XXV710' and
10527            'NF_DENSITY' and
10528            'DOCKER' and
10529            'CHAIN' and
10530            'NF_VPPIP4' and
10531            'IMIX' and
10532            '8T4C' and
10533            'NDRPDR'"
10534   parameters:
10535   - "throughput"
10536   - "name"
10537   - "tags"
10538   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10539   x-axis: "X = CNFs per Service Chain"
10540   y-axis: "Y = Number of Service Chains"
10541   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10542   layout:
10543     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10544     layout: "plot-service-density"
10545
10546 # Plots - NF Density - CSP - MRR IMIX
10547 - type: "plot"
10548   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10549   algorithm: "plot_nf_heatmap"
10550   output-file-type: ".html"
10551   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10552   data: "plot-vpp-nfv-2n-clx-mrr"
10553   filter: "'NIC_Intel-XXV710' and
10554            'NF_DENSITY' and
10555            'DOCKER' and
10556            'PIPELINE' and
10557            'NF_VPPIP4' and
10558            'IMIX' and
10559            '2T1C' and
10560            'MRR'"
10561   parameters:
10562   - "result"
10563   - "name"
10564   - "tags"
10565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10566   x-axis: "X = CNFs per Service Pipeline"
10567   y-axis: "Y = Number of Service Pipelines"
10568   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10569   layout:
10570     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10571     layout: "plot-service-density"
10572
10573 - type: "plot"
10574   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10575   algorithm: "plot_nf_heatmap"
10576   output-file-type: ".html"
10577   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10578   data: "plot-vpp-nfv-2n-clx-mrr"
10579   filter: "'NIC_Intel-XXV710' and
10580            'NF_DENSITY' and
10581            'DOCKER' and
10582            'PIPELINE' and
10583            'NF_VPPIP4' and
10584            'IMIX' and
10585            '4T2C' and
10586            'MRR'"
10587   parameters:
10588   - "result"
10589   - "name"
10590   - "tags"
10591   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10592   x-axis: "X = CNFs per Service Pipeline"
10593   y-axis: "Y = Number of Service Pipelines"
10594   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10595   layout:
10596     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10597     layout: "plot-service-density"
10598
10599 - type: "plot"
10600   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10601   algorithm: "plot_nf_heatmap"
10602   output-file-type: ".html"
10603   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10604   data: "plot-vpp-nfv-2n-clx-mrr"
10605   filter: "'NIC_Intel-XXV710' and
10606            'NF_DENSITY' and
10607            'DOCKER' and
10608            'PIPELINE' and
10609            'NF_VPPIP4' and
10610            'IMIX' and
10611            '8T4C' and
10612            'MRR'"
10613   parameters:
10614   - "result"
10615   - "name"
10616   - "tags"
10617   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10618   x-axis: "X = CNFs per Service Pipeline"
10619   y-axis: "Y = Number of Service Pipelines"
10620   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10621   layout:
10622     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10623     layout: "plot-service-density"
10624
10625 # Plots - NF Density - CSP - NDR IMIX
10626 - type: "plot"
10627   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10628   algorithm: "plot_nf_heatmap"
10629   output-file-type: ".html"
10630   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10631   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10632   filter: "'NIC_Intel-XXV710' and
10633            'NF_DENSITY' and
10634            'DOCKER' and
10635            'PIPELINE' and
10636            'NF_VPPIP4' and
10637            'IMIX' and
10638            '2T1C' and
10639            'NDRPDR'"
10640   parameters:
10641   - "throughput"
10642   - "name"
10643   - "tags"
10644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10645   x-axis: "X = CNFs per Service Pipeline"
10646   y-axis: "Y = Number of Service Pipelines"
10647   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10648   layout:
10649     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10650     layout: "plot-service-density"
10651
10652 - type: "plot"
10653   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10654   algorithm: "plot_nf_heatmap"
10655   output-file-type: ".html"
10656   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10657   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10658   filter: "'NIC_Intel-XXV710' and
10659            'NF_DENSITY' and
10660            'DOCKER' and
10661            'PIPELINE' and
10662            'NF_VPPIP4' and
10663            'IMIX' and
10664            '4T2C' and
10665            'NDRPDR'"
10666   parameters:
10667   - "throughput"
10668   - "name"
10669   - "tags"
10670   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10671   x-axis: "X = CNFs per Service Pipeline"
10672   y-axis: "Y = Number of Service Pipelines"
10673   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10674   layout:
10675     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10676     layout: "plot-service-density"
10677
10678 - type: "plot"
10679   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10680   algorithm: "plot_nf_heatmap"
10681   output-file-type: ".html"
10682   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10683   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10684   filter: "'NIC_Intel-XXV710' and
10685            'NF_DENSITY' and
10686            'DOCKER' and
10687            'PIPELINE' and
10688            'NF_VPPIP4' and
10689            'IMIX' and
10690            '8T4C' and
10691            'NDRPDR'"
10692   parameters:
10693   - "throughput"
10694   - "name"
10695   - "tags"
10696   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10697   x-axis: "X = CNFs per Service Pipeline"
10698   y-axis: "Y = Number of Service Pipelines"
10699   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10700   layout:
10701     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10702     layout: "plot-service-density"
10703
10704 # Plots - NF Density - CSP - PDR IMIX
10705 - type: "plot"
10706   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10707   algorithm: "plot_nf_heatmap"
10708   output-file-type: ".html"
10709   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10710   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10711   filter: "'NIC_Intel-XXV710' and
10712            'NF_DENSITY' and
10713            'DOCKER' and
10714            'PIPELINE' and
10715            'NF_VPPIP4' and
10716            'IMIX' and
10717            '2T1C' and
10718            'NDRPDR'"
10719   parameters:
10720   - "throughput"
10721   - "name"
10722   - "tags"
10723   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10724   x-axis: "X = CNFs per Service Pipeline"
10725   y-axis: "Y = Number of Service Pipelines"
10726   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10727   layout:
10728     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10729     layout: "plot-service-density"
10730
10731 - type: "plot"
10732   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10733   algorithm: "plot_nf_heatmap"
10734   output-file-type: ".html"
10735   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10736   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10737   filter: "'NIC_Intel-XXV710' and
10738            'NF_DENSITY' and
10739            'DOCKER' and
10740            'PIPELINE' and
10741            'NF_VPPIP4' and
10742            'IMIX' and
10743            '4T2C' and
10744            'NDRPDR'"
10745   parameters:
10746   - "throughput"
10747   - "name"
10748   - "tags"
10749   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10750   x-axis: "X = CNFs per Service Pipeline"
10751   y-axis: "Y = Number of Service Pipelines"
10752   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10753   layout:
10754     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10755     layout: "plot-service-density"
10756
10757 - type: "plot"
10758   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10759   algorithm: "plot_nf_heatmap"
10760   output-file-type: ".html"
10761   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10762   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10763   filter: "'NIC_Intel-XXV710' and
10764            'NF_DENSITY' and
10765            'DOCKER' and
10766            'PIPELINE' and
10767            'NF_VPPIP4' and
10768            'IMIX' and
10769            '8T4C' and
10770            'NDRPDR'"
10771   parameters:
10772   - "throughput"
10773   - "name"
10774   - "tags"
10775   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10776   x-axis: "X = CNFs per Service Pipeline"
10777   y-axis: "Y = Number of Service Pipelines"
10778   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10779   layout:
10780     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10781     layout: "plot-service-density"
10782
10783 ################################################################################
10784
10785 # Packet Throughput
10786
10787 - type: "plot"
10788   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10789   algorithm: "plot_perf_box_name"
10790   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10791   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10792   include:
10793     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10794     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10795     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10796     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10797   layout:
10798     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10799     layout: "plot-throughput"
10800
10801 - type: "plot"
10802   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10803   algorithm: "plot_perf_box_name"
10804   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10805   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10806   include:
10807     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10808     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10809     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10811   layout:
10812     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10813     layout: "plot-throughput"
10814
10815 - type: "plot"
10816   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10817   algorithm: "plot_perf_box_name"
10818   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10820   include:
10821     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10822     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10823     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10824     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10825   layout:
10826     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10827     layout: "plot-throughput"
10828
10829 - type: "plot"
10830   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10831   algorithm: "plot_perf_box_name"
10832   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10833   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10834   include:
10835     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10836     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10837     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10838     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10839   layout:
10840     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10841     layout: "plot-throughput"
10842
10843 - type: "plot"
10844   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10845   algorithm: "plot_perf_box_name"
10846   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10848   include:
10849     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10850     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10851     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10852     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10853     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10854   layout:
10855     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10856     layout: "plot-throughput"
10857
10858 - type: "plot"
10859   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10860   algorithm: "plot_perf_box_name"
10861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10863   include:
10864     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10865     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10866     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10867     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10868     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10869   layout:
10870     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10871     layout: "plot-throughput"
10872
10873 - type: "plot"
10874   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10875   algorithm: "plot_perf_box_name"
10876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10878   include:
10879     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10880     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10881     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10882     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10883     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10884   layout:
10885     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10886     layout: "plot-throughput"
10887
10888 - type: "plot"
10889   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10890   algorithm: "plot_perf_box_name"
10891   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10892   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10893   include:
10894     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10895     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10896     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10897     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10898     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10899   layout:
10900     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10901     layout: "plot-throughput"
10902
10903 - type: "plot"
10904   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10905   algorithm: "plot_perf_box_name"
10906   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10907   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10908   include:
10909     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10910     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10911     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10912     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10913     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10914   layout:
10915     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10916     layout: "plot-throughput"
10917
10918 - type: "plot"
10919   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10920   algorithm: "plot_perf_box_name"
10921   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10922   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10923   include:
10924     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10925     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10926     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10927     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10928     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10929   layout:
10930     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10931     layout: "plot-throughput"
10932
10933 - type: "plot"
10934   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10935   algorithm: "plot_perf_box_name"
10936   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10938   include:
10939     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10940     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10942     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10943     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10944     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10945   layout:
10946     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10947     layout: "plot-throughput"
10948
10949 - type: "plot"
10950   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10951   algorithm: "plot_perf_box_name"
10952   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10954   include:
10955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10956     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10957     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10961   layout:
10962     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10963     layout: "plot-throughput"
10964
10965 - type: "plot"
10966   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10967   algorithm: "plot_perf_box_name"
10968   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10970   include:
10971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10976   layout:
10977     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10978     layout: "plot-throughput"
10979
10980 - type: "plot"
10981   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10982   algorithm: "plot_perf_box_name"
10983   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10985   include:
10986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10991   layout:
10992     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10993     layout: "plot-throughput"
10994
10995 - type: "plot"
10996   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10997   algorithm: "plot_perf_box_name"
10998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11000   include:
11001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11004   layout:
11005     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11006     layout: "plot-throughput"
11007
11008 - type: "plot"
11009   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11010   algorithm: "plot_perf_box_name"
11011   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11013   include:
11014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11017   layout:
11018     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11019     layout: "plot-throughput"
11020
11021 - type: "plot"
11022   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11023   algorithm: "plot_perf_box_name"
11024   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11026   include:
11027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11032   layout:
11033     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11034     layout: "plot-throughput"
11035
11036 - type: "plot"
11037   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11038   algorithm: "plot_perf_box_name"
11039   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11041   include:
11042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11047   layout:
11048     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11049     layout: "plot-throughput"
11050
11051 - type: "plot"
11052   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11053   algorithm: "plot_perf_box_name"
11054   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11055   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11056   include:
11057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11060   layout:
11061     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11062     layout: "plot-throughput"
11063
11064 - type: "plot"
11065   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11066   algorithm: "plot_perf_box_name"
11067   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11069   include:
11070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11073   layout:
11074     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11075     layout: "plot-throughput"
11076
11077 - type: "plot"
11078   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11079   algorithm: "plot_perf_box_name"
11080   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11082   include:
11083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11089   layout:
11090     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11091     layout: "plot-throughput"
11092
11093 - type: "plot"
11094   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11095   algorithm: "plot_perf_box_name"
11096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11098   include:
11099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11105   layout:
11106     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11107     layout: "plot-throughput"
11108
11109 - type: "plot"
11110   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11111   algorithm: "plot_perf_box_name"
11112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11114   include:
11115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11121   layout:
11122     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11123     layout: "plot-throughput"
11124
11125 - type: "plot"
11126   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11127   algorithm: "plot_perf_box_name"
11128   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11130   include:
11131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11137   layout:
11138     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11139     layout: "plot-throughput"
11140
11141 - type: "plot"
11142   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11143   algorithm: "plot_perf_box_name"
11144   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11145   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11146   include:
11147     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11148     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11149     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11150   layout:
11151     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11152     layout: "plot-throughput"
11153
11154 - type: "plot"
11155   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11156   algorithm: "plot_perf_box_name"
11157   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11159   include:
11160     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11162     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11163   layout:
11164     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11165     layout: "plot-throughput"
11166
11167 - type: "plot"
11168   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11169   algorithm: "plot_perf_box_name"
11170   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11172   include:
11173     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11175 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11176 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11177 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11178   layout:
11179     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11180     layout: "plot-throughput"
11181
11182 - type: "plot"
11183   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11184   algorithm: "plot_perf_box_name"
11185   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11187   include:
11188     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11189     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11190 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11191 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11192 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11193   layout:
11194     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11195     layout: "plot-throughput"
11196
11197 - type: "plot"
11198   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11199   algorithm: "plot_perf_box_name"
11200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11202   include:
11203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11207     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11208   layout:
11209     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11210     layout: "plot-throughput"
11211
11212 - type: "plot"
11213   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11214   algorithm: "plot_perf_box_name"
11215   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11217   include:
11218     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11221     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11223   layout:
11224     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11225     layout: "plot-throughput"
11226
11227 - type: "plot"
11228   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11229   algorithm: "plot_perf_box_name"
11230   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11231   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11232   include:
11233     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11234     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11235     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11236     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11237     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11238   layout:
11239     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11240     layout: "plot-throughput"
11241
11242 - type: "plot"
11243   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11244   algorithm: "plot_perf_box_name"
11245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11247   include:
11248     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11249     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11250     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11251     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11252     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11253   layout:
11254     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11255     layout: "plot-throughput"
11256
11257 - type: "plot"
11258   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11259   algorithm: "plot_perf_box_name"
11260   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11262   include:
11263     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11264     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11265     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11266     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11267     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11268     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11269   layout:
11270     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11271     layout: "plot-throughput"
11272
11273 - type: "plot"
11274   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11275   algorithm: "plot_perf_box_name"
11276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11278   include:
11279     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11280     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11281     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11282     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11283     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11284     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11285   layout:
11286     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11287     layout: "plot-throughput"
11288
11289 - type: "plot"
11290   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11291   algorithm: "plot_perf_box_name"
11292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11294   include:
11295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11296     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11297     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11298     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11299     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11300     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11301   layout:
11302     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11303     layout: "plot-throughput"
11304
11305 - type: "plot"
11306   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11307   algorithm: "plot_perf_box_name"
11308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11310   include:
11311     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11312     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11313     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11314     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11315     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11316     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11317   layout:
11318     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11319     layout: "plot-throughput"
11320
11321 - type: "plot"
11322   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11323   algorithm: "plot_perf_box_name"
11324   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11325   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11326   include:
11327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11332   layout:
11333     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11334     layout: "plot-throughput"
11335
11336 - type: "plot"
11337   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11338   algorithm: "plot_perf_box_name"
11339   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11340   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11341   include:
11342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11347   layout:
11348     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11349     layout: "plot-throughput"
11350
11351 - type: "plot"
11352   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11353   algorithm: "plot_perf_box_name"
11354   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11355   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11356   include:
11357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11363   layout:
11364     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11365     layout: "plot-throughput"
11366
11367 - type: "plot"
11368   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11369   algorithm: "plot_perf_box_name"
11370   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11371   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11372   include:
11373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11379   layout:
11380     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11381     layout: "plot-throughput"
11382
11383 - type: "plot"
11384   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11385   algorithm: "plot_perf_box_name"
11386   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11387   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11388   include:
11389     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11391     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11394   layout:
11395     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11396     layout: "plot-throughput"
11397
11398 - type: "plot"
11399   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11400   algorithm: "plot_perf_box_name"
11401   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11402   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11403   include:
11404     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11405     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11409   layout:
11410     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11411     layout: "plot-throughput"
11412
11413 - type: "plot"
11414   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11415   algorithm: "plot_perf_box_name"
11416   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11417   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11418   include:
11419     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11425   layout:
11426     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11427     layout: "plot-throughput"
11428
11429 - type: "plot"
11430   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11431   algorithm: "plot_perf_box_name"
11432   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11433   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11434   include:
11435     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11437     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11441   layout:
11442     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11443     layout: "plot-throughput"
11444
11445 - type: "plot"
11446   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11447   algorithm: "plot_perf_box_name"
11448   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11449   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11450   include:
11451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11456   layout:
11457     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11458     layout: "plot-throughput"
11459
11460 - type: "plot"
11461   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11462   algorithm: "plot_perf_box_name"
11463   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11464   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11465   include:
11466     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11467     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11471   layout:
11472     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11473     layout: "plot-throughput"
11474
11475 - type: "plot"
11476   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11477   algorithm: "plot_perf_box_name"
11478   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11479   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11480   include:
11481     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11482     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11487   layout:
11488     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11489     layout: "plot-throughput"
11490
11491 - type: "plot"
11492   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11493   algorithm: "plot_perf_box_name"
11494   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11495   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11496   include:
11497     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11503   layout:
11504     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11505     layout: "plot-throughput"
11506
11507 - type: "plot"
11508   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11509   algorithm: "plot_perf_box_name"
11510   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11511   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11512   include:
11513     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11515   layout:
11516     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11517     layout: "plot-throughput"
11518
11519 - type: "plot"
11520   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11521   algorithm: "plot_perf_box_name"
11522   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11523   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11524   include:
11525     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11527   layout:
11528     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11529     layout: "plot-throughput"
11530
11531 - type: "plot"
11532   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11533   algorithm: "plot_perf_box_name"
11534   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11536   include:
11537     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11538     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11539     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11541   layout:
11542     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11543     layout: "plot-throughput"
11544
11545 - type: "plot"
11546   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11547   algorithm: "plot_perf_box_name"
11548   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11550   include:
11551     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11553     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11554     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11555   layout:
11556     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11557     layout: "plot-throughput"
11558
11559 - type: "plot"
11560   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11561   algorithm: "plot_perf_box_name"
11562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11564   include:
11565     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11569   layout:
11570     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11571     layout: "plot-throughput"
11572
11573 - type: "plot"
11574   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11575   algorithm: "plot_perf_box_name"
11576   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11578   include:
11579     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11583   layout:
11584     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11585     layout: "plot-throughput"
11586
11587 - type: "plot"
11588   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11589   algorithm: "plot_perf_box_name"
11590   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11591   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11592   include:
11593     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11594     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11597   layout:
11598     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11599     layout: "plot-throughput"
11600
11601 - type: "plot"
11602   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11603   algorithm: "plot_perf_box_name"
11604   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11605   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11606   include:
11607     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11610     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11611   layout:
11612     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11613     layout: "plot-throughput"
11614
11615 - type: "plot"
11616   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11617   algorithm: "plot_perf_box_name"
11618   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11619   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11620   include:
11621     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11625   layout:
11626     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11627     layout: "plot-throughput"
11628
11629 - type: "plot"
11630   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11631   algorithm: "plot_perf_box_name"
11632   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11633   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11634   include:
11635     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11637     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11638     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11639   layout:
11640     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11641     layout: "plot-throughput"
11642
11643 - type: "plot"
11644   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11645   algorithm: "plot_perf_box_name"
11646   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11647   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11648   include:
11649     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11652     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11653     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11654     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11655   layout:
11656     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11657     layout: "plot-throughput"
11658
11659 - type: "plot"
11660   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11661   algorithm: "plot_perf_box_name"
11662   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11663   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11664   include:
11665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11669     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11670     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11671   layout:
11672     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11673     layout: "plot-throughput"
11674
11675 - type: "plot"
11676   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11677   algorithm: "plot_perf_box_name"
11678   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11680   include:
11681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11682     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11686   layout:
11687     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11688     layout: "plot-throughput"
11689
11690 - type: "plot"
11691   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11692   algorithm: "plot_perf_box_name"
11693   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11694   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11695   include:
11696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11701   layout:
11702     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11703     layout: "plot-throughput"
11704
11705 - type: "plot"
11706   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11707   algorithm: "plot_perf_box_name"
11708   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11709   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11710   include:
11711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11716   layout:
11717     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11718     layout: "plot-throughput"
11719
11720 - type: "plot"
11721   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11722   algorithm: "plot_perf_box_name"
11723   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11724   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11725   include:
11726     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11731   layout:
11732     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11733     layout: "plot-throughput"
11734
11735 - type: "plot"
11736   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11737   algorithm: "plot_perf_box_name"
11738   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11739   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11740   include:
11741     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11744   layout:
11745     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11746     layout: "plot-throughput"
11747
11748 - type: "plot"
11749   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11750   algorithm: "plot_perf_box_name"
11751   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11752   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11753   include:
11754     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11757   layout:
11758     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11759     layout: "plot-throughput"
11760
11761 - type: "plot"
11762   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11763   algorithm: "plot_perf_box_name"
11764   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11766   include:
11767     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11768     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11770   layout:
11771     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11772     layout: "plot-throughput"
11773
11774 - type: "plot"
11775   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11776   algorithm: "plot_perf_box_name"
11777   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11779   include:
11780     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11783   layout:
11784     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11785     layout: "plot-throughput"
11786
11787 - type: "plot"
11788   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11789   algorithm: "plot_perf_box_name"
11790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11792   include:
11793     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11798   layout:
11799     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11800     layout: "plot-throughput"
11801
11802 - type: "plot"
11803   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11804   algorithm: "plot_perf_box_name"
11805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11807   include:
11808     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11809     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11813   layout:
11814     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11815     layout: "plot-throughput"
11816
11817 - type: "plot"
11818   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11819   algorithm: "plot_perf_box_name"
11820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11822   include:
11823     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11824     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11828   layout:
11829     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11830     layout: "plot-throughput"
11831
11832 - type: "plot"
11833   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11834   algorithm: "plot_perf_box_name"
11835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11837   include:
11838     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11839     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11843   layout:
11844     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11845     layout: "plot-throughput"
11846
11847 - type: "plot"
11848   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11849   algorithm: "plot_perf_box_name"
11850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11852   include:
11853     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11858   layout:
11859     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11860     layout: "plot-throughput"
11861
11862 - type: "plot"
11863   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11864   algorithm: "plot_perf_box_name"
11865   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11866   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11867   include:
11868     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11873   layout:
11874     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11875     layout: "plot-throughput"
11876
11877 - type: "plot"
11878   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11879   algorithm: "plot_perf_box_name"
11880   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11881   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11882   include:
11883     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11888   layout:
11889     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11890     layout: "plot-throughput"
11891
11892 - type: "plot"
11893   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11894   algorithm: "plot_perf_box_name"
11895   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11896   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11897   include:
11898     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11899     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11900     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11903   layout:
11904     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11905     layout: "plot-throughput"
11906
11907 - type: "plot"
11908   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11909   algorithm: "plot_perf_box_name"
11910   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11911   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11912   include:
11913     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11914     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11915     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11918   layout:
11919     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11920     layout: "plot-throughput"
11921
11922 - type: "plot"
11923   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11924   algorithm: "plot_perf_box_name"
11925   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11926   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11927   include:
11928     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11933   layout:
11934     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11935     layout: "plot-throughput"
11936
11937 - type: "plot"
11938   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11939   algorithm: "plot_perf_box_name"
11940   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11941   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11942   include:
11943     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11944     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11945     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11946     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11947     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11948     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11949   layout:
11950     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
11951     layout: "plot-throughput"
11952
11953 - type: "plot"
11954   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11955   algorithm: "plot_perf_box_name"
11956   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11957   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11958   include:
11959     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11960     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11961     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11962     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11963     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11964     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11965   layout:
11966     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
11967     layout: "plot-throughput"
11968
11969 - type: "plot"
11970   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11971   algorithm: "plot_perf_box_name"
11972   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11973   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11974   include:
11975     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11976     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11977     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11978     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11979   layout:
11980     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
11981     layout: "plot-throughput"
11982
11983 - type: "plot"
11984   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11985   algorithm: "plot_perf_box_name"
11986   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11987   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11988   include:
11989     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11990     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11991     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11992     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11993   layout:
11994     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
11995     layout: "plot-throughput"
11996
11997 - type: "plot"
11998   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
11999   algorithm: "plot_perf_box_name"
12000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12002   include:
12003     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12004     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12005     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12006     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12007     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12008     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12009   layout:
12010     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12011     layout: "plot-throughput"
12012
12013 - type: "plot"
12014   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12015   algorithm: "plot_perf_box_name"
12016   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12018   include:
12019     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12020     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12021     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12022     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12023     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12024     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12025   layout:
12026     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12027     layout: "plot-throughput"
12028
12029 - type: "plot"
12030   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12031   algorithm: "plot_perf_box_name"
12032   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12033   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12034   include:
12035     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12036     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12037     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12038     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12039     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12040     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12041   layout:
12042     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12043     layout: "plot-throughput"
12044
12045 - type: "plot"
12046   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12047   algorithm: "plot_perf_box_name"
12048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12050   include:
12051     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12052     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12053     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12054     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12055     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12056     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12057   layout:
12058     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12059     layout: "plot-throughput"
12060
12061 - type: "plot"
12062   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12063   algorithm: "plot_perf_box_name"
12064   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12066   include:
12067     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12068     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12069     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12070     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12071     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12072     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12073   layout:
12074     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12075     layout: "plot-throughput"
12076
12077 - type: "plot"
12078   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12079   algorithm: "plot_perf_box_name"
12080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12082   include:
12083     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12084     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12085     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12086     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12087     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12088     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12089   layout:
12090     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12091     layout: "plot-throughput"
12092
12093 - type: "plot"
12094   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12095   algorithm: "plot_perf_box_name"
12096   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12097   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12098   include:
12099     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12100     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12101     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12102     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12103     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12104     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12105   layout:
12106     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12107     layout: "plot-throughput"
12108
12109 - type: "plot"
12110   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12111   algorithm: "plot_perf_box_name"
12112   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12113   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12114   include:
12115     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12116     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12117     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12118     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12119     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12120     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12121   layout:
12122     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12123     layout: "plot-throughput"
12124
12125 - type: "plot"
12126   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12127   algorithm: "plot_perf_box_name"
12128   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12129   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12130   include:
12131     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12132     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12133     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12134     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12135     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12136     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12137   layout:
12138     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12139     layout: "plot-throughput"
12140
12141 - type: "plot"
12142   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12143   algorithm: "plot_perf_box_name"
12144   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12145   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12146   include:
12147     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12148     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12149     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12150     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12151     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12152     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12153   layout:
12154     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12155     layout: "plot-throughput"
12156
12157 - type: "plot"
12158   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12159   algorithm: "plot_perf_box_name"
12160   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12161   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12162   include:
12163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12169   layout:
12170     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12171     layout: "plot-throughput"
12172
12173 - type: "plot"
12174   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12175   algorithm: "plot_perf_box_name"
12176   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12177   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12178   include:
12179     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12180     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12181     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12185   layout:
12186     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12187     layout: "plot-throughput"
12188
12189 - type: "plot"
12190   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12191   algorithm: "plot_perf_box_name"
12192   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12194   include:
12195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12201   layout:
12202     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12203     layout: "plot-throughput"
12204
12205 - type: "plot"
12206   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12207   algorithm: "plot_perf_box_name"
12208   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12209   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12210   include:
12211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12217   layout:
12218     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12219     layout: "plot-throughput"
12220
12221 - type: "plot"
12222   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12223   algorithm: "plot_perf_box_name"
12224   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12225   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12226   include:
12227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12233   layout:
12234     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12235     layout: "plot-throughput"
12236
12237 - type: "plot"
12238   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12239   algorithm: "plot_perf_box_name"
12240   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12241   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12242   include:
12243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12249   layout:
12250     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12251     layout: "plot-throughput"
12252
12253 - type: "plot"
12254   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12255   algorithm: "plot_perf_box_name"
12256   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12257   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12258   include:
12259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12263   layout:
12264     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12265     layout: "plot-throughput"
12266
12267 - type: "plot"
12268   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12269   algorithm: "plot_perf_box_name"
12270   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12271   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12272   include:
12273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12277   layout:
12278     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12279     layout: "plot-throughput"
12280
12281 - type: "plot"
12282   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12283   algorithm: "plot_perf_box_name"
12284   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12285   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12286   include:
12287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12291   layout:
12292     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12293     layout: "plot-throughput"
12294
12295 - type: "plot"
12296   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12297   algorithm: "plot_perf_box_name"
12298   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12299   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12300   include:
12301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12303     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12304     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12305   layout:
12306     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12307     layout: "plot-throughput"
12308
12309 - type: "plot"
12310   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12311   algorithm: "plot_perf_box_name"
12312   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12314   include:
12315     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12316     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12317     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12318     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12319     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12320     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12321   layout:
12322     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12323     layout: "plot-throughput"
12324
12325 - type: "plot"
12326   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12327   algorithm: "plot_perf_box_name"
12328   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12329   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12330   include:
12331     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12332     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12333     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12334     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12335     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12336     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12337   layout:
12338     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12339     layout: "plot-throughput"
12340
12341 - type: "plot"
12342   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12343   algorithm: "plot_perf_box_name"
12344   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12346   include:
12347     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12348     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12349     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12350     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12351     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12352   layout:
12353     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12354     layout: "plot-throughput"
12355
12356 - type: "plot"
12357   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12358   algorithm: "plot_perf_box_name"
12359   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12361   include:
12362     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12363     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12364     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12365     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12366     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12367   layout:
12368     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12369     layout: "plot-throughput"
12370
12371 - type: "plot"
12372   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12373   algorithm: "plot_perf_box_name"
12374   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12376   include:
12377     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12378     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12382   layout:
12383     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12384     layout: "plot-throughput"
12385
12386 - type: "plot"
12387   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12388   algorithm: "plot_perf_box_name"
12389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12391   include:
12392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12397   layout:
12398     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12399     layout: "plot-throughput"
12400
12401 - type: "plot"
12402   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12403   algorithm: "plot_perf_box_name"
12404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12406   include:
12407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12411   layout:
12412     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12413     layout: "plot-throughput"
12414
12415 - type: "plot"
12416   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12417   algorithm: "plot_perf_box_name"
12418   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12419   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12420   include:
12421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12425   layout:
12426     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12427     layout: "plot-throughput"
12428
12429 - type: "plot"
12430   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12431   algorithm: "plot_perf_box_name"
12432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12434   include:
12435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12441   layout:
12442     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12443     layout: "plot-throughput"
12444
12445 - type: "plot"
12446   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12447   algorithm: "plot_perf_box_name"
12448   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12450   include:
12451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12457   layout:
12458     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12459     layout: "plot-throughput"
12460
12461 - type: "plot"
12462   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12463   algorithm: "plot_perf_box_name"
12464   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12466   include:
12467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12473   layout:
12474     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12475     layout: "plot-throughput"
12476
12477 - type: "plot"
12478   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12479   algorithm: "plot_perf_box_name"
12480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12482   include:
12483     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12486     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12488     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12489   layout:
12490     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12491     layout: "plot-throughput"
12492
12493 - type: "plot"
12494   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12495   algorithm: "plot_perf_box_name"
12496   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12498   include:
12499     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12500     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12501     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12502     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12503     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12504     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12505   layout:
12506     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12507     layout: "plot-throughput"
12508
12509 - type: "plot"
12510   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12511   algorithm: "plot_perf_box_name"
12512   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12514   include:
12515     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12518     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12519     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12520     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12521   layout:
12522     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12523     layout: "plot-throughput"
12524
12525 - type: "plot"
12526   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12527   algorithm: "plot_perf_box_name"
12528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12530   include:
12531     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12534     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12535     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12536     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12537   layout:
12538     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12539     layout: "plot-throughput"
12540
12541 - type: "plot"
12542   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12543   algorithm: "plot_perf_box_name"
12544   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12546   include:
12547     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12550     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12551     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12552     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12553   layout:
12554     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12555     layout: "plot-throughput"
12556
12557 - type: "plot"
12558   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12559   algorithm: "plot_perf_box_name"
12560   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12561   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12562   include:
12563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12567   layout:
12568     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12569     layout: "plot-throughput"
12570
12571 - type: "plot"
12572   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12573   algorithm: "plot_perf_box_name"
12574   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12575   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12576   include:
12577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12581   layout:
12582     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12583     layout: "plot-throughput"
12584
12585 - type: "plot"
12586   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12587   algorithm: "plot_perf_box_name"
12588   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12589   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12590   include:
12591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12597   layout:
12598     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12599     layout: "plot-throughput"
12600
12601 - type: "plot"
12602   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12603   algorithm: "plot_perf_box_name"
12604   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12605   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12606   include:
12607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12613   layout:
12614     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12615     layout: "plot-throughput"
12616
12617 - type: "plot"
12618   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12619   algorithm: "plot_perf_box_name"
12620   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12621   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12622   include:
12623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12629   layout:
12630     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12631     layout: "plot-throughput"
12632
12633 - type: "plot"
12634   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12635   algorithm: "plot_perf_box_name"
12636   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12637   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12638   include:
12639     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12643     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12644     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12645   layout:
12646     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12647     layout: "plot-throughput"
12648
12649 #- type: "plot"
12650 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12651 #  algorithm: "plot_perf_box_name"
12652 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12653 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12654 #  include:
12655 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12656 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12657 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12658 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12659 #  layout:
12660 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12661 #    layout: "plot-throughput"
12662 #
12663 #- type: "plot"
12664 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12665 #  algorithm: "plot_perf_box_name"
12666 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12667 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12668 #  include:
12669 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12670 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12671 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12672 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12673 #  layout:
12674 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12675 #    layout: "plot-throughput"
12676
12677 - type: "plot"
12678   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12679   algorithm: "plot_perf_box_name"
12680   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12681   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12682   include:
12683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12689   layout:
12690     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12691     layout: "plot-throughput"
12692
12693 - type: "plot"
12694   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12695   algorithm: "plot_perf_box_name"
12696   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12697   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12698   include:
12699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12705   layout:
12706     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12707     layout: "plot-throughput"
12708
12709 #- type: "plot"
12710 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12711 #  algorithm: "plot_perf_box_name"
12712 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12713 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12714 #  include:
12715 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12716 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12717 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12718 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12719 #  layout:
12720 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12721 #    layout: "plot-throughput"
12722 #
12723 #- type: "plot"
12724 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12725 #  algorithm: "plot_perf_box_name"
12726 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12727 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12728 #  include:
12729 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12730 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12731 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12732 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12733 #  layout:
12734 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12735 #    layout: "plot-throughput"
12736
12737 - type: "plot"
12738   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12739   algorithm: "plot_perf_box_name"
12740   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12741   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12742   include:
12743     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12744     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12748     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12749   layout:
12750     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12751     layout: "plot-throughput"
12752
12753 - type: "plot"
12754   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12755   algorithm: "plot_perf_box_name"
12756   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12757   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12758   include:
12759     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12763     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12764     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12765   layout:
12766     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12767     layout: "plot-throughput"
12768
12769 #- type: "plot"
12770 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12771 #  algorithm: "plot_perf_box_name"
12772 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12773 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12774 #  include:
12775 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12776 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12777 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12778 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12779 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12780 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12781 #  layout:
12782 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12783 #    layout: "plot-throughput"
12784 #
12785 #- type: "plot"
12786 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12787 #  algorithm: "plot_perf_box_name"
12788 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12789 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12790 #  include:
12791 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12792 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12793 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12794 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12795 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12796 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12797 #  layout:
12798 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12799 #    layout: "plot-throughput"
12800
12801 - type: "plot"
12802   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12803   algorithm: "plot_perf_box_name"
12804   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12806   include:
12807     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12808     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12809     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12810     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12811     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12812     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12813   layout:
12814     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12815     layout: "plot-throughput"
12816
12817 - type: "plot"
12818   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12819   algorithm: "plot_perf_box_name"
12820   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12821   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12822   include:
12823     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12824     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12825     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12826     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12827     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12828     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12829   layout:
12830     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12831     layout: "plot-throughput"
12832
12833 - type: "plot"
12834   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12835   algorithm: "plot_perf_box_name"
12836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12838   include:
12839     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12840     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12841     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12842 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12843 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12844 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12845   layout:
12846     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
12847     layout: "plot-throughput"
12848
12849 - type: "plot"
12850   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12851   algorithm: "plot_perf_box_name"
12852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12854   include:
12855     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12856     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12857     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12858 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12859 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12860 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12861   layout:
12862     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
12863     layout: "plot-throughput"
12864
12865 - type: "plot"
12866   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12867   algorithm: "plot_perf_box_name"
12868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12870   include:
12871     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12872     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12873     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12874     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12875     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12876     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12877   layout:
12878     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
12879     layout: "plot-throughput"
12880
12881 - type: "plot"
12882   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12883   algorithm: "plot_perf_box_name"
12884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12886   include:
12887     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12888     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12889     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12890     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12891     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12892     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12893   layout:
12894     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
12895     layout: "plot-throughput"
12896
12897 - type: "plot"
12898   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12899   algorithm: "plot_perf_box_name"
12900   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12901   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12902   include:
12903     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12904     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12905     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12906     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12907     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12908     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12909   layout:
12910     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12911     layout: "plot-throughput"
12912
12913 - type: "plot"
12914   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12915   algorithm: "plot_perf_box_name"
12916   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12917   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12918   include:
12919     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12920     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12921     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12922     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12923     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12924     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12925   layout:
12926     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12927     layout: "plot-throughput"
12928
12929 #- type: "plot"
12930 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12931 #  algorithm: "plot_perf_box_name"
12932 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12933 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12934 #  include:
12935 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12936 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12937 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12938 #  layout:
12939 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
12940 #    layout: "plot-throughput"
12941 #
12942 #- type: "plot"
12943 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12944 #  algorithm: "plot_perf_box_name"
12945 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12946 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12947 #  include:
12948 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12949 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12950 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12951 #  layout:
12952 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
12953 #    layout: "plot-throughput"
12954
12955 - type: "plot"
12956   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12957   algorithm: "plot_perf_box_name"
12958   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12960   include:
12961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12966   layout:
12967     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
12968     layout: "plot-throughput"
12969
12970 - type: "plot"
12971   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12972   algorithm: "plot_perf_box_name"
12973   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12974   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12975   include:
12976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12981   layout:
12982     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
12983     layout: "plot-throughput"
12984
12985 - type: "plot"
12986   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12987   algorithm: "plot_perf_box_name"
12988   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12989   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12990   include:
12991     - "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"
12992     - "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"
12993     - "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"
12994     - "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"
12995     - "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"
12996   layout:
12997     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
12998     layout: "plot-throughput"
12999
13000 - type: "plot"
13001   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13002   algorithm: "plot_perf_box_name"
13003   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13004   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13005   include:
13006     - "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"
13007     - "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"
13008     - "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"
13009     - "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"
13010     - "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"
13011   layout:
13012     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13013     layout: "plot-throughput"
13014
13015 - type: "plot"
13016   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13017   algorithm: "plot_perf_box_name"
13018   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13020   include:
13021     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13022     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13026   layout:
13027     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13028     layout: "plot-throughput"
13029
13030 - type: "plot"
13031   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13032   algorithm: "plot_perf_box_name"
13033   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13035   include:
13036     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13041   layout:
13042     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13043     layout: "plot-throughput"
13044
13045 - type: "plot"
13046   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13047   algorithm: "plot_perf_box_name"
13048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13050   include:
13051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13056   layout:
13057     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13058     layout: "plot-throughput"
13059
13060 - type: "plot"
13061   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13062   algorithm: "plot_perf_box_name"
13063   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13065   include:
13066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13071   layout:
13072     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13073     layout: "plot-throughput"
13074
13075 - type: "plot"
13076   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13077   algorithm: "plot_perf_box_name"
13078   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13079   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13080   include:
13081     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13082     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13083     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13084     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13085     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13086   layout:
13087     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13088     layout: "plot-throughput"
13089
13090 - type: "plot"
13091   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13092   algorithm: "plot_perf_box_name"
13093   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13094   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13095   include:
13096     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13097     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13098     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13099     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13100     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13101   layout:
13102     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13103     layout: "plot-throughput"
13104
13105 - type: "plot"
13106   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13107   algorithm: "plot_perf_box_name"
13108   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13109   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13110   include:
13111     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13112     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13113     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13114     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13115     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13116   layout:
13117     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13118     layout: "plot-throughput"
13119
13120 - type: "plot"
13121   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13122   algorithm: "plot_perf_box_name"
13123   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13124   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13125   include:
13126     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13127     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13128     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13129     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13130     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13131   layout:
13132     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13133     layout: "plot-throughput"
13134
13135 - type: "plot"
13136   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13137   algorithm: "plot_perf_box_name"
13138   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13140   include:
13141     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13142     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13143     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13145   layout:
13146     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13147     layout: "plot-throughput"
13148
13149 - type: "plot"
13150   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13151   algorithm: "plot_perf_box_name"
13152   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13154   include:
13155     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13156     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13157     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13159   layout:
13160     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13161     layout: "plot-throughput"
13162
13163 - type: "plot"
13164   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13165   algorithm: "plot_perf_box_name"
13166   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13168   include:
13169     - "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"
13170     - "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"
13171     - "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"
13172     - "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"
13173   layout:
13174     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13175     layout: "plot-throughput"
13176
13177 - type: "plot"
13178   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13179   algorithm: "plot_perf_box_name"
13180   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13182   include:
13183     - "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"
13184     - "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"
13185     - "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"
13186     - "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"
13187   layout:
13188     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13189     layout: "plot-throughput"
13190
13191 - type: "plot"
13192   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13193   algorithm: "plot_perf_box_name"
13194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13196   include:
13197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13203   layout:
13204     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13205     layout: "plot-throughput"
13206
13207 - type: "plot"
13208   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13209   algorithm: "plot_perf_box_name"
13210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13212   include:
13213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13219   layout:
13220     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13221     layout: "plot-throughput"
13222
13223 - type: "plot"
13224   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13225   algorithm: "plot_perf_box_name"
13226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13228   include:
13229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13235   layout:
13236     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13237     layout: "plot-throughput"
13238
13239 - type: "plot"
13240   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13241   algorithm: "plot_perf_box_name"
13242   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13244   include:
13245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13251   layout:
13252     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13253     layout: "plot-throughput"
13254
13255 - type: "plot"
13256   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13257   algorithm: "plot_perf_box_name"
13258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13260   include:
13261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13267   layout:
13268     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13269     layout: "plot-throughput"
13270
13271 - type: "plot"
13272   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13273   algorithm: "plot_perf_box_name"
13274   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13276   include:
13277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13278     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13282     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13283   layout:
13284     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13285     layout: "plot-throughput"
13286
13287 - type: "plot"
13288   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13289   algorithm: "plot_perf_box_name"
13290   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13292   include:
13293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13297     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13298   layout:
13299     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13300     layout: "plot-throughput"
13301
13302 - type: "plot"
13303   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13304   algorithm: "plot_perf_box_name"
13305   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13307   include:
13308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13312     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13313   layout:
13314     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13315     layout: "plot-throughput"
13316
13317 - type: "plot"
13318   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13319   algorithm: "plot_perf_box_name"
13320   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13322   include:
13323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13325   layout:
13326     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13327     layout: "plot-throughput"
13328
13329 - type: "plot"
13330   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13331   algorithm: "plot_perf_box_name"
13332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13334   include:
13335     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13336     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13337   layout:
13338     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13339     layout: "plot-throughput"
13340
13341 - type: "plot"
13342   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13343   algorithm: "plot_perf_box_name"
13344   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13346   include:
13347     - "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"
13348     - "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"
13349   layout:
13350     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13351     layout: "plot-throughput"
13352
13353 - type: "plot"
13354   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13355   algorithm: "plot_perf_box_name"
13356   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13358   include:
13359     - "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"
13360     - "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"
13361   layout:
13362     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13363     layout: "plot-throughput"
13364
13365 - type: "plot"
13366   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13367   algorithm: "plot_perf_box_name"
13368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13370   include:
13371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13373   layout:
13374     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13375     layout: "plot-throughput"
13376
13377 - type: "plot"
13378   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13379   algorithm: "plot_perf_box_name"
13380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13382   include:
13383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13385   layout:
13386     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13387     layout: "plot-throughput"
13388
13389 - type: "plot"
13390   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13391   algorithm: "plot_perf_box_name"
13392   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13394   include:
13395     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13396     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13397   layout:
13398     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13399     layout: "plot-throughput"
13400
13401 - type: "plot"
13402   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13403   algorithm: "plot_perf_box_name"
13404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13406   include:
13407     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13408     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13409   layout:
13410     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13411     layout: "plot-throughput"
13412
13413 - type: "plot"
13414   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13415   algorithm: "plot_perf_box_name"
13416   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13417   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13418   include:
13419     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13420     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13421     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13422     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13423     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13424     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13425   layout:
13426     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13427     layout: "plot-throughput"
13428
13429 - type: "plot"
13430   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13431   algorithm: "plot_perf_box_name"
13432   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13433   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13434   include:
13435     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13437     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13438     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13439     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13440     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13441   layout:
13442     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13443     layout: "plot-throughput"
13444
13445 - type: "plot"
13446   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13447   algorithm: "plot_perf_box_name"
13448   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13449   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13450   include:
13451     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13452     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13453     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13454     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13455     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13456     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13457   layout:
13458     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13459     layout: "plot-throughput"
13460
13461 - type: "plot"
13462   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13463   algorithm: "plot_perf_box_name"
13464   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13465   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13466   include:
13467     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13468     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13469     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13470     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13471     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13472     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13473   layout:
13474     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13475     layout: "plot-throughput"
13476
13477 #- type: "plot"
13478 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13479 #  algorithm: "plot_perf_box_name"
13480 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13481 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13482 #  include:
13483 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13484 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13485 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13486 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13487 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13488 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13489 #  layout:
13490 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13491 #    layout: "plot-throughput"
13492 #
13493 #- type: "plot"
13494 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13495 #  algorithm: "plot_perf_box_name"
13496 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13497 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13498 #  include:
13499 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13500 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13501 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13502 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13503 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13504 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13505 #  layout:
13506 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13507 #    layout: "plot-throughput"
13508
13509 - type: "plot"
13510   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13511   algorithm: "plot_perf_box_name"
13512   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13514   include:
13515     - "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"
13516     - "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"
13517     - "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"
13518     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13519     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13520     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13521   layout:
13522     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13523     layout: "plot-throughput"
13524
13525 - type: "plot"
13526   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13527   algorithm: "plot_perf_box_name"
13528   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13530   include:
13531     - "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"
13532     - "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"
13533     - "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"
13534     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13535     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13536     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13537   layout:
13538     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13539     layout: "plot-throughput"
13540
13541 ################################################################################
13542
13543 # Packet Speedup
13544
13545 - type: "plot"
13546   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13547   algorithm: "plot_tsa_name"
13548   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13549   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13550   include:
13551     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13552     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13553     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13554     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13555   layout:
13556     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13557     layout: "plot-throughput-speedup-analysis"
13558
13559 - type: "plot"
13560   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13561   algorithm: "plot_tsa_name"
13562   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13563   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13564   include:
13565     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13566     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13567     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13568     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13569   layout:
13570     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13571     layout: "plot-throughput-speedup-analysis"
13572
13573 - type: "plot"
13574   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13575   algorithm: "plot_tsa_name"
13576   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13577   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13578   include:
13579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13581     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13582     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13583   layout:
13584     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13585     layout: "plot-throughput-speedup-analysis"
13586
13587 - type: "plot"
13588   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13589   algorithm: "plot_tsa_name"
13590   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13591   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13592   include:
13593     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13594     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13595     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13596     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13597   layout:
13598     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13599     layout: "plot-throughput-speedup-analysis"
13600
13601 - type: "plot"
13602   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13603   algorithm: "plot_tsa_name"
13604   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13606   include:
13607     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13608     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13609     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13610     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13611     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13612   layout:
13613     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13614     layout: "plot-throughput-speedup-analysis"
13615
13616 - type: "plot"
13617   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13618   algorithm: "plot_tsa_name"
13619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13621   include:
13622     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13623     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13624     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13625     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13626     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13627   layout:
13628     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13629     layout: "plot-throughput-speedup-analysis"
13630
13631 - type: "plot"
13632   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13633   algorithm: "plot_tsa_name"
13634   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13635   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13636   include:
13637     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13638     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13639     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13640     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13641     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13642   layout:
13643     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13644     layout: "plot-throughput-speedup-analysis"
13645
13646 - type: "plot"
13647   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13648   algorithm: "plot_tsa_name"
13649   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13651   include:
13652     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13653     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13654     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13655     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13656     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13657   layout:
13658     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13659     layout: "plot-throughput-speedup-analysis"
13660
13661 - type: "plot"
13662   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13663   algorithm: "plot_tsa_name"
13664   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13665   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13666   include:
13667     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13668     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13669     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13670     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13671     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13672     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13673   layout:
13674     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13675     layout: "plot-throughput-speedup-analysis"
13676
13677 - type: "plot"
13678   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13679   algorithm: "plot_tsa_name"
13680   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13681   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13682   include:
13683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13689   layout:
13690     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13691     layout: "plot-throughput-speedup-analysis"
13692
13693 - type: "plot"
13694   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13695   algorithm: "plot_tsa_name"
13696   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13698   include:
13699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13704   layout:
13705     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13706     layout: "plot-throughput-speedup-analysis"
13707
13708 - type: "plot"
13709   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13710   algorithm: "plot_tsa_name"
13711   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13712   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13713   include:
13714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13719   layout:
13720     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13721     layout: "plot-throughput-speedup-analysis"
13722
13723 - type: "plot"
13724   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13725   algorithm: "plot_tsa_name"
13726   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13727   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13728   include:
13729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13732   layout:
13733     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13734     layout: "plot-throughput-speedup-analysis"
13735
13736 - type: "plot"
13737   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13738   algorithm: "plot_tsa_name"
13739   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13740   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13741   include:
13742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13745   layout:
13746     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13747     layout: "plot-throughput-speedup-analysis"
13748
13749 - type: "plot"
13750   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13751   algorithm: "plot_tsa_name"
13752   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13753   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13754   include:
13755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13760   layout:
13761     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13762     layout: "plot-throughput-speedup-analysis"
13763
13764 - type: "plot"
13765   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13766   algorithm: "plot_tsa_name"
13767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13769   include:
13770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13775   layout:
13776     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13777     layout: "plot-throughput-speedup-analysis"
13778
13779 - type: "plot"
13780   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13781   algorithm: "plot_tsa_name"
13782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13784   include:
13785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13788   layout:
13789     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13790     layout: "plot-throughput-speedup-analysis"
13791
13792 - type: "plot"
13793   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13794   algorithm: "plot_tsa_name"
13795   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13797   include:
13798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13801   layout:
13802     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13803     layout: "plot-throughput-speedup-analysis"
13804
13805 - type: "plot"
13806   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13807   algorithm: "plot_tsa_name"
13808   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13809   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13810   include:
13811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13817   layout:
13818     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13819     layout: "plot-throughput-speedup-analysis"
13820
13821 - type: "plot"
13822   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13823   algorithm: "plot_tsa_name"
13824   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13825   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13826   include:
13827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13833   layout:
13834     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
13835     layout: "plot-throughput-speedup-analysis"
13836
13837 - type: "plot"
13838   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13839   algorithm: "plot_tsa_name"
13840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
13841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13842   include:
13843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13849   layout:
13850     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
13851     layout: "plot-throughput-speedup-analysis"
13852
13853 - type: "plot"
13854   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13855   algorithm: "plot_tsa_name"
13856   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
13857   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13858   include:
13859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
13865   layout:
13866     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
13867     layout: "plot-throughput-speedup-analysis"
13868
13869 - type: "plot"
13870   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13871   algorithm: "plot_tsa_name"
13872   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13873   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13874   include:
13875     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13878   layout:
13879     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
13880     layout: "plot-throughput-speedup-analysis"
13881
13882 - type: "plot"
13883   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13884   algorithm: "plot_tsa_name"
13885   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13886   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13887   include:
13888     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13889     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13890     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13891   layout:
13892     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
13893     layout: "plot-throughput-speedup-analysis"
13894
13895 - type: "plot"
13896   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13897   algorithm: "plot_tsa_name"
13898   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
13899   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13900   include:
13901     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13902     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13904 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13905 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13906   layout:
13907     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
13908     layout: "plot-throughput-speedup-analysis"
13909
13910 - type: "plot"
13911   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13912   algorithm: "plot_tsa_name"
13913   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
13914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13915   include:
13916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13919 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13920 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13921   layout:
13922     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
13923     layout: "plot-throughput-speedup-analysis"
13924
13925 - type: "plot"
13926   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13927   algorithm: "plot_tsa_name"
13928   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13930   include:
13931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13932     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13933     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13934     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13935     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13936   layout:
13937     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13938     layout: "plot-throughput-speedup-analysis"
13939
13940 - type: "plot"
13941   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13942   algorithm: "plot_tsa_name"
13943   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13944   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13945   include:
13946     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
13948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13949     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13950     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13951   layout:
13952     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13953     layout: "plot-throughput-speedup-analysis"
13954
13955 - type: "plot"
13956   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13957   algorithm: "plot_tsa_name"
13958   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13960   include:
13961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13964     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13966   layout:
13967     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13968     layout: "plot-throughput-speedup-analysis"
13969
13970 - type: "plot"
13971   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13972   algorithm: "plot_tsa_name"
13973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13975   include:
13976     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13977     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13978     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13979     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13980     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13981   layout:
13982     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13983     layout: "plot-throughput-speedup-analysis"
13984
13985 - type: "plot"
13986   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13987   algorithm: "plot_tsa_name"
13988   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13989   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13990   include:
13991     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13992     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13993     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13994     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13995     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
13996     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
13997   layout:
13998     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13999     layout: "plot-throughput-speedup-analysis"
14000
14001 - type: "plot"
14002   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14003   algorithm: "plot_tsa_name"
14004   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14006   include:
14007     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14008     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14009     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14010     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14011     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14012     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14013   layout:
14014     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14015     layout: "plot-throughput-speedup-analysis"
14016
14017 - type: "plot"
14018   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14019   algorithm: "plot_tsa_name"
14020   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14022   include:
14023     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14024     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14025     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14026     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14027     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14028     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14029   layout:
14030     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14031     layout: "plot-throughput-speedup-analysis"
14032
14033 - type: "plot"
14034   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14035   algorithm: "plot_tsa_name"
14036   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14038   include:
14039     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14040     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14041     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14042     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14043     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14045   layout:
14046     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14047     layout: "plot-throughput-speedup-analysis"
14048
14049 - type: "plot"
14050   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14051   algorithm: "plot_tsa_name"
14052   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14053   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14054   include:
14055     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14056     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14057   layout:
14058     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14059     layout: "plot-throughput-speedup-analysis"
14060
14061 - type: "plot"
14062   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14063   algorithm: "plot_tsa_name"
14064   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14066   include:
14067     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14068     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14069   layout:
14070     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14071     layout: "plot-throughput-speedup-analysis"
14072
14073 - type: "plot"
14074   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14075   algorithm: "plot_tsa_name"
14076   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14078   include:
14079     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14080     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14081     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14082     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14083   layout:
14084     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14085     layout: "plot-throughput-speedup-analysis"
14086
14087 - type: "plot"
14088   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14089   algorithm: "plot_tsa_name"
14090   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14092   include:
14093     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14094     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14095     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14096     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14097   layout:
14098     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14099     layout: "plot-throughput-speedup-analysis"
14100
14101 - type: "plot"
14102   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14103   algorithm: "plot_tsa_name"
14104   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14105   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14106   include:
14107     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14108     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14109     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14110     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14111   layout:
14112     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14113     layout: "plot-throughput-speedup-analysis"
14114
14115 - type: "plot"
14116   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14117   algorithm: "plot_tsa_name"
14118   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14120   include:
14121     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14122     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14123     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14124     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14125   layout:
14126     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14127     layout: "plot-throughput-speedup-analysis"
14128
14129 - type: "plot"
14130   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14131   algorithm: "plot_tsa_name"
14132   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14133   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14134   include:
14135     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14136     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14137     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14138     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14141   layout:
14142     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14143     layout: "plot-throughput-speedup-analysis"
14144
14145 - type: "plot"
14146   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14147   algorithm: "plot_tsa_name"
14148   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14149   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14150   include:
14151     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14154     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14155     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14156     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14157   layout:
14158     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14159     layout: "plot-throughput-speedup-analysis"
14160
14161 - type: "plot"
14162   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14163   algorithm: "plot_tsa_name"
14164   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14165   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14166   include:
14167     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14170     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14171     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14172   layout:
14173     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14174     layout: "plot-throughput-speedup-analysis"
14175
14176 - type: "plot"
14177   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14178   algorithm: "plot_tsa_name"
14179   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14180   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14181   include:
14182     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14186     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14187   layout:
14188     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14189     layout: "plot-throughput-speedup-analysis"
14190
14191 - type: "plot"
14192   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14193   algorithm: "plot_tsa_name"
14194   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14195   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14196   include:
14197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14202   layout:
14203     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14204     layout: "plot-throughput-speedup-analysis"
14205
14206 - type: "plot"
14207   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14208   algorithm: "plot_tsa_name"
14209   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14211   include:
14212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14217   layout:
14218     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14219     layout: "plot-throughput-speedup-analysis"
14220
14221 - type: "plot"
14222   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14223   algorithm: "plot_tsa_name"
14224   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14226   include:
14227     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14230   layout:
14231     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14232     layout: "plot-throughput-speedup-analysis"
14233
14234 - type: "plot"
14235   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14236   algorithm: "plot_tsa_name"
14237   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14238   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14239   include:
14240     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14243   layout:
14244     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14245     layout: "plot-throughput-speedup-analysis"
14246
14247 - type: "plot"
14248   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14249   algorithm: "plot_tsa_name"
14250   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14252   include:
14253     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14254     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14256   layout:
14257     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14258     layout: "plot-throughput-speedup-analysis"
14259
14260 - type: "plot"
14261   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14262   algorithm: "plot_tsa_name"
14263   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14265   include:
14266     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14267     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14268     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14269   layout:
14270     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14271     layout: "plot-throughput-speedup-analysis"
14272
14273 - type: "plot"
14274   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14275   algorithm: "plot_tsa_name"
14276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14278   include:
14279     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14280     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14281     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14282     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14283     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14284   layout:
14285     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14286     layout: "plot-throughput-speedup-analysis"
14287
14288 - type: "plot"
14289   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14290   algorithm: "plot_tsa_name"
14291   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14293   include:
14294     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14295     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14296     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14298     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14299   layout:
14300     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14301     layout: "plot-throughput-speedup-analysis"
14302
14303 - type: "plot"
14304   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14305   algorithm: "plot_tsa_name"
14306   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14308   include:
14309     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14310     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14314   layout:
14315     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14316     layout: "plot-throughput-speedup-analysis"
14317
14318 - type: "plot"
14319   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14320   algorithm: "plot_tsa_name"
14321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14323   include:
14324     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14329   layout:
14330     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14331     layout: "plot-throughput-speedup-analysis"
14332
14333 - type: "plot"
14334   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14335   algorithm: "plot_tsa_name"
14336   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14337   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14338   include:
14339     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14340     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14341     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14342     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14343     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14344     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14345   layout:
14346     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14347     layout: "plot-throughput-speedup-analysis"
14348
14349 - type: "plot"
14350   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14351   algorithm: "plot_tsa_name"
14352   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14353   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14354   include:
14355     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14356     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14357     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14358     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14359     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14360     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14361   layout:
14362     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14363     layout: "plot-throughput-speedup-analysis"
14364
14365 - type: "plot"
14366   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14367   algorithm: "plot_tsa_name"
14368   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14369   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14370   include:
14371     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14372     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14373     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14374     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14375   layout:
14376     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14377     layout: "plot-throughput-speedup-analysis"
14378
14379 - type: "plot"
14380   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14381   algorithm: "plot_tsa_name"
14382   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14383   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14384   include:
14385     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14386     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14387     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14388     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14389   layout:
14390     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14391     layout: "plot-throughput-speedup-analysis"
14392
14393 - type: "plot"
14394   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14395   algorithm: "plot_tsa_name"
14396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14398   include:
14399     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14400     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14401     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14402     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14403     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14404     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14405   layout:
14406     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14407     layout: "plot-throughput-speedup-analysis"
14408
14409 - type: "plot"
14410   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14411   algorithm: "plot_tsa_name"
14412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14414   include:
14415     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14416     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14417     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14418     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14419     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14420     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14421   layout:
14422     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14423     layout: "plot-throughput-speedup-analysis"
14424
14425 - type: "plot"
14426   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14427   algorithm: "plot_tsa_name"
14428   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14429   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14430   include:
14431     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14432     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14433     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14434     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14435     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14436     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14437   layout:
14438     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14439     layout: "plot-throughput-speedup-analysis"
14440
14441 - type: "plot"
14442   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14443   algorithm: "plot_tsa_name"
14444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14446   include:
14447     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14448     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14449     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14450     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14451     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14452     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14453   layout:
14454     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14455     layout: "plot-throughput-speedup-analysis"
14456
14457 - type: "plot"
14458   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14459   algorithm: "plot_tsa_name"
14460   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14462   include:
14463     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14464     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14465     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14466     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14467     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14468     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14469   layout:
14470     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14471     layout: "plot-throughput-speedup-analysis"
14472
14473 - type: "plot"
14474   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14475   algorithm: "plot_tsa_name"
14476   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14477   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14478   include:
14479     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14480     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14481     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14482     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14483     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14485   layout:
14486     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14487     layout: "plot-throughput-speedup-analysis"
14488
14489 - type: "plot"
14490   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14491   algorithm: "plot_tsa_name"
14492   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14493   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14494   include:
14495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14501   layout:
14502     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14503     layout: "plot-throughput-speedup-analysis"
14504
14505 - type: "plot"
14506   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14507   algorithm: "plot_tsa_name"
14508   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14509   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14510   include:
14511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14517   layout:
14518     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14519     layout: "plot-throughput-speedup-analysis"
14520
14521 - type: "plot"
14522   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14523   algorithm: "plot_tsa_name"
14524   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14526   include:
14527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14533   layout:
14534     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14535     layout: "plot-throughput-speedup-analysis"
14536
14537 - type: "plot"
14538   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14539   algorithm: "plot_tsa_name"
14540   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14541   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14542   include:
14543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14549   layout:
14550     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14551     layout: "plot-throughput-speedup-analysis"
14552
14553 - type: "plot"
14554   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14555   algorithm: "plot_tsa_name"
14556   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14558   include:
14559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14563   layout:
14564     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14565     layout: "plot-throughput-speedup-analysis"
14566
14567 - type: "plot"
14568   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14569   algorithm: "plot_tsa_name"
14570   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14571   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14572   include:
14573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14577   layout:
14578     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14579     layout: "plot-throughput-speedup-analysis"
14580
14581 - type: "plot"
14582   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14583   algorithm: "plot_tsa_name"
14584   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14586   include:
14587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14591   layout:
14592     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14593     layout: "plot-throughput-speedup-analysis"
14594
14595 - type: "plot"
14596   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14597   algorithm: "plot_tsa_name"
14598   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14599   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14600   include:
14601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14605   layout:
14606     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14607     layout: "plot-throughput-speedup-analysis"
14608
14609 - type: "plot"
14610   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14611   algorithm: "plot_tsa_name"
14612   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14613   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14614   include:
14615     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14616     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14617     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14618     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14619     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14620     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14621   layout:
14622     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14623     layout: "plot-throughput-speedup-analysis"
14624
14625 - type: "plot"
14626   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14627   algorithm: "plot_tsa_name"
14628   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14629   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14630   include:
14631     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14632     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14633     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14634     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14635     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14636     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14637   layout:
14638     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14639     layout: "plot-throughput-speedup-analysis"
14640
14641 - type: "plot"
14642   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14643   algorithm: "plot_tsa_name"
14644   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14646   include:
14647     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14648     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14649     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14650     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14651     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14652   layout:
14653     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14654     layout: "plot-throughput-speedup-analysis"
14655
14656 - type: "plot"
14657   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14658   algorithm: "plot_tsa_name"
14659   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14661   include:
14662     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14663     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14664     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14665     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14666     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14667   layout:
14668     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
14669     layout: "plot-throughput-speedup-analysis"
14670
14671 - type: "plot"
14672   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14673   algorithm: "plot_tsa_name"
14674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14676   include:
14677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14682   layout:
14683     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
14684     layout: "plot-throughput-speedup-analysis"
14685
14686 - type: "plot"
14687   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14688   algorithm: "plot_tsa_name"
14689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14691   include:
14692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14697   layout:
14698     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
14699     layout: "plot-throughput-speedup-analysis"
14700
14701 - type: "plot"
14702   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14703   algorithm: "plot_tsa_name"
14704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14706   include:
14707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14711   layout:
14712     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14713     layout: "plot-throughput-speedup-analysis"
14714
14715 - type: "plot"
14716   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14717   algorithm: "plot_tsa_name"
14718   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14720   include:
14721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14725   layout:
14726     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14727     layout: "plot-throughput-speedup-analysis"
14728
14729 - type: "plot"
14730   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14731   algorithm: "plot_tsa_name"
14732   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14734   include:
14735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14741   layout:
14742     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14743     layout: "plot-throughput-speedup-analysis"
14744
14745 - type: "plot"
14746   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14747   algorithm: "plot_tsa_name"
14748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14750   include:
14751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14757   layout:
14758     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14759     layout: "plot-throughput-speedup-analysis"
14760
14761 - type: "plot"
14762   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14763   algorithm: "plot_tsa_name"
14764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14766   include:
14767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14771     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14773   layout:
14774     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14775     layout: "plot-throughput-speedup-analysis"
14776
14777 - type: "plot"
14778   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14779   algorithm: "plot_tsa_name"
14780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14782   include:
14783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14785     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14786     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14787     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14789   layout:
14790     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14791     layout: "plot-throughput-speedup-analysis"
14792
14793 - type: "plot"
14794   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14795   algorithm: "plot_tsa_name"
14796   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
14797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14798   include:
14799     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14800     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14805   layout:
14806     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
14807     layout: "plot-throughput-speedup-analysis"
14808
14809 - type: "plot"
14810   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14811   algorithm: "plot_tsa_name"
14812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
14813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14814   include:
14815     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14821   layout:
14822     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
14823     layout: "plot-throughput-speedup-analysis"
14824
14825 - type: "plot"
14826   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14827   algorithm: "plot_tsa_name"
14828   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
14829   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14830   include:
14831     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14832     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14833     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14834     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14835     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14836     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14837   layout:
14838     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
14839     layout: "plot-throughput-speedup-analysis"
14840
14841 - type: "plot"
14842   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14843   algorithm: "plot_tsa_name"
14844   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
14845   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14846   include:
14847     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14848     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14849     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14850     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14851     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14852     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14853   layout:
14854     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
14855     layout: "plot-throughput-speedup-analysis"
14856
14857 - type: "plot"
14858   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14859   algorithm: "plot_tsa_name"
14860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
14861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14862   include:
14863     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14864     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14865     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14866     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14867     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14868     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14869   layout:
14870     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
14871     layout: "plot-throughput-speedup-analysis"
14872
14873 - type: "plot"
14874   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14875   algorithm: "plot_tsa_name"
14876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
14877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14878   include:
14879     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14880     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14881     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14882     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14883     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14884     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14885   layout:
14886     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
14887     layout: "plot-throughput-speedup-analysis"
14888
14889 - type: "plot"
14890   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
14891   algorithm: "plot_tsa_name"
14892   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
14893   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14894   include:
14895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14900   layout:
14901     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
14902     layout: "plot-throughput-speedup-analysis"
14903
14904 - type: "plot"
14905   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
14906   algorithm: "plot_tsa_name"
14907   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
14908   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14909   include:
14910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14915   layout:
14916     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
14917     layout: "plot-throughput-speedup-analysis"
14918
14919 - type: "plot"
14920   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14921   algorithm: "plot_tsa_name"
14922   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
14923   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14924   include:
14925     - "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"
14926     - "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"
14927     - "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"
14928     - "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"
14929     - "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"
14930   layout:
14931     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
14932     layout: "plot-throughput-speedup-analysis"
14933
14934 - type: "plot"
14935   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14936   algorithm: "plot_tsa_name"
14937   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
14938   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14939   include:
14940     - "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"
14941     - "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"
14942     - "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"
14943     - "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"
14944     - "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"
14945   layout:
14946     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
14947     layout: "plot-throughput-speedup-analysis"
14948
14949 - type: "plot"
14950   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14951   algorithm: "plot_tsa_name"
14952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
14953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14954   include:
14955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14960   layout:
14961     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
14962     layout: "plot-throughput-speedup-analysis"
14963
14964 - type: "plot"
14965   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14966   algorithm: "plot_tsa_name"
14967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
14968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14969   include:
14970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14975   layout:
14976     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
14977     layout: "plot-throughput-speedup-analysis"
14978
14979 - type: "plot"
14980   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14981   algorithm: "plot_tsa_name"
14982   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
14983   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14984   include:
14985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14990   layout:
14991     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
14992     layout: "plot-throughput-speedup-analysis"
14993
14994 - type: "plot"
14995   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
14996   algorithm: "plot_tsa_name"
14997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
14998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14999   include:
15000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15005   layout:
15006     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15007     layout: "plot-throughput-speedup-analysis"
15008
15009 - type: "plot"
15010   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15011   algorithm: "plot_tsa_name"
15012   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15014   include:
15015     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15016     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15017     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15020   layout:
15021     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15022     layout: "plot-throughput-speedup-analysis"
15023
15024 - type: "plot"
15025   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15026   algorithm: "plot_tsa_name"
15027   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15028   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15029   include:
15030     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15031     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15032     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15033     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15034     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15035   layout:
15036     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15037     layout: "plot-throughput-speedup-analysis"
15038
15039 - type: "plot"
15040   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15041   algorithm: "plot_tsa_name"
15042   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15044   include:
15045     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15046     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15047     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15048     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15050   layout:
15051     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15052     layout: "plot-throughput-speedup-analysis"
15053
15054 - type: "plot"
15055   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15056   algorithm: "plot_tsa_name"
15057   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15058   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15059   include:
15060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15061     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15064     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15065   layout:
15066     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15067     layout: "plot-throughput-speedup-analysis"
15068
15069 - type: "plot"
15070   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15071   algorithm: "plot_tsa_name"
15072   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15074   include:
15075     - "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"
15076     - "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"
15077     - "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"
15078     - "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"
15079   layout:
15080     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15081     layout: "plot-throughput-speedup-analysis"
15082
15083 - type: "plot"
15084   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15085   algorithm: "plot_tsa_name"
15086   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15088   include:
15089     - "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"
15090     - "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"
15091     - "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"
15092     - "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"
15093   layout:
15094     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15095     layout: "plot-throughput-speedup-analysis"
15096
15097 - type: "plot"
15098   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15099   algorithm: "plot_tsa_name"
15100   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15102   include:
15103     - "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"
15104     - "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"
15105     - "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"
15106     - "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"
15107   layout:
15108     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15109     layout: "plot-throughput-speedup-analysis"
15110
15111 - type: "plot"
15112   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15113   algorithm: "plot_tsa_name"
15114   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15116   include:
15117     - "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"
15118     - "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"
15119     - "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"
15120     - "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"
15121   layout:
15122     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15123     layout: "plot-throughput-speedup-analysis"
15124
15125 - type: "plot"
15126   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15127   algorithm: "plot_tsa_name"
15128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15130   include:
15131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15137   layout:
15138     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15139     layout: "plot-throughput-speedup-analysis"
15140
15141 - type: "plot"
15142   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15143   algorithm: "plot_tsa_name"
15144   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15146   include:
15147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15153   layout:
15154     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15155     layout: "plot-throughput-speedup-analysis"
15156
15157 - type: "plot"
15158   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15159   algorithm: "plot_tsa_name"
15160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15162   include:
15163     - "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"
15164     - "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"
15165     - "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"
15166     - "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"
15167     - "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"
15168     - "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"
15169   layout:
15170     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15171     layout: "plot-throughput-speedup-analysis"
15172
15173 - type: "plot"
15174   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15175   algorithm: "plot_tsa_name"
15176   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15178   include:
15179     - "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"
15180     - "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"
15181     - "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"
15182     - "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"
15183     - "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"
15184     - "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"
15185   layout:
15186     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15187     layout: "plot-throughput-speedup-analysis"
15188
15189 - type: "plot"
15190   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15191   algorithm: "plot_tsa_name"
15192   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15194   include:
15195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15201   layout:
15202     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15203     layout: "plot-throughput-speedup-analysis"
15204
15205 - type: "plot"
15206   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15207   algorithm: "plot_tsa_name"
15208   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15210   include:
15211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15217   layout:
15218     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15219     layout: "plot-throughput-speedup-analysis"
15220
15221 - type: "plot"
15222   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15223   algorithm: "plot_tsa_name"
15224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15226   include:
15227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15232   layout:
15233     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15234     layout: "plot-throughput-speedup-analysis"
15235
15236 - type: "plot"
15237   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15238   algorithm: "plot_tsa_name"
15239   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15241   include:
15242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15247   layout:
15248     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15249     layout: "plot-throughput-speedup-analysis"
15250
15251 - type: "plot"
15252   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15253   algorithm: "plot_tsa_name"
15254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15256   include:
15257     - "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"
15258     - "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"
15259   layout:
15260     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15261     layout: "plot-throughput-speedup-analysis"
15262
15263 - type: "plot"
15264   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15265   algorithm: "plot_tsa_name"
15266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15268   include:
15269     - "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"
15270     - "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"
15271   layout:
15272     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15273     layout: "plot-throughput-speedup-analysis"
15274
15275 - type: "plot"
15276   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15277   algorithm: "plot_tsa_name"
15278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15280   include:
15281     - "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"
15282     - "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"
15283   layout:
15284     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15285     layout: "plot-throughput-speedup-analysis"
15286
15287 - type: "plot"
15288   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15289   algorithm: "plot_tsa_name"
15290   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15292   include:
15293     - "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"
15294     - "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"
15295   layout:
15296     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15297     layout: "plot-throughput-speedup-analysis"
15298
15299 - type: "plot"
15300   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15301   algorithm: "plot_tsa_name"
15302   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15303   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15304   include:
15305     - "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"
15306     - "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"
15307     - "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"
15308     - "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"
15309     - "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"
15310     - "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"
15311   layout:
15312     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15313     layout: "plot-throughput-speedup-analysis"
15314
15315 - type: "plot"
15316   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15317   algorithm: "plot_tsa_name"
15318   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15319   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15320   include:
15321     - "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"
15322     - "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"
15323     - "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"
15324     - "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"
15325     - "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"
15326     - "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"
15327   layout:
15328     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15329     layout: "plot-throughput-speedup-analysis"
15330
15331 - type: "plot"
15332   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15333   algorithm: "plot_tsa_name"
15334   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15335   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15336   include:
15337     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15338     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15339     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15340     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15341     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15342   layout:
15343     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15344     layout: "plot-throughput-speedup-analysis"
15345
15346 - type: "plot"
15347   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15348   algorithm: "plot_tsa_name"
15349   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15350   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15351   include:
15352     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15353     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15354     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15355     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15356     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15357   layout:
15358     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15359     layout: "plot-throughput-speedup-analysis"
15360
15361 - type: "plot"
15362   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15363   algorithm: "plot_tsa_name"
15364   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15365   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15366   include:
15367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15372   layout:
15373     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15374     layout: "plot-throughput-speedup-analysis"
15375
15376 - type: "plot"
15377   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15378   algorithm: "plot_tsa_name"
15379   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15380   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15381   include:
15382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15387   layout:
15388     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15389     layout: "plot-throughput-speedup-analysis"
15390
15391 - type: "plot"
15392   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15393   algorithm: "plot_tsa_name"
15394   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15395   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15396   include:
15397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15403   layout:
15404     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15405     layout: "plot-throughput-speedup-analysis"
15406
15407 - type: "plot"
15408   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15409   algorithm: "plot_tsa_name"
15410   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15411   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15412   include:
15413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15419   layout:
15420     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15421     layout: "plot-throughput-speedup-analysis"
15422
15423 - type: "plot"
15424   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15425   algorithm: "plot_tsa_name"
15426   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15427   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15428   include:
15429     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15430     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15431     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15432     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15433   layout:
15434     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15435     layout: "plot-throughput-speedup-analysis"
15436
15437 - type: "plot"
15438   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15439   algorithm: "plot_tsa_name"
15440   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15441   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15442   include:
15443     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15444     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15445     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15446     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15447   layout:
15448     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15449     layout: "plot-throughput-speedup-analysis"
15450
15451 - type: "plot"
15452   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15453   algorithm: "plot_tsa_name"
15454   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15455   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15456   include:
15457     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15458     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15459     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15460     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15462   layout:
15463     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15464     layout: "plot-throughput-speedup-analysis"
15465
15466 - type: "plot"
15467   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15468   algorithm: "plot_tsa_name"
15469   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15470   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15471   include:
15472     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15473     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15474     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15475     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15476     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15477   layout:
15478     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15479     layout: "plot-throughput-speedup-analysis"
15480
15481 - type: "plot"
15482   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15483   algorithm: "plot_tsa_name"
15484   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15485   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15486   include:
15487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15488     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15493   layout:
15494     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15495     layout: "plot-throughput-speedup-analysis"
15496
15497 - type: "plot"
15498   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15499   algorithm: "plot_tsa_name"
15500   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15501   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15502   include:
15503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15504     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15506     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15507     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15508     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15509   layout:
15510     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15511     layout: "plot-throughput-speedup-analysis"
15512
15513 - type: "plot"
15514   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15515   algorithm: "plot_tsa_name"
15516   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15517   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15518   include:
15519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15523   layout:
15524     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15525     layout: "plot-throughput-speedup-analysis"
15526
15527 - type: "plot"
15528   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15529   algorithm: "plot_tsa_name"
15530   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15531   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15532   include:
15533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15537   layout:
15538     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15539     layout: "plot-throughput-speedup-analysis"
15540
15541 - type: "plot"
15542   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15543   algorithm: "plot_tsa_name"
15544   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15545   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15546   include:
15547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15553   layout:
15554     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15555     layout: "plot-throughput-speedup-analysis"
15556
15557 - type: "plot"
15558   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15559   algorithm: "plot_tsa_name"
15560   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15561   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15562   include:
15563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15569   layout:
15570     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15571     layout: "plot-throughput-speedup-analysis"
15572
15573 - type: "plot"
15574   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15575   algorithm: "plot_tsa_name"
15576   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15577   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15578   include:
15579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15585   layout:
15586     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15587     layout: "plot-throughput-speedup-analysis"
15588
15589 - type: "plot"
15590   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15591   algorithm: "plot_tsa_name"
15592   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15593   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15594   include:
15595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15601   layout:
15602     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15603     layout: "plot-throughput-speedup-analysis"
15604
15605 - type: "plot"
15606   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15607   algorithm: "plot_tsa_name"
15608   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15609   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15610   include:
15611     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15612     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15613     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15614     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15615     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15616     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15617   layout:
15618     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15619     layout: "plot-throughput-speedup-analysis"
15620
15621 - type: "plot"
15622   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15623   algorithm: "plot_tsa_name"
15624   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15625   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15626   include:
15627     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15628     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15629     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15630     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15631     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15632     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15633   layout:
15634     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15635     layout: "plot-throughput-speedup-analysis"
15636
15637 - type: "plot"
15638   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15639   algorithm: "plot_tsa_name"
15640   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15641   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15642   include:
15643     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15644     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15645     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15646     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15647     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15648     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15649   layout:
15650     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15651     layout: "plot-throughput-speedup-analysis"
15652
15653 - type: "plot"
15654   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15655   algorithm: "plot_tsa_name"
15656   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15657   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15658   include:
15659     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15660     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15661     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15662     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15663     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15664     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15665   layout:
15666     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
15667     layout: "plot-throughput-speedup-analysis"
15668
15669 - type: "plot"
15670   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15671   algorithm: "plot_tsa_name"
15672   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
15673   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15674   include:
15675     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15676     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15677     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15679     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15681   layout:
15682     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
15683     layout: "plot-throughput-speedup-analysis"
15684
15685 - type: "plot"
15686   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15687   algorithm: "plot_tsa_name"
15688   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
15689   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15690   include:
15691     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15692     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15693     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15694     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15695     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15696     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15697   layout:
15698     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
15699     layout: "plot-throughput-speedup-analysis"
15700
15701 #- type: "plot"
15702 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15703 #  algorithm: "plot_tsa_name"
15704 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
15705 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15706 #  include:
15707 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15708 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15709 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15710 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15711 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15712 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15713 #  layout:
15714 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
15715 #    layout: "plot-throughput-speedup-analysis"
15716 #
15717 #- type: "plot"
15718 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15719 #  algorithm: "plot_tsa_name"
15720 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
15721 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15722 #  include:
15723 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15724 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15725 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15726 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15727 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15728 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15729 #  layout:
15730 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
15731 #    layout: "plot-throughput-speedup-analysis"
15732
15733 - type: "plot"
15734   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15735   algorithm: "plot_tsa_name"
15736   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15737   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15738   include:
15739     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15740     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15741     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15743     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15744   layout:
15745     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15746     layout: "plot-throughput-speedup-analysis"
15747
15748 - type: "plot"
15749   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15750   algorithm: "plot_tsa_name"
15751   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15752   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15753   include:
15754     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15755     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15756     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15757     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15759   layout:
15760     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15761     layout: "plot-throughput-speedup-analysis"
15762
15763 - type: "plot"
15764   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15765   algorithm: "plot_tsa_name"
15766   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15767   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15768   include:
15769     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15770     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15771     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15772     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15775   layout:
15776     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15777     layout: "plot-throughput-speedup-analysis"
15778
15779 - type: "plot"
15780   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15781   algorithm: "plot_tsa_name"
15782   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15783   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15784   include:
15785     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15786     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15787     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15788     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15791   layout:
15792     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15793     layout: "plot-throughput-speedup-analysis"
15794
15795 - type: "plot"
15796   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15797   algorithm: "plot_tsa_name"
15798   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15799   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15800   include:
15801     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15802     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15803     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15804     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15806   layout:
15807     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15808     layout: "plot-throughput-speedup-analysis"
15809
15810 - type: "plot"
15811   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15812   algorithm: "plot_tsa_name"
15813   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15814   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15815   include:
15816     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15817     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15818     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15819     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15821   layout:
15822     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15823     layout: "plot-throughput-speedup-analysis"
15824
15825 #- type: "plot"
15826 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15827 #  algorithm: "plot_tsa_name"
15828 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15829 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15830 #  include:
15831 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15832 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15833 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15834 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15835 #  layout:
15836 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
15837 #    layout: "plot-throughput-speedup-analysis"
15838 #
15839 #- type: "plot"
15840 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15841 #  algorithm: "plot_tsa_name"
15842 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15843 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15844 #  include:
15845 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15846 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15847 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15848 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15849 #  layout:
15850 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
15851 #    layout: "plot-throughput-speedup-analysis"
15852
15853 - type: "plot"
15854   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15855   algorithm: "plot_tsa_name"
15856   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15857   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15858   include:
15859     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15860     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15861     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15862     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15863     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15864     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15865   layout:
15866     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15867     layout: "plot-throughput-speedup-analysis"
15868
15869 - type: "plot"
15870   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15871   algorithm: "plot_tsa_name"
15872   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15873   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
15874   include:
15875     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15876     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15877     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15878     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15879     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15881   layout:
15882     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15883     layout: "plot-throughput-speedup-analysis"
15884
15885 - type: "plot"
15886   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15887   algorithm: "plot_tsa_name"
15888   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15889   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15890   include:
15891     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15892     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15896   layout:
15897     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15898     layout: "plot-throughput-speedup-analysis"
15899
15900 - type: "plot"
15901   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15902   algorithm: "plot_tsa_name"
15903   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15904   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15905   include:
15906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15908     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15911   layout:
15912     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15913     layout: "plot-throughput-speedup-analysis"
15914
15915 - type: "plot"
15916   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15917   algorithm: "plot_tsa_name"
15918   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15919   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15920   include:
15921     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15922     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15927   layout:
15928     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15929     layout: "plot-throughput-speedup-analysis"
15930
15931 - type: "plot"
15932   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15933   algorithm: "plot_tsa_name"
15934   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15935   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15936   include:
15937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15942     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15943   layout:
15944     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15945     layout: "plot-throughput-speedup-analysis"
15946
15947 - type: "plot"
15948   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15949   algorithm: "plot_tsa_name"
15950   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15951   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15952   include:
15953     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15954     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15955     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15956     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15957   layout:
15958     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15959     layout: "plot-throughput-speedup-analysis"
15960
15961 - type: "plot"
15962   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15963   algorithm: "plot_tsa_name"
15964   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15965   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15966   include:
15967     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15968     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15969     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15970     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15971   layout:
15972     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15973     layout: "plot-throughput-speedup-analysis"
15974
15975 - type: "plot"
15976   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15977   algorithm: "plot_tsa_name"
15978   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15979   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15980   include:
15981     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15982     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15983     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15984     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15985     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15986   layout:
15987     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15988     layout: "plot-throughput-speedup-analysis"
15989
15990 - type: "plot"
15991   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15992   algorithm: "plot_tsa_name"
15993   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15994   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
15995   include:
15996     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15997     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15998     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15999     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16000     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16001   layout:
16002     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16003     layout: "plot-throughput-speedup-analysis"
16004
16005 - type: "plot"
16006   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16007   algorithm: "plot_tsa_name"
16008   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16009   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16010   include:
16011     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16012     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16013     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16014     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16015     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16016     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16017   layout:
16018     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16019     layout: "plot-throughput-speedup-analysis"
16020
16021 - type: "plot"
16022   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16023   algorithm: "plot_tsa_name"
16024   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16025   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16026   include:
16027     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16028     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16029     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16030     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16033   layout:
16034     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16035     layout: "plot-throughput-speedup-analysis"
16036
16037 #- type: "plot"
16038 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16039 #  algorithm: "plot_tsa_name"
16040 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16041 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16042 #  include:
16043 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16044 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16045 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16046 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16047 #  layout:
16048 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16049 #    layout: "plot-throughput-speedup-analysis"
16050 #
16051 #- type: "plot"
16052 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16053 #  algorithm: "plot_tsa_name"
16054 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16055 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16056 #  include:
16057 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16058 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16059 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16060 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16061 #  layout:
16062 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16063 #    layout: "plot-throughput-speedup-analysis"
16064
16065 - type: "plot"
16066   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16067   algorithm: "plot_tsa_name"
16068   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16069   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16070   include:
16071     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16072     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16073     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16074     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16075     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16076     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16077   layout:
16078     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16079     layout: "plot-throughput-speedup-analysis"
16080
16081 - type: "plot"
16082   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16083   algorithm: "plot_tsa_name"
16084   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16085   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16086   include:
16087     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16088     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16089     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16090     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16091     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16092     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16093   layout:
16094     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16095     layout: "plot-throughput-speedup-analysis"
16096
16097 #- type: "plot"
16098 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16099 #  algorithm: "plot_tsa_name"
16100 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16101 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16102 #  include:
16103 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16104 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16105 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16106 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16107 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16108 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16109 #  layout:
16110 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16111 #    layout: "plot-throughput-speedup-analysis"
16112 #
16113 #- type: "plot"
16114 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16115 #  algorithm: "plot_tsa_name"
16116 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16117 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16118 #  include:
16119 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16120 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16121 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16122 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16123 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16124 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16125 #  layout:
16126 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16127 #    layout: "plot-throughput-speedup-analysis"
16128
16129 #- type: "plot"
16130 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16131 #  algorithm: "plot_tsa_name"
16132 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16133 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16134 #  include:
16135 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16136 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16137 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16138 #  layout:
16139 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16140 #    layout: "plot-throughput-speedup-analysis"
16141 #
16142 #- type: "plot"
16143 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16144 #  algorithm: "plot_tsa_name"
16145 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16146 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16147 #  include:
16148 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16149 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16150 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16151 #  layout:
16152 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16153 #    layout: "plot-throughput-speedup-analysis"
16154
16155 ################################################################################
16156
16157 # Packet Throughput - DPDK
16158
16159 # 2n-skx-xxv710
16160
16161 - type: "plot"
16162   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16163   algorithm: "plot_perf_box_name"
16164   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16165   data: "plot-dpdk-throughput-latency-2n-skx"
16166   include:
16167     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16168     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16169   layout:
16170     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16171     layout: "plot-throughput"
16172
16173 - type: "plot"
16174   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16175   algorithm: "plot_perf_box_name"
16176   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16177   data: "plot-dpdk-throughput-latency-2n-skx"
16178   include:
16179     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16180     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16181   layout:
16182     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16183     layout: "plot-throughput"
16184
16185 - type: "plot"
16186   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16187   algorithm: "plot_perf_box_name"
16188   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16189   data: "plot-dpdk-throughput-latency-2n-skx"
16190   include:
16191     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16192     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16193   layout:
16194     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16195     layout: "plot-throughput"
16196
16197 - type: "plot"
16198   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16199   algorithm: "plot_perf_box_name"
16200   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16201   data: "plot-dpdk-throughput-latency-2n-skx"
16202   include:
16203     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16204     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16205   layout:
16206     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16207     layout: "plot-throughput"
16208
16209 # 2n-skx-x710
16210
16211 - type: "plot"
16212   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16213   algorithm: "plot_perf_box_name"
16214   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16215   data: "plot-dpdk-throughput-latency-2n-skx"
16216   include:
16217     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16218     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16219   layout:
16220     title: "2n-skx-x710-64b-2t1c-base-ndr"
16221     layout: "plot-throughput"
16222
16223 - type: "plot"
16224   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16225   algorithm: "plot_perf_box_name"
16226   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16227   data: "plot-dpdk-throughput-latency-2n-skx"
16228   include:
16229     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16230     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16231   layout:
16232     title: "2n-skx-x710-64b-4t2c-base-ndr"
16233     layout: "plot-throughput"
16234
16235 - type: "plot"
16236   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16237   algorithm: "plot_perf_box_name"
16238   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16239   data: "plot-dpdk-throughput-latency-2n-skx"
16240   include:
16241     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16242     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16243   layout:
16244     title: "2n-skx-x710-64b-2t1c-base-pdr"
16245     layout: "plot-throughput"
16246
16247 - type: "plot"
16248   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16249   algorithm: "plot_perf_box_name"
16250   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16251   data: "plot-dpdk-throughput-latency-2n-skx"
16252   include:
16253     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16254     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16255   layout:
16256     title: "2n-skx-x710-64b-4t2c-base-pdr"
16257     layout: "plot-throughput"
16258
16259 # 3n-skx-xxv710
16260
16261 - type: "plot"
16262   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16263   algorithm: "plot_perf_box_name"
16264   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16265   data: "plot-dpdk-throughput-latency-3n-skx"
16266   include:
16267     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16268     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16269   layout:
16270     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16271     layout: "plot-throughput"
16272
16273 - type: "plot"
16274   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16275   algorithm: "plot_perf_box_name"
16276   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16277   data: "plot-dpdk-throughput-latency-3n-skx"
16278   include:
16279     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16280     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16281   layout:
16282     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16283     layout: "plot-throughput"
16284
16285 - type: "plot"
16286   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16287   algorithm: "plot_perf_box_name"
16288   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16289   data: "plot-dpdk-throughput-latency-3n-skx"
16290   include:
16291     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16292     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16293   layout:
16294     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16295     layout: "plot-throughput"
16296
16297 - type: "plot"
16298   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16299   algorithm: "plot_perf_box_name"
16300   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16301   data: "plot-dpdk-throughput-latency-3n-skx"
16302   include:
16303     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16304     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16305   layout:
16306     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16307     layout: "plot-throughput"
16308
16309 # 3n-skx-x710
16310
16311 - type: "plot"
16312   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16313   algorithm: "plot_perf_box_name"
16314   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16315   data: "plot-dpdk-throughput-latency-3n-skx"
16316   include:
16317     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16318     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16319   layout:
16320     title: "3n-skx-x710-64b-2t1c-base-ndr"
16321     layout: "plot-throughput"
16322
16323 - type: "plot"
16324   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16325   algorithm: "plot_perf_box_name"
16326   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16327   data: "plot-dpdk-throughput-latency-3n-skx"
16328   include:
16329     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16330     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16331   layout:
16332     title: "3n-skx-x710-64b-4t2c-base-ndr"
16333     layout: "plot-throughput"
16334
16335 - type: "plot"
16336   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16337   algorithm: "plot_perf_box_name"
16338   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16339   data: "plot-dpdk-throughput-latency-3n-skx"
16340   include:
16341     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16342     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16343   layout:
16344     title: "3n-skx-x710-64b-2t1c-base-pdr"
16345     layout: "plot-throughput"
16346
16347 - type: "plot"
16348   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16349   algorithm: "plot_perf_box_name"
16350   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16351   data: "plot-dpdk-throughput-latency-3n-skx"
16352   include:
16353     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16354     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16355   layout:
16356     title: "3n-skx-x710-64b-4t2c-base-pdr"
16357     layout: "plot-throughput"
16358
16359 # 3n-hsw-xl710
16360
16361 - type: "plot"
16362   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16363   algorithm: "plot_perf_box_name"
16364   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16365   data: "plot-dpdk-throughput-latency-3n-hsw"
16366   include:
16367     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16368     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16369   layout:
16370     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16371     layout: "plot-throughput"
16372
16373 - type: "plot"
16374   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16375   algorithm: "plot_perf_box_name"
16376   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16377   data: "plot-dpdk-throughput-latency-3n-hsw"
16378   include:
16379     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16380     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16381   layout:
16382     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16383     layout: "plot-throughput"
16384
16385 - type: "plot"
16386   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16387   algorithm: "plot_perf_box_name"
16388   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16389   data: "plot-dpdk-throughput-latency-3n-hsw"
16390   include:
16391     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16392     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16393   layout:
16394     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16395     layout: "plot-throughput"
16396
16397 - type: "plot"
16398   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16399   algorithm: "plot_perf_box_name"
16400   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16401   data: "plot-dpdk-throughput-latency-3n-hsw"
16402   include:
16403     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16404     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16405   layout:
16406     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16407     layout: "plot-throughput"
16408
16409 # 3n-hsw-x710
16410
16411 - type: "plot"
16412   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16413   algorithm: "plot_perf_box_name"
16414   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16415   data: "plot-dpdk-throughput-latency-3n-hsw"
16416   include:
16417     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16418     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16419   layout:
16420     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16421     layout: "plot-throughput"
16422
16423 - type: "plot"
16424   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16425   algorithm: "plot_perf_box_name"
16426   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16427   data: "plot-dpdk-throughput-latency-3n-hsw"
16428   include:
16429     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16430     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16431   layout:
16432     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16433     layout: "plot-throughput"
16434
16435 - type: "plot"
16436   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16437   algorithm: "plot_perf_box_name"
16438   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16439   data: "plot-dpdk-throughput-latency-3n-hsw"
16440   include:
16441     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16442     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16443   layout:
16444     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16445     layout: "plot-throughput"
16446
16447 - type: "plot"
16448   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16449   algorithm: "plot_perf_box_name"
16450   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16451   data: "plot-dpdk-throughput-latency-3n-hsw"
16452   include:
16453     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16454     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16455   layout:
16456     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16457     layout: "plot-throughput"
16458
16459 # 2n-dnv-x553
16460
16461 - type: "plot"
16462   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16463   algorithm: "plot_perf_box_name"
16464   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16465   data: "plot-dpdk-throughput-latency-2n-dnv"
16466   include:
16467     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16468     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16469   layout:
16470     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16471     layout: "plot-throughput"
16472
16473 - type: "plot"
16474   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16475   algorithm: "plot_perf_box_name"
16476   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16477   data: "plot-dpdk-throughput-latency-2n-dnv"
16478   include:
16479     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16480     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16481   layout:
16482     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16483     layout: "plot-throughput"
16484
16485 - type: "plot"
16486   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16487   algorithm: "plot_perf_box_name"
16488   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16489   data: "plot-dpdk-throughput-latency-2n-dnv"
16490   include:
16491     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16492     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16493   layout:
16494     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16495     layout: "plot-throughput"
16496
16497 - type: "plot"
16498   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16499   algorithm: "plot_perf_box_name"
16500   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16501   data: "plot-dpdk-throughput-latency-2n-dnv"
16502   include:
16503     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16504     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16505   layout:
16506     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16507     layout: "plot-throughput"
16508
16509 # 3n-dnv-x553
16510
16511 - type: "plot"
16512   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16513   algorithm: "plot_perf_box_name"
16514   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16515   data: "plot-dpdk-throughput-latency-3n-dnv"
16516   include:
16517     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16518     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16519   layout:
16520     title: "3n-dnv-x553-64b-1t1c-base-ndr"
16521     layout: "plot-throughput"
16522
16523 - type: "plot"
16524   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16525   algorithm: "plot_perf_box_name"
16526   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16527   data: "plot-dpdk-throughput-latency-3n-dnv"
16528   include:
16529     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16530     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16531   layout:
16532     title: "3n-dnv-x553-64b-2t2c-base-ndr"
16533     layout: "plot-throughput"
16534
16535 - type: "plot"
16536   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16537   algorithm: "plot_perf_box_name"
16538   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16539   data: "plot-dpdk-throughput-latency-3n-dnv"
16540   include:
16541     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16542     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16543   layout:
16544     title: "3n-dnv-x553-64b-1t1c-base-pdr"
16545     layout: "plot-throughput"
16546
16547 - type: "plot"
16548   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16549   algorithm: "plot_perf_box_name"
16550   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16551   data: "plot-dpdk-throughput-latency-3n-dnv"
16552   include:
16553     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16554     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16555   layout:
16556     title: "3n-dnv-x553-64b-2t2c-base-pdr"
16557     layout: "plot-throughput"
16558
16559 # 3n-tsh-x520
16560
16561 - type: "plot"
16562   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16563   algorithm: "plot_perf_box_name"
16564   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16565   data: "plot-dpdk-throughput-latency-3n-tsh"
16566   include:
16567     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16568     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16569   layout:
16570     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16571     layout: "plot-throughput"
16572
16573 - type: "plot"
16574   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16575   algorithm: "plot_perf_box_name"
16576   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16577   data: "plot-dpdk-throughput-latency-3n-tsh"
16578   include:
16579     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16580     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16581   layout:
16582     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16583     layout: "plot-throughput"
16584
16585 - type: "plot"
16586   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16587   algorithm: "plot_perf_box_name"
16588   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16589   data: "plot-dpdk-throughput-latency-3n-tsh"
16590   include:
16591     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16592     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16593   layout:
16594     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16595     layout: "plot-throughput"
16596
16597 - type: "plot"
16598   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16599   algorithm: "plot_perf_box_name"
16600   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16601   data: "plot-dpdk-throughput-latency-3n-tsh"
16602   include:
16603     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16604     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16605   layout:
16606     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16607     layout: "plot-throughput"
16608
16609 ################################################################################
16610 ###   2n-clx                                                                 ###
16611 ################################################################################
16612
16613 # Packet Throughput
16614
16615 - type: "plot"
16616   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16617   algorithm: "plot_perf_box_name"
16618   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16620   include:
16621     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16622     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16623     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16624     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16625   layout:
16626     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16627     layout: "plot-throughput"
16628
16629 - type: "plot"
16630   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16631   algorithm: "plot_perf_box_name"
16632   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16634   include:
16635     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16636     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16637     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16638     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16639   layout:
16640     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16641     layout: "plot-throughput"
16642
16643 - type: "plot"
16644   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16645   algorithm: "plot_perf_box_name"
16646   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16648   include:
16649     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16650     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16651     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16652     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16653   layout:
16654     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16655     layout: "plot-throughput"
16656
16657 - type: "plot"
16658   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16659   algorithm: "plot_perf_box_name"
16660   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16662   include:
16663     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16664     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16665     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16666     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16667   layout:
16668     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16669     layout: "plot-throughput"
16670
16671 - type: "plot"
16672   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16673   algorithm: "plot_perf_box_name"
16674   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16676   include:
16677 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16678     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16679     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16680     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16681   layout:
16682     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
16683     layout: "plot-throughput"
16684
16685 - type: "plot"
16686   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16687   algorithm: "plot_perf_box_name"
16688   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16690   include:
16691 #    - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16692     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16693     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16694     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16695   layout:
16696     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
16697     layout: "plot-throughput"
16698
16699 - type: "plot"
16700   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16701   algorithm: "plot_perf_box_name"
16702   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16704   include:
16705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16711   layout:
16712     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
16713     layout: "plot-throughput"
16714
16715 - type: "plot"
16716   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16717   algorithm: "plot_perf_box_name"
16718   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16720   include:
16721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
16722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16727   layout:
16728     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
16729     layout: "plot-throughput"
16730
16731 - type: "plot"
16732   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16733   algorithm: "plot_perf_box_name"
16734   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16736   include:
16737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16741   layout:
16742     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
16743     layout: "plot-throughput"
16744
16745 - type: "plot"
16746   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16747   algorithm: "plot_perf_box_name"
16748   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16749   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16750   include:
16751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
16752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
16753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
16754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
16755   layout:
16756     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
16757     layout: "plot-throughput"
16758
16759 - type: "plot"
16760   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16761   algorithm: "plot_perf_box_name"
16762   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16763   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16764   include:
16765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16768   layout:
16769     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
16770     layout: "plot-throughput"
16771
16772 - type: "plot"
16773   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16774   algorithm: "plot_perf_box_name"
16775   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16777   include:
16778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
16779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
16780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
16781   layout:
16782     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
16783     layout: "plot-throughput"
16784
16785 - type: "plot"
16786   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16787   algorithm: "plot_perf_box_name"
16788   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16790   include:
16791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16795     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16796   layout:
16797     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
16798     layout: "plot-throughput"
16799
16800 - type: "plot"
16801   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16802   algorithm: "plot_perf_box_name"
16803   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16804   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16805   include:
16806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
16807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
16809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
16810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
16811   layout:
16812     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
16813     layout: "plot-throughput"
16814
16815 - type: "plot"
16816   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16817   algorithm: "plot_perf_box_name"
16818   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16819   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16820   include:
16821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16824   layout:
16825     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
16826     layout: "plot-throughput"
16827
16828 - type: "plot"
16829   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16830   algorithm: "plot_perf_box_name"
16831   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16833   include:
16834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
16835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
16837   layout:
16838     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
16839     layout: "plot-throughput"
16840
16841 - type: "plot"
16842   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16843   algorithm: "plot_perf_box_name"
16844   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16845   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16846   include:
16847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16853   layout:
16854     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
16855     layout: "plot-throughput"
16856
16857 - type: "plot"
16858   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16859   algorithm: "plot_perf_box_name"
16860   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16862   include:
16863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16869   layout:
16870     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
16871     layout: "plot-throughput"
16872
16873 - type: "plot"
16874   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16875   algorithm: "plot_perf_box_name"
16876   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16878   include:
16879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16885   layout:
16886     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
16887     layout: "plot-throughput"
16888
16889 - type: "plot"
16890   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16891   algorithm: "plot_perf_box_name"
16892   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16893   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16894   include:
16895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
16896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
16901   layout:
16902     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
16903     layout: "plot-throughput"
16904
16905 - type: "plot"
16906   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16907   algorithm: "plot_perf_box_name"
16908   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16910   include:
16911     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16912     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16913   layout:
16914     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
16915     layout: "plot-throughput"
16916
16917 - type: "plot"
16918   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16919   algorithm: "plot_perf_box_name"
16920   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16921   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16922   include:
16923     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
16924     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
16925   layout:
16926     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
16927     layout: "plot-throughput"
16928
16929 - type: "plot"
16930   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16931   algorithm: "plot_perf_box_name"
16932   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16934   include:
16935     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16936     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16937     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16938     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16939     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16940     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16941   layout:
16942     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
16943     layout: "plot-throughput"
16944
16945 - type: "plot"
16946   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16947   algorithm: "plot_perf_box_name"
16948   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16950   include:
16951     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
16952     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
16953     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
16954     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
16955     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
16956     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
16957   layout:
16958     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
16959     layout: "plot-throughput"
16960
16961 - type: "plot"
16962   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16963   algorithm: "plot_perf_box_name"
16964   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16966   include:
16967     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16968     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16969     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16970     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16971     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16972 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16973   layout:
16974     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
16975     layout: "plot-throughput"
16976
16977 - type: "plot"
16978   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16979   algorithm: "plot_perf_box_name"
16980   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16982   include:
16983     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16984     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16985     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16986     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16987     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
16988 #    - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16989   layout:
16990     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
16991     layout: "plot-throughput"
16992
16993 - type: "plot"
16994   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16995   algorithm: "plot_perf_box_name"
16996   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
16997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16998   include:
16999     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17000     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17001     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17002     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17003     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17004     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17005   layout:
17006     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17007     layout: "plot-throughput"
17008
17009 - type: "plot"
17010   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17011   algorithm: "plot_perf_box_name"
17012   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17014   include:
17015     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17016     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17017     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17018     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17019     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17021   layout:
17022     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17023     layout: "plot-throughput"
17024
17025 - type: "plot"
17026   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17027   algorithm: "plot_perf_box_name"
17028   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17030   include:
17031     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17032     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17033     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17034     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17035     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17036   layout:
17037     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17038     layout: "plot-throughput"
17039
17040 - type: "plot"
17041   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17042   algorithm: "plot_perf_box_name"
17043   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17044   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17045   include:
17046     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17047     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17051   layout:
17052     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17053     layout: "plot-throughput"
17054
17055 - type: "plot"
17056   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17057   algorithm: "plot_perf_box_name"
17058   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17059   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17060   include:
17061     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17062     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17063     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17065     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17066   layout:
17067     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17068     layout: "plot-throughput"
17069
17070 - type: "plot"
17071   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17072   algorithm: "plot_perf_box_name"
17073   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17074   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17075   include:
17076     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17077     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17078     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17081   layout:
17082     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17083     layout: "plot-throughput"
17084
17085 - type: "plot"
17086   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17087   algorithm: "plot_perf_box_name"
17088   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17089   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17090   include:
17091     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17092     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17093     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17094     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17095     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17096   layout:
17097     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17098     layout: "plot-throughput"
17099
17100 - type: "plot"
17101   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17102   algorithm: "plot_perf_box_name"
17103   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17104   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17105   include:
17106     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17107     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17108     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17109     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17110     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17111   layout:
17112     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17113     layout: "plot-throughput"
17114
17115 - type: "plot"
17116   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17117   algorithm: "plot_perf_box_name"
17118   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17119   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17120   include:
17121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17122     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17123     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17125     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17126   layout:
17127     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17128     layout: "plot-throughput"
17129
17130 - type: "plot"
17131   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17132   algorithm: "plot_perf_box_name"
17133   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17134   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17135   include:
17136     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17137     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17141   layout:
17142     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17143     layout: "plot-throughput"
17144
17145 - type: "plot"
17146   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17147   algorithm: "plot_perf_box_name"
17148   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17150   include:
17151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17152     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17156   layout:
17157     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17158     layout: "plot-throughput"
17159
17160 - type: "plot"
17161   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17162   algorithm: "plot_perf_box_name"
17163   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17165   include:
17166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17171   layout:
17172     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17173     layout: "plot-throughput"
17174
17175 - type: "plot"
17176   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17177   algorithm: "plot_perf_box_name"
17178   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17179   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17180   include:
17181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17187   layout:
17188     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17189     layout: "plot-throughput"
17190
17191 - type: "plot"
17192   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17193   algorithm: "plot_perf_box_name"
17194   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17195   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17196   include:
17197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17203   layout:
17204     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17205     layout: "plot-throughput"
17206
17207 - type: "plot"
17208   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17209   algorithm: "plot_perf_box_name"
17210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17212   include:
17213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17217   layout:
17218     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17219     layout: "plot-throughput"
17220
17221 - type: "plot"
17222   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17223   algorithm: "plot_perf_box_name"
17224   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17225   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17226   include:
17227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17231   layout:
17232     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17233     layout: "plot-throughput"
17234
17235 - type: "plot"
17236   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17237   algorithm: "plot_perf_box_name"
17238   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17240   include:
17241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17247   layout:
17248     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17249     layout: "plot-throughput"
17250
17251 - type: "plot"
17252   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17253   algorithm: "plot_perf_box_name"
17254   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17256   include:
17257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17263   layout:
17264     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17265     layout: "plot-throughput"
17266
17267 - type: "plot"
17268   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17269   algorithm: "plot_perf_box_name"
17270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17272   include:
17273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17277   layout:
17278     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17279     layout: "plot-throughput"
17280
17281 - type: "plot"
17282   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17283   algorithm: "plot_perf_box_name"
17284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17286   include:
17287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17291   layout:
17292     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17293     layout: "plot-throughput"
17294
17295 - type: "plot"
17296   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17297   algorithm: "plot_perf_box_name"
17298   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17300   include:
17301     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17302     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17303     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17304     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17305     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17306     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17307   layout:
17308     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17309     layout: "plot-throughput"
17310
17311 - type: "plot"
17312   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17313   algorithm: "plot_perf_box_name"
17314   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17316   include:
17317     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17318     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17319     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17320     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17321     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17322     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17323   layout:
17324     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17325     layout: "plot-throughput"
17326
17327 - type: "plot"
17328   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17329   algorithm: "plot_perf_box_name"
17330   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17332   include:
17333     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17334     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17335     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17336     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17337   layout:
17338     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17339     layout: "plot-throughput"
17340
17341 - type: "plot"
17342   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17343   algorithm: "plot_perf_box_name"
17344   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17346   include:
17347     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17348     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17349     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17350     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17351   layout:
17352     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17353     layout: "plot-throughput"
17354
17355 - type: "plot"
17356   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17357   algorithm: "plot_perf_box_name"
17358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17360   include:
17361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17366   layout:
17367     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17368     layout: "plot-throughput"
17369
17370 - type: "plot"
17371   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17372   algorithm: "plot_perf_box_name"
17373   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17375   include:
17376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17381   layout:
17382     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17383     layout: "plot-throughput"
17384
17385 - type: "plot"
17386   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17387   algorithm: "plot_perf_box_name"
17388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17390   include:
17391     - "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"
17392     - "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"
17393     - "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"
17394     - "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"
17395     - "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"
17396   layout:
17397     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17398     layout: "plot-throughput"
17399
17400 - type: "plot"
17401   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17402   algorithm: "plot_perf_box_name"
17403   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17405   include:
17406     - "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"
17407     - "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"
17408     - "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"
17409     - "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"
17410     - "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"
17411   layout:
17412     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17413     layout: "plot-throughput"
17414
17415 - type: "plot"
17416   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17417   algorithm: "plot_perf_box_name"
17418   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17420   include:
17421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17426   layout:
17427     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17428     layout: "plot-throughput"
17429
17430 - type: "plot"
17431   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17432   algorithm: "plot_perf_box_name"
17433   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17434   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17435   include:
17436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17441   layout:
17442     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17443     layout: "plot-throughput"
17444
17445 - type: "plot"
17446   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17447   algorithm: "plot_perf_box_name"
17448   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17450   include:
17451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17456   layout:
17457     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17458     layout: "plot-throughput"
17459
17460 - type: "plot"
17461   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17462   algorithm: "plot_perf_box_name"
17463   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17465   include:
17466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17471   layout:
17472     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17473     layout: "plot-throughput"
17474
17475 - type: "plot"
17476   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17477   algorithm: "plot_perf_box_name"
17478   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17480   include:
17481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17485   layout:
17486     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17487     layout: "plot-throughput"
17488
17489 - type: "plot"
17490   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17491   algorithm: "plot_perf_box_name"
17492   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17494   include:
17495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17499   layout:
17500     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17501     layout: "plot-throughput"
17502
17503 - type: "plot"
17504   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17505   algorithm: "plot_perf_box_name"
17506   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17507   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17508   include:
17509     - "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"
17510     - "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"
17511     - "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"
17512     - "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"
17513   layout:
17514     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17515     layout: "plot-throughput"
17516
17517 - type: "plot"
17518   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17519   algorithm: "plot_perf_box_name"
17520   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17521   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17522   include:
17523     - "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"
17524     - "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"
17525     - "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"
17526     - "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"
17527   layout:
17528     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
17529     layout: "plot-throughput"
17530
17531 - type: "plot"
17532   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17533   algorithm: "plot_perf_box_name"
17534   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
17535   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17536   include:
17537     - "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"
17538     - "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"
17539     - "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"
17540     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17541     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17542     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17543   layout:
17544     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
17545     layout: "plot-throughput"
17546
17547 - type: "plot"
17548   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17549   algorithm: "plot_perf_box_name"
17550   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
17551   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17552   include:
17553     - "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"
17554     - "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"
17555     - "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"
17556     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
17557     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
17558     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
17559   layout:
17560     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
17561     layout: "plot-throughput"
17562
17563 ################################################################################
17564
17565 # Packet Speedup
17566
17567 - type: "plot"
17568   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17569   algorithm: "plot_tsa_name"
17570   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
17571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17572   include:
17573     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17574     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17575     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17576     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17577   layout:
17578     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
17579     layout: "plot-throughput-speedup-analysis"
17580
17581 - type: "plot"
17582   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17583   algorithm: "plot_tsa_name"
17584   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
17585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17586   include:
17587     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17588     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17589     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17590     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17591   layout:
17592     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
17593     layout: "plot-throughput-speedup-analysis"
17594
17595 - type: "plot"
17596   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17597   algorithm: "plot_tsa_name"
17598   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
17599   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17600   include:
17601     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17602     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17603     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17604     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17605   layout:
17606     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
17607     layout: "plot-throughput-speedup-analysis"
17608
17609 - type: "plot"
17610   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17611   algorithm: "plot_tsa_name"
17612   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
17613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17614   include:
17615     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17616     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17617     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17619   layout:
17620     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
17621     layout: "plot-throughput-speedup-analysis"
17622
17623 - type: "plot"
17624   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17625   algorithm: "plot_tsa_name"
17626   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
17627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17628   include:
17629     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17630     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17631     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17632     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17633   layout:
17634     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
17635     layout: "plot-throughput-speedup-analysis"
17636
17637 - type: "plot"
17638   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17639   algorithm: "plot_tsa_name"
17640   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
17641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17642   include:
17643     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17644     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17645     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17646     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17647   layout:
17648     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
17649     layout: "plot-throughput-speedup-analysis"
17650
17651 - type: "plot"
17652   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17653   algorithm: "plot_tsa_name"
17654   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
17655   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17656   include:
17657     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17658     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17663   layout:
17664     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
17665     layout: "plot-throughput-speedup-analysis"
17666
17667 - type: "plot"
17668   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17669   algorithm: "plot_tsa_name"
17670   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
17671   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17672   include:
17673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
17674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17679   layout:
17680     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
17681     layout: "plot-throughput-speedup-analysis"
17682
17683 - type: "plot"
17684   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17685   algorithm: "plot_tsa_name"
17686   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17687   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17688   include:
17689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17693   layout:
17694     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17695     layout: "plot-throughput-speedup-analysis"
17696
17697 - type: "plot"
17698   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17699   algorithm: "plot_tsa_name"
17700   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17702   include:
17703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17707   layout:
17708     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17709     layout: "plot-throughput-speedup-analysis"
17710
17711 - type: "plot"
17712   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17713   algorithm: "plot_tsa_name"
17714   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
17715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17716   include:
17717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17720   layout:
17721     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
17722     layout: "plot-throughput-speedup-analysis"
17723
17724 - type: "plot"
17725   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17726   algorithm: "plot_tsa_name"
17727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
17728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17729   include:
17730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17733   layout:
17734     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
17735     layout: "plot-throughput-speedup-analysis"
17736
17737 - type: "plot"
17738   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17739   algorithm: "plot_tsa_name"
17740   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
17741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17742   include:
17743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17748   layout:
17749     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
17750     layout: "plot-throughput-speedup-analysis"
17751
17752 - type: "plot"
17753   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17754   algorithm: "plot_tsa_name"
17755   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
17756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17757   include:
17758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17763   layout:
17764     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
17765     layout: "plot-throughput-speedup-analysis"
17766
17767 - type: "plot"
17768   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17769   algorithm: "plot_tsa_name"
17770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
17771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17772   include:
17773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17776   layout:
17777     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
17778     layout: "plot-throughput-speedup-analysis"
17779
17780 - type: "plot"
17781   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17782   algorithm: "plot_tsa_name"
17783   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
17784   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17785   include:
17786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
17787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
17788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
17789   layout:
17790     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
17791     layout: "plot-throughput-speedup-analysis"
17792
17793 - type: "plot"
17794   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17795   algorithm: "plot_tsa_name"
17796   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
17797   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17798   include:
17799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17805   layout:
17806     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
17807     layout: "plot-throughput-speedup-analysis"
17808
17809 - type: "plot"
17810   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17811   algorithm: "plot_tsa_name"
17812   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
17813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17814   include:
17815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17821   layout:
17822     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
17823     layout: "plot-throughput-speedup-analysis"
17824
17825 - type: "plot"
17826   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17827   algorithm: "plot_tsa_name"
17828   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
17829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17830   include:
17831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17837   layout:
17838     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
17839     layout: "plot-throughput-speedup-analysis"
17840
17841 - type: "plot"
17842   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17843   algorithm: "plot_tsa_name"
17844   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
17845   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17846   include:
17847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17853   layout:
17854     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
17855     layout: "plot-throughput-speedup-analysis"
17856
17857 - type: "plot"
17858   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17859   algorithm: "plot_tsa_name"
17860   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
17861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17862   include:
17863     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17865   layout:
17866     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
17867     layout: "plot-throughput-speedup-analysis"
17868
17869 - type: "plot"
17870   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17871   algorithm: "plot_tsa_name"
17872   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
17873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17874   include:
17875     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
17877   layout:
17878     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
17879     layout: "plot-throughput-speedup-analysis"
17880
17881 - type: "plot"
17882   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17883   algorithm: "plot_tsa_name"
17884   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
17885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17886   include:
17887     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17893   layout:
17894     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
17895     layout: "plot-throughput-speedup-analysis"
17896
17897 - type: "plot"
17898   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17899   algorithm: "plot_tsa_name"
17900   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
17901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17902   include:
17903     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17909   layout:
17910     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
17911     layout: "plot-throughput-speedup-analysis"
17912
17913 - type: "plot"
17914   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17915   algorithm: "plot_tsa_name"
17916   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
17917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17918   include:
17919     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17923     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17924     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17925   layout:
17926     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
17927     layout: "plot-throughput-speedup-analysis"
17928
17929 - type: "plot"
17930   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17931   algorithm: "plot_tsa_name"
17932   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
17933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17934   include:
17935     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17936     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17937     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17938     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17941   layout:
17942     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
17943     layout: "plot-throughput-speedup-analysis"
17944
17945 - type: "plot"
17946   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17947   algorithm: "plot_tsa_name"
17948   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
17949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17950   include:
17951     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17952     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17953     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17956     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17957   layout:
17958     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
17959     layout: "plot-throughput-speedup-analysis"
17960
17961 - type: "plot"
17962   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17963   algorithm: "plot_tsa_name"
17964   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
17965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17966   include:
17967     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17969     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17970     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17971     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17972     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17973   layout:
17974     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
17975     layout: "plot-throughput-speedup-analysis"
17976
17977 - type: "plot"
17978   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17979   algorithm: "plot_tsa_name"
17980   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
17981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17982   include:
17983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17984     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
17985     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
17986     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
17987     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
17988   layout:
17989     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
17990     layout: "plot-throughput-speedup-analysis"
17991
17992 - type: "plot"
17993   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17994   algorithm: "plot_tsa_name"
17995   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
17996   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17997   include:
17998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
17999     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18001     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18002     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18003   layout:
18004     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18005     layout: "plot-throughput-speedup-analysis"
18006
18007 - type: "plot"
18008   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18009   algorithm: "plot_tsa_name"
18010   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18011   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18012   include:
18013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18017     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18018   layout:
18019     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18020     layout: "plot-throughput-speedup-analysis"
18021
18022 - type: "plot"
18023   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18024   algorithm: "plot_tsa_name"
18025   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18027   include:
18028     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18030     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18031     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18032     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18033   layout:
18034     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18035     layout: "plot-throughput-speedup-analysis"
18036
18037 - type: "plot"
18038   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18039   algorithm: "plot_tsa_name"
18040   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18042   include:
18043     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18044     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18045     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18046     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18047     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18048   layout:
18049     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18050     layout: "plot-throughput-speedup-analysis"
18051
18052 - type: "plot"
18053   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18054   algorithm: "plot_tsa_name"
18055   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18056   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18057   include:
18058     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18059     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18060     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18061     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18062     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18063   layout:
18064     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18065     layout: "plot-throughput-speedup-analysis"
18066
18067 - type: "plot"
18068   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18069   algorithm: "plot_tsa_name"
18070   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18072   include:
18073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18074     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18075     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18076     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18078   layout:
18079     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18080     layout: "plot-throughput-speedup-analysis"
18081
18082 - type: "plot"
18083   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18084   algorithm: "plot_tsa_name"
18085   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18087   include:
18088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18091     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18092     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18093   layout:
18094     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18095     layout: "plot-throughput-speedup-analysis"
18096
18097 - type: "plot"
18098   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18099   algorithm: "plot_tsa_name"
18100   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18102   include:
18103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18104     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18106     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18107     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18108   layout:
18109     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18110     layout: "plot-throughput-speedup-analysis"
18111
18112 - type: "plot"
18113   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18114   algorithm: "plot_tsa_name"
18115   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18116   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18117   include:
18118     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18119     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18120     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18122     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18123   layout:
18124     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18125     layout: "plot-throughput-speedup-analysis"
18126
18127 - type: "plot"
18128   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18129   algorithm: "plot_tsa_name"
18130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18132   include:
18133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18139   layout:
18140     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18141     layout: "plot-throughput-speedup-analysis"
18142
18143 - type: "plot"
18144   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18145   algorithm: "plot_tsa_name"
18146   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18148   include:
18149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18155   layout:
18156     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18157     layout: "plot-throughput-speedup-analysis"
18158
18159 - type: "plot"
18160   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18161   algorithm: "plot_tsa_name"
18162   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18164   include:
18165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18169   layout:
18170     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18171     layout: "plot-throughput-speedup-analysis"
18172
18173 - type: "plot"
18174   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18175   algorithm: "plot_tsa_name"
18176   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18177   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18178   include:
18179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18183   layout:
18184     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18185     layout: "plot-throughput-speedup-analysis"
18186
18187 - type: "plot"
18188   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18189   algorithm: "plot_tsa_name"
18190   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18191   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18192   include:
18193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18199   layout:
18200     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18201     layout: "plot-throughput-speedup-analysis"
18202
18203 - type: "plot"
18204   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18205   algorithm: "plot_tsa_name"
18206   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18207   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18208   include:
18209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18215   layout:
18216     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18217     layout: "plot-throughput-speedup-analysis"
18218
18219 - type: "plot"
18220   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18221   algorithm: "plot_tsa_name"
18222   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18224   include:
18225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18229   layout:
18230     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18231     layout: "plot-throughput-speedup-analysis"
18232
18233 - type: "plot"
18234   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18235   algorithm: "plot_tsa_name"
18236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18238   include:
18239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18243   layout:
18244     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18245     layout: "plot-throughput-speedup-analysis"
18246
18247 - type: "plot"
18248   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18249   algorithm: "plot_tsa_name"
18250   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18251   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18252   include:
18253     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18254     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18255     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18256     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18257     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18258     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18259   layout:
18260     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18261     layout: "plot-throughput-speedup-analysis"
18262
18263 - type: "plot"
18264   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18265   algorithm: "plot_tsa_name"
18266   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18268   include:
18269     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18270     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18271     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18272     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18273     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18274     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18275   layout:
18276     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18277     layout: "plot-throughput-speedup-analysis"
18278
18279 - type: "plot"
18280   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18281   algorithm: "plot_tsa_name"
18282   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18284   include:
18285     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18286     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18287     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18288     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18289   layout:
18290     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18291     layout: "plot-throughput-speedup-analysis"
18292
18293 - type: "plot"
18294   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18295   algorithm: "plot_tsa_name"
18296   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18297   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18298   include:
18299     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18300     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18301     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18302     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18303   layout:
18304     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18305     layout: "plot-throughput-speedup-analysis"
18306
18307 - type: "plot"
18308   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18309   algorithm: "plot_tsa_name"
18310   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18312   include:
18313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18318   layout:
18319     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18320     layout: "plot-throughput-speedup-analysis"
18321
18322 - type: "plot"
18323   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18324   algorithm: "plot_tsa_name"
18325   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18327   include:
18328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18333   layout:
18334     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18335     layout: "plot-throughput-speedup-analysis"
18336
18337 - type: "plot"
18338   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18339   algorithm: "plot_tsa_name"
18340   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18342   include:
18343     - "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"
18344     - "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"
18345     - "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"
18346     - "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"
18347     - "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"
18348   layout:
18349     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18350     layout: "plot-throughput-speedup-analysis"
18351
18352 - type: "plot"
18353   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18354   algorithm: "plot_tsa_name"
18355   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18357   include:
18358     - "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"
18359     - "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"
18360     - "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"
18361     - "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"
18362     - "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"
18363   layout:
18364     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18365     layout: "plot-throughput-speedup-analysis"
18366
18367 - type: "plot"
18368   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18369   algorithm: "plot_tsa_name"
18370   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18372   include:
18373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18378   layout:
18379     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18380     layout: "plot-throughput-speedup-analysis"
18381
18382 - type: "plot"
18383   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18384   algorithm: "plot_tsa_name"
18385   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18386   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18387   include:
18388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18393   layout:
18394     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18395     layout: "plot-throughput-speedup-analysis"
18396
18397 - type: "plot"
18398   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18399   algorithm: "plot_tsa_name"
18400   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18401   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18402   include:
18403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18408   layout:
18409     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18410     layout: "plot-throughput-speedup-analysis"
18411
18412 - type: "plot"
18413   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18414   algorithm: "plot_tsa_name"
18415   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18417   include:
18418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18423   layout:
18424     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18425     layout: "plot-throughput-speedup-analysis"
18426
18427 - type: "plot"
18428   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18429   algorithm: "plot_tsa_name"
18430   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18431   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18432   include:
18433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18437   layout:
18438     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18439     layout: "plot-throughput-speedup-analysis"
18440
18441 - type: "plot"
18442   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18443   algorithm: "plot_tsa_name"
18444   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18446   include:
18447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18451   layout:
18452     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18453     layout: "plot-throughput-speedup-analysis"
18454
18455 - type: "plot"
18456   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18457   algorithm: "plot_tsa_name"
18458   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18459   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18460   include:
18461     - "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"
18462     - "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"
18463     - "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"
18464     - "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"
18465   layout:
18466     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18467     layout: "plot-throughput-speedup-analysis"
18468
18469 - type: "plot"
18470   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18471   algorithm: "plot_tsa_name"
18472   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
18473   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18474   include:
18475     - "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"
18476     - "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"
18477     - "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"
18478     - "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"
18479   layout:
18480     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
18481     layout: "plot-throughput-speedup-analysis"
18482
18483 - type: "plot"
18484   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18485   algorithm: "plot_tsa_name"
18486   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18488   include:
18489     - "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"
18490     - "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"
18491     - "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"
18492     - "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"
18493     - "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"
18494     - "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"
18495   layout:
18496     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18497     layout: "plot-throughput-speedup-analysis"
18498
18499 - type: "plot"
18500   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18501   algorithm: "plot_tsa_name"
18502   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18504   include:
18505     - "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"
18506     - "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"
18507     - "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"
18508     - "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"
18509     - "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"
18510     - "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"
18511   layout:
18512     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18513     layout: "plot-throughput-speedup-analysis"
18514
18515 ################################################################################
18516
18517 # Packet Throughput - DPDK
18518
18519 # 2n-clx-xxv710
18520
18521 - type: "plot"
18522   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
18523   algorithm: "plot_perf_box_name"
18524   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
18525   data: "plot-dpdk-throughput-latency-2n-clx"
18526   include:
18527     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18528     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18529   layout:
18530     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
18531     layout: "plot-throughput"
18532
18533 - type: "plot"
18534   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
18535   algorithm: "plot_perf_box_name"
18536   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
18537   data: "plot-dpdk-throughput-latency-2n-clx"
18538   include:
18539     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18540     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18541   layout:
18542     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
18543     layout: "plot-throughput"
18544
18545 - type: "plot"
18546   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
18547   algorithm: "plot_perf_box_name"
18548   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
18549   data: "plot-dpdk-throughput-latency-2n-clx"
18550   include:
18551     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18552     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18553   layout:
18554     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
18555     layout: "plot-throughput"
18556
18557 - type: "plot"
18558   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
18559   algorithm: "plot_perf_box_name"
18560   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
18561   data: "plot-dpdk-throughput-latency-2n-clx"
18562   include:
18563     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18564     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18565   layout:
18566     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
18567     layout: "plot-throughput"
18568
18569 # 2n-clx-x710
18570
18571 - type: "plot"
18572   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
18573   algorithm: "plot_perf_box_name"
18574   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
18575   data: "plot-dpdk-throughput-latency-2n-clx"
18576   include:
18577     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18578     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18579   layout:
18580     title: "2n-clx-x710-64b-2t1c-base-ndr"
18581     layout: "plot-throughput"
18582
18583 - type: "plot"
18584   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
18585   algorithm: "plot_perf_box_name"
18586   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
18587   data: "plot-dpdk-throughput-latency-2n-clx"
18588   include:
18589     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18590     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18591   layout:
18592     title: "2n-clx-x710-64b-4t2c-base-ndr"
18593     layout: "plot-throughput"
18594
18595 - type: "plot"
18596   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
18597   algorithm: "plot_perf_box_name"
18598   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
18599   data: "plot-dpdk-throughput-latency-2n-clx"
18600   include:
18601     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
18602     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
18603   layout:
18604     title: "2n-clx-x710-64b-2t1c-base-pdr"
18605     layout: "plot-throughput"
18606
18607 - type: "plot"
18608   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
18609   algorithm: "plot_perf_box_name"
18610   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
18611   data: "plot-dpdk-throughput-latency-2n-clx"
18612   include:
18613     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
18614     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
18615   layout:
18616     title: "2n-clx-x710-64b-4t2c-base-pdr"
18617     layout: "plot-throughput"
18618
18619 ################################################################################
18620
18621 - type: "plot"
18622   title: "Latency by percentile: 2n-skx"
18623   algorithm: "plot_hdrh_lat_by_percentile"
18624   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
18625   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
18626   target-links: "../../_static/vpp"
18627   data: "plot-vpp-hdrh-lat-2n-skx"
18628   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18629   layout:
18630     layout: "plot-hdrh-latency-by-percentile"
18631
18632 - type: "plot"
18633   title: "Latency by percentile: 3n-skx"
18634   algorithm: "plot_hdrh_lat_by_percentile"
18635   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
18636   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
18637   target-links: "../../_static/vpp"
18638   data: "plot-vpp-hdrh-lat-3n-skx"
18639   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18640   layout:
18641     layout: "plot-hdrh-latency-by-percentile"
18642
18643 - type: "plot"
18644   title: "Latency by percentile: 2n-clx"
18645   algorithm: "plot_hdrh_lat_by_percentile"
18646   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
18647   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
18648   target-links: "../../_static/vpp"
18649   data: "plot-vpp-hdrh-lat-2n-clx"
18650   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18651   layout:
18652     layout: "plot-hdrh-latency-by-percentile"
18653
18654 - type: "plot"
18655   title: "Latency by percentile: 3n-hsw"
18656   algorithm: "plot_hdrh_lat_by_percentile"
18657   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
18658   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
18659   target-links: "../../_static/vpp"
18660   data: "plot-vpp-hdrh-lat-3n-hsw"
18661   filter: "'1T1C' and 'NIC_Intel-XL710'"
18662   layout:
18663     layout: "plot-hdrh-latency-by-percentile"
18664
18665 - type: "plot"
18666   title: "Latency by percentile: 3n-tsh"
18667   algorithm: "plot_hdrh_lat_by_percentile"
18668   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
18669   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
18670   target-links: "../../_static/vpp"
18671   data: "plot-vpp-hdrh-lat-3n-tsh"
18672   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18673   layout:
18674     layout: "plot-hdrh-latency-by-percentile"
18675
18676 - type: "plot"
18677   title: "Latency by percentile: DPDK 2n-skx"
18678   algorithm: "plot_hdrh_lat_by_percentile"
18679   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
18680   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
18681   target-links: "../../_static/dpdk"
18682   data: "plot-dpdk-hdrh-lat-2n-skx"
18683   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18684   layout:
18685     layout: "plot-hdrh-latency-by-percentile"
18686
18687 - type: "plot"
18688   title: "Latency by percentile: DPDK 3n-skx"
18689   algorithm: "plot_hdrh_lat_by_percentile"
18690   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
18691   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
18692   target-links: "../../_static/dpdk"
18693   data: "plot-dpdk-hdrh-lat-3n-skx"
18694   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18695   layout:
18696     layout: "plot-hdrh-latency-by-percentile"
18697
18698 - type: "plot"
18699   title: "Latency by percentile: DPDK 2n-clx"
18700   algorithm: "plot_hdrh_lat_by_percentile"
18701   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
18702   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
18703   target-links: "../../_static/dpdk"
18704   data: "plot-dpdk-hdrh-lat-2n-clx"
18705   filter: "'2T1C' and 'NIC_Intel-XXV710'"
18706   layout:
18707     layout: "plot-hdrh-latency-by-percentile"
18708
18709 - type: "plot"
18710   title: "Latency by percentile: DPDK 3n-hsw"
18711   algorithm: "plot_hdrh_lat_by_percentile"
18712   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
18713   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
18714   target-links: "../../_static/dpdk"
18715   data: "plot-dpdk-hdrh-lat-3n-hsw"
18716   filter: "'1T1C' and 'NIC_Intel-XL710'"
18717   layout:
18718     layout: "plot-hdrh-latency-by-percentile"
18719
18720 - type: "plot"
18721   title: "Latency by percentile: DPDK 3n-tsh"
18722   algorithm: "plot_hdrh_lat_by_percentile"
18723   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
18724   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
18725   target-links: "../../_static/dpdk"
18726   data: "plot-dpdk-hdrh-lat-3n-tsh"
18727   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
18728   layout:
18729     layout: "plot-hdrh-latency-by-percentile"