Report 2005: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
167         - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
168         - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
169         - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
170         - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
171         - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
172         - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
173         - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
174         - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
175         - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
180         - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
181         - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
182         - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
183         - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
184         - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
185         - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
186         - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
187         - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
188         - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-report-iterative-2005-3n-hsw:
197         - 3   # NDRPDR sel
198         - 4   # NDRPDR sel
199         - 5   # NDRPDR sel
200         - 10  # NDRPDR sel
201         - 11  # NDRPDR sel
202         - 12  # NDRPDR sel
203         - 15  # NDRPDR sel
204         - 16  # NDRPDR sel
205         - 18  # NDRPDR sel
206         - 19  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-report-iterative-2005-3n-hsw:
210         - 3   # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-report-iterative-2005-3n-hsw:
214         - 3   # NDRPDR sel
215         - 4   # NDRPDR sel
216         - 5   # NDRPDR sel
217         - 10  # NDRPDR sel
218         - 11  # NDRPDR sel
219         - 12  # NDRPDR sel
220         - 15  # NDRPDR sel
221         - 16  # NDRPDR sel
222         - 18  # NDRPDR sel
223         - 19  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-report-iterative-2005-3n-hsw:
227         - 13  # MRR
228
229     plot-vpp-hoststack-3n-hsw:
230       csit-vpp-perf-verify-2005-3n-hsw:
231         - 3   # hoststack
232         - 5   # hoststack
233         - 6   # hoststack
234         - 7   # hoststack
235         - 8   # hoststack
236         - 9   # hoststack
237         - 10  # hoststack
238         - 11  # hoststack
239         - 12  # hoststack
240         - 13  # hoststack
241
242     plot-dpdk-throughput-latency-3n-hsw:
243       csit-dpdk-perf-report-iterative-2005-3n-hsw:
244         - 5   # NDRPDR sel
245         - 6   # NDRPDR sel
246         - 7   # NDRPDR sel
247         - 8   # NDRPDR sel
248         - 9   # NDRPDR sel
249         - 10  # NDRPDR sel
250         - 11  # NDRPDR sel
251         - 12  # NDRPDR sel
252         - 13  # NDRPDR sel
253         - 14  # NDRPDR sel
254
255     plot-dpdk-hdrh-lat-3n-hsw:
256       csit-dpdk-perf-report-iterative-2005-3n-hsw:
257         - 5   # NDRPDR sel
258
259     # 3n-skx
260
261     plot-vpp-throughput-lat-tsa-3n-skx:
262       # TODO: Add data:
263       csit-vpp-perf-report-iterative-2005-3n-skx:
264         - 4   # NDRPDR sel
265         - 5   # NDRPDR sel ??? all x710 failed
266         - 33  # NDRPDR sel
267         - 28  # NDRPDR sel
268
269     plot-vpp-hdrh-lat-3n-skx:
270       csit-vpp-perf-report-iterative-2005-3n-skx:
271         - 4   # NDRPDR sel
272
273     plot-vpp-nfv-3n-skx-ndrpdr:
274       # TODO: Add data:
275       csit-vpp-perf-report-iterative-2005-3n-skx:
276         - 4   # NDRPDR sel
277         - 5   # NDRPDR sel ??? all x710 failed
278         - 33  # NDRPDR sel
279         - 28  # NDRPDR sel
280
281     plot-vpp-nfv-3n-skx-mrr:
282       # TODO: Replace:
283       # csit-vpp-perf-report-iterative-2005-3n-skx:
284       csit-vpp-perf-verify-2001-3n-skx:
285         - 50  # MRR sel
286
287     plot-dpdk-throughput-latency-3n-skx:
288       csit-dpdk-perf-report-iterative-2005-3n-skx:
289         - 4   # NDRPDR sel
290         - 5   # NDRPDR sel
291         - 6   # NDRPDR sel
292         - 7   # NDRPDR sel
293         - 8   # NDRPDR sel
294         - 11  # NDRPDR sel
295         - 12  # NDRPDR sel
296         - 13  # NDRPDR sel
297         - 14  # NDRPDR sel
298         - 15  # NDRPDR sel
299
300     plot-dpdk-hdrh-lat-3n-skx:
301       csit-dpdk-perf-report-iterative-2005-3n-skx:
302         - 4   # NDRPDR sel
303
304     # 2n-skx
305
306     plot-vpp-throughput-lat-tsa-2n-skx:
307       # TODO: Add data:
308       csit-vpp-perf-report-iterative-2005-2n-skx:
309         - 7   # NDRPDR sel
310
311     plot-vpp-hdrh-lat-2n-skx:
312       csit-vpp-perf-report-iterative-2005-2n-skx:
313         - 7   # NDRPDR sel
314
315     plot-vpp-soak-2n-skx:
316       # TODO: Replace:
317       # csit-vpp-perf-report-iterative-2005-2n-skx:
318       csit-vpp-perf-verify-2001-2n-skx:
319         - 181  # Soak
320         - 182  # Soak
321
322     plot-vpp-nfv-2n-skx-ndrpdr:
323       # TODO: Add data:
324       csit-vpp-perf-report-iterative-2005-2n-skx:
325         - 7   # NDRPDR sel
326
327     plot-vpp-nfv-2n-skx-mrr:
328       csit-vpp-perf-report-iterative-2005-2n-skx:
329         - 42  # MRR sel
330
331     plot-vpp-nfv-reconf-2n-skx:
332       # TODO: Replace:
333       # csit-vpp-perf-report-iterative-2005-2n-skx:
334       csit-vpp-perf-verify-2001-2n-skx:
335         - 169  # Reconf
336
337     plot-dpdk-throughput-latency-2n-skx:
338       csit-dpdk-perf-report-iterative-2005-2n-skx:
339         - 1   # NDRPDR sel
340         - 2   # NDRPDR sel
341         - 3   # NDRPDR sel
342         - 4   # NDRPDR sel
343         - 5   # NDRPDR sel
344         - 6   # NDRPDR sel
345         - 7   # NDRPDR sel
346         - 8   # NDRPDR sel
347         - 9   # NDRPDR sel
348         - 10  # NDRPDR sel
349
350     plot-dpdk-hdrh-lat-2n-skx:
351       csit-dpdk-perf-report-iterative-2005-2n-skx:
352         - 1   # NDRPDR sel
353
354     # 2n-clx
355
356     plot-vpp-throughput-lat-tsa-2n-clx:
357       # TODO: Add data:
358       csit-vpp-perf-report-iterative-2005-2n-clx:
359         - 7   # NDRPDR sel
360         - 38  # NDRPDR sel
361         - 9   # NDRPDR sel
362         - 32  # NDRPDR sel ???
363         - 33  # NDRPDR sel ???
364         - 40  # NDRPDR sel
365
366     plot-vpp-hdrh-lat-2n-clx:
367       # TODO: Add data:
368       csit-vpp-perf-report-iterative-2005-2n-clx:
369         - 40  # NDRPDR sel
370
371 #    plot-vpp-http-server-performance:
372 #      # TODO: Replace:
373 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
374 #      csit-vpp-perf-verify-2001-2n-clx:
375 #        - 80  # TCP
376
377     plot-vpp-nfv-2n-clx-ndrpdr:
378       # TODO: Add data:
379       csit-vpp-perf-report-iterative-2005-2n-clx:
380         - 7   # NDRPDR sel
381         - 38  # NDRPDR sel
382         - 9   # NDRPDR sel
383         - 32  # NDRPDR sel ???
384         - 33  # NDRPDR sel ???
385         - 40  # NDRPDR sel
386
387     plot-vpp-nfv-2n-clx-mrr:
388       csit-vpp-perf-report-iterative-2005-2n-clx:
389         - 12   # MRR
390
391     plot-vpp-nfv-reconf-2n-clx:
392       # TODO: Replace:
393       # csit-vpp-perf-report-iterative-2005-2n-clx:
394       csit-vpp-perf-verify-2001-2n-clx:
395         - 68  # Reconf
396
397     plot-vpp-soak-2n-clx:
398       # TODO: Replace:
399       # csit-vpp-perf-report-iterative-2005-2n-clx:
400       csit-vpp-perf-verify-2001-2n-clx:
401         - 93  # Soak
402         - 94  # Soak
403
404     plot-dpdk-throughput-latency-2n-clx:
405       csit-dpdk-perf-report-iterative-2005-2n-clx:
406         - 1   # NDRPDR sel
407         - 2   # NDRPDR sel
408         - 3   # NDRPDR sel
409         - 4   # NDRPDR sel
410         - 5   # NDRPDR sel
411         - 6   # NDRPDR sel
412         - 7   # NDRPDR sel
413         - 8   # NDRPDR sel
414         - 9   # NDRPDR sel
415         - 10  # NDRPDR sel
416
417     plot-dpdk-hdrh-lat-2n-clx:
418       csit-dpdk-perf-report-iterative-2005-2n-clx:
419         - 1   # NDRPDR sel
420
421     # 3n-tsh
422
423     plot-vpp-throughput-lat-tsa-3n-tsh:
424       # TODO: Add data:
425       csit-vpp-perf-report-iterative-2005-3n-tsh:
426         - 9   # NDRPDR sel
427
428     plot-vpp-hdrh-lat-3n-tsh:
429       # TODO: Add data:
430       csit-vpp-perf-report-iterative-2005-3n-tsh:
431         - 9   # NDRPDR sel
432
433     plot-dpdk-throughput-latency-3n-tsh:
434       # TODO: Add data:
435       csit-dpdk-perf-report-iterative-2005-3n-tsh:
436         - 5   # NDRPDR sel
437
438     plot-dpdk-hdrh-lat-3n-tsh:
439       # TODO: Replace with better results:
440       csit-dpdk-perf-report-iterative-2005-3n-tsh:
441         - 5   # NDRPDR sel
442
443     # 3n-dnv
444
445     plot-vpp-throughput-lat-tsa-3n-dnv:
446       csit-vpp-perf-report-iterative-2005-3n-dnv:
447         - 2   # NDRPDR sel
448         - 3   # NDRPDR sel
449         - 4   # NDRPDR sel
450         - 5   # NDRPDR sel
451         - 6   # NDRPDR sel
452         - 7   # NDRPDR sel
453         - 9   # NDRPDR sel
454         - 10  # NDRPDR sel
455         - 11  # NDRPDR sel
456         - 12  # NDRPDR sel
457
458     plot-dpdk-throughput-latency-3n-dnv:
459       csit-dpdk-perf-report-iterative-2005-3n-dnv:
460         - 6   # NDRPDR sel
461         - 7   # NDRPDR sel
462         - 8   # NDRPDR sel
463         - 9   # NDRPDR sel
464         - 10  # NDRPDR sel
465         - 11  # NDRPDR sel
466         - 12  # NDRPDR sel
467         - 13  # NDRPDR sel
468         - 14  # NDRPDR sel
469         - 16  # NDRPDR sel
470
471     # 2n-dnv
472
473     plot-vpp-throughput-lat-tsa-2n-dnv:
474       csit-vpp-perf-report-iterative-2005-2n-dnv:
475         - 3   # NDRPDR sel
476         - 6   # NDRPDR sel
477         - 7   # NDRPDR sel
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
486     plot-dpdk-throughput-latency-2n-dnv:
487       csit-dpdk-perf-report-iterative-2005-2n-dnv:
488         - 8   # NDRPDR sel
489         - 9   # NDRPDR sel
490         - 10  # NDRPDR sel
491         - 11  # NDRPDR sel
492         - 12  # NDRPDR sel
493         - 13  # NDRPDR sel
494         - 14  # NDRPDR sel
495         - 15  # NDRPDR sel
496         - 16  # NDRPDR sel
497         - 17  # NDRPDR sel
498
499     ###########################################################################
500     # Simple tables (only one data set):
501
502     # NIC Comparisons
503
504     vpp-nic-comparison-3n-skx:
505       # TODO: Add data:
506       csit-vpp-perf-report-iterative-2005-3n-skx:
507         - 4   # NDRPDR sel
508         - 5   # NDRPDR sel ??? all x710 failed
509         - 33  # NDRPDR sel
510         - 28  # NDRPDR sel
511
512     vpp-nic-comparison-2n-skx:
513       # TODO: Add data:
514       csit-vpp-perf-report-iterative-2005-2n-skx:
515         - 7   # NDRPDR sel
516
517     vpp-nic-comparison-3n-skx-mrr:
518       csit-vpp-perf-report-iterative-2005-3n-skx:
519         - 6   # MRR sel
520
521     vpp-nic-comparison-2n-skx-mrr:
522       csit-vpp-perf-report-iterative-2005-2n-skx:
523         - 42  # MRR sel
524
525     # Results
526
527     vpp-perf-results-3n-hsw:
528       csit-vpp-perf-report-coverage-2005-3n-hsw:
529         - 1   # perf-full-3n-dnv-crypto_I
530         - 7   # perf-full-3n-hsw-crypto_II
531         - 3   # perf-full-3n-hsw-crypto_III
532         - 4   # perf-full-3n-dnv-crypto_IV
533         - 5   # perf-full-3n-hsw-ip4_I
534         - 6   # perf-full-3n-hsw-ip4_II
535         - 8   # perf-full-3n-hsw-ip4_III
536         - 9   # perf-full-3n-hsw-ip4_IV
537         - 10  # perf-full-3n-hsw-ip4_V
538         - 26  # perf-full-3n-hsw-ip4_VI
539         - 18  # perf-full-3n-hsw-ip4_VII
540         - 27  # perf-full-3n-hsw-ip4_VIII
541         - 28  # perf-full-3n-hsw-ip4_IX
542         - 29  # perf-full-3n-hsw-ip6_I
543         - 35  # perf-full-3n-hsw-ip6_II
544         - 42  # perf-full-3n-hsw-l2_I
545         - 33  # perf-full-3n-hsw-l2_II
546         - 37  # perf-full-3n-hsw-l2_III
547         - 45  # perf-full-3n-hsw-l2_IV
548         - 43  # perf-full-3n-hsw-l2_V
549         - 40  # perf-full-3n-hsw-l2_VI
550         - 44  # perf-full-3n-hsw-l2_VII
551         - 51  # perf-full-3n-hsw-l2_VIII
552         - 50  # perf-full-3n-hsw-l2_IX
553         - 52  # perf-full-3n-hsw-l2_X
554         - 53  # perf-full-3n-hsw-l2_XI
555         - 54  # perf-full-3n-hsw-memif
556         - 55  # perf-full-3n-hsw-ip4tunnels-I
557         - 56  # perf-full-3n-hsw-ip4tunnels-II
558         - 57  # perf-full-3n-hsw-ip4tunnels-III
559         - 58  # perf-full-3n-hsw-ip6tunnels-I
560         - 59  # perf-full-3n-hsw-srv6-I
561         - 60  # perf-full-3n-hsw-srv6-II
562         - 61  # perf-full-3n-hsw-vhost-I
563         - 62  # perf-full-3n-hsw-vhost-II
564         - 63  # perf-full-3n-hsw-vhost-III
565
566     vpp-perf-results-3n-skx:
567       # TODO: Replace:
568       csit-vpp-perf-report-iterative-2005-3n-skx:
569         - 4   # NDRPDR sel
570
571     vpp-perf-results-2n-skx:
572       # TODO: Replace:
573       csit-vpp-perf-report-iterative-2005-2n-skx:
574         - 7   # NDRPDR sel
575
576     vpp-perf-results-2n-clx:
577       # TODO: Replace:
578       csit-vpp-perf-report-iterative-2005-2n-clx:
579         - 40  # NDRPDR sel
580
581     vpp-perf-results-3n-tsh:
582       # TODO: Add data:
583       csit-vpp-perf-report-iterative-2005-3n-tsh:
584         - 9   # NDRPDR sel
585
586     vpp-perf-results-3n-dnv:
587       csit-vpp-perf-report-coverage-2005-3n-dnv:
588         - 1   # perf-full-3n-dnv-crypto_I
589         - 24  # perf-full-3n-dnv-crypto_II
590         - 5   # perf-full-3n-dnv-ip4_I
591         - 13  # perf-full-3n-dnv-ip4_II
592         - 17  # perf-full-3n-dnv-ip6_I
593         - 18  # perf-full-3n-dnv-ip6_II
594         - 21  # perf-full-3n-dnv-l2_I
595         - 22  # perf-full-3n-dnv-l2_II
596         - 23  # perf-full-3n-dnv-ip4-tunnels_I
597
598     vpp-perf-results-2n-dnv:
599       csit-vpp-perf-report-coverage-2005-2n-dnv:
600         - 1   # perf-full-2n-dnv-ip4_I
601         - 2   # perf-full-2n-dnv-ip4_II
602         - 3   # perf-full-2n-dnv-ip6_I
603         - 4   # perf-full-2n-dnv-ip6_II
604         - 5   # perf-full-2n-dnv-l2_I
605         - 6   # perf-full-2n-dnv-l2_II
606
607     vpp-mrr-results-3n-hsw:
608       csit-vpp-perf-report-iterative-2005-3n-hsw:
609         - 13  # MRR
610
611     vpp-mrr-results-3n-skx:
612       csit-vpp-perf-report-iterative-2005-3n-skx:
613         - 6   # MRR sel
614
615     vpp-mrr-results-2n-skx:
616       csit-vpp-perf-report-iterative-2005-2n-skx:
617         - 42  # MRR sel
618
619     vpp-mrr-results-2n-clx:
620       csit-vpp-perf-report-iterative-2005-2n-clx:
621         - 12   # MRR
622
623     vpp-mrr-results-3n-tsh:
624       # TODO: Replace:
625       # csit-vpp-perf-report-iterative-2005-3n-tsh:
626       csit-vpp-perf-verify-2001-3n-tsh:
627         - 9   # MRR sel
628
629     vpp-mrr-results-3n-dnv:
630       csit-vpp-perf-report-iterative-2005-3n-dnv:
631         - 8   # MRR
632
633     vpp-mrr-results-2n-dnv:
634       csit-vpp-perf-report-iterative-2005-2n-dnv:
635         - 15  # MRR sel
636
637     vpp-device-results-ubuntu:
638       csit-vpp-device-2005-ubuntu1804-1n-skx:
639         - 35
640
641     dpdk-perf-results-3n-hsw:
642       csit-dpdk-perf-report-iterative-2005-3n-hsw:
643         - 5   # NDRPDR sel
644
645     dpdk-perf-results-3n-skx:
646       csit-dpdk-perf-report-iterative-2005-3n-skx:
647         - 4   # NDRPDR sel
648
649     dpdk-perf-results-2n-skx:
650       csit-dpdk-perf-report-iterative-2005-2n-skx:
651         - 1   # NDRPDR sel
652
653     dpdk-perf-results-2n-clx:
654       csit-dpdk-perf-report-iterative-2005-2n-clx:
655         - 1   # NDRPDR sel
656
657     dpdk-perf-results-2n-dnv:
658       csit-dpdk-perf-report-iterative-2005-2n-dnv:
659         - 8   # NDRPDR sel
660
661     dpdk-perf-results-3n-dnv:
662       csit-dpdk-perf-report-iterative-2005-3n-dnv:
663         - 6   # NDRPDR sel
664
665     dpdk-perf-results-3n-tsh:
666       # TODO: Replace with better results:
667       csit-dpdk-perf-report-iterative-2005-3n-tsh:
668         - 5   # NDRPDR sel
669
670 ###########################################################################
671     # Tables (more than one data set)
672
673     # Performance changes
674
675     vpp-performance-changes-3n-hsw-h1:
676       csit-vpp-perf-verify-1908-3n-hsw:
677         - 12  # NDRPDR sel
678         - 13  # NDRPDR sel
679         - 14  # NDRPDR sel
680         - 15  # NDRPDR sel
681         - 16  # NDRPDR sel
682         - 17  # NDRPDR sel
683         - 18  # NDRPDR sel
684         - 19  # NDRPDR sel
685         - 20  # NDRPDR sel
686         - 21  # NDRPDR sel
687     vpp-performance-changes-3n-hsw-ref:
688       csit-vpp-perf-verify-2001-3n-hsw:
689         - 21  # NDRPDR sel
690         - 22  # NDRPDR sel
691         - 23  # NDRPDR sel
692         - 24  # NDRPDR sel
693         - 25  # NDRPDR sel
694         - 29  # NDRPDR sel
695         - 30  # NDRPDR sel
696         - 31  # NDRPDR sel
697         - 32  # NDRPDR sel
698         - 34  # NDRPDR sel
699     vpp-performance-changes-3n-hsw-cmp:
700       csit-vpp-perf-report-iterative-2005-3n-hsw:
701         - 3   # NDRPDR sel
702         - 4   # NDRPDR sel
703         - 5   # NDRPDR sel
704         - 10  # NDRPDR sel
705         - 11  # NDRPDR sel
706         - 12  # NDRPDR sel
707         - 15  # NDRPDR sel
708         - 16  # NDRPDR sel
709         - 18  # NDRPDR sel
710         - 19  # NDRPDR sel
711
712     vpp-performance-changes-3n-skx-h1:
713       csit-vpp-perf-verify-1908-3n-skx:
714         - 26  # NDRPDR sel - new1908.1
715         - 27  # NDRPDR sel - new1908.1
716         - 28  # NDRPDR sel - new1908.1
717         - 29  # NDRPDR sel - new1908.1
718         - 30  # NDRPDR sel - new1908.1
719         - 31  # NDRPDR sel - new1908.1
720         - 33  # NDRPDR sel - new1908.1
721         - 34  # NDRPDR sel - new1908.1
722         - 35  # NDRPDR sel - new1908.1
723         - 36  # NDRPDR sel - new1908.1
724     vpp-performance-changes-3n-skx-ref:
725       csit-vpp-perf-verify-2001-3n-skx:
726         - 69  # NDRPDR sel - new2001.0
727         - 71  # NDRPDR sel - new2001.0
728         - 72  # NDRPDR sel - new2001.0
729         - 76  # NDRPDR sel - new2001.0
730         - 77  # NDRPDR sel - new2001.0
731         - 78  # NDRPDR sel - new2001.0
732         - 80  # NDRPDR sel - new2001.0
733     vpp-performance-changes-3n-skx-cmp:
734       # TODO: Add data:
735       csit-vpp-perf-report-iterative-2005-3n-skx:
736         - 4   # NDRPDR sel
737         - 5   # NDRPDR sel ??? all x710 failed
738         - 33  # NDRPDR sel
739         - 28  # NDRPDR sel
740
741     vpp-performance-changes-2n-skx-h1:
742       csit-vpp-perf-verify-1908-2n-skx:
743         - 39  # NDRPDR sel - new1908.1
744         - 40  # NDRPDR sel - new1908.1
745         - 41  # NDRPDR sel - new1908.1
746         - 43  # NDRPDR sel - new1908.1
747         - 44  # NDRPDR sel - new1908.1
748         - 45  # NDRPDR sel - new1908.1
749         - 46  # NDRPDR sel - new1908.1
750         - 47  # NDRPDR sel - new1908.1
751         - 48  # NDRPDR sel - new1908.1
752         - 49  # NDRPDR sel - new1908.1
753     vpp-performance-changes-2n-skx-ref:
754       csit-vpp-perf-verify-2001-2n-skx:
755         - 143  # NDRPDR sel - new2001.0
756         - 146  # NDRPDR sel - new2001.0
757         - 147  # NDRPDR sel - new2001.0
758         - 148  # NDRPDR sel - new2001.0
759         - 149  # NDRPDR sel - new2001.0
760         - 150  # NDRPDR sel - new2001.0
761         - 151  # NDRPDR sel - new2001.0
762         - 152  # NDRPDR sel - new2001.0
763         - 153  # NDRPDR sel - new2001.0
764         - 154  # NDRPDR sel - new2001.0
765     vpp-performance-changes-2n-skx-cmp:
766       # TODO: Add data:
767       csit-vpp-perf-report-iterative-2005-2n-skx:
768         - 7   # NDRPDR sel
769
770     vpp-performance-changes-nfv-2n-skx-ref:
771       csit-vpp-perf-verify-2001-2n-skx:
772         - 30  # NFV
773         - 31  # NFV
774     vpp-performance-changes-nfv-2n-skx-cmp:
775       # TODO: Add data:
776       csit-vpp-perf-report-iterative-2005-2n-skx:
777         - 7   # NDRPDR sel
778
779     vpp-performance-changes-2n-clx-ref:
780       csit-vpp-perf-verify-2001-2n-clx:
781         - 28  # NDRPDR sel
782         - 29  # NDRPDR sel
783         - 32  # NDRPDR sel
784         - 40  # NDRPDR sel
785         - 43  # NDRPDR sel
786         - 44  # NDRPDR sel
787         - 45  # NDRPDR sel
788         - 47  # NDRPDR sel
789         - 48  # NDRPDR sel
790         - 49  # NDRPDR sel
791     vpp-performance-changes-2n-clx-cmp:
792       # TODO: Add data:
793       csit-vpp-perf-report-iterative-2005-2n-clx:
794         - 7   # NDRPDR sel
795         - 38  # NDRPDR sel
796         - 9   # NDRPDR sel
797         - 32  # NDRPDR sel ???
798         - 33  # NDRPDR sel ???
799         - 40  # NDRPDR sel
800
801     vpp-performance-changes-2n-dnv-h1:
802       csit-vpp-perf-verify-1908-2n-dnv:
803         - 1   # NDRPDR sel
804         - 2   # NDRPDR sel
805         - 3   # NDRPDR sel
806         - 4   # NDRPDR sel
807         - 5   # NDRPDR sel
808         - 6   # NDRPDR sel
809         - 7   # NDRPDR sel
810         - 8   # NDRPDR sel
811         - 9   # NDRPDR sel
812         - 10  # NDRPDR sel
813     vpp-performance-changes-2n-dnv-ref:
814       csit-vpp-perf-verify-2001-2n-dnv:
815         - 4   # NDRPDR sel
816         - 5   # NDRPDR sel
817         - 6   # NDRPDR sel
818         - 7   # NDRPDR sel
819         - 8   # NDRPDR sel
820         - 9   # NDRPDR sel
821         - 10  # NDRPDR sel
822         - 11  # NDRPDR sel
823         - 13  # NDRPDR sel
824         - 16  # NDRPDR sel
825     vpp-performance-changes-2n-dnv-cmp:
826       csit-vpp-perf-report-iterative-2005-2n-dnv:
827         - 3   # NDRPDR sel
828         - 6   # NDRPDR sel
829         - 7   # NDRPDR sel
830         - 8   # NDRPDR sel
831         - 9   # NDRPDR sel
832         - 10  # NDRPDR sel
833         - 11  # NDRPDR sel
834         - 12  # NDRPDR sel
835         - 13  # NDRPDR sel
836         - 14  # NDRPDR sel
837
838     vpp-performance-changes-3n-dnv-h1:
839       csit-vpp-perf-verify-1908-3n-dnv:
840         - 6   # NDRPDR sel
841         - 7   # NDRPDR sel
842         - 8   # NDRPDR sel
843         - 9   # NDRPDR sel
844         - 10  # NDRPDR sel
845         - 12  # NDRPDR sel
846         - 13  # NDRPDR sel
847         - 14  # NDRPDR sel
848         - 15  # NDRPDR sel
849         - 16  # NDRPDR sel
850     vpp-performance-changes-3n-dnv-ref:
851       csit-vpp-perf-verify-2001-3n-dnv:
852         - 5   # NDRPDR sel
853         - 6   # NDRPDR sel
854         - 7   # NDRPDR sel
855         - 8   # NDRPDR sel
856         - 9   # NDRPDR sel
857         - 10  # NDRPDR sel
858         - 12  # NDRPDR sel
859         - 16  # NDRPDR sel
860         - 17  # NDRPDR sel
861         - 18  # NDRPDR sel
862     vpp-performance-changes-3n-dnv-cmp:
863       csit-vpp-perf-report-iterative-2005-3n-dnv:
864         - 2   # NDRPDR sel
865         - 3   # NDRPDR sel
866         - 4   # NDRPDR sel
867         - 5   # NDRPDR sel
868         - 6   # NDRPDR sel
869         - 7   # NDRPDR sel
870         - 9   # NDRPDR sel
871         - 10  # NDRPDR sel
872         - 11  # NDRPDR sel
873         - 12  # NDRPDR sel
874
875     vpp-performance-changes-3n-tsh-h1:
876       csit-vpp-perf-verify-1908-3n-tsh:
877         - 7   # NDRPDR sel
878         - 8   # NDRPDR sel
879         - 9   # NDRPDR sel
880         - 10  # NDRPDR sel
881         - 11  # NDRPDR sel
882         - 12  # NDRPDR sel
883         - 13  # NDRPDR sel
884         - 14  # NDRPDR sel
885         - 15  # NDRPDR sel
886         - 16  # NDRPDR sel
887     vpp-performance-changes-3n-tsh-ref:
888       csit-vpp-perf-verify-2001-3n-tsh:
889         - 3   # NDRPDR sel
890         - 4   # NDRPDR sel
891         - 7   # NDRPDR sel
892         - 8   # NDRPDR sel
893         - 10  # NDRPDR sel
894         - 12  # NDRPDR sel
895         - 13  # NDRPDR sel
896         - 14  # NDRPDR sel
897         - 15  # NDRPDR sel
898         - 21  # NDRPDR sel
899     vpp-performance-changes-3n-tsh-cmp:
900       # TODO: Add data:
901       csit-vpp-perf-report-iterative-2005-3n-tsh:
902         - 9   # NDRPDR sel
903
904     vpp-soak-vs-ndr-2n-skx-ref:
905       # TODO: Replace:
906       # csit-vpp-perf-report-iterative-2005-2n-skx:
907       csit-vpp-perf-verify-2001-2n-skx:
908         - 143  # NDRPDR sel - new2001.0
909         - 146  # NDRPDR sel - new2001.0
910         - 147  # NDRPDR sel - new2001.0
911         - 148  # NDRPDR sel - new2001.0
912         - 149  # NDRPDR sel - new2001.0
913         - 150  # NDRPDR sel - new2001.0
914         - 151  # NDRPDR sel - new2001.0
915         - 152  # NDRPDR sel - new2001.0
916         - 153  # NDRPDR sel - new2001.0
917         - 154  # NDRPDR sel - new2001.0
918     vpp-soak-vs-ndr-2n-skx-cmp:
919       # TODO: Replace:
920       # csit-vpp-perf-report-iterative-2005-2n-skx:
921       csit-vpp-perf-verify-2001-2n-skx:
922         - 181  # Soak
923         - 182  # Soak
924     vpp-soak-vs-ndr-2n-skx:
925       # TODO: Replace:
926       # csit-vpp-perf-report-iterative-2005-2n-skx:
927       csit-vpp-perf-verify-2001-2n-skx:
928         - 143  # NDRPDR sel - new2001.0
929         - 146  # NDRPDR sel - new2001.0
930         - 147  # NDRPDR sel - new2001.0
931         - 148  # NDRPDR sel - new2001.0
932         - 149  # NDRPDR sel - new2001.0
933         - 150  # NDRPDR sel - new2001.0
934         - 151  # NDRPDR sel - new2001.0
935         - 152  # NDRPDR sel - new2001.0
936         - 153  # NDRPDR sel - new2001.0
937         - 154  # NDRPDR sel - new2001.0
938         - 181  # Soak
939         - 182  # Soak
940
941     vpp-soak-vs-ndr-2n-clx-ref:
942       # TODO: Add data:
943       # csit-vpp-perf-report-iterative-2005-2n-clx:
944       #  - 7   # NDRPDR sel
945       #  - 9   # NDRPDR sel
946       csit-vpp-perf-verify-2001-2n-clx:
947         - 28  # NDRPDR sel
948         - 29  # NDRPDR sel
949         - 32  # NDRPDR sel
950         - 40  # NDRPDR sel
951         - 43  # NDRPDR sel
952         - 44  # NDRPDR sel
953         - 45  # NDRPDR sel
954         - 47  # NDRPDR sel
955         - 48  # NDRPDR sel
956         - 49  # NDRPDR sel
957     vpp-soak-vs-ndr-2n-clx-cmp:
958       # TODO: Replace:
959       # csit-vpp-perf-report-iterative-2005-2n-clx:
960       csit-vpp-perf-verify-2001-2n-clx:
961         - 93  # SOAK
962         - 94  # Soak
963     vpp-soak-vs-ndr-2n-clx:
964       # TODO: Replace:
965       # csit-vpp-perf-report-iterative-2005-2n-clx:
966       csit-vpp-perf-verify-2001-2n-clx:
967         - 28  # NDRPDR sel
968         - 29  # NDRPDR sel
969         - 32  # NDRPDR sel
970         - 40  # NDRPDR sel
971         - 43  # NDRPDR sel
972         - 44  # NDRPDR sel
973         - 45  # NDRPDR sel
974         - 47  # NDRPDR sel
975         - 48  # NDRPDR sel
976         - 49  # NDRPDR sel
977         - 93  # SOAK
978         - 94  # Soak
979
980     vpp-performance-changes-3n-hsw-mrr-h1:
981       csit-vpp-perf-verify-1908-3n-hsw:
982         - 39  # MRR sel
983     vpp-performance-changes-3n-hsw-mrr-ref:
984       csit-vpp-perf-verify-2001-3n-hsw:
985         - 17  # MRR sel
986     vpp-performance-changes-3n-hsw-mrr-cmp:
987       csit-vpp-perf-report-iterative-2005-3n-hsw:
988         - 13  # MRR
989
990     vpp-performance-changes-3n-skx-mrr-h1:
991       csit-vpp-perf-verify-1908-3n-skx:
992         - 36  # MRR sel
993     vpp-performance-changes-3n-skx-mrr-ref:
994       csit-vpp-perf-verify-2001-3n-skx:
995         - 50  # MRR sel
996         - 53  # MRR sel addition
997     vpp-performance-changes-3n-skx-mrr-cmp:
998       csit-vpp-perf-report-iterative-2005-3n-skx:
999         - 6   # MRR sel
1000
1001     vpp-performance-changes-2n-skx-mrr-h1:
1002       csit-vpp-perf-verify-1908-2n-skx:
1003         - 69  # MRR sel
1004     vpp-performance-changes-2n-skx-mrr-ref:
1005       csit-vpp-perf-verify-2001-2n-skx:
1006         - 101 # MRR sel
1007         - 128 # MRR sel addition
1008     vpp-performance-changes-2n-skx-mrr-cmp:
1009       csit-vpp-perf-report-iterative-2005-2n-skx:
1010         - 42  # MRR sel
1011
1012     vpp-performance-changes-2n-clx-mrr-ref:
1013       csit-vpp-perf-verify-2001-2n-clx:
1014         - 39  # MRR
1015     vpp-performance-changes-2n-clx-mrr-cmp:
1016       csit-vpp-perf-report-iterative-2005-2n-clx:
1017         - 12   # MRR
1018
1019 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1020 #      csit-vpp-perf-verify-1908-2n-skx:
1021 #        - 71  # NFV MRR
1022 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1023 #      # TODO: Replace
1024 #      # csit-vpp-perf-verify-2001-2n-skx:
1025 #      csit-vpp-perf-verify-1908-2n-skx:
1026 #        - 71  # NFV MRR
1027
1028     vpp-performance-changes-2n-dnv-mrr-h1:
1029       csit-vpp-perf-verify-1908-2n-dnv:
1030         - 11  # MRR sel
1031     vpp-performance-changes-2n-dnv-mrr-ref:
1032       csit-vpp-perf-verify-2001-2n-dnv:
1033         - 12  # MRR sel
1034     vpp-performance-changes-2n-dnv-mrr-cmp:
1035       csit-vpp-perf-report-iterative-2005-2n-dnv:
1036         - 15  # MRR sel
1037
1038     vpp-performance-changes-3n-dnv-mrr-h1:
1039       csit-vpp-perf-verify-1908-3n-dnv:
1040         - 17  # MRR sel
1041     vpp-performance-changes-3n-dnv-mrr-ref:
1042       csit-vpp-perf-verify-2001-3n-dnv:
1043         - 11  # MRR sel
1044     vpp-performance-changes-3n-dnv-mrr-cmp:
1045       csit-vpp-perf-report-iterative-2005-3n-dnv:
1046         - 8   # MRR
1047
1048     vpp-performance-changes-3n-tsh-mrr-h1:
1049       csit-vpp-perf-verify-1908-3n-tsh:
1050         - 17  # MRR sel
1051     vpp-performance-changes-3n-tsh-mrr-ref:
1052       csit-vpp-perf-verify-2001-3n-tsh:
1053         - 9   # MRR sel
1054     vpp-performance-changes-3n-tsh-mrr-cmp:
1055       # TODO: Replace:
1056       # csit-vpp-perf-report-iterative-2005-3n-tsh:
1057       csit-vpp-perf-verify-2001-3n-tsh:
1058         - 9   # MRR sel
1059
1060     dpdk-performance-changes-3n-hsw-h1:
1061       csit-dpdk-perf-verify-1908-3n-hsw:
1062         - 2   # NDRPDR sel
1063         - 3   # NDRPDR sel
1064         - 4   # NDRPDR sel
1065         - 5   # NDRPDR sel
1066         - 6   # NDRPDR sel
1067         - 7   # NDRPDR sel
1068         - 8   # NDRPDR sel
1069         - 9   # NDRPDR sel
1070         - 10  # NDRPDR sel
1071         - 11  # NDRPDR sel
1072     dpdk-performance-changes-3n-hsw-ref:
1073       csit-dpdk-perf-verify-2001-3n-hsw:
1074         - 4   # NDRPDR sel
1075         - 5   # NDRPDR sel
1076         - 6   # NDRPDR sel
1077         - 7   # NDRPDR sel
1078         - 8   # NDRPDR sel
1079         - 9   # NDRPDR sel
1080         - 10  # NDRPDR sel
1081         - 11  # NDRPDR sel
1082         - 12  # NDRPDR sel
1083         - 13  # NDRPDR sel
1084         - 15  # NDRPDR sel
1085         - 16  # NDRPDR sel
1086         - 17  # NDRPDR sel
1087         - 18  # NDRPDR sel
1088         - 19  # NDRPDR sel
1089         - 20  # NDRPDR sel
1090         - 21  # NDRPDR sel
1091         - 22  # NDRPDR sel
1092         - 23  # NDRPDR sel
1093         - 24  # NDRPDR sel
1094     dpdk-performance-changes-3n-hsw-cmp:
1095       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1096         - 5   # NDRPDR sel
1097         - 6   # NDRPDR sel
1098         - 7   # NDRPDR sel
1099         - 8   # NDRPDR sel
1100         - 9   # NDRPDR sel
1101         - 10  # NDRPDR sel
1102         - 11  # NDRPDR sel
1103         - 12  # NDRPDR sel
1104         - 13  # NDRPDR sel
1105         - 14  # NDRPDR sel
1106
1107     dpdk-performance-changes-3n-skx-h1:
1108       csit-dpdk-perf-verify-1908-3n-skx:
1109         - 3   # NDRPDR sel
1110         - 4   # NDRPDR sel
1111         - 5   # NDRPDR sel
1112         - 6   # NDRPDR sel
1113         - 7   # NDRPDR sel
1114         - 8   # NDRPDR sel
1115         - 9   # NDRPDR sel
1116         - 10  # NDRPDR sel
1117         - 11  # NDRPDR sel
1118         - 12  # NDRPDR sel
1119     dpdk-performance-changes-3n-skx-ref:
1120       csit-dpdk-perf-verify-2001-3n-skx:
1121         - 29  # NDRPDR sel xxv710
1122         - 33  # NDRPDR sel xxv710
1123         - 34  # NDRPDR sel xxv710
1124         - 35  # NDRPDR sel xxv710
1125         - 36  # NDRPDR sel xxv710
1126         - 37  # NDRPDR sel xxv710
1127         - 41  # NDRPDR sel xxv710
1128         - 42  # NDRPDR sel xxv710
1129         - 43  # NDRPDR sel xxv710
1130         - 45  # NDRPDR sel xxv710
1131         - 30  # NDRPDR sel x710
1132         - 31  # NDRPDR sel x710
1133         - 32  # NDRPDR sel x710
1134         - 38  # NDRPDR sel x710
1135         - 39  # NDRPDR sel x710
1136         - 40  # NDRPDR sel x710
1137         - 44  # NDRPDR sel x710
1138         - 46  # NDRPDR sel x710
1139         - 47  # NDRPDR sel x710
1140         - 48  # NDRPDR sel x710
1141     dpdk-performance-changes-3n-skx-cmp:
1142       csit-dpdk-perf-report-iterative-2005-3n-skx:
1143         - 4   # NDRPDR sel
1144         - 5   # NDRPDR sel
1145         - 6   # NDRPDR sel
1146         - 7   # NDRPDR sel
1147         - 8   # NDRPDR sel
1148         - 11  # NDRPDR sel
1149         - 12  # NDRPDR sel
1150         - 13  # NDRPDR sel
1151         - 14  # NDRPDR sel
1152         - 15  # NDRPDR sel
1153
1154     dpdk-performance-changes-2n-skx-h1:
1155       csit-dpdk-perf-verify-1908-2n-skx:
1156         - 2   # NDRPDR sel
1157         - 3   # NDRPDR sel
1158         - 4   # NDRPDR sel
1159         - 5   # NDRPDR sel
1160         - 7   # NDRPDR sel
1161         - 8   # NDRPDR sel
1162         - 9   # NDRPDR sel
1163         - 10  # NDRPDR sel
1164         - 11  # NDRPDR sel
1165         - 12  # NDRPDR sel
1166     dpdk-performance-changes-2n-skx-ref:
1167       csit-dpdk-perf-verify-2001-2n-skx:
1168         - 35  # NDRPDR sel xxv710
1169         - 36  # NDRPDR sel xxv710
1170         - 37  # NDRPDR sel xxv710
1171         - 41  # NDRPDR sel xxv710
1172         - 42  # NDRPDR sel xxv710
1173         - 43  # NDRPDR sel xxv710
1174         - 46  # NDRPDR sel xxv710
1175         - 47  # NDRPDR sel xxv710
1176         - 52  # NDRPDR sel xxv710
1177         - 53  # NDRPDR sel xxv710
1178         - 38  # NDRPDR sel x710
1179         - 39  # NDRPDR sel x710
1180         - 40  # NDRPDR sel x710
1181         - 44  # NDRPDR sel x710
1182         - 45  # NDRPDR sel x710
1183         - 48  # NDRPDR sel x710
1184         - 49  # NDRPDR sel x710
1185         - 50  # NDRPDR sel x710
1186         - 51  # NDRPDR sel x710
1187         - 54  # NDRPDR sel x710
1188     dpdk-performance-changes-2n-skx-cmp:
1189       csit-dpdk-perf-report-iterative-2005-2n-skx:
1190         - 1   # NDRPDR sel
1191         - 2   # NDRPDR sel
1192         - 3   # NDRPDR sel
1193         - 4   # NDRPDR sel
1194         - 5   # NDRPDR sel
1195         - 6   # NDRPDR sel
1196         - 7   # NDRPDR sel
1197         - 8   # NDRPDR sel
1198         - 9   # NDRPDR sel
1199         - 10  # NDRPDR sel
1200
1201     dpdk-performance-changes-2n-clx-ref:
1202       csit-dpdk-perf-verify-2001-2n-clx:
1203         - 15  # NDRPDR sel
1204         - 16  # NDRPDR sel
1205         - 17  # NDRPDR sel
1206         - 18  # NDRPDR sel
1207         - 19  # NDRPDR sel
1208         - 20  # NDRPDR sel
1209         - 21  # NDRPDR sel
1210         - 22  # NDRPDR sel
1211         - 23  # NDRPDR sel
1212         - 24  # NDRPDR sel
1213         - 25  # NDRPDR sel
1214         - 26  # NDRPDR sel
1215         - 27  # NDRPDR sel
1216         - 28  # NDRPDR sel
1217         - 29  # NDRPDR sel
1218         - 30  # NDRPDR sel
1219         - 31  # NDRPDR sel
1220         - 32  # NDRPDR sel
1221         - 33  # NDRPDR sel
1222         - 34  # NDRPDR sel
1223     dpdk-performance-changes-2n-clx-cmp:
1224       csit-dpdk-perf-report-iterative-2005-2n-clx:
1225         - 1   # NDRPDR sel
1226         - 2   # NDRPDR sel
1227         - 3   # NDRPDR sel
1228         - 4   # NDRPDR sel
1229         - 5   # NDRPDR sel
1230         - 6   # NDRPDR sel
1231         - 7   # NDRPDR sel
1232         - 8   # NDRPDR sel
1233         - 9   # NDRPDR sel
1234         - 10  # NDRPDR sel
1235
1236     dpdk-performance-changes-2n-dnv-ref:
1237       csit-dpdk-perf-verify-2001-2n-dnv:
1238         - 9   # NDRPDR sel
1239         - 10  # NDRPDR sel
1240         - 11  # NDRPDR sel
1241         - 12  # NDRPDR sel
1242         - 13  # NDRPDR sel
1243         - 14  # NDRPDR sel
1244         - 15  # NDRPDR sel
1245         - 16  # NDRPDR sel
1246         - 17  # NDRPDR sel
1247         - 18  # NDRPDR sel
1248     dpdk-performance-changes-2n-dnv-cmp:
1249       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1250         - 8   # NDRPDR sel
1251         - 9   # NDRPDR sel
1252         - 10  # NDRPDR sel
1253         - 11  # NDRPDR sel
1254         - 12  # NDRPDR sel
1255         - 13  # NDRPDR sel
1256         - 14  # NDRPDR sel
1257         - 15  # NDRPDR sel
1258         - 16  # NDRPDR sel
1259         - 17  # NDRPDR sel
1260
1261     dpdk-performance-changes-3n-dnv-ref:
1262       csit-dpdk-perf-verify-2001-3n-dnv:
1263         - 12  # NDRPDR sel
1264         - 13  # NDRPDR sel
1265         - 14  # NDRPDR sel
1266         - 15  # NDRPDR sel
1267         - 16  # NDRPDR sel
1268         - 17  # NDRPDR sel
1269         - 18  # NDRPDR sel
1270         - 19  # NDRPDR sel
1271         - 20  # NDRPDR sel
1272         - 22  # NDRPDR sel
1273     dpdk-performance-changes-3n-dnv-cmp:
1274       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1275         - 6   # NDRPDR sel
1276         - 7   # NDRPDR sel
1277         - 8   # NDRPDR sel
1278         - 9   # NDRPDR sel
1279         - 10  # NDRPDR sel
1280         - 11  # NDRPDR sel
1281         - 12  # NDRPDR sel
1282         - 13  # NDRPDR sel
1283         - 14  # NDRPDR sel
1284         - 16  # NDRPDR sel
1285
1286     dpdk-performance-changes-3n-tsh-ref:
1287       csit-dpdk-perf-verify-2001-3n-tsh:
1288         - 3   # NDRPDR sel
1289         - 4   # NDRPDR sel
1290         - 5   # NDRPDR sel
1291         - 9   # NDRPDR sel
1292         - 10  # NDRPDR sel
1293         - 11  # NDRPDR sel
1294         - 12  # NDRPDR sel
1295         - 14  # NDRPDR sel
1296         - 15  # NDRPDR sel
1297         - 18  # NDRPDR sel
1298     dpdk-performance-changes-3n-tsh-cmp:
1299       # TODO: Add data:
1300       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1301         - 5   # NDRPDR sel
1302
1303     # Compare testbeds
1304
1305     vpp-compare-testbeds-ref:
1306       csit-vpp-perf-report-iterative-2005-3n-hsw:
1307         - 3   # NDRPDR sel
1308         - 4   # NDRPDR sel
1309         - 5   # NDRPDR sel
1310         - 10  # NDRPDR sel
1311         - 11  # NDRPDR sel
1312         - 12  # NDRPDR sel
1313         - 15  # NDRPDR sel
1314         - 16  # NDRPDR sel
1315         - 18  # NDRPDR sel
1316         - 19  # NDRPDR sel
1317     vpp-compare-testbeds-cmp:
1318       # TODO: Add data:
1319       csit-vpp-perf-report-iterative-2005-3n-skx:
1320         - 4   # NDRPDR sel
1321         - 5   # NDRPDR sel ??? all x710 failed
1322         - 33  # NDRPDR sel
1323         - 28  # NDRPDR sel
1324
1325     vpp-compare-testbeds-skx-clx-ref:
1326       # TODO: Add data:
1327       csit-vpp-perf-report-iterative-2005-2n-skx:
1328         - 7   # NDRPDR sel
1329     vpp-compare-testbeds-skx-clx-cmp:
1330       # TODO: Add data:
1331       csit-vpp-perf-report-iterative-2005-2n-clx:
1332         - 7   # NDRPDR sel
1333         - 38  # NDRPDR sel
1334         - 9   # NDRPDR sel
1335         - 32  # NDRPDR sel ???
1336         - 33  # NDRPDR sel ???
1337         - 40  # NDRPDR sel
1338
1339     vpp-compare-testbeds-hsw-clx-ref:
1340       csit-vpp-perf-report-iterative-2005-3n-hsw:
1341         - 3   # NDRPDR sel
1342         - 4   # NDRPDR sel
1343         - 5   # NDRPDR sel
1344         - 10  # NDRPDR sel
1345         - 11  # NDRPDR sel
1346         - 12  # NDRPDR sel
1347         - 15  # NDRPDR sel
1348         - 16  # NDRPDR sel
1349         - 18  # NDRPDR sel
1350         - 19  # NDRPDR sel
1351     vpp-compare-testbeds-hsw-clx-cmp:
1352       # TODO: Add data:
1353       csit-vpp-perf-report-iterative-2005-2n-clx:
1354         - 7   # NDRPDR sel
1355         - 38  # NDRPDR sel
1356         - 9   # NDRPDR sel
1357         - 32  # NDRPDR sel ???
1358         - 33  # NDRPDR sel ???
1359         - 40  # NDRPDR sel
1360
1361     vpp-compare-testbeds-mrr-ref:
1362       csit-vpp-perf-report-iterative-2005-3n-hsw:
1363         - 13  # MRR
1364     vpp-compare-testbeds-mrr-cmp:
1365       csit-vpp-perf-report-iterative-2005-3n-skx:
1366         - 6   # MRR sel
1367
1368     vpp-compare-testbeds-mrr-skx-clx-ref:
1369       csit-vpp-perf-report-iterative-2005-2n-skx:
1370         - 42  # MRR sel
1371     vpp-compare-testbeds-mrr-skx-clx-cmp:
1372       csit-vpp-perf-report-iterative-2005-2n-clx:
1373         - 12   # MRR
1374
1375     vpp-compare-testbeds-mrr-hsw-clx-ref:
1376       csit-vpp-perf-report-iterative-2005-3n-hsw:
1377         - 13  # MRR
1378     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1379       csit-vpp-perf-report-iterative-2005-2n-clx:
1380         - 12   # MRR
1381
1382     dpdk-compare-testbeds-ref:
1383       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1384         - 5   # NDRPDR sel
1385         - 6   # NDRPDR sel
1386         - 7   # NDRPDR sel
1387         - 8   # NDRPDR sel
1388         - 9   # NDRPDR sel
1389         - 10  # NDRPDR sel
1390         - 11  # NDRPDR sel
1391         - 12  # NDRPDR sel
1392         - 13  # NDRPDR sel
1393         - 14  # NDRPDR sel
1394     dpdk-compare-testbeds-cmp:
1395       csit-dpdk-perf-report-iterative-2005-3n-skx:
1396         - 4   # NDRPDR sel
1397         - 5   # NDRPDR sel
1398         - 6   # NDRPDR sel
1399         - 7   # NDRPDR sel
1400         - 8   # NDRPDR sel
1401         - 11  # NDRPDR sel
1402         - 12  # NDRPDR sel
1403         - 13  # NDRPDR sel
1404         - 14  # NDRPDR sel
1405         - 15  # NDRPDR sel
1406
1407     dpdk-compare-testbeds-skx-clx-ref:
1408       csit-dpdk-perf-report-iterative-2005-2n-skx:
1409         - 1   # NDRPDR sel
1410         - 2   # NDRPDR sel
1411         - 3   # NDRPDR sel
1412         - 4   # NDRPDR sel
1413         - 5   # NDRPDR sel
1414         - 6   # NDRPDR sel
1415         - 7   # NDRPDR sel
1416         - 8   # NDRPDR sel
1417         - 9   # NDRPDR sel
1418         - 10  # NDRPDR sel
1419     dpdk-compare-testbeds-skx-clx-cmp:
1420       csit-dpdk-perf-report-iterative-2005-2n-clx:
1421         - 1   # NDRPDR sel
1422         - 2   # NDRPDR sel
1423         - 3   # NDRPDR sel
1424         - 4   # NDRPDR sel
1425         - 5   # NDRPDR sel
1426         - 6   # NDRPDR sel
1427         - 7   # NDRPDR sel
1428         - 8   # NDRPDR sel
1429         - 9   # NDRPDR sel
1430         - 10  # NDRPDR sel
1431
1432     # Compare topologies
1433
1434     vpp-compare-topologies-ref:
1435       # TODO: Add data:
1436       csit-vpp-perf-report-iterative-2005-3n-skx:
1437         - 4   # NDRPDR sel
1438         - 5   # NDRPDR sel ??? all x710 failed
1439         - 33  # NDRPDR sel
1440         - 28  # NDRPDR sel
1441     vpp-compare-topologies-cmp:
1442       # TODO: Add data:
1443       csit-vpp-perf-report-iterative-2005-2n-skx:
1444         - 7   # NDRPDR sel
1445
1446     vpp-compare-topologies-mrr-ref:
1447       csit-vpp-perf-report-iterative-2005-3n-skx:
1448         - 6   # MRR sel
1449     vpp-compare-topologies-mrr-cmp:
1450       csit-vpp-perf-report-iterative-2005-2n-skx:
1451         - 42  # MRR sel
1452
1453     dpdk-compare-topologies-ref:
1454       csit-dpdk-perf-report-iterative-2005-3n-skx:
1455         - 4   # NDRPDR sel
1456         - 5   # NDRPDR sel
1457         - 6   # NDRPDR sel
1458         - 7   # NDRPDR sel
1459         - 8   # NDRPDR sel
1460         - 11  # NDRPDR sel
1461         - 12  # NDRPDR sel
1462         - 13  # NDRPDR sel
1463         - 14  # NDRPDR sel
1464         - 15  # NDRPDR sel
1465     dpdk-compare-topologies-cmp:
1466       csit-dpdk-perf-report-iterative-2005-2n-skx:
1467         - 1   # NDRPDR sel
1468         - 2   # NDRPDR sel
1469         - 3   # NDRPDR sel
1470         - 4   # NDRPDR sel
1471         - 5   # NDRPDR sel
1472         - 6   # NDRPDR sel
1473         - 7   # NDRPDR sel
1474         - 8   # NDRPDR sel
1475         - 9   # NDRPDR sel
1476         - 10  # NDRPDR sel
1477
1478   plot-layouts:
1479
1480     plot-soak-throughput:
1481       titlefont:
1482         size: 18
1483       xaxis:
1484         title: "<b>Test Cases [Index]</b>"
1485         titlefont:
1486           size: 16
1487         autorange: True
1488         fixedrange: False
1489         gridcolor: "rgb(230, 230, 230)"
1490         linecolor: "rgb(220, 220, 220)"
1491         linewidth: 1
1492         showgrid: True
1493         showline: True
1494         showticklabels: True
1495         tickcolor: "rgb(220, 220, 220)"
1496         tickmode: "linear"
1497         tickfont:
1498           size: 16
1499         zeroline: False
1500       yaxis:
1501         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1502         titlefont:
1503           size: 16
1504         gridcolor: "rgb(230, 230, 230)"
1505         hoverformat: ".4r"
1506         tickformat: ".3r"
1507         linecolor: "rgb(220, 220, 220)"
1508         linewidth: 1
1509         showgrid: True
1510         showline: True
1511         showticklabels: True
1512         tickcolor: "rgb(220, 220, 220)"
1513         tickfont:
1514           size: 16
1515         zeroline: False
1516         range: [0,50]
1517       autosize: False
1518       margin:
1519         t: 50
1520         b: 0
1521         l: 80
1522         r: 20
1523       showlegend: True
1524       legend:
1525         orientation: "h"
1526         font:
1527           size: 16
1528       width: 700
1529       height: 900
1530       paper_bgcolor: "#fff"
1531       plot_bgcolor: "#fff"
1532       hoverlabel:
1533         namelength: -1
1534
1535     plot-service-density:
1536       titlefont:
1537         size: 18
1538       xaxis:
1539         side: "top"
1540         autorange: True
1541         fixedrange: False
1542         showgrid: False
1543         showline: False
1544         showticklabels: False
1545         ticks: ""
1546         ticklen: 0
1547         tickwidth: 0
1548         zeroline: False
1549       yaxis:
1550         autorange: "reversed"
1551         showgrid: False
1552         showline: False
1553         showticklabels: False
1554         ticks: ""
1555         ticklen: 0
1556         tickwidth: 0
1557         zeroline: False
1558       showlegend: False
1559       paper_bgcolor: "#fff"
1560       plot_bgcolor: "#fff"
1561       width: 700
1562       height: 700
1563       hoverlabel:
1564         namelength: -1
1565
1566 #    plot-cps:
1567 #      titlefont:
1568 #        size: 18
1569 #      xaxis:
1570 #        title: "<b>Test Cases [Index]</b>"
1571 #        titlefont:
1572 #          size: 16
1573 #        autorange: True
1574 #        fixedrange: False
1575 #        gridcolor: "rgb(230, 230, 230)"
1576 #        linecolor: "rgb(220, 220, 220)"
1577 #        linewidth: 1
1578 #        showgrid: True
1579 #        showline: True
1580 #        showticklabels: True
1581 #        tickcolor: "rgb(220, 220, 220)"
1582 #        tickmode: "linear"
1583 #        tickfont:
1584 #          size: 16
1585 #        zeroline: False
1586 #      yaxis:
1587 #        title: "<b>Connections Per Second [cps]</b>"
1588 #        titlefont:
1589 #          size: 16
1590 #        gridcolor: "rgb(230, 230, 230)"
1591 #        hoverformat: ".4s"
1592 #        linecolor: "rgb(220, 220, 220)"
1593 #        linewidth: 1
1594 #        rangemode: "tozero"
1595 #        showgrid: True
1596 #        showline: True
1597 #        showticklabels: True
1598 #        tickcolor: "rgb(220, 220, 220)"
1599 #        tickformat: ".3s"
1600 #        tickfont:
1601 #          size: 16
1602 #        zeroline: False
1603 #      boxmode: "group"
1604 #      boxgroupgap: 0.5
1605 #      autosize: False
1606 #      margin:
1607 #        t: 50
1608 #        b: 20
1609 #        l: 80
1610 #        r: 20
1611 #      showlegend: True
1612 #      legend:
1613 #        orientation: "h"
1614 #        font:
1615 #          size: 16
1616 #      width: 700
1617 #      height: 800
1618 #      paper_bgcolor: "#fff"
1619 #      plot_bgcolor: "#fff"
1620 #      hoverlabel:
1621 #        namelength: -1
1622 #
1623 #    plot-rps:
1624 #      titlefont:
1625 #        size: 18
1626 #      xaxis:
1627 #        title: "<b>Test Cases [Index]</b>"
1628 #        titlefont:
1629 #          size: 16
1630 #        autorange: True
1631 #        fixedrange: False
1632 #        gridcolor: "rgb(230, 230, 230)"
1633 #        linecolor: "rgb(220, 220, 220)"
1634 #        linewidth: 1
1635 #        showgrid: True
1636 #        showline: True
1637 #        showticklabels: True
1638 #        tickcolor: "rgb(220, 220, 220)"
1639 #        tickmode: "linear"
1640 #        tickfont:
1641 #          size: 16
1642 #        zeroline: False
1643 #      yaxis:
1644 #        title: "<b>Requests Per Second [rps]</b>"
1645 #        titlefont:
1646 #          size: 16
1647 #        gridcolor: "rgb(230, 230, 230)"
1648 #        hoverformat: ".4s"
1649 #        linecolor: "rgb(220, 220, 220)"
1650 #        linewidth: 1
1651 #        rangemode: "tozero"
1652 #        showgrid: True
1653 #        showline: True
1654 #        showticklabels: True
1655 #        tickcolor: "rgb(230, 230, 230)"
1656 #        tickformat: ".3s"
1657 #        tickfont:
1658 #          size: 16
1659 #        zeroline: False
1660 #      boxmode: "group"
1661 #      boxgroupgap: 0.5
1662 #      autosize: False
1663 #      margin:
1664 #        t: 50
1665 #        b: 20
1666 #        l: 80
1667 #        r: 20
1668 #      showlegend: True
1669 #      legend:
1670 #        orientation: "h"
1671 #        font:
1672 #          size: 16
1673 #      width: 700
1674 #      height: 800
1675 #      paper_bgcolor: "#fff"
1676 #      plot_bgcolor: "#fff"
1677 #      hoverlabel:
1678 #        namelength: -1
1679
1680     plot-hoststack:
1681       titlefont:
1682         size: 16
1683       xaxis:
1684         title: "<b>Test Cases [Index]</b>"
1685         titlefont:
1686           size: 14
1687         autorange: True
1688         fixedrange: False
1689         gridcolor: "rgb(230, 230, 230)"
1690         linecolor: "rgb(220, 220, 220)"
1691         linewidth: 1
1692         showgrid: True
1693         showline: True
1694         showticklabels: True
1695         tickcolor: "rgb(220, 220, 220)"
1696         tickmode: "linear"
1697         tickfont:
1698           size: 14
1699         zeroline: False
1700       yaxis:
1701         title: "<b>Bandwidth [Gbps]</b>"
1702         titlefont:
1703           size: 14
1704         gridcolor: "rgb(230, 230, 230)"
1705         hoverformat: ".4s"
1706         linecolor: "rgb(220, 220, 220)"
1707         linewidth: 1
1708         rangemode: "tozero"
1709         showgrid: True
1710         showline: True
1711         showticklabels: True
1712         tickcolor: "rgb(230, 230, 230)"
1713         tickformat: ".3s"
1714         tickfont:
1715           size: 14
1716         zeroline: False
1717       boxmode: "group"
1718       boxgroupgap: 0.5
1719       autosize: False
1720       margin:
1721         t: 50
1722         b: 20
1723         l: 80
1724         r: 20
1725       showlegend: True
1726       legend:
1727         orientation: "h"
1728         font:
1729           size: 14
1730       width: 700
1731       height: 800
1732       paper_bgcolor: "#fff"
1733       plot_bgcolor: "#fff"
1734       hoverlabel:
1735         namelength: -1
1736
1737     plot-throughput:
1738       titlefont:
1739         size: 18
1740       xaxis:
1741         title: "<b>Test Cases [Index]</b>"
1742         titlefont:
1743           size: 16
1744         autorange: True
1745         fixedrange: False
1746         gridcolor: "rgb(230, 230, 230)"
1747         linecolor: "rgb(220, 220, 220)"
1748         linewidth: 1
1749         showgrid: True
1750         showline: True
1751         showticklabels: True
1752         tickcolor: "rgb(220, 220, 220)"
1753         tickmode: "linear"
1754         tickfont:
1755           size: 16
1756         zeroline: False
1757       yaxis:
1758         title: "<b>Packet Throughput [Mpps]</b>"
1759         titlefont:
1760           size: 16
1761         gridcolor: "rgb(230, 230, 230)"
1762         hoverformat: ".4r"
1763         tickformat: ".3r"
1764         linecolor: "rgb(220, 220, 220)"
1765         linewidth: 1
1766         showgrid: True
1767         showline: True
1768         showticklabels: True
1769         tickcolor: "rgb(220, 220, 220)"
1770         tickfont:
1771           size: 16
1772         zeroline: False
1773         range: [0,50]
1774       autosize: False
1775       margin:
1776         t: 50
1777         b: 0
1778         l: 80
1779         r: 20
1780       showlegend: True
1781       legend:
1782         orientation: "h"
1783         font:
1784           size: 16
1785       width: 700
1786       height: 900
1787       paper_bgcolor: "#fff"
1788       plot_bgcolor: "#fff"
1789       hoverlabel:
1790         namelength: -1
1791
1792     plot-throughput-speedup-analysis:
1793       titlefont:
1794         size: 18
1795       xaxis:
1796         title: "<b>Number of Cores [Qty]</b>"
1797         titlefont:
1798           size: 16
1799         autorange: True
1800         fixedrange: False
1801         gridcolor: "rgb(230, 230, 230)"
1802         linecolor: "rgb(220, 220, 220)"
1803         linewidth: 1
1804         showgrid: True
1805         showline: True
1806         showticklabels: True
1807         tickcolor: "rgb(238, 238, 238)"
1808         tickmode: "linear"
1809         tickfont:
1810           size: 16
1811         zeroline: False
1812       yaxis:
1813         title: "<b>Packet Throughput [Mpps]</b>"
1814         titlefont:
1815           size: 16
1816         type: "linear"
1817         gridcolor: "rgb(230, 230, 230)"
1818         hoverformat: ".4s"
1819         linecolor: "rgb(220, 220, 220)"
1820         linewidth: 1
1821         showgrid: True
1822         showline: True
1823         showticklabels: True
1824         tickcolor: "rgb(220, 220, 220)"
1825         tickformat: ".4s"
1826         tickfont:
1827           size: 16
1828         zeroline: True
1829         rangemode: "tozero"
1830         range: [0,100]
1831       legend:
1832         orientation: "h"
1833         font:
1834           size: 16
1835         xanchor: "left"
1836         yanchor: "top"
1837         x: 0
1838         y: -0.2
1839         bgcolor: "rgba(255, 255, 255, 0)"
1840         bordercolor: "rgba(255, 255, 255, 0)"
1841         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1842       autosize: False
1843       margin:
1844           't': 50
1845           'b': 150
1846           'l': 85
1847           'r': 10
1848       showlegend: True
1849       width: 700
1850       height: 700
1851       paper_bgcolor: "#fff"
1852       plot_bgcolor: "#fff"
1853       hoverlabel:
1854         namelength: -1
1855       annotations: [
1856         {
1857           text: "_ _          __          ...",
1858           align: "left",
1859           showarrow: False,
1860           xref: "paper",
1861           yref: "paper",
1862           xanchor: "left",
1863           yanchor: "top",
1864           x: 0,
1865           y: -0.13,
1866           font: {
1867             family: "Consolas, Courier New",
1868             size: 15
1869           },
1870         },
1871         {
1872           text: "    Perfect     Measured     Limit",
1873           align: "left",
1874           showarrow: False,
1875           xref: "paper",
1876           yref: "paper",
1877           xanchor: "left",
1878           yanchor: "top",
1879           x: 0,
1880           y: -0.15,
1881           font: {
1882             family: "Consolas, Courier New",
1883             size: 15
1884           },
1885         },
1886       ]
1887
1888     plot-latency:
1889       titlefont:
1890         size: 18
1891       xaxis:
1892         title: "<b>Direction</b>"
1893         titlefont:
1894           size: 16
1895         autorange: True
1896         fixedrange: False
1897         gridcolor: "rgb(230, 230, 230)"
1898         linecolor: "rgb(220, 220, 220)"
1899         linewidth: 1
1900         showgrid: True
1901         showline: True
1902         showticklabels: False
1903         tickcolor: "rgb(220, 220, 220)"
1904         tickmode: "linear"
1905         tickfont:
1906           size: 16
1907         zeroline: False
1908       yaxis:
1909         title: "<b>Packet Latency [uSec]</b>"
1910         titlefont:
1911           size: 16
1912         type: "linear"
1913         gridcolor: "rgb(230, 230, 230)"
1914         hoverformat: ".4s"
1915         linecolor: "rgb(220, 220, 220)"
1916         linewidth: 1
1917         showgrid: True
1918         showline: True
1919         showticklabels: True
1920         tickcolor: "rgb(220, 220, 220)"
1921         tickformat: ".4s"
1922         tickfont:
1923           size: 16
1924         zeroline: True
1925         rangemode: "tozero"
1926       legend:
1927         orientation: "h"
1928         font:
1929           size: 16
1930         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1931       autosize: False
1932       margin:
1933           't': 50
1934           'b': 150
1935           'l': 80
1936           'r': 10
1937       showlegend: True
1938       width: 700
1939       height: 700
1940       paper_bgcolor: "#fff"
1941       plot_bgcolor: "#fff"
1942       hoverlabel:
1943         namelength: -1
1944
1945     plot-hdrh-latency:
1946       title:
1947         text: ""
1948         xanchor: "center"
1949         x: 0.5
1950         font:
1951           size: 16
1952       width: 700
1953       plot_bgcolor: "white"
1954       annotations:
1955         - font:
1956             size: 14
1957           showarrow: False
1958           text: "<b>Packet Latency [uSec]</b>"
1959           x: 1
1960           xanchor: "right"
1961           xref: "paper"
1962           y: -0.045
1963           yanchor: "top"
1964           yref: "paper"
1965         - font:
1966             size: 14
1967           showarrow: False
1968           text: "<b>Probability [%]</b>"
1969           textangle: 270
1970           x: -0.06
1971           xanchor: "center"
1972           xref: "paper"
1973           y: 0.5
1974           yanchor: "middle"
1975           yref: "paper"
1976         - font:
1977             size: 14
1978           showarrow: False
1979           text: "<b>Direction: E-W</b>"
1980           x: 0.24
1981           xanchor: "center"
1982           xref: "paper"
1983           y: 1.05
1984           yanchor: "bottom"
1985           yref: "paper"
1986         - font:
1987             size: 14
1988           showarrow: False
1989           text: "<b>Direction: W-E</b>"
1990           x: 0.74
1991           xanchor: "center"
1992           xref: "paper"
1993           y: 1.05
1994           yanchor: "bottom"
1995           yref: "paper"
1996
1997     plot-hdrh-latency-percentile:
1998       title:
1999         text: ""
2000         xanchor: "center"
2001         x: 0.5
2002         font:
2003           size: 18
2004       xaxis:
2005         type: "log"
2006         title: "<b>Percentile [%]</b>"
2007         titlefont:
2008           size: 16
2009         autorange: True
2010         fixedrange: False
2011         gridcolor: "rgb(230, 230, 230)"
2012         linecolor: "rgb(220, 220, 220)"
2013         linewidth: 1
2014         showgrid: True
2015         showline: True
2016         showticklabels: True
2017         tickcolor: "rgb(220, 220, 220)"
2018         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2019         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2020         tickfont:
2021           size: 16
2022       yaxis:
2023         title: "<b>Packet Latency [uSec]</b>"
2024         titlefont:
2025           size: 16
2026         gridcolor: "rgb(230, 230, 230)"
2027         linecolor: "rgb(220, 220, 220)"
2028         linewidth: 1
2029         showgrid: True
2030         showline: True
2031         showticklabels: True
2032         tickcolor: "rgb(220, 220, 220)"
2033         tickfont:
2034           size: 16
2035       autosize: False
2036       showlegend: True
2037       legend:
2038         traceorder: "normal"
2039         orientation: "h"
2040         font:
2041           size: 16
2042         xanchor: "left"
2043         yanchor: "top"
2044         x: 0
2045         y: -0.15
2046         bgcolor: "rgba(255, 255, 255, 0)"
2047         bordercolor: "rgba(255, 255, 255, 0)"
2048       width: 700
2049       height: 700
2050       paper_bgcolor: "white"
2051       plot_bgcolor: "white"
2052
2053     plot-hdrh-latency-by-percentile:
2054       title:
2055         text: "<b>Latency by Percentile Distribution</b>"
2056         xanchor: "center"
2057         x: 0.5
2058         font:
2059           size: 18
2060       showlegend: True
2061       legend:
2062         traceorder: "normal"
2063         orientation: "h"
2064         font:
2065           size: 16
2066         xanchor: "left"
2067         yanchor: "top"
2068         x: 0
2069         y: -0.2
2070         bgcolor: "rgba(255, 255, 255, 0)"
2071         bordercolor: "rgba(255, 255, 255, 0)"
2072       xaxis:
2073         type: "linear"
2074         title: "<b>Percentile [%]</b>"
2075         titlefont:
2076           size: 14
2077         autorange: False
2078         fixedrange: False
2079         range: [0, 100]
2080         gridcolor: "rgb(230, 230, 230)"
2081         linecolor: "rgb(220, 220, 220)"
2082         linewidth: 1
2083         showgrid: True
2084         showline: True
2085         showticklabels: True
2086         tickcolor: "rgb(220, 220, 220)"
2087         tickvals: [0, 25, 50, 75, 100]
2088         ticktext: [0, 25, 50, 75, 100]
2089         tickfont:
2090           size: 14
2091       yaxis:
2092         title: "<b>One-Way Latency per Direction [uSec]</b>"
2093         titlefont:
2094           size: 14
2095         gridcolor: "rgb(230, 230, 230)"
2096         linecolor: "rgb(220, 220, 220)"
2097         linewidth: 1
2098         showgrid: True
2099         showline: True
2100         showticklabels: True
2101         tickcolor: "rgb(220, 220, 220)"
2102         tickfont:
2103           size: 14
2104       width: 700
2105       height: 700
2106       paper_bgcolor: "white"
2107       plot_bgcolor: "white"
2108
2109 - type: "static"
2110   src-path: "{DIR[RST]}"
2111   dst-path: "{DIR[WORKING,SRC]}"
2112
2113 - type: "input"
2114   general:
2115     file-name: "output_info.xml.gz"
2116     file-format: ".gz"
2117     arch-file-format:
2118       - ".gz"
2119       - ".zip"
2120     download-path: "{job}/{build}/archives/{filename}"
2121     extract: "output.xml"
2122
2123     zip-file-name: "robot-plugin.zip"
2124     zip-file-format: ".zip"
2125     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2126     zip-extract: "robot-plugin/output.xml"
2127
2128   builds:
2129
2130     csit-vpp-perf-verify-1908-3n-hsw:
2131       - 12  # NDRPDR sel
2132       - 13  # NDRPDR sel
2133       - 14  # NDRPDR sel
2134       - 15  # NDRPDR sel
2135       - 16  # NDRPDR sel
2136       - 17  # NDRPDR sel
2137       - 18  # NDRPDR sel
2138       - 19  # NDRPDR sel
2139       - 20  # NDRPDR sel
2140       - 21  # NDRPDR sel
2141       - 48  # NDRPDR sel vhost
2142       - 49  # NDRPDR sel vhost
2143       - 52  # NDRPDR sel vhost
2144       - 53  # NDRPDR sel vhost
2145       - 54  # NDRPDR sel vhost
2146       - 55  # NDRPDR sel vhost
2147       - 56  # NDRPDR sel vhost
2148       - 57  # NDRPDR sel vhost
2149       - 58  # NDRPDR sel vhost
2150       - 59  # NDRPDR sel vhost
2151       - 39  # MRR sel
2152     csit-vpp-perf-verify-2001-3n-hsw:
2153       - 21  # NDRPDR sel
2154       - 22  # NDRPDR sel
2155       - 23  # NDRPDR sel
2156       - 24  # NDRPDR sel
2157       - 25  # NDRPDR sel
2158       - 29  # NDRPDR sel
2159       - 30  # NDRPDR sel
2160       - 31  # NDRPDR sel
2161       - 32  # NDRPDR sel
2162       - 34  # NDRPDR sel
2163       - 17  # MRR sel
2164     csit-vpp-perf-report-iterative-2005-3n-hsw:
2165       - 3   # NDRPDR sel
2166       - 4   # NDRPDR sel
2167       - 5   # NDRPDR sel
2168       - 10  # NDRPDR sel
2169       - 11  # NDRPDR sel
2170       - 12  # NDRPDR sel
2171       - 15  # NDRPDR sel
2172       - 16  # NDRPDR sel
2173       - 18  # NDRPDR sel
2174       - 19  # NDRPDR sel
2175       - 13  # MRR
2176     csit-vpp-perf-verify-2005-3n-hsw:
2177       - 3   # hoststack
2178       - 5   # hoststack
2179       - 6   # hoststack
2180       - 7   # hoststack
2181       - 8   # hoststack
2182       - 9   # hoststack
2183       - 10  # hoststack
2184       - 11  # hoststack
2185       - 12  # hoststack
2186       - 13  # hoststack
2187     csit-vpp-perf-report-coverage-2005-3n-hsw:
2188       - 1   # perf-full-3n-dnv-crypto_I
2189       - 7   # perf-full-3n-hsw-crypto_II
2190       - 3   # perf-full-3n-hsw-crypto_III
2191       - 4   # perf-full-3n-dnv-crypto_IV
2192       - 5   # perf-full-3n-hsw-ip4_I
2193       - 6   # perf-full-3n-hsw-ip4_II
2194       - 8   # perf-full-3n-hsw-ip4_III
2195       - 9   # perf-full-3n-hsw-ip4_IV
2196       - 10  # perf-full-3n-hsw-ip4_V
2197       - 26  # perf-full-3n-hsw-ip4_VI
2198       - 18  # perf-full-3n-hsw-ip4_VII
2199       - 27  # perf-full-3n-hsw-ip4_VIII
2200       - 28  # perf-full-3n-hsw-ip4_IX
2201       - 29  # perf-full-3n-hsw-ip6_I
2202       - 35  # perf-full-3n-hsw-ip6_II
2203       - 42  # perf-full-3n-hsw-l2_I
2204       - 33  # perf-full-3n-hsw-l2_II
2205       - 37  # perf-full-3n-hsw-l2_III
2206       - 45  # perf-full-3n-hsw-l2_IV
2207       - 43  # perf-full-3n-hsw-l2_V
2208       - 40  # perf-full-3n-hsw-l2_VI
2209       - 44  # perf-full-3n-hsw-l2_VII
2210       - 51  # perf-full-3n-hsw-l2_VIII
2211       - 50  # perf-full-3n-hsw-l2_IX
2212       - 52  # perf-full-3n-hsw-l2_X
2213       - 53  # perf-full-3n-hsw-l2_XI
2214       - 54  # perf-full-3n-hsw-memif
2215       - 55  # perf-full-3n-hsw-ip4tunnels-I
2216       - 56  # perf-full-3n-hsw-ip4tunnels-II
2217       - 57  # perf-full-3n-hsw-ip4tunnels-III
2218       - 58  # perf-full-3n-hsw-ip6tunnels-I
2219       - 59  # perf-full-3n-hsw-srv6-I
2220       - 60  # perf-full-3n-hsw-srv6-II
2221       - 61  # perf-full-3n-hsw-vhost-I
2222       - 62  # perf-full-3n-hsw-vhost-II
2223       - 63  # perf-full-3n-hsw-vhost-III
2224
2225     csit-vpp-perf-verify-1908_1-3n-skx:
2226       - 26  # NDRPDR sel - new1908.1
2227       - 27  # NDRPDR sel - new1908.1
2228       - 28  # NDRPDR sel - new1908.1
2229       - 29  # NDRPDR sel - new1908.1
2230       - 30  # NDRPDR sel - new1908.1
2231       - 31  # NDRPDR sel - new1908.1
2232       - 33  # NDRPDR sel - new1908.1
2233       - 34  # NDRPDR sel - new1908.1
2234       - 35  # NDRPDR sel - new1908.1
2235       - 36  # NDRPDR sel - new1908.1
2236     csit-vpp-perf-verify-2001-3n-skx:
2237       - 69  # NDRPDR sel - new2001.0
2238       - 71  # NDRPDR sel - new2001.0
2239       - 72  # NDRPDR sel - new2001.0
2240       - 76  # NDRPDR sel - new2001.0
2241       - 77  # NDRPDR sel - new2001.0
2242       - 78  # NDRPDR sel - new2001.0
2243       - 80  # NDRPDR sel - new2001.0
2244       - 50  # MRR sel
2245       - 53  # MRR sel addition
2246     # TODO: Add data:
2247     csit-vpp-perf-report-iterative-2005-3n-skx:
2248       - 4   # NDRPDR sel
2249       - 5   # NDRPDR sel ??? all x710 failed
2250       - 33  # NDRPDR sel
2251       - 28  # NDRPDR sel
2252       - 6   # MRR sel
2253
2254     csit-vpp-perf-verify-1908_1-2n-skx:
2255       - 39  # NDRPDR sel - new1908.1
2256       - 40  # NDRPDR sel - new1908.1
2257       - 41  # NDRPDR sel - new1908.1
2258       - 43  # NDRPDR sel - new1908.1
2259       - 44  # NDRPDR sel - new1908.1
2260       - 45  # NDRPDR sel - new1908.1
2261       - 46  # NDRPDR sel - new1908.1
2262       - 47  # NDRPDR sel - new1908.1
2263       - 48  # NDRPDR sel - new1908.1
2264       - 49  # NDRPDR sel - new1908.1
2265     csit-vpp-perf-verify-2001-2n-skx:
2266       - 143  # NDRPDR sel - new2001.0
2267       - 146  # NDRPDR sel - new2001.0
2268       - 147  # NDRPDR sel - new2001.0
2269       - 148  # NDRPDR sel - new2001.0
2270       - 149  # NDRPDR sel - new2001.0
2271       - 150  # NDRPDR sel - new2001.0
2272       - 151  # NDRPDR sel - new2001.0
2273       - 152  # NDRPDR sel - new2001.0
2274       - 153  # NDRPDR sel - new2001.0
2275       - 154  # NDRPDR sel - new2001.0
2276       - 101  # MRR sel - old
2277       - 128  # MRR sel addition - old
2278       - 169  # Reconf REMOVE
2279       - 181  # Soak REMOVE
2280       - 182  # Soak REMOVE
2281     # TODO: Add data:
2282     csit-vpp-perf-report-iterative-2005-2n-skx:
2283       - 7   # NDRPDR sel
2284       - 42  # MRR sel
2285
2286     csit-vpp-perf-verify-1908_1-2n-clx:
2287       - 5  # NDRPDR sel
2288       - 6  # NDRPDR sel
2289       - 7  # NDRPDR sel
2290       - 8  # NDRPDR sel
2291       - 9  # NDRPDR sel
2292     csit-vpp-perf-verify-2001-2n-clx:
2293       - 28  # NDRPDR sel
2294       - 29  # NDRPDR sel
2295       - 32  # NDRPDR sel
2296       - 40  # NDRPDR sel
2297       - 43  # NDRPDR sel
2298       - 44  # NDRPDR sel
2299       - 45  # NDRPDR sel
2300       - 47  # NDRPDR sel
2301       - 48  # NDRPDR sel
2302       - 49  # NDRPDR sel
2303       - 39  # MRR
2304       - 68  # Reconf REMOVE
2305       - 93  # Soak REMOVE
2306       - 94  # Soak REMOVE
2307     # TODO: Add data:
2308     csit-vpp-perf-report-iterative-2005-2n-clx:
2309       - 7   # NDRPDR sel
2310       - 38  # NDRPDR sel
2311       - 9   # NDRPDR sel
2312       - 32  # NDRPDR sel ???
2313       - 33  # NDRPDR sel ???
2314       - 40  # NDRPDR sel
2315       - 12   # MRR
2316
2317     csit-vpp-perf-verify-1908-3n-tsh:
2318       - 7   # NDRPDR sel
2319       - 8   # NDRPDR sel
2320       - 9   # NDRPDR sel
2321       - 10  # NDRPDR sel
2322       - 11  # NDRPDR sel
2323       - 12  # NDRPDR sel
2324       - 13  # NDRPDR sel
2325       - 14  # NDRPDR sel
2326       - 15  # NDRPDR sel
2327       - 16  # NDRPDR sel
2328       - 17  # MRR sel
2329     csit-vpp-perf-verify-2001-3n-tsh:
2330       - 3   # NDRPDR sel
2331       - 4   # NDRPDR sel
2332       - 7   # NDRPDR sel
2333       - 8   # NDRPDR sel
2334       - 10  # NDRPDR sel
2335       - 12  # NDRPDR sel
2336       - 13  # NDRPDR sel
2337       - 14  # NDRPDR sel
2338       - 15  # NDRPDR sel
2339       - 21  # NDRPDR sel
2340       - 9   # MRR sel
2341     # TODO: Add data:
2342     csit-vpp-perf-report-iterative-2005-3n-tsh:
2343       - 9   # NDRPDR sel
2344
2345     csit-vpp-perf-verify-1908-3n-dnv:
2346       - 6   # NDRPDR sel
2347       - 7   # NDRPDR sel
2348       - 8   # NDRPDR sel
2349       - 9   # NDRPDR sel
2350       - 10  # NDRPDR sel
2351       - 12  # NDRPDR sel
2352       - 13  # NDRPDR sel
2353       - 14  # NDRPDR sel
2354       - 15  # NDRPDR sel
2355       - 16  # NDRPDR sel
2356       - 17  # MRR sel
2357     csit-vpp-perf-verify-2001-3n-dnv:
2358       - 5   # NDRPDR sel
2359       - 6   # NDRPDR sel
2360       - 7   # NDRPDR sel
2361       - 8   # NDRPDR sel
2362       - 9   # NDRPDR sel
2363       - 10  # NDRPDR sel
2364       - 12  # NDRPDR sel
2365       - 16  # NDRPDR sel
2366       - 17  # NDRPDR sel
2367       - 18  # NDRPDR sel
2368       - 11  # MRR sel
2369     csit-vpp-perf-report-iterative-2005-3n-dnv:
2370       - 2   # NDRPDR sel
2371       - 3   # NDRPDR sel
2372       - 4   # NDRPDR sel
2373       - 5   # NDRPDR sel
2374       - 6   # NDRPDR sel
2375       - 7   # NDRPDR sel
2376       - 9   # NDRPDR sel
2377       - 10  # NDRPDR sel
2378       - 11  # NDRPDR sel
2379       - 12  # NDRPDR sel
2380       - 8   # MRR
2381     csit-vpp-perf-report-coverage-2005-3n-dnv:
2382       - 1   # perf-full-3n-dnv-crypto_I
2383       - 24  # perf-full-3n-dnv-crypto_II
2384       - 5   # perf-full-3n-dnv-ip4_I
2385       - 13  # perf-full-3n-dnv-ip4_II
2386       - 17  # perf-full-3n-dnv-ip6_I
2387       - 18  # perf-full-3n-dnv-ip6_II
2388       - 21  # perf-full-3n-dnv-l2_I
2389       - 22  # perf-full-3n-dnv-l2_II
2390       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2391
2392     csit-vpp-perf-verify-1908-2n-dnv:
2393       - 1   # NDRPDR sel
2394       - 2   # NDRPDR sel
2395       - 3   # NDRPDR sel
2396       - 4   # NDRPDR sel
2397       - 5   # NDRPDR sel
2398       - 6   # NDRPDR sel
2399       - 7   # NDRPDR sel
2400       - 8   # NDRPDR sel
2401       - 9   # NDRPDR sel
2402       - 10  # NDRPDR sel
2403       - 11  # MRR sel
2404     csit-vpp-perf-verify-2001-2n-dnv:
2405       - 4   # NDRPDR sel
2406       - 5   # NDRPDR sel
2407       - 6   # NDRPDR sel
2408       - 7   # NDRPDR sel
2409       - 8   # NDRPDR sel
2410       - 9   # NDRPDR sel
2411       - 10  # NDRPDR sel
2412       - 11  # NDRPDR sel
2413       - 13  # NDRPDR sel
2414       - 16  # NDRPDR sel
2415       - 12  # MRR sel
2416     csit-vpp-perf-report-iterative-2005-2n-dnv:
2417       - 3   # NDRPDR sel
2418       - 6   # NDRPDR sel
2419       - 7   # NDRPDR sel
2420       - 8   # NDRPDR sel
2421       - 9   # NDRPDR sel
2422       - 10  # NDRPDR sel
2423       - 11  # NDRPDR sel
2424       - 12  # NDRPDR sel
2425       - 13  # NDRPDR sel
2426       - 14  # NDRPDR sel
2427       - 15  # MRR sel
2428     csit-vpp-perf-report-coverage-2005-2n-dnv:
2429       - 1   # perf-full-2n-dnv-ip4_I
2430       - 2   # perf-full-2n-dnv-ip4_II
2431       - 3   # perf-full-2n-dnv-ip6_I
2432       - 4   # perf-full-2n-dnv-ip6_II
2433       - 5   # perf-full-2n-dnv-l2_I
2434       - 6   # perf-full-2n-dnv-l2_II
2435
2436     csit-dpdk-perf-verify-1908-3n-hsw:
2437       - 2   # NDRPDR sel
2438       - 3   # NDRPDR sel
2439       - 4   # NDRPDR sel
2440       - 5   # NDRPDR sel
2441       - 6   # NDRPDR sel
2442       - 7   # NDRPDR sel
2443       - 8   # NDRPDR sel
2444       - 9   # NDRPDR sel
2445       - 10  # NDRPDR sel
2446       - 11  # NDRPDR sel
2447     csit-dpdk-perf-verify-2001-3n-hsw:
2448       - 4   # NDRPDR sel
2449       - 5   # NDRPDR sel
2450       - 6   # NDRPDR sel
2451       - 7   # NDRPDR sel
2452       - 8   # NDRPDR sel
2453       - 9   # NDRPDR sel
2454       - 10  # NDRPDR sel
2455       - 11  # NDRPDR sel
2456       - 12  # NDRPDR sel
2457       - 13  # NDRPDR sel
2458       - 15  # NDRPDR sel
2459       - 16  # NDRPDR sel
2460       - 17  # NDRPDR sel
2461       - 18  # NDRPDR sel
2462       - 19  # NDRPDR sel
2463       - 20  # NDRPDR sel
2464       - 21  # NDRPDR sel
2465       - 22  # NDRPDR sel
2466       - 23  # NDRPDR sel
2467       - 24  # NDRPDR sel
2468     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2469       - 5   # NDRPDR sel
2470       - 6   # NDRPDR sel
2471       - 7   # NDRPDR sel
2472       - 8   # NDRPDR sel
2473       - 9   # NDRPDR sel
2474       - 10  # NDRPDR sel
2475       - 11  # NDRPDR sel
2476       - 12  # NDRPDR sel
2477       - 13  # NDRPDR sel
2478       - 14  # NDRPDR sel
2479
2480     csit-dpdk-perf-verify-1908-3n-skx:
2481       - 3   # NDRPDR sel
2482       - 4   # NDRPDR sel
2483       - 5   # NDRPDR sel
2484       - 6   # NDRPDR sel
2485       - 7   # NDRPDR sel
2486       - 8   # NDRPDR sel
2487       - 9   # NDRPDR sel
2488       - 10  # NDRPDR sel
2489       - 11  # NDRPDR sel
2490       - 12  # NDRPDR sel
2491     csit-dpdk-perf-verify-2001-3n-skx:
2492       - 29  # NDRPDR sel xxv710
2493       - 33  # NDRPDR sel xxv710
2494       - 34  # NDRPDR sel xxv710
2495       - 35  # NDRPDR sel xxv710
2496       - 36  # NDRPDR sel xxv710
2497       - 37  # NDRPDR sel xxv710
2498       - 41  # NDRPDR sel xxv710
2499       - 42  # NDRPDR sel xxv710
2500       - 43  # NDRPDR sel xxv710
2501       - 45  # NDRPDR sel xxv710
2502       - 30  # NDRPDR sel x710
2503       - 31  # NDRPDR sel x710
2504       - 32  # NDRPDR sel x710
2505       - 38  # NDRPDR sel x710
2506       - 39  # NDRPDR sel x710
2507       - 40  # NDRPDR sel x710
2508       - 44  # NDRPDR sel x710
2509       - 46  # NDRPDR sel x710
2510       - 47  # NDRPDR sel x710
2511       - 48  # NDRPDR sel x710
2512     csit-dpdk-perf-report-iterative-2005-3n-skx:
2513       - 4   # NDRPDR sel
2514       - 5   # NDRPDR sel
2515       - 6   # NDRPDR sel
2516       - 7   # NDRPDR sel
2517       - 8   # NDRPDR sel
2518       - 11  # NDRPDR sel
2519       - 12  # NDRPDR sel
2520       - 13  # NDRPDR sel
2521       - 14  # NDRPDR sel
2522       - 15  # NDRPDR sel
2523
2524     csit-dpdk-perf-verify-1908-2n-skx:
2525       - 2   # NDRPDR sel
2526       - 3   # NDRPDR sel
2527       - 4   # NDRPDR sel
2528       - 5   # NDRPDR sel
2529       - 7   # NDRPDR sel
2530       - 8   # NDRPDR sel
2531       - 9   # NDRPDR sel
2532       - 10  # NDRPDR sel
2533       - 11  # NDRPDR sel
2534       - 12  # NDRPDR sel
2535     csit-dpdk-perf-verify-2001-2n-skx:
2536       - 35  # NDRPDR sel xxv710
2537       - 36  # NDRPDR sel xxv710
2538       - 37  # NDRPDR sel xxv710
2539       - 41  # NDRPDR sel xxv710
2540       - 42  # NDRPDR sel xxv710
2541       - 43  # NDRPDR sel xxv710
2542       - 46  # NDRPDR sel xxv710
2543       - 47  # NDRPDR sel xxv710
2544       - 52  # NDRPDR sel xxv710
2545       - 53  # NDRPDR sel xxv710
2546       - 38  # NDRPDR sel x710
2547       - 39  # NDRPDR sel x710
2548       - 40  # NDRPDR sel x710
2549       - 44  # NDRPDR sel x710
2550       - 45  # NDRPDR sel x710
2551       - 48  # NDRPDR sel x710
2552       - 49  # NDRPDR sel x710
2553       - 50  # NDRPDR sel x710
2554       - 51  # NDRPDR sel x710
2555       - 54  # NDRPDR sel x710
2556     csit-dpdk-perf-report-iterative-2005-2n-skx:
2557       - 1   # NDRPDR sel
2558       - 2   # NDRPDR sel
2559       - 3   # NDRPDR sel
2560       - 4   # NDRPDR sel
2561       - 5   # NDRPDR sel
2562       - 6   # NDRPDR sel
2563       - 7   # NDRPDR sel
2564       - 8   # NDRPDR sel
2565       - 9   # NDRPDR sel
2566       - 10  # NDRPDR sel
2567
2568     csit-dpdk-perf-verify-2001-2n-clx:
2569       - 15  # NDRPDR sel
2570       - 16  # NDRPDR sel
2571       - 17  # NDRPDR sel
2572       - 18  # NDRPDR sel
2573       - 19  # NDRPDR sel
2574       - 20  # NDRPDR sel
2575       - 21  # NDRPDR sel
2576       - 22  # NDRPDR sel
2577       - 23  # NDRPDR sel
2578       - 24  # NDRPDR sel
2579       - 25  # NDRPDR sel
2580       - 26  # NDRPDR sel
2581       - 27  # NDRPDR sel
2582       - 28  # NDRPDR sel
2583       - 29  # NDRPDR sel
2584       - 30  # NDRPDR sel
2585       - 31  # NDRPDR sel
2586       - 32  # NDRPDR sel
2587       - 33  # NDRPDR sel
2588       - 34  # NDRPDR sel
2589     csit-dpdk-perf-report-iterative-2005-2n-clx:
2590       - 1   # NDRPDR sel
2591       - 2   # NDRPDR sel
2592       - 3   # NDRPDR sel
2593       - 4   # NDRPDR sel
2594       - 5   # NDRPDR sel
2595       - 6   # NDRPDR sel
2596       - 7   # NDRPDR sel
2597       - 8   # NDRPDR sel
2598       - 9   # NDRPDR sel
2599       - 10  # NDRPDR sel
2600
2601     csit-dpdk-perf-verify-2001-2n-dnv:
2602       - 9   # NDRPDR sel
2603       - 10  # NDRPDR sel
2604       - 11  # NDRPDR sel
2605       - 12  # NDRPDR sel
2606       - 13  # NDRPDR sel
2607       - 14  # NDRPDR sel
2608       - 15  # NDRPDR sel
2609       - 16  # NDRPDR sel
2610       - 17  # NDRPDR sel
2611       - 18  # NDRPDR sel
2612     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2613       - 8   # NDRPDR sel
2614       - 9   # NDRPDR sel
2615       - 10  # NDRPDR sel
2616       - 11  # NDRPDR sel
2617       - 12  # NDRPDR sel
2618       - 13  # NDRPDR sel
2619       - 14  # NDRPDR sel
2620       - 15  # NDRPDR sel
2621       - 16  # NDRPDR sel
2622       - 17  # NDRPDR sel
2623
2624     csit-dpdk-perf-verify-2001-3n-dnv:
2625       - 12  # NDRPDR sel
2626       - 13  # NDRPDR sel
2627       - 14  # NDRPDR sel
2628       - 15  # NDRPDR sel
2629       - 16  # NDRPDR sel
2630       - 17  # NDRPDR sel
2631       - 18  # NDRPDR sel
2632       - 19  # NDRPDR sel
2633       - 20  # NDRPDR sel
2634       - 22  # NDRPDR sel
2635     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2636       - 6   # NDRPDR sel
2637       - 7   # NDRPDR sel
2638       - 8   # NDRPDR sel
2639       - 9   # NDRPDR sel
2640       - 10  # NDRPDR sel
2641       - 11  # NDRPDR sel
2642       - 12  # NDRPDR sel
2643       - 13  # NDRPDR sel
2644       - 14  # NDRPDR sel
2645       - 16  # NDRPDR sel
2646
2647     csit-dpdk-perf-verify-2001-3n-tsh:
2648       - 3   # NDRPDR sel
2649       - 4   # NDRPDR sel
2650       - 5   # NDRPDR sel
2651       - 9   # NDRPDR sel
2652       - 10  # NDRPDR sel
2653       - 11  # NDRPDR sel
2654       - 12  # NDRPDR sel
2655       - 14  # NDRPDR sel
2656       - 15  # NDRPDR sel
2657       - 18  # NDRPDR sel
2658     # TODO: Add data:
2659     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2660       - 5   # NDRPDR sel
2661
2662     csit-vpp-device-2005-ubuntu1804-1n-skx:
2663       - 35
2664
2665 - type: "output"
2666   output: "report"
2667   format:
2668     html:
2669     - full
2670 #    pdf:
2671 #    - minimal
2672
2673 ################################################################################
2674 ###                               T A B L E S                                ###
2675 ################################################################################
2676
2677 # VPP Soak vs NDR - 2n-skx
2678 - type: "table"
2679   title: "VPP Soak vs NDR 2n-skx"
2680   algorithm: "table_soak_vs_ndr"
2681   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2682   reference:
2683     title: "NDR"
2684     data: "vpp-soak-vs-ndr-2n-skx-ref"
2685   compare:
2686     title: "Soak"
2687     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2688   data: "vpp-soak-vs-ndr-2n-skx"
2689   include-tests: "NDR"
2690   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2691   parameters:
2692     - "throughput"
2693     - "name"
2694     - "parent"
2695
2696 # VPP Soak vs NDR - 2n-clx
2697 - type: "table"
2698   title: "VPP Soak vs NDR 2n-clx"
2699   algorithm: "table_soak_vs_ndr"
2700   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2701   reference:
2702     title: "NDR"
2703     data: "vpp-soak-vs-ndr-2n-clx-ref"
2704   compare:
2705     title: "Soak"
2706     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2707   data: "vpp-soak-vs-ndr-2n-clx"
2708   include-tests: "NDR"
2709   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2710   parameters:
2711     - "throughput"
2712     - "name"
2713     - "parent"
2714
2715 ################################################################################
2716
2717 # VPP Compare NICs 3n-skx 2t1c ndr
2718 - type: "table"
2719   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2720   algorithm: "table_comparison"
2721   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2722   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2723   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2724   columns:
2725     - title: "x710"
2726       data-set: "vpp-nic-comparison-3n-skx"
2727       tag: "NIC_Intel-X710"
2728     - title: "xxv710"
2729       data-set: "vpp-nic-comparison-3n-skx"
2730       tag: "NIC_Intel-XXV710"
2731   comparisons:
2732     - title: "Diff"
2733       reference: 1
2734       compare: 2
2735   legend:
2736     - "Legend to Table:"
2737     - "x710, xxv710 - NICs tested."
2738     - "Diff - difference between x710 and xxv710 NIC."
2739
2740 # VPP Compare NICs 3n-skx 4t2c ndr
2741 - type: "table"
2742   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2743   algorithm: "table_comparison"
2744   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2746   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2747   columns:
2748     - title: "x710"
2749       data-set: "vpp-nic-comparison-3n-skx"
2750       tag: "NIC_Intel-X710"
2751     - title: "xxv710"
2752       data-set: "vpp-nic-comparison-3n-skx"
2753       tag: "NIC_Intel-XXV710"
2754   comparisons:
2755     - title: "Diff"
2756       reference: 1
2757       compare: 2
2758   legend:
2759     - "Legend to Table:"
2760     - "x710, xxv710 - NICs tested."
2761     - "Diff - difference between x710 and xxv710 NIC."
2762
2763 # VPP Compare NICs 3n-skx 2t1c pdr
2764 - type: "table"
2765   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2766   algorithm: "table_comparison"
2767   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2768   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2769   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2770   columns:
2771     - title: "x710"
2772       data-set: "vpp-nic-comparison-3n-skx"
2773       tag: "NIC_Intel-X710"
2774     - title: "xxv710"
2775       data-set: "vpp-nic-comparison-3n-skx"
2776       tag: "NIC_Intel-XXV710"
2777   comparisons:
2778     - title: "Diff"
2779       reference: 1
2780       compare: 2
2781   legend:
2782     - "Legend to Table:"
2783     - "x710, xxv710 - NICs tested."
2784     - "Diff - difference between x710 and xxv710 NIC."
2785
2786 # VPP Compare NICs 3n-skx 4t2c pdr
2787 - type: "table"
2788   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2789   algorithm: "table_comparison"
2790   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2791   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2792   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2793   columns:
2794     - title: "x710"
2795       data-set: "vpp-nic-comparison-3n-skx"
2796       tag: "NIC_Intel-X710"
2797     - title: "xxv710"
2798       data-set: "vpp-nic-comparison-3n-skx"
2799       tag: "NIC_Intel-XXV710"
2800   comparisons:
2801     - title: "Diff"
2802       reference: 1
2803       compare: 2
2804   legend:
2805     - "Legend to Table:"
2806     - "x710, xxv710 - NICs tested."
2807     - "Diff - difference between x710 and xxv710 NIC."
2808
2809 ## VPP Compare NICs 3n-skx 2t1c mrr
2810 #- type: "table"
2811 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2812 #  algorithm: "table_comparison"
2813 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2814 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2815 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2816 #  columns:
2817 #    - title: "x710"
2818 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2819 #      tag: "NIC_Intel-X710"
2820 #    - title: "xxv710"
2821 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2822 #      tag: "NIC_Intel-XXV710"
2823 #  comparisons:
2824 #    - title: "Diff"
2825 #      reference: 1
2826 #      compare: 2
2827 #  legend:
2828 #    - "Legend to Table:"
2829 #    - "x710, xxv710 - NICs tested."
2830 #    - "Diff - difference between x710 and xxv710 NIC."
2831 #
2832 ## VPP Compare NICs 3n-skx 4t2c mrr
2833 #- type: "table"
2834 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2835 #  algorithm: "table_comparison"
2836 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2837 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2838 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2839 #  columns:
2840 #    - title: "x710"
2841 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2842 #      tag: "NIC_Intel-X710"
2843 #    - title: "xxv710"
2844 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2845 #      tag: "NIC_Intel-XXV710"
2846 #  comparisons:
2847 #    - title: "Diff"
2848 #      reference: 1
2849 #      compare: 2
2850 #  legend:
2851 #    - "Legend to Table:"
2852 #    - "x710, xxv710 - NICs tested."
2853 #    - "Diff - difference between x710 and xxv710 NIC."
2854 #
2855 ## VPP Compare NICs 3n-skx 8t4c mrr
2856 #- type: "table"
2857 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2858 #  algorithm: "table_comparison"
2859 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2860 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2861 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2862 #  columns:
2863 #    - title: "x710"
2864 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2865 #      tag: "NIC_Intel-X710"
2866 #    - title: "xxv710"
2867 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2868 #      tag: "NIC_Intel-XXV710"
2869 #  comparisons:
2870 #    - title: "Diff"
2871 #      reference: 1
2872 #      compare: 2
2873 #  legend:
2874 #    - "Legend to Table:"
2875 #    - "x710, xxv710 - NICs tested."
2876 #    - "Diff - difference between x710 and xxv710 NIC."
2877
2878 # VPP Compare NICs 2n-skx 2t1c ndr
2879 - type: "table"
2880   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2881   algorithm: "table_comparison"
2882   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2883   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2884   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2885   columns:
2886     - title: "x710"
2887       data-set: "vpp-nic-comparison-2n-skx"
2888       tag: "NIC_Intel-X710"
2889     - title: "xxv710"
2890       data-set: "vpp-nic-comparison-2n-skx"
2891       tag: "NIC_Intel-XXV710"
2892   comparisons:
2893     - title: "Diff"
2894       reference: 1
2895       compare: 2
2896   legend:
2897     - "Legend to Table:"
2898     - "x710, xxv710 - NICs tested."
2899     - "Diff - difference between x710 and xxv710 NIC."
2900
2901 # VPP Compare NICs 2n-skx 4t2c ndr
2902 - type: "table"
2903   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2904   algorithm: "table_comparison"
2905   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2906   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2907   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2908   columns:
2909     - title: "x710"
2910       data-set: "vpp-nic-comparison-2n-skx"
2911       tag: "NIC_Intel-X710"
2912     - title: "xxv710"
2913       data-set: "vpp-nic-comparison-2n-skx"
2914       tag: "NIC_Intel-XXV710"
2915   comparisons:
2916     - title: "Diff"
2917       reference: 1
2918       compare: 2
2919   legend:
2920     - "Legend to Table:"
2921     - "x710, xxv710 - NICs tested."
2922     - "Diff - difference between x710 and xxv710 NIC."
2923
2924 # VPP Compare NICs 2n-skx 2t1c pdr
2925 - type: "table"
2926   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2927   algorithm: "table_comparison"
2928   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2929   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2930   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2931   columns:
2932     - title: "x710"
2933       data-set: "vpp-nic-comparison-2n-skx"
2934       tag: "NIC_Intel-X710"
2935     - title: "xxv710"
2936       data-set: "vpp-nic-comparison-2n-skx"
2937       tag: "NIC_Intel-XXV710"
2938   comparisons:
2939     - title: "Diff"
2940       reference: 1
2941       compare: 2
2942   legend:
2943     - "Legend to Table:"
2944     - "x710, xxv710 - NICs tested."
2945     - "Diff - difference between x710 and xxv710 NIC."
2946
2947 # VPP Compare NICs 2n-skx 4t2c pdr
2948 - type: "table"
2949   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2950   algorithm: "table_comparison"
2951   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2952   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2953   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2954   columns:
2955     - title: "x710"
2956       data-set: "vpp-nic-comparison-2n-skx"
2957       tag: "NIC_Intel-X710"
2958     - title: "xxv710"
2959       data-set: "vpp-nic-comparison-2n-skx"
2960       tag: "NIC_Intel-XXV710"
2961   comparisons:
2962     - title: "Diff"
2963       reference: 1
2964       compare: 2
2965   legend:
2966     - "Legend to Table:"
2967     - "x710, xxv710 - NICs tested."
2968     - "Diff - difference between x710 and xxv710 NIC."
2969
2970 # VPP Compare NICs 2n-skx 2t1c mrr
2971 - type: "table"
2972   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2973   algorithm: "table_comparison"
2974   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2975   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2976   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2977   columns:
2978     - title: "x710"
2979       data-set: "vpp-nic-comparison-2n-skx-mrr"
2980       tag: "NIC_Intel-X710"
2981     - title: "xxv710"
2982       data-set: "vpp-nic-comparison-2n-skx-mrr"
2983       tag: "NIC_Intel-XXV710"
2984   comparisons:
2985     - title: "Diff"
2986       reference: 1
2987       compare: 2
2988   legend:
2989     - "Legend to Table:"
2990     - "x710, xxv710 - NICs tested."
2991     - "Diff - difference between x710 and xxv710 NIC."
2992
2993 # VPP Compare NICs 2n-skx 4t2c mrr
2994 - type: "table"
2995   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2996   algorithm: "table_comparison"
2997   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2998   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2999   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3000   columns:
3001     - title: "x710"
3002       data-set: "vpp-nic-comparison-2n-skx-mrr"
3003       tag: "NIC_Intel-X710"
3004     - title: "xxv710"
3005       data-set: "vpp-nic-comparison-2n-skx-mrr"
3006       tag: "NIC_Intel-XXV710"
3007   comparisons:
3008     - title: "Diff"
3009       reference: 1
3010       compare: 2
3011   legend:
3012     - "Legend to Table:"
3013     - "x710, xxv710 - NICs tested."
3014     - "Diff - difference between x710 and xxv710 NIC."
3015
3016 # VPP Compare NICs 2n-skx 8t4c mrr
3017 - type: "table"
3018   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3019   algorithm: "table_comparison"
3020   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3021   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3022   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3023   columns:
3024     - title: "x710"
3025       data-set: "vpp-nic-comparison-2n-skx-mrr"
3026       tag: "NIC_Intel-X710"
3027     - title: "xxv710"
3028       data-set: "vpp-nic-comparison-2n-skx-mrr"
3029       tag: "NIC_Intel-XXV710"
3030   comparisons:
3031     - title: "Diff"
3032       reference: 1
3033       compare: 2
3034   legend:
3035     - "Legend to Table:"
3036     - "x710, xxv710 - NICs tested."
3037     - "Diff - difference between x710 and xxv710 NIC."
3038
3039 ################################################################################
3040 # VPP
3041
3042 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3043 #- type: "table"
3044 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3045 #  algorithm: "table_comparison"
3046 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3047 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3048 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3049 #  columns:
3050 #    - title: "1908.1"
3051 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3052 #    - title: "1908.2"
3053 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3054 #  comparisons:
3055 #    - title: "Diff"
3056 #      reference: 1
3057 #      compare: 2
3058 #  legend:
3059 #    - "Legend to Table:"
3060 #    - "1908.1, 1908.2 - VPP versions tested."
3061 #    - "Diff - difference between the previous and the current VPP version."
3062 #
3063 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3064 #- type: "table"
3065 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3066 #  algorithm: "table_comparison"
3067 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3068 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3069 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3070 #  columns:
3071 #    - title: "1908.1"
3072 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3073 #    - title: "1908.2"
3074 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3075 #  comparisons:
3076 #    - title: "Diff"
3077 #      reference: 1
3078 #      compare: 2
3079 #  legend:
3080 #    - "Legend to Table:"
3081 #    - "1908.1, 1908.2 - VPP versions tested."
3082 #    - "Diff - difference between the previous and the current VPP version."
3083 #
3084 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3085 #- type: "table"
3086 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3087 #  algorithm: "table_comparison"
3088 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3089 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3090 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3091 #  columns:
3092 #    - title: "1908.1"
3093 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3094 #    - title: "1908.2"
3095 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3096 #  comparisons:
3097 #    - title: "Diff"
3098 #      reference: 1
3099 #      compare: 2
3100 #  legend:
3101 #    - "Legend to Table:"
3102 #    - "1908.1, 1908.2 - VPP versions tested."
3103 #    - "Diff - difference between the previous and the current VPP version."
3104 #
3105 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3106 #- type: "table"
3107 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3108 #  algorithm: "table_comparison"
3109 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3110 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3111 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3112 #  columns:
3113 #    - title: "1908.1"
3114 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3115 #    - title: "1908.2"
3116 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3117 #  comparisons:
3118 #    - title: "Diff"
3119 #      reference: 1
3120 #      compare: 2
3121 #  legend:
3122 #    - "Legend to Table:"
3123 #    - "1908.1, 1908.2 - VPP versions tested."
3124 #    - "Diff - difference between the previous and the current VPP version."
3125 #
3126 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3127 #- type: "table"
3128 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3129 #  algorithm: "table_comparison"
3130 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3131 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3132 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3133 #  columns:
3134 #    - title: "1908.1"
3135 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3136 #    - title: "1908.2"
3137 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3138 #  comparisons:
3139 #    - title: "Diff"
3140 #      reference: 1
3141 #      compare: 2
3142 #  legend:
3143 #    - "Legend to Table:"
3144 #    - "1908.1, 1908.2 - VPP versions tested."
3145 #    - "Diff - difference between the previous and the current VPP version."
3146 #
3147 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3148 #- type: "table"
3149 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3150 #  algorithm: "table_comparison"
3151 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3152 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3153 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3154 #  columns:
3155 #    - title: "1908.1"
3156 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3157 #    - title: "1908.2"
3158 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3159 #  comparisons:
3160 #    - title: "Diff"
3161 #      reference: 1
3162 #      compare: 2
3163 #  legend:
3164 #    - "Legend to Table:"
3165 #    - "1908.1, 1908.2 - VPP versions tested."
3166 #    - "Diff - difference between the previous and the current VPP version."
3167
3168 # VPP Performance Changes 3n-hsw 1t1c pdr
3169 - type: "table"
3170   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3171   algorithm: "table_comparison"
3172   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3173   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3174   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3175   columns:
3176     - title: "1908"
3177       data-set: "vpp-performance-changes-3n-hsw-h1"
3178     - title: "2001"
3179       data-set: "vpp-performance-changes-3n-hsw-ref"
3180     - title: "2005"
3181       data-set: "vpp-performance-changes-3n-hsw-cmp"
3182   comparisons:
3183     - title: "Diff"
3184       reference: 2
3185       compare: 3
3186   legend:
3187     - "Legend to Table"
3188     - "1908, 2001, 2005 - VPP versions tested."
3189     - "Diff - difference between 2001 and 2008 VPP version."
3190
3191 # VPP Performance Changes 3n-hsw 2t2c pdr
3192 - type: "table"
3193   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3194   algorithm: "table_comparison"
3195   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3196   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3197   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3198   columns:
3199     - title: "1908"
3200       data-set: "vpp-performance-changes-3n-hsw-h1"
3201     - title: "2001"
3202       data-set: "vpp-performance-changes-3n-hsw-ref"
3203     - title: "2005"
3204       data-set: "vpp-performance-changes-3n-hsw-cmp"
3205   comparisons:
3206     - title: "Diff"
3207       reference: 2
3208       compare: 3
3209   legend:
3210     - "Legend to Table"
3211     - "1908, 2001, 2005 - VPP versions tested."
3212     - "Diff - difference between 2001 and 2008 VPP version."
3213
3214 # VPP Performance Changes 3n-hsw 1t1c ndr
3215 - type: "table"
3216   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3217   algorithm: "table_comparison"
3218   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3219   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3220   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3221   columns:
3222     - title: "1908"
3223       data-set: "vpp-performance-changes-3n-hsw-h1"
3224     - title: "2001"
3225       data-set: "vpp-performance-changes-3n-hsw-ref"
3226     - title: "2005"
3227       data-set: "vpp-performance-changes-3n-hsw-cmp"
3228   comparisons:
3229     - title: "Diff"
3230       reference: 2
3231       compare: 3
3232   legend:
3233     - "Legend to Table"
3234     - "1908, 2001, 2005 - VPP versions tested."
3235     - "Diff - difference between 2001 and 2008 VPP version."
3236
3237 # VPP Performance Changes 3n-hsw 2t2c ndr
3238 - type: "table"
3239   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3240   algorithm: "table_comparison"
3241   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3242   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3243   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3244   columns:
3245     - title: "1908"
3246       data-set: "vpp-performance-changes-3n-hsw-h1"
3247     - title: "2001"
3248       data-set: "vpp-performance-changes-3n-hsw-ref"
3249     - title: "2005"
3250       data-set: "vpp-performance-changes-3n-hsw-cmp"
3251   comparisons:
3252     - title: "Diff"
3253       reference: 2
3254       compare: 3
3255   legend:
3256     - "Legend to Table"
3257     - "1908, 2001, 2005 - VPP versions tested."
3258     - "Diff - difference between 2001 and 2008 VPP version."
3259
3260 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3261 #- type: "table"
3262 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3263 #  algorithm: "table_comparison"
3264 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3265 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3266 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3267 #  rca:
3268 #    - title: "RCA1"
3269 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3270 #    - title: "RCA2"
3271 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3272 #  columns:
3273 #    - title: "1908.0-1"
3274 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3275 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3276 #    - title: "1908.1-1"
3277 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3278 #    - title: "1908.1-2"
3279 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3280 #    - title: "2001.0-2"
3281 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3282 #  comparisons:
3283 #    - title: "Diff1"
3284 #      reference: 2
3285 #      reference-alt: 1
3286 #      compare: 3
3287 #    - title: "Diff2"
3288 #      reference: 3
3289 #      compare: 4
3290 #  legend:
3291 #    - 'Legend to Table:'
3292 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3293 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3294 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3295 #    - 'RCA1 - root cause analysis reference for Diff1.'
3296 #    - 'RCA2 - root cause analysis reference for Diff2.'
3297 #
3298 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3299 #- type: "table"
3300 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3301 #  algorithm: "table_comparison"
3302 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3303 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3304 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3305 #  rca:
3306 #    - title: "RCA1"
3307 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3308 #    - title: "RCA2"
3309 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3310 #  columns:
3311 #    - title: "1908.0-1"
3312 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3313 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3314 #    - title: "1908.1-1"
3315 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3316 #    - title: "1908.1-2"
3317 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3318 #    - title: "2001.0-2"
3319 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3320 #  comparisons:
3321 #    - title: "Diff1"
3322 #      reference: 2
3323 #      reference-alt: 1
3324 #      compare: 3
3325 #    - title: "Diff2"
3326 #      reference: 3
3327 #      compare: 4
3328 #  legend:
3329 #    - 'Legend to Table:'
3330 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3331 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3332 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3333 #    - 'RCA1 - root cause analysis reference for Diff1.'
3334 #    - 'RCA2 - root cause analysis reference for Diff2.'
3335
3336 # VPP Performance Changes 3n-skx 2t1c pdr
3337 - type: "table"
3338   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3339   algorithm: "table_comparison"
3340   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3341   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3342   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3343   columns:
3344     - title: "1908"
3345       data-set: "vpp-performance-changes-3n-skx-h1"
3346       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3347     - title: "2001"
3348       data-set: "vpp-performance-changes-3n-skx-ref"
3349     - title: "2005"
3350       data-set: "vpp-performance-changes-3n-skx-cmp"
3351   comparisons:
3352     - title: "Diff"
3353       reference: 2
3354       compare: 3
3355   legend:
3356     - "Legend to Table"
3357     - "1908, 2001, 2005 - VPP versions tested."
3358     - "Diff - difference between 2001 and 2005 VPP version."
3359
3360 # VPP Performance Changes 3n-skx 4t2c pdr
3361 - type: "table"
3362   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3363   algorithm: "table_comparison"
3364   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3365   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3366   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3367   columns:
3368     - title: "1908"
3369       data-set: "vpp-performance-changes-3n-skx-h1"
3370       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3371     - title: "2001"
3372       data-set: "vpp-performance-changes-3n-skx-ref"
3373     - title: "2005"
3374       data-set: "vpp-performance-changes-3n-skx-cmp"
3375   comparisons:
3376     - title: "Diff"
3377       reference: 2
3378       compare: 3
3379   legend:
3380     - "Legend to Table"
3381     - "1908, 2001, 2005 - VPP versions tested."
3382     - "Diff - difference between 2001 and 2005 VPP version."
3383
3384 # VPP Performance Changes 3n-skx 2t1c ndr
3385 - type: "table"
3386   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3387   algorithm: "table_comparison"
3388   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3390   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3391   columns:
3392     - title: "1908"
3393       data-set: "vpp-performance-changes-3n-skx-h1"
3394       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3395     - title: "2001"
3396       data-set: "vpp-performance-changes-3n-skx-ref"
3397     - title: "2005"
3398       data-set: "vpp-performance-changes-3n-skx-cmp"
3399   comparisons:
3400     - title: "Diff"
3401       reference: 2
3402       compare: 3
3403   legend:
3404     - "Legend to Table"
3405     - "1908, 2001, 2005 - VPP versions tested."
3406     - "Diff - difference between 2001 and 2005 VPP version."
3407
3408 # VPP Performance Changes 3n-skx 4t2c ndr
3409 - type: "table"
3410   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3411   algorithm: "table_comparison"
3412   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3413   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3414   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3415   columns:
3416     - title: "1908"
3417       data-set: "vpp-performance-changes-3n-skx-h1"
3418       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3419     - title: "2001"
3420       data-set: "vpp-performance-changes-3n-skx-ref"
3421     - title: "2005"
3422       data-set: "vpp-performance-changes-3n-skx-cmp"
3423   comparisons:
3424     - title: "Diff"
3425       reference: 2
3426       compare: 3
3427   legend:
3428     - "Legend to Table"
3429     - "1908, 2001, 2005 - VPP versions tested."
3430     - "Diff - difference between 2001 and 2005 VPP version."
3431
3432 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3433 #- type: "table"
3434 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3435 #  algorithm: "table_comparison"
3436 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3437 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3438 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3439 #  rca:
3440 #    - title: "RCA1"
3441 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3442 #    - title: "RCA2"
3443 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3444 #  columns:
3445 #    - title: "1908.0-1"
3446 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3447 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3448 #    - title: "1908.1-1"
3449 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3450 #    - title: "1908.1-2"
3451 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3452 #    - title: "2001.0-2"
3453 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3454 #  comparisons:
3455 #    - title: "Diff1"
3456 #      reference: 2
3457 #      reference-alt: 1
3458 #      compare: 3
3459 #    - title: "Diff2"
3460 #      reference: 3
3461 #      compare: 4
3462 #  legend:
3463 #    - 'Legend to Table:'
3464 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3465 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3466 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3467 #    - 'RCA1 - root cause analysis reference for Diff1.'
3468 #    - 'RCA2 - root cause analysis reference for Diff2.'
3469 #
3470 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3471 #- type: "table"
3472 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3473 #  algorithm: "table_comparison"
3474 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3475 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3476 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3477 #  rca:
3478 #    - title: "RCA1"
3479 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3480 #    - title: "RCA2"
3481 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3482 #  columns:
3483 #    - title: "1908.0-1"
3484 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3485 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3486 #    - title: "1908.1-1"
3487 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3488 #    - title: "1908.1-2"
3489 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3490 #    - title: "2001.0-2"
3491 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3492 #  comparisons:
3493 #    - title: "Diff1"
3494 #      reference: 2
3495 #      reference-alt: 1
3496 #      compare: 3
3497 #    - title: "Diff2"
3498 #      reference: 3
3499 #      compare: 4
3500 #  legend:
3501 #    - 'Legend to Table:'
3502 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3503 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3504 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3505 #    - 'RCA1 - root cause analysis reference for Diff1.'
3506 #    - 'RCA2 - root cause analysis reference for Diff2.'
3507
3508 # VPP Performance Changes 2n-skx 2t1c pdr
3509 - type: "table"
3510   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3511   algorithm: "table_comparison"
3512   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3513   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3514   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3515   columns:
3516     - title: "1908"
3517       data-set: "vpp-performance-changes-2n-skx-h1"
3518       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3519     - title: "2001"
3520       data-set: "vpp-performance-changes-2n-skx-ref"
3521     - title: "2005"
3522       data-set: "vpp-performance-changes-2n-skx-cmp"
3523   comparisons:
3524     - title: "Diff"
3525       reference: 2
3526       compare: 3
3527   legend:
3528     - "Legend to Table"
3529     - "1908, 2001, 2005 - VPP versions tested."
3530     - "Diff - difference between 2001 and 2005 VPP version."
3531
3532 # VPP Performance Changes 2n-skx 4t2c pdr
3533 - type: "table"
3534   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3535   algorithm: "table_comparison"
3536   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3537   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3538   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3539   columns:
3540     - title: "1908"
3541       data-set: "vpp-performance-changes-2n-skx-h1"
3542       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3543     - title: "2001"
3544       data-set: "vpp-performance-changes-2n-skx-ref"
3545     - title: "2005"
3546       data-set: "vpp-performance-changes-2n-skx-cmp"
3547   comparisons:
3548     - title: "Diff"
3549       reference: 2
3550       compare: 3
3551   legend:
3552     - "Legend to Table"
3553     - "1908, 2001, 2005 - VPP versions tested."
3554     - "Diff - difference between 2001 and 2005 VPP version."
3555
3556 # VPP Performance Changes 2n-skx 2t1c ndr
3557 - type: "table"
3558   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3559   algorithm: "table_comparison"
3560   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3561   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3562   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3563   columns:
3564     - title: "1908"
3565       data-set: "vpp-performance-changes-2n-skx-h1"
3566       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3567     - title: "2001"
3568       data-set: "vpp-performance-changes-2n-skx-ref"
3569     - title: "2005"
3570       data-set: "vpp-performance-changes-2n-skx-cmp"
3571   comparisons:
3572     - title: "Diff"
3573       reference: 2
3574       compare: 3
3575   legend:
3576     - "Legend to Table"
3577     - "1908, 2001, 2005 - VPP versions tested."
3578     - "Diff - difference between 2001 and 2005 VPP version."
3579
3580 # VPP Performance Changes 2n-skx 4t2c ndr
3581 - type: "table"
3582   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3583   algorithm: "table_comparison"
3584   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3585   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3586   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3587   columns:
3588     - title: "1908"
3589       data-set: "vpp-performance-changes-2n-skx-h1"
3590       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3591     - title: "2001"
3592       data-set: "vpp-performance-changes-2n-skx-ref"
3593     - title: "2005"
3594       data-set: "vpp-performance-changes-2n-skx-cmp"
3595   comparisons:
3596     - title: "Diff"
3597       reference: 2
3598       compare: 3
3599   legend:
3600     - "Legend to Table"
3601     - "1908, 2001, 2005 - VPP versions tested."
3602     - "Diff - difference between 2001 and 2005 VPP version."
3603
3604 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3605 - type: "table"
3606   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3607   algorithm: "table_comparison"
3608   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3609   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3610   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3611   columns:
3612     - title: "2001"
3613       data-set: "vpp-performance-changes-2n-clx-ref"
3614     - title: "2005"
3615       data-set: "vpp-performance-changes-2n-clx-cmp"
3616   comparisons:
3617     - title: "Diff"
3618       reference: 1
3619       compare: 2
3620   legend:
3621     - "Legend to Table"
3622     - "2001, 2005 - VPP versions tested."
3623     - "Diff - difference between 2001 and 2005 VPP version."
3624
3625 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3626 - type: "table"
3627   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3628   algorithm: "table_comparison"
3629   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3630   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3631   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3632   columns:
3633     - title: "2001"
3634       data-set: "vpp-performance-changes-2n-clx-ref"
3635     - title: "2005"
3636       data-set: "vpp-performance-changes-2n-clx-cmp"
3637   comparisons:
3638     - title: "Diff"
3639       reference: 1
3640       compare: 2
3641   legend:
3642     - "Legend to Table"
3643     - "2001, 2005 - VPP versions tested."
3644     - "Diff - difference between 2001 and 2005 VPP version."
3645
3646 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3647 - type: "table"
3648   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3649   algorithm: "table_comparison"
3650   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3651   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3652   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3653   columns:
3654     - title: "2001"
3655       data-set: "vpp-performance-changes-2n-clx-ref"
3656     - title: "2005"
3657       data-set: "vpp-performance-changes-2n-clx-cmp"
3658   comparisons:
3659     - title: "Diff"
3660       reference: 1
3661       compare: 2
3662   legend:
3663     - "Legend to Table"
3664     - "2001, 2005 - VPP versions tested."
3665     - "Diff - difference between 2001 and 2005 VPP version."
3666
3667 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3668 - type: "table"
3669   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3670   algorithm: "table_comparison"
3671   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3672   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3673   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3674   columns:
3675     - title: "2001"
3676       data-set: "vpp-performance-changes-2n-clx-ref"
3677     - title: "2005"
3678       data-set: "vpp-performance-changes-2n-clx-cmp"
3679   comparisons:
3680     - title: "Diff"
3681       reference: 1
3682       compare: 2
3683   legend:
3684     - "Legend to Table"
3685     - "2001, 2005 - VPP versions tested."
3686     - "Diff - difference between 2001 and 2005 VPP version."
3687
3688 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3689 - type: "table"
3690   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3691   algorithm: "table_comparison"
3692   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3693   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3694   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3695   columns:
3696     - title: "2001"
3697       data-set: "vpp-performance-changes-2n-clx-ref"
3698     - title: "2005"
3699       data-set: "vpp-performance-changes-2n-clx-cmp"
3700   comparisons:
3701     - title: "Diff"
3702       reference: 1
3703       compare: 2
3704   legend:
3705     - "Legend to Table"
3706     - "2001, 2005 - VPP versions tested."
3707     - "Diff - difference between 2001 and 2005 VPP version."
3708
3709 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3710 - type: "table"
3711   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3712   algorithm: "table_comparison"
3713   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3714   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3715   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3716   columns:
3717     - title: "2001"
3718       data-set: "vpp-performance-changes-2n-clx-ref"
3719     - title: "2005"
3720       data-set: "vpp-performance-changes-2n-clx-cmp"
3721   comparisons:
3722     - title: "Diff"
3723       reference: 1
3724       compare: 2
3725   legend:
3726     - "Legend to Table"
3727     - "2001, 2005 - VPP versions tested."
3728     - "Diff - difference between 2001 and 2005 VPP version."
3729
3730 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3731 - type: "table"
3732   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3733   algorithm: "table_comparison"
3734   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3735   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3736   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3737   columns:
3738     - title: "2001"
3739       data-set: "vpp-performance-changes-2n-clx-ref"
3740     - title: "2005"
3741       data-set: "vpp-performance-changes-2n-clx-cmp"
3742   comparisons:
3743     - title: "Diff"
3744       reference: 1
3745       compare: 2
3746   legend:
3747     - "Legend to Table"
3748     - "2001, 2005 - VPP versions tested."
3749     - "Diff - difference between 2001 and 2005 VPP version."
3750
3751 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3752 - type: "table"
3753   title: "VPP Performance Changes 2n-clx-x556 ndr"
3754   algorithm: "table_comparison"
3755   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3756   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3757   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3758   columns:
3759     - title: "2001"
3760       data-set: "vpp-performance-changes-2n-clx-ref"
3761     - title: "2005"
3762       data-set: "vpp-performance-changes-2n-clx-cmp"
3763   comparisons:
3764     - title: "Diff"
3765       reference: 1
3766       compare: 2
3767   legend:
3768     - "Legend to Table"
3769     - "2001, 2005 - VPP versions tested."
3770     - "Diff - difference between 2001 and 2005 VPP version."
3771
3772 # VPP Performance Changes 2n-dnv 1t1c pdr
3773 - type: "table"
3774   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3775   algorithm: "table_comparison"
3776   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3777   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3778   filter: "'1T1C'"
3779   columns:
3780     - title: "1908"
3781       data-set: "vpp-performance-changes-2n-dnv-h1"
3782     - title: "2001"
3783       data-set: "vpp-performance-changes-2n-dnv-ref"
3784     - title: "2005"
3785       data-set: "vpp-performance-changes-2n-dnv-cmp"
3786   comparisons:
3787     - title: "Diff"
3788       reference: 2
3789       compare: 3
3790   legend:
3791     - "Legend to Table"
3792     - "1908, 2001, 2005 - VPP versions tested."
3793     - "Diff - difference between 2001 and 2005 VPP version."
3794
3795 # VPP Performance Changes 2n-dnv 2t2c pdr
3796 - type: "table"
3797   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3798   algorithm: "table_comparison"
3799   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3800   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3801   filter: "'2T2C'"
3802   columns:
3803     - title: "1908"
3804       data-set: "vpp-performance-changes-2n-dnv-h1"
3805     - title: "2001"
3806       data-set: "vpp-performance-changes-2n-dnv-ref"
3807     - title: "2005"
3808       data-set: "vpp-performance-changes-2n-dnv-cmp"
3809   comparisons:
3810     - title: "Diff"
3811       reference: 2
3812       compare: 3
3813   legend:
3814     - "Legend to Table"
3815     - "1908, 2001, 2005 - VPP versions tested."
3816     - "Diff - difference between 2001 and 2005 VPP version."
3817
3818 # VPP Performance Changes 2n-dnv 1t1c ndr
3819 - type: "table"
3820   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3821   algorithm: "table_comparison"
3822   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3823   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3824   filter: "'1T1C'"
3825   columns:
3826     - title: "1908"
3827       data-set: "vpp-performance-changes-2n-dnv-h1"
3828     - title: "2001"
3829       data-set: "vpp-performance-changes-2n-dnv-ref"
3830     - title: "2005"
3831       data-set: "vpp-performance-changes-2n-dnv-cmp"
3832   comparisons:
3833     - title: "Diff"
3834       reference: 2
3835       compare: 3
3836   legend:
3837     - "Legend to Table"
3838     - "1908, 2001, 2005 - VPP versions tested."
3839     - "Diff - difference between 2001 and 2005 VPP version."
3840
3841 # VPP Performance Changes 2n-dnv 2t2c ndr
3842 - type: "table"
3843   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3844   algorithm: "table_comparison"
3845   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3847   filter: "'2T2C'"
3848   columns:
3849     - title: "1908"
3850       data-set: "vpp-performance-changes-2n-dnv-h1"
3851     - title: "2001"
3852       data-set: "vpp-performance-changes-2n-dnv-ref"
3853     - title: "2005"
3854       data-set: "vpp-performance-changes-2n-dnv-cmp"
3855   comparisons:
3856     - title: "Diff"
3857       reference: 2
3858       compare: 3
3859   legend:
3860     - "Legend to Table"
3861     - "1908, 2001, 2005 - VPP versions tested."
3862     - "Diff - difference between 2001 and 2005 VPP version."
3863
3864 # VPP Performance Changes 3n-dnv 1t1c pdr
3865 - type: "table"
3866   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3867   algorithm: "table_comparison"
3868   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3869   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3870   filter: "'1T1C'"
3871   columns:
3872     - title: "1908"
3873       data-set: "vpp-performance-changes-3n-dnv-h1"
3874     - title: "2001"
3875       data-set: "vpp-performance-changes-3n-dnv-ref"
3876     - title: "2005"
3877       data-set: "vpp-performance-changes-3n-dnv-cmp"
3878   comparisons:
3879     - title: "Diff"
3880       reference: 2
3881       compare: 3
3882   legend:
3883     - "Legend to Table"
3884     - "1908, 2001, 2005 - VPP versions tested."
3885     - "Diff - difference between 2001 and 2005 VPP version."
3886
3887 # VPP Performance Changes 3n-dnv 2t2c pdr
3888 - type: "table"
3889   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3890   algorithm: "table_comparison"
3891   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3892   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3893   filter: "'2T2C'"
3894   columns:
3895     - title: "1908"
3896       data-set: "vpp-performance-changes-3n-dnv-h1"
3897     - title: "2001"
3898       data-set: "vpp-performance-changes-3n-dnv-ref"
3899     - title: "2005"
3900       data-set: "vpp-performance-changes-3n-dnv-cmp"
3901   comparisons:
3902     - title: "Diff"
3903       reference: 2
3904       compare: 3
3905   legend:
3906     - "Legend to Table"
3907     - "1908, 2001, 2005 - VPP versions tested."
3908     - "Diff - difference between 2001 and 2005 VPP version."
3909
3910 # VPP Performance Changes 3n-dnv 1t1c ndr
3911 - type: "table"
3912   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3913   algorithm: "table_comparison"
3914   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3916   filter: "'1T1C'"
3917   columns:
3918     - title: "1908"
3919       data-set: "vpp-performance-changes-3n-dnv-h1"
3920     - title: "2001"
3921       data-set: "vpp-performance-changes-3n-dnv-ref"
3922     - title: "2005"
3923       data-set: "vpp-performance-changes-3n-dnv-cmp"
3924   comparisons:
3925     - title: "Diff"
3926       reference: 2
3927       compare: 3
3928   legend:
3929     - "Legend to Table"
3930     - "1908, 2001, 2005 - VPP versions tested."
3931     - "Diff - difference between 2001 and 2005 VPP version."
3932
3933 # VPP Performance Changes 3n-dnv 2t2c ndr
3934 - type: "table"
3935   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3936   algorithm: "table_comparison"
3937   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3938   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3939   filter: "'2T2C'"
3940   columns:
3941     - title: "1908"
3942       data-set: "vpp-performance-changes-3n-dnv-h1"
3943     - title: "2001"
3944       data-set: "vpp-performance-changes-3n-dnv-ref"
3945     - title: "2005"
3946       data-set: "vpp-performance-changes-3n-dnv-cmp"
3947   comparisons:
3948     - title: "Diff"
3949       reference: 2
3950       compare: 3
3951   legend:
3952     - "Legend to Table"
3953     - "1908, 2001, 2005 - VPP versions tested."
3954     - "Diff - difference between 2001 and 2005 VPP version."
3955
3956 # VPP Performance Changes 3n-tsh 1t1c pdr
3957 - type: "table"
3958   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3959   algorithm: "table_comparison"
3960   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3961   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3962   filter: "'1T1C'"
3963   columns:
3964     - title: "1908"
3965       data-set: "vpp-performance-changes-3n-tsh-h1"
3966     - title: "2001"
3967       data-set: "vpp-performance-changes-3n-tsh-ref"
3968     - title: "2005"
3969       data-set: "vpp-performance-changes-3n-tsh-cmp"
3970   comparisons:
3971     - title: "Diff"
3972       reference: 2
3973       compare: 3
3974   legend:
3975     - "Legend to Table"
3976     - "1908, 2001, 2005 - VPP versions tested."
3977     - "Diff - difference between 2001 and 2005 VPP version."
3978
3979 # VPP Performance Changes 3n-tsh 2t2c pdr
3980 - type: "table"
3981   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3982   algorithm: "table_comparison"
3983   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3984   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3985   filter: "'2T2C'"
3986   columns:
3987     - title: "1908"
3988       data-set: "vpp-performance-changes-3n-tsh-h1"
3989     - title: "2001"
3990       data-set: "vpp-performance-changes-3n-tsh-ref"
3991     - title: "2005"
3992       data-set: "vpp-performance-changes-3n-tsh-cmp"
3993   comparisons:
3994     - title: "Diff"
3995       reference: 2
3996       compare: 3
3997   legend:
3998     - "Legend to Table"
3999     - "1908, 2001, 2005 - VPP versions tested."
4000     - "Diff - difference between 2001 and 2005 VPP version."
4001
4002 # VPP Performance Changes 3n-tsh 1t1c ndr
4003 - type: "table"
4004   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4005   algorithm: "table_comparison"
4006   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4008   filter: "'1T1C'"
4009   columns:
4010     - title: "1908"
4011       data-set: "vpp-performance-changes-3n-tsh-h1"
4012     - title: "2001"
4013       data-set: "vpp-performance-changes-3n-tsh-ref"
4014     - title: "2005"
4015       data-set: "vpp-performance-changes-3n-tsh-cmp"
4016   comparisons:
4017     - title: "Diff"
4018       reference: 2
4019       compare: 3
4020   legend:
4021     - "Legend to Table"
4022     - "1908, 2001, 2005 - VPP versions tested."
4023     - "Diff - difference between 2001 and 2005 VPP version."
4024
4025 # VPP Performance Changes 3n-tsh 2t2c ndr
4026 - type: "table"
4027   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4028   algorithm: "table_comparison"
4029   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4030   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4031   filter: "'2T2C'"
4032   columns:
4033     - title: "1908"
4034       data-set: "vpp-performance-changes-3n-tsh-h1"
4035     - title: "2001"
4036       data-set: "vpp-performance-changes-3n-tsh-ref"
4037     - title: "2005"
4038       data-set: "vpp-performance-changes-3n-tsh-cmp"
4039   comparisons:
4040     - title: "Diff"
4041       reference: 2
4042       compare: 3
4043   legend:
4044     - "Legend to Table"
4045     - "1908, 2001, 2005 - VPP versions tested."
4046     - "Diff - difference between 2001 and 2005 VPP version."
4047
4048 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4049 - type: "table"
4050   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4051   algorithm: "table_comparison"
4052   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4053   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4054   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4055   columns:
4056     - title: "3n-hsw xl710"
4057       data-set: "vpp-compare-testbeds-ref"
4058       tag: "NIC_Intel-XL710"
4059     - title: "3n-skx xxv710"
4060       data-set: "vpp-compare-testbeds-cmp"
4061       tag: "NIC_Intel-XXV710"
4062   comparisons:
4063     - title: "Diff"
4064       reference: 1
4065       compare: 2
4066   legend:
4067     - "Legend to Table"
4068     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4069     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4070
4071 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4072 - type: "table"
4073   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4074   algorithm: "table_comparison"
4075   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4076   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4077   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4078   columns:
4079     - title: "3n-hsw xl710"
4080       data-set: "vpp-compare-testbeds-ref"
4081       tag: "NIC_Intel-XL710"
4082     - title: "3n-skx xxv710"
4083       data-set: "vpp-compare-testbeds-cmp"
4084       tag: "NIC_Intel-XXV710"
4085   comparisons:
4086     - title: "Diff"
4087       reference: 1
4088       compare: 2
4089   legend:
4090     - "Legend to Table"
4091     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4092     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4093
4094 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4095 - type: "table"
4096   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4097   algorithm: "table_comparison"
4098   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4099   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4100   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4101   columns:
4102     - title: "3n-hsw xl710"
4103       data-set: "vpp-compare-testbeds-ref"
4104       tag: "NIC_Intel-XL710"
4105     - title: "3n-skx xxv710"
4106       data-set: "vpp-compare-testbeds-cmp"
4107       tag: "NIC_Intel-XXV710"
4108   comparisons:
4109     - title: "Diff"
4110       reference: 1
4111       compare: 2
4112   legend:
4113     - "Legend to Table"
4114     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4115     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4116
4117 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4118 - type: "table"
4119   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4120   algorithm: "table_comparison"
4121   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4122   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4123   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4124   columns:
4125     - title: "3n-hsw xl710"
4126       data-set: "vpp-compare-testbeds-ref"
4127       tag: "NIC_Intel-XL710"
4128     - title: "3n-skx xxv710"
4129       data-set: "vpp-compare-testbeds-cmp"
4130       tag: "NIC_Intel-XXV710"
4131   comparisons:
4132     - title: "Diff"
4133       reference: 1
4134       compare: 2
4135   legend:
4136     - "Legend to Table"
4137     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4138     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4139
4140 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4141 - type: "table"
4142   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4143   algorithm: "table_comparison"
4144   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4145   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4146   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4147   columns:
4148     - title: "2n-skx"
4149       data-set: "vpp-compare-testbeds-skx-clx-ref"
4150     - title: "2n-clx"
4151       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4152   comparisons:
4153     - title: "Diff"
4154       reference: 1
4155       compare: 2
4156   legend:
4157     - "Legend to Table"
4158     - "2n-skx, 2n-clx - testbeds and NICs tested."
4159     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4160
4161 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4162 - type: "table"
4163   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4164   algorithm: "table_comparison"
4165   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4166   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4167   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4168   columns:
4169     - title: "2n-skx"
4170       data-set: "vpp-compare-testbeds-skx-clx-ref"
4171     - title: "2n-clx"
4172       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4173   comparisons:
4174     - title: "Diff"
4175       reference: 1
4176       compare: 2
4177   legend:
4178     - "Legend to Table"
4179     - "2n-skx, 2n-clx - testbeds and NICs tested."
4180     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4181
4182 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4183 - type: "table"
4184   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4185   algorithm: "table_comparison"
4186   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4187   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4188   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4189   columns:
4190     - title: "2n-skx"
4191       data-set: "vpp-compare-testbeds-skx-clx-ref"
4192     - title: "2n-clx"
4193       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4194   comparisons:
4195     - title: "Diff"
4196       reference: 1
4197       compare: 2
4198   legend:
4199     - "Legend to Table"
4200     - "2n-skx, 2n-clx - testbeds and NICs tested."
4201     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4202
4203 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4204 - type: "table"
4205   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4206   algorithm: "table_comparison"
4207   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4208   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4209   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4210   columns:
4211     - title: "2n-skx"
4212       data-set: "vpp-compare-testbeds-skx-clx-ref"
4213     - title: "2n-clx"
4214       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4215   comparisons:
4216     - title: "Diff"
4217       reference: 1
4218       compare: 2
4219   legend:
4220     - "Legend to Table"
4221     - "2n-skx, 2n-clx - testbeds and NICs tested."
4222     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4223
4224 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4225 - type: "table"
4226   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4227   algorithm: "table_comparison"
4228   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4229   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4230   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4231   columns:
4232     - title: "3n-hsw xl710"
4233       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4234       tag: "NIC_Intel-XL710"
4235     - title: "2n-clx xxv710"
4236       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4237       tag: "NIC_Intel-XXV710"
4238   comparisons:
4239     - title: "Diff"
4240       reference: 1
4241       compare: 2
4242   legend:
4243     - "Legend to Table"
4244     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4245     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4246
4247 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4248 - type: "table"
4249   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4250   algorithm: "table_comparison"
4251   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4252   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4253   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4254   columns:
4255     - title: "3n-hsw xl710"
4256       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4257       tag: "NIC_Intel-XL710"
4258     - title: "2n-clx xxv710"
4259       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4260       tag: "NIC_Intel-XXV710"
4261   comparisons:
4262     - title: "Diff"
4263       reference: 1
4264       compare: 2
4265   legend:
4266     - "Legend to Table"
4267     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4268     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4269
4270 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4271 - type: "table"
4272   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4273   algorithm: "table_comparison"
4274   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4275   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4276   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4277   columns:
4278     - title: "3n-hsw xl710"
4279       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4280       tag: "NIC_Intel-XL710"
4281     - title: "2n-clx xxv710"
4282       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4283       tag: "NIC_Intel-XXV710"
4284   comparisons:
4285     - title: "Diff"
4286       reference: 1
4287       compare: 2
4288   legend:
4289     - "Legend to Table"
4290     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4291     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4292
4293 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4294 - type: "table"
4295   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4296   algorithm: "table_comparison"
4297   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4298   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4299   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4300   columns:
4301     - title: "3n-hsw xl710"
4302       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4303       tag: "NIC_Intel-XL710"
4304     - title: "2n-clx xxv710"
4305       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4306       tag: "NIC_Intel-XXV710"
4307   comparisons:
4308     - title: "Diff"
4309       reference: 1
4310       compare: 2
4311   legend:
4312     - "Legend to Table"
4313     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4314     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4315
4316 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4317 - type: "table"
4318   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4319   algorithm: "table_comparison"
4320   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4321   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4322   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4323   columns:
4324     - title: "3n-skx"
4325       data-set: "vpp-compare-topologies-ref"
4326     - title: "2n-skx"
4327       data-set: "vpp-compare-topologies-cmp"
4328   comparisons:
4329     - title: "Diff"
4330       reference: 1
4331       compare: 2
4332   legend:
4333     - "Legend to Table"
4334     - "3n-skx, 2n-skx - topologies tested."
4335     - "Diff - difference between 3n-skx and 2n-skx topologies."
4336
4337 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4338 - type: "table"
4339   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4340   algorithm: "table_comparison"
4341   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4342   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4343   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4344   columns:
4345     - title: "3n-skx"
4346       data-set: "vpp-compare-topologies-ref"
4347     - title: "2n-skx"
4348       data-set: "vpp-compare-topologies-cmp"
4349   comparisons:
4350     - title: "Diff"
4351       reference: 1
4352       compare: 2
4353   legend:
4354     - "Legend to Table"
4355     - "3n-skx, 2n-skx - topologies tested."
4356     - "Diff - difference between 3n-skx and 2n-skx topologies."
4357
4358 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4359 - type: "table"
4360   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4361   algorithm: "table_comparison"
4362   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4363   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4364   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4365   columns:
4366     - title: "3n-skx"
4367       data-set: "vpp-compare-topologies-ref"
4368     - title: "2n-skx"
4369       data-set: "vpp-compare-topologies-cmp"
4370   comparisons:
4371     - title: "Diff"
4372       reference: 1
4373       compare: 2
4374   legend:
4375     - "Legend to Table"
4376     - "3n-skx, 2n-skx - topologies tested."
4377     - "Diff - difference between 3n-skx and 2n-skx topologies."
4378
4379 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4380 - type: "table"
4381   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4382   algorithm: "table_comparison"
4383   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4384   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4385   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4386   columns:
4387     - title: "3n-skx"
4388       data-set: "vpp-compare-topologies-ref"
4389     - title: "2n-skx"
4390       data-set: "vpp-compare-topologies-cmp"
4391   comparisons:
4392     - title: "Diff"
4393       reference: 1
4394       compare: 2
4395   legend:
4396     - "Legend to Table"
4397     - "3n-skx, 2n-skx - topologies tested."
4398     - "Diff - difference between 3n-skx and 2n-skx topologies."
4399
4400 # VPP Performance Changes 3n-hsw 1t1c mrr
4401 - type: "table"
4402   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4403   algorithm: "table_comparison"
4404   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4405   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4406   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4407   columns:
4408     - title: "1908"
4409       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4410     - title: "2001"
4411       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4412     - title: "2005"
4413       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4414   comparisons:
4415     - title: "Diff"
4416       reference: 2
4417       compare: 3
4418   legend:
4419     - "Legend to Table"
4420     - "1908, 2001, 2005 - VPP versions tested."
4421     - "Diff - difference between 2001 and 2005 VPP version."
4422
4423 # VPP Performance Changes 3n-hsw 2t2c mrr
4424 - type: "table"
4425   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4426   algorithm: "table_comparison"
4427   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4428   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4429   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4430   columns:
4431     - title: "1908"
4432       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4433     - title: "2001"
4434       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4435     - title: "2005"
4436       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4437   comparisons:
4438     - title: "Diff"
4439       reference: 2
4440       compare: 3
4441   legend:
4442     - "Legend to Table"
4443     - "1908, 2001, 2005 - VPP versions tested."
4444     - "Diff - difference between 2001 and 2005 VPP version."
4445
4446 # VPP Performance Changes 3n-hsw 4t4c mrr
4447 - type: "table"
4448   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4449   algorithm: "table_comparison"
4450   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4451   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4452   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4453   columns:
4454     - title: "1908"
4455       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4456     - title: "2001"
4457       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4458     - title: "2005"
4459       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4460   comparisons:
4461     - title: "Diff"
4462       reference: 2
4463       compare: 3
4464   legend:
4465     - "Legend to Table"
4466     - "1908, 2001, 2005 - VPP versions tested."
4467     - "Diff - difference between 2001 and 2005 VPP version."
4468
4469 # VPP Performance Changes 3n-skx 2t1c mrr
4470 - type: "table"
4471   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4472   algorithm: "table_comparison"
4473   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4474   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4475   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4476   columns:
4477     - title: "1908"
4478       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4479     - title: "2001"
4480       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4481     - title: "2005"
4482       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4483   comparisons:
4484     - title: "Diff"
4485       reference: 2
4486       compare: 3
4487   legend:
4488     - "Legend to Table"
4489     - "1908, 2001, 2005 - VPP versions tested."
4490     - "Diff - difference between 2001 and 2005 VPP version."
4491
4492 # VPP Performance Changes 3n-skx 4t2c mrr
4493 - type: "table"
4494   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4495   algorithm: "table_comparison"
4496   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4497   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4498   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4499   columns:
4500     - title: "1908"
4501       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4502     - title: "2001"
4503       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4504     - title: "2005"
4505       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4506   comparisons:
4507     - title: "Diff"
4508       reference: 2
4509       compare: 3
4510   legend:
4511     - "Legend to Table"
4512     - "1908, 2001, 2005 - VPP versions tested."
4513     - "Diff - difference between 2001 and 2005 VPP version."
4514
4515 # VPP Performance Changes 3n-skx 8t4c mrr
4516 - type: "table"
4517   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4518   algorithm: "table_comparison"
4519   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4520   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4521   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4522   columns:
4523     - title: "1908"
4524       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4525     - title: "2001"
4526       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4527     - title: "2005"
4528       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4529   comparisons:
4530     - title: "Diff"
4531       reference: 2
4532       compare: 3
4533   legend:
4534     - "Legend to Table"
4535     - "1908, 2001, 2005 - VPP versions tested."
4536     - "Diff - difference between 2001 and 2005 VPP version."
4537
4538 # VPP Performance Changes 2n-skx 2t1c mrr
4539 - type: "table"
4540   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4541   algorithm: "table_comparison"
4542   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4543   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4544   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4545   columns:
4546     - title: "1908"
4547       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4548     - title: "2001"
4549       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4550     - title: "2005"
4551       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4552   comparisons:
4553     - title: "Diff"
4554       reference: 2
4555       compare: 3
4556   legend:
4557     - "Legend to Table"
4558     - "1908, 2001, 2005 - VPP versions tested."
4559     - "Diff - difference between 2001 and 2005 VPP version."
4560
4561 # VPP Performance Changes 2n-skx 4t2c mrr
4562 - type: "table"
4563   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4564   algorithm: "table_comparison"
4565   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4566   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4567   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4568   columns:
4569     - title: "1908"
4570       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4571     - title: "2001"
4572       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4573     - title: "2005"
4574       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4575   comparisons:
4576     - title: "Diff"
4577       reference: 2
4578       compare: 3
4579   legend:
4580     - "Legend to Table"
4581     - "1908, 2001, 2005 - VPP versions tested."
4582     - "Diff - difference between 2001 and 2005 VPP version."
4583
4584 # VPP Performance Changes 2n-skx 8t4c mrr
4585 - type: "table"
4586   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4587   algorithm: "table_comparison"
4588   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4589   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4590   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4591   columns:
4592     - title: "1908"
4593       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4594     - title: "2001"
4595       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4596     - title: "2005"
4597       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4598   comparisons:
4599     - title: "Diff"
4600       reference: 2
4601       compare: 3
4602   legend:
4603     - "Legend to Table"
4604     - "1908, 2001, 2005 - VPP versions tested."
4605     - "Diff - difference between 2001 and 2005 VPP version."
4606
4607 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4608 - type: "table"
4609   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4610   algorithm: "table_comparison"
4611   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4612   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4613   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4614   columns:
4615     - title: "2001"
4616       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4617     - title: "2005"
4618       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4619   comparisons:
4620     - title: "Diff"
4621       reference: 1
4622       compare: 2
4623   legend:
4624     - "Legend to Table"
4625     - "2001, 2005 - VPP versions tested."
4626     - "Diff - difference between 2001 and 2005 VPP version."
4627
4628 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4629 - type: "table"
4630   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4631   algorithm: "table_comparison"
4632   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4633   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4634   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4635   columns:
4636     - title: "2001"
4637       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4638     - title: "2005"
4639       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4640   comparisons:
4641     - title: "Diff"
4642       reference: 1
4643       compare: 2
4644   legend:
4645     - "Legend to Table"
4646     - "2001, 2005 - VPP versions tested."
4647     - "Diff - difference between 2001 and 2005 VPP version."
4648
4649 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4650 - type: "table"
4651   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4652   algorithm: "table_comparison"
4653   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4654   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4655   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4656   columns:
4657     - title: "2001"
4658       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4659     - title: "2005"
4660       data-set: "vpp-performance-changes-2n-clx-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-clx-clx-x556 2t1c mrr
4671 - type: "table"
4672   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4673   algorithm: "table_comparison"
4674   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4675   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4676   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4677   columns:
4678     - title: "2001"
4679       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4680     - title: "2005"
4681       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4682   comparisons:
4683     - title: "Diff"
4684       reference: 1
4685       compare: 2
4686   legend:
4687     - "Legend to Table"
4688     - "2001, 2005 - VPP versions tested."
4689     - "Diff - difference between 2001 and 2005 VPP version."
4690
4691 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4692 - type: "table"
4693   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4694   algorithm: "table_comparison"
4695   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4696   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4697   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4698   columns:
4699     - title: "2001"
4700       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4701     - title: "2005"
4702       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4703   comparisons:
4704     - title: "Diff"
4705       reference: 1
4706       compare: 2
4707   legend:
4708     - "Legend to Table"
4709     - "2001, 2005 - VPP versions tested."
4710     - "Diff - difference between 2001 and 2005 VPP version."
4711
4712 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4713 - type: "table"
4714   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4715   algorithm: "table_comparison"
4716   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4717   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4718   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4719   columns:
4720     - title: "2001"
4721       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4722     - title: "2005"
4723       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4724   comparisons:
4725     - title: "Diff"
4726       reference: 1
4727       compare: 2
4728   legend:
4729     - "Legend to Table"
4730     - "2001, 2005 - VPP versions tested."
4731     - "Diff - difference between 2001 and 2005 VPP version."
4732
4733 # VPP Performance Changes 2n-dnv 1t1c mrr
4734 - type: "table"
4735   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4736   algorithm: "table_comparison"
4737   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4738   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4739   filter: "'1T1C'"
4740   columns:
4741     - title: "1908"
4742       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4743     - title: "2001"
4744       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4745     - title: "2005"
4746       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4747   comparisons:
4748     - title: "Diff"
4749       reference: 2
4750       compare: 3
4751   legend:
4752     - "Legend to Table"
4753     - "1908, 2001, 2005 - VPP versions tested."
4754     - "Diff - difference between 2001 and 2005 VPP version."
4755
4756 # VPP Performance Changes 2n-dnv 2t2c mrr
4757 - type: "table"
4758   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4759   algorithm: "table_comparison"
4760   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4761   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4762   filter: "'2T2C'"
4763   columns:
4764     - title: "1908"
4765       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4766     - title: "2001"
4767       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4768     - title: "2005"
4769       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4770   comparisons:
4771     - title: "Diff"
4772       reference: 2
4773       compare: 3
4774   legend:
4775     - "Legend to Table"
4776     - "1908, 2001, 2005 - VPP versions tested."
4777     - "Diff - difference between 2001 and 2005 VPP version."
4778
4779 # VPP Performance Changes 2n-dnv 4t4c mrr
4780 - type: "table"
4781   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4782   algorithm: "table_comparison"
4783   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4784   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4785   filter: "'4T4C'"
4786   columns:
4787     - title: "1908"
4788       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4789     - title: "2001"
4790       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4791     - title: "2005"
4792       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4793   comparisons:
4794     - title: "Diff"
4795       reference: 2
4796       compare: 3
4797   legend:
4798     - "Legend to Table"
4799     - "1908, 2001, 2005 - VPP versions tested."
4800     - "Diff - difference between 2001 and 2005 VPP version."
4801
4802 # VPP Performance Changes 3n-dnv 1t1c mrr
4803 - type: "table"
4804   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4805   algorithm: "table_comparison"
4806   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4807   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4808   filter: "'1T1C'"
4809   columns:
4810     - title: "1908"
4811       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4812     - title: "2001"
4813       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4814     - title: "2005"
4815       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4816   comparisons:
4817     - title: "Diff"
4818       reference: 2
4819       compare: 3
4820   legend:
4821     - "Legend to Table"
4822     - "1908, 2001, 2005 - VPP versions tested."
4823     - "Diff - difference between 2001 and 2005 VPP version."
4824
4825 # VPP Performance Changes 3n-dnv 2t2c mrr
4826 - type: "table"
4827   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4828   algorithm: "table_comparison"
4829   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4830   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4831   filter: "'2T2C'"
4832   columns:
4833     - title: "1908"
4834       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4835     - title: "2001"
4836       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4837     - title: "2005"
4838       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4839   comparisons:
4840     - title: "Diff"
4841       reference: 2
4842       compare: 3
4843   legend:
4844     - "Legend to Table"
4845     - "1908, 2001, 2005 - VPP versions tested."
4846     - "Diff - difference between 2001 and 2005 VPP version."
4847
4848 # VPP Performance Changes 3n-dnv 4t4c mrr
4849 - type: "table"
4850   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4851   algorithm: "table_comparison"
4852   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4853   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4854   filter: "'4T4C'"
4855   columns:
4856     - title: "1908"
4857       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4858     - title: "2001"
4859       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4860     - title: "2005"
4861       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4862   comparisons:
4863     - title: "Diff"
4864       reference: 2
4865       compare: 3
4866   legend:
4867     - "Legend to Table"
4868     - "1908, 2001, 2005 - VPP versions tested."
4869     - "Diff - difference between 2001 and 2005 VPP version."
4870
4871 # VPP Performance Changes 3n-tsh 1t1c mrr
4872 - type: "table"
4873   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4874   algorithm: "table_comparison"
4875   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4876   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4877   filter: "'1T1C'"
4878   columns:
4879     - title: "1908"
4880       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4881     - title: "2001"
4882       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4883     - title: "2005"
4884       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4885   comparisons:
4886     - title: "Diff"
4887       reference: 2
4888       compare: 3
4889   legend:
4890     - "Legend to Table"
4891     - "1908, 2001, 2005 - VPP versions tested."
4892     - "Diff - difference between 2001 and 2005 VPP version."
4893
4894 # VPP Performance Changes 3n-tsh 2t2c mrr
4895 - type: "table"
4896   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4897   algorithm: "table_comparison"
4898   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4899   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4900   filter: "'2T2C'"
4901   columns:
4902     - title: "1908"
4903       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4904     - title: "2001"
4905       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4906     - title: "2005"
4907       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4908   comparisons:
4909     - title: "Diff"
4910       reference: 2
4911       compare: 3
4912   legend:
4913     - "Legend to Table"
4914     - "1908, 2001, 2005 - VPP versions tested."
4915     - "Diff - difference between 2001 and 2005 VPP version."
4916
4917 # VPP Performance Changes 3n-tsh 4t4c mrr
4918 - type: "table"
4919   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4920   algorithm: "table_comparison"
4921   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4923   filter: "'4T4C'"
4924   columns:
4925     - title: "1908"
4926       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4927     - title: "2001"
4928       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4929     - title: "2005"
4930       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4931   comparisons:
4932     - title: "Diff"
4933       reference: 2
4934       compare: 3
4935   legend:
4936     - "Legend to Table"
4937     - "1908, 2001, 2005 - VPP versions tested."
4938     - "Diff - difference between 2001 and 2005 VPP version."
4939
4940 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4941 - type: "table"
4942   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4943   algorithm: "table_comparison"
4944   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4945   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4946   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4947   columns:
4948     - title: "3n-hsw xl710"
4949       data-set: "vpp-compare-testbeds-mrr-ref"
4950       tag: "NIC_Intel-XL710"
4951     - title: "3n-skx xxv710"
4952       data-set: "vpp-compare-testbeds-mrr-cmp"
4953       tag: "NIC_Intel-XXV710"
4954   comparisons:
4955     - title: "Diff"
4956       reference: 1
4957       compare: 2
4958   legend:
4959     - "Legend to Table"
4960     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4961     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4962
4963 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4964 - type: "table"
4965   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4966   algorithm: "table_comparison"
4967   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4968   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4969   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4970   columns:
4971     - title: "3n-hsw xl710"
4972       data-set: "vpp-compare-testbeds-mrr-ref"
4973       tag: "NIC_Intel-XL710"
4974     - title: "3n-skx xxv710"
4975       data-set: "vpp-compare-testbeds-mrr-cmp"
4976       tag: "NIC_Intel-XXV710"
4977   comparisons:
4978     - title: "Diff"
4979       reference: 1
4980       compare: 2
4981   legend:
4982     - "Legend to Table"
4983     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4984     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4985
4986 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4987 - type: "table"
4988   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4989   algorithm: "table_comparison"
4990   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4991   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4992   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4993   columns:
4994     - title: "3n-hsw xl710"
4995       data-set: "vpp-compare-testbeds-mrr-ref"
4996       tag: "NIC_Intel-XL710"
4997     - title: "3n-skx xxv710"
4998       data-set: "vpp-compare-testbeds-mrr-cmp"
4999       tag: "NIC_Intel-XXV710"
5000   comparisons:
5001     - title: "Diff"
5002       reference: 1
5003       compare: 2
5004   legend:
5005     - "Legend to Table"
5006     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5007     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5008
5009 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5010 - type: "table"
5011   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5012   algorithm: "table_comparison"
5013   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5014   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5015   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5016   columns:
5017     - title: "2n-skx"
5018       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5019     - title: "2n-clx"
5020       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5021   comparisons:
5022     - title: "Diff"
5023       reference: 1
5024       compare: 2
5025   legend:
5026     - "Legend to Table"
5027     - "2n-skx, 2n-clx - testbeds and NICs tested."
5028     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5029
5030 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5031 - type: "table"
5032   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5033   algorithm: "table_comparison"
5034   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5035   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5036   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5037   columns:
5038     - title: "2n-skx"
5039       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5040     - title: "2n-clx"
5041       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5042   comparisons:
5043     - title: "Diff"
5044       reference: 1
5045       compare: 2
5046   legend:
5047     - "Legend to Table"
5048     - "2n-skx, 2n-clx - testbeds and NICs tested."
5049     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5050
5051 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5052 - type: "table"
5053   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5054   algorithm: "table_comparison"
5055   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5056   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5057   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5058   columns:
5059     - title: "2n-skx"
5060       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5061     - title: "2n-clx"
5062       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5063   comparisons:
5064     - title: "Diff"
5065       reference: 1
5066       compare: 2
5067   legend:
5068     - "Legend to Table"
5069     - "2n-skx, 2n-clx - testbeds and NICs tested."
5070     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5071
5072 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5073 - type: "table"
5074   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5075   algorithm: "table_comparison"
5076   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5078   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5079   columns:
5080     - title: "3n-skx"
5081       data-set: "vpp-compare-topologies-mrr-ref"
5082     - title: "2n-skx"
5083       data-set: "vpp-compare-topologies-mrr-cmp"
5084   comparisons:
5085     - title: "Diff"
5086       reference: 1
5087       compare: 2
5088   legend:
5089     - "Legend to Table"
5090     - "3n-skx, 2n-skx - topologies tested."
5091     - "Diff - difference between 3n-skx and 2n-skx topologies."
5092
5093 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5094 - type: "table"
5095   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5096   algorithm: "table_comparison"
5097   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5098   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5099   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5100   columns:
5101     - title: "3n-skx"
5102       data-set: "vpp-compare-topologies-mrr-ref"
5103     - title: "2n-skx"
5104       data-set: "vpp-compare-topologies-mrr-cmp"
5105   comparisons:
5106     - title: "Diff"
5107       reference: 1
5108       compare: 2
5109   legend:
5110     - "Legend to Table"
5111     - "3n-skx, 2n-skx - topologies tested."
5112     - "Diff - difference between 3n-skx and 2n-skx topologies."
5113
5114 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5115 - type: "table"
5116   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5117   algorithm: "table_comparison"
5118   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5119   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5120   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5121   columns:
5122     - title: "3n-skx"
5123       data-set: "vpp-compare-topologies-mrr-ref"
5124     - title: "2n-skx"
5125       data-set: "vpp-compare-topologies-mrr-cmp"
5126   comparisons:
5127     - title: "Diff"
5128       reference: 1
5129       compare: 2
5130   legend:
5131     - "Legend to Table"
5132     - "3n-skx, 2n-skx - topologies tested."
5133     - "Diff - difference between 3n-skx and 2n-skx topologies."
5134
5135 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5136 - type: "table"
5137   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5138   algorithm: "table_comparison"
5139   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5140   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5141   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5142   columns:
5143     - title: "3n-hsw xl710"
5144       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5145       tag: "NIC_Intel-XL710"
5146     - title: "2n-clx xxv710"
5147       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5148       tag: "NIC_Intel-XXV710"
5149   comparisons:
5150     - title: "Diff"
5151       reference: 1
5152       compare: 2
5153   legend:
5154     - "Legend to Table"
5155     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5156     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5157
5158 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5159 - type: "table"
5160   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5161   algorithm: "table_comparison"
5162   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5163   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5164   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5165   columns:
5166     - title: "3n-hsw xl710"
5167       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5168       tag: "NIC_Intel-XL710"
5169     - title: "2n-clx xxv710"
5170       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5171       tag: "NIC_Intel-XXV710"
5172   comparisons:
5173     - title: "Diff"
5174       reference: 1
5175       compare: 2
5176   legend:
5177     - "Legend to Table"
5178     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5179     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5180
5181 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5182 - type: "table"
5183   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5184   algorithm: "table_comparison"
5185   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5186   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5187   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5188   columns:
5189     - title: "3n-hsw xl710"
5190       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5191       tag: "NIC_Intel-XL710"
5192     - title: "2n-clx xxv710"
5193       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5194       tag: "NIC_Intel-XXV710"
5195   comparisons:
5196     - title: "Diff"
5197       reference: 1
5198       compare: 2
5199   legend:
5200     - "Legend to Table"
5201     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5202     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5203
5204 # Detailed Test Results - VPP Performance Results 3n-hsw
5205 - type: "table"
5206   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5207   algorithm: "table_merged_details"
5208   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5209   columns:
5210     - title: " |prein| Test Name |preout| "
5211       data: "data name"
5212     - 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| "
5213       data: "data msg"
5214   data: "vpp-perf-results-3n-hsw"
5215   filter: "all"
5216   parameters:
5217   - "name"
5218   - "parent"
5219   - "msg"
5220
5221 # Detailed Test Results - VPP Performance Results 3n-skx
5222 - type: "table"
5223   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5224   algorithm: "table_merged_details"
5225   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5226   columns:
5227     - title: " |prein| Test Name |preout| "
5228       data: "data name"
5229     - 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| "
5230       data: "data msg"
5231   data: "vpp-perf-results-3n-skx"
5232   filter: "all"
5233   remove-ndr: False
5234   parameters:
5235   - "name"
5236   - "parent"
5237   - "msg"
5238
5239 # Detailed Test Results - VPP Performance Results 2n-skx
5240 - type: "table"
5241   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5242   algorithm: "table_merged_details"
5243   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5244   columns:
5245     - title: " |prein| Test Name |preout| "
5246       data: "data name"
5247     - 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| "
5248       data: "data msg"
5249   data: "vpp-perf-results-2n-skx"
5250   filter: "all"
5251   remove-ndr: False
5252   parameters:
5253   - "name"
5254   - "parent"
5255   - "msg"
5256
5257 # Detailed Test Results - VPP Performance Results 2n-clx
5258 - type: "table"
5259   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5260   algorithm: "table_merged_details"
5261   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5262   columns:
5263     - title: " |prein| Test Name |preout| "
5264       data: "data name"
5265     - 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| "
5266       data: "data msg"
5267   data: "vpp-perf-results-2n-clx"
5268   filter: "all"
5269   parameters:
5270   - "name"
5271   - "parent"
5272   - "msg"
5273
5274 # Detailed Test Results - VPP Performance Results 3n-tsh
5275 - type: "table"
5276   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5277   algorithm: "table_merged_details"
5278   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5279   columns:
5280     - title: " |prein| Test Name |preout| "
5281       data: "data name"
5282     - 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| "
5283       data: "data msg"
5284   data: "vpp-perf-results-3n-tsh"
5285   filter: "all"
5286   parameters:
5287   - "name"
5288   - "parent"
5289   - "msg"
5290
5291 # Detailed Test Results - VPP Performance Results 3n-dnv
5292 - type: "table"
5293   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5294   algorithm: "table_merged_details"
5295   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5296   columns:
5297     - title: " |prein| Test Name |preout| "
5298       data: "data name"
5299     - 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| "
5300       data: "data msg"
5301   data: "vpp-perf-results-3n-dnv"
5302   filter: "all"
5303   parameters:
5304   - "name"
5305   - "parent"
5306   - "msg"
5307
5308 # Detailed Test Results - VPP Performance Results 2n-dnv
5309 - type: "table"
5310   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5311   algorithm: "table_merged_details"
5312   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5313   columns:
5314     - title: " |prein| Test Name |preout| "
5315       data: "data name"
5316     - 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| "
5317       data: "data msg"
5318   data: "vpp-perf-results-2n-dnv"
5319   filter: "all"
5320   parameters:
5321   - "name"
5322   - "parent"
5323   - "msg"
5324
5325 # Test configuration - VPP Performance Test Configs 3n-hsw
5326 - type: "table"
5327   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5328   algorithm: "table_merged_details"
5329   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5330   columns:
5331     - title: " |prein| Test Name |preout| "
5332       data: "data name"
5333     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5334       data: "data conf-history"
5335   data: "vpp-perf-results-3n-hsw"
5336   filter: "all"
5337   parameters:
5338   - "parent"
5339   - "name"
5340   - "conf-history"
5341
5342 # Test configuration - VPP Performance Test Configs 3n-skx
5343 - type: "table"
5344   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5345   algorithm: "table_merged_details"
5346   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5347   columns:
5348     - title: " |prein| Test Name |preout| "
5349       data: "data name"
5350     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5351       data: "data conf-history"
5352   data: "vpp-perf-results-3n-skx"
5353   filter: "all"
5354   parameters:
5355   - "parent"
5356   - "name"
5357   - "conf-history"
5358
5359 # Test configuration - VPP Performance Test Configs 2n-skx
5360 - type: "table"
5361   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5362   algorithm: "table_merged_details"
5363   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5364   columns:
5365     - title: " |prein| Test Name |preout| "
5366       data: "data name"
5367     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5368       data: "data conf-history"
5369   data: "vpp-perf-results-2n-skx"
5370   filter: "all"
5371   parameters:
5372   - "parent"
5373   - "name"
5374   - "conf-history"
5375
5376 # Test configuration - VPP Performance Test Configs 2n-clx
5377 - type: "table"
5378   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5379   algorithm: "table_merged_details"
5380   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5381   columns:
5382     - title: " |prein| Test Name |preout| "
5383       data: "data name"
5384     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5385       data: "data conf-history"
5386   data: "vpp-perf-results-2n-clx"
5387   filter: "all"
5388   parameters:
5389   - "parent"
5390   - "name"
5391   - "conf-history"
5392
5393 # Test configuration - VPP Performance Test Configs 3n-tsh
5394 - type: "table"
5395   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5396   algorithm: "table_merged_details"
5397   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5398   columns:
5399     - title: " |prein| Test Name |preout| "
5400       data: "data name"
5401     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5402       data: "data conf-history"
5403   data: "vpp-perf-results-3n-tsh"
5404   filter: "all"
5405   parameters:
5406   - "parent"
5407   - "name"
5408   - "conf-history"
5409
5410 # Test configuration - VPP Performance Test Configs 3n-dnv
5411 - type: "table"
5412   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5413   algorithm: "table_merged_details"
5414   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5415   columns:
5416     - title: " |prein| Test Name |preout| "
5417       data: "data name"
5418     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5419       data: "data conf-history"
5420   data: "vpp-perf-results-3n-dnv"
5421   filter: "all"
5422   parameters:
5423   - "parent"
5424   - "name"
5425   - "conf-history"
5426
5427 # Test configuration - VPP Performance Test Configs 2n-dnv
5428 - type: "table"
5429   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5430   algorithm: "table_merged_details"
5431   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5432   columns:
5433     - title: " |prein| Test Name |preout| "
5434       data: "data name"
5435     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5436       data: "data conf-history"
5437   data: "vpp-perf-results-2n-dnv"
5438   filter: "all"
5439   parameters:
5440   - "parent"
5441   - "name"
5442   - "conf-history"
5443
5444 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5445 - type: "table"
5446   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5447   algorithm: "table_oper_data_html"
5448   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5449   data: "vpp-perf-results-3n-hsw"
5450   filter: "all"
5451
5452 # Test Operational Data - VPP Performance Operational Data 3n-skx
5453 - type: "table"
5454   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5455   algorithm: "table_oper_data_html"
5456   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5457   data: "vpp-perf-results-3n-skx"
5458   filter: "all"
5459
5460 # Test Operational Data - VPP Performance Operational Data 2n-skx
5461 - type: "table"
5462   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5463   algorithm: "table_oper_data_html"
5464   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5465   data: "vpp-perf-results-2n-skx"
5466   filter: "all"
5467
5468 # Test Operational Data - VPP Performance Operational Data 2n-clx
5469 - type: "table"
5470   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5471   algorithm: "table_oper_data_html"
5472   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5473   data: "vpp-perf-results-2n-clx"
5474   filter: "all"
5475
5476 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5477 - type: "table"
5478   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5479   algorithm: "table_oper_data_html"
5480   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5481   data: "vpp-perf-results-3n-tsh"
5482   filter: "all"
5483
5484 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5485 - type: "table"
5486   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5487   algorithm: "table_oper_data_html"
5488   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5489   data: "vpp-perf-results-3n-dnv"
5490   filter: "all"
5491
5492 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5493 - type: "table"
5494   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5495   algorithm: "table_oper_data_html"
5496   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5497   data: "vpp-perf-results-2n-dnv"
5498   filter: "all"
5499
5500 # Detailed Test Results - VPP MRR Results 3n-hsw
5501 - type: "table"
5502   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5503   algorithm: "table_merged_details"
5504   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5505   columns:
5506     - title: " |prein| Test Name |preout| "
5507       data: "data name"
5508     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5509       data: "data msg"
5510   data: "vpp-mrr-results-3n-hsw"
5511   filter: "all"
5512   parameters:
5513   - "name"
5514   - "parent"
5515   - "msg"
5516
5517 # Detailed Test Results - VPP MRR Results 3n-skx
5518 - type: "table"
5519   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5520   algorithm: "table_merged_details"
5521   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5522   columns:
5523     - title: " |prein| Test Name |preout| "
5524       data: "data name"
5525     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5526       data: "data msg"
5527   data: "vpp-mrr-results-3n-skx"
5528   filter: "all"
5529   parameters:
5530   - "name"
5531   - "parent"
5532   - "msg"
5533
5534 # Detailed Test Results - VPP MRR Results 2n-skx
5535 - type: "table"
5536   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5537   algorithm: "table_merged_details"
5538   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5539   columns:
5540     - title: " |prein| Test Name |preout| "
5541       data: "data name"
5542     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5543       data: "data msg"
5544   data: "vpp-mrr-results-2n-skx"
5545   filter: "all"
5546   parameters:
5547   - "name"
5548   - "parent"
5549   - "msg"
5550
5551 # Detailed Test Results - VPP MRR Results 2n-clx
5552 - type: "table"
5553   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5554   algorithm: "table_merged_details"
5555   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5556   columns:
5557     - title: " |prein| Test Name |preout| "
5558       data: "data name"
5559     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5560       data: "data msg"
5561   data: "vpp-mrr-results-2n-clx"
5562   filter: "all"
5563   parameters:
5564   - "name"
5565   - "parent"
5566   - "msg"
5567
5568 # Detailed Test Results - VPP MRR Results 3n-tsh
5569 - type: "table"
5570   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5571   algorithm: "table_merged_details"
5572   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5573   columns:
5574     - title: " |prein| Test Name |preout| "
5575       data: "data name"
5576     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5577       data: "data msg"
5578   data: "vpp-mrr-results-3n-tsh"
5579   filter: "all"
5580   parameters:
5581   - "name"
5582   - "parent"
5583   - "msg"
5584
5585 # Detailed Test Results - VPP MRR Results 3n-dnv
5586 - type: "table"
5587   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5588   algorithm: "table_merged_details"
5589   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5590   columns:
5591     - title: " |prein| Test Name |preout| "
5592       data: "data name"
5593     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5594       data: "data msg"
5595   data: "vpp-mrr-results-3n-dnv"
5596   filter: "all"
5597   parameters:
5598   - "name"
5599   - "parent"
5600   - "msg"
5601
5602 # Detailed Test Results - VPP MRR Results 2n-dnv
5603 - type: "table"
5604   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5605   algorithm: "table_merged_details"
5606   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5607   columns:
5608     - title: " |prein| Test Name |preout| "
5609       data: "data name"
5610     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5611       data: "data msg"
5612   data: "vpp-mrr-results-2n-dnv"
5613   filter: "all"
5614   parameters:
5615   - "name"
5616   - "parent"
5617   - "msg"
5618
5619 # Test configuration - VPP MRR Test Configs 3n-hsw
5620 - type: "table"
5621   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5622   algorithm: "table_merged_details"
5623   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5624   columns:
5625     - title: " |prein| Test Name |preout| "
5626       data: "data name"
5627     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5628       data: "data conf-history"
5629   data: "vpp-mrr-results-3n-hsw"
5630   filter: "all"
5631   parameters:
5632   - "parent"
5633   - "name"
5634   - "conf-history"
5635
5636 # Test configuration - VPP MRR Test Configs 3n-skx
5637 - type: "table"
5638   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5639   algorithm: "table_merged_details"
5640   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5641   columns:
5642     - title: " |prein| Test Name |preout| "
5643       data: "data name"
5644     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5645       data: "data conf-history"
5646   data: "vpp-mrr-results-3n-skx"
5647   filter: "all"
5648   parameters:
5649   - "parent"
5650   - "name"
5651   - "conf-history"
5652
5653 # Test configuration - VPP MRR Test Configs 2n-skx
5654 - type: "table"
5655   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5656   algorithm: "table_merged_details"
5657   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5658   columns:
5659     - title: " |prein| Test Name |preout| "
5660       data: "data name"
5661     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5662       data: "data conf-history"
5663   data: "vpp-mrr-results-2n-skx"
5664   filter: "all"
5665   parameters:
5666   - "parent"
5667   - "name"
5668   - "conf-history"
5669
5670 # Test configuration - VPP MRR Test Configs 2n-clx
5671 - type: "table"
5672   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5673   algorithm: "table_merged_details"
5674   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5675   columns:
5676     - title: " |prein| Test Name |preout| "
5677       data: "data name"
5678     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5679       data: "data conf-history"
5680   data: "vpp-mrr-results-2n-clx"
5681   filter: "all"
5682   parameters:
5683   - "parent"
5684   - "name"
5685   - "conf-history"
5686
5687 # Test configuration - VPP MRR Test Configs 3n-tsh
5688 - type: "table"
5689   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5690   algorithm: "table_merged_details"
5691   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5692   columns:
5693     - title: " |prein| Test Name |preout| "
5694       data: "data name"
5695     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5696       data: "data conf-history"
5697   data: "vpp-mrr-results-3n-tsh"
5698   filter: "all"
5699   parameters:
5700   - "parent"
5701   - "name"
5702   - "conf-history"
5703
5704 # Test configuration - VPP MRR Test Configs 3n-dnv
5705 - type: "table"
5706   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5707   algorithm: "table_merged_details"
5708   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5709   columns:
5710     - title: " |prein| Test Name |preout| "
5711       data: "data name"
5712     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5713       data: "data conf-history"
5714   data: "vpp-mrr-results-3n-dnv"
5715   filter: "all"
5716   parameters:
5717   - "parent"
5718   - "name"
5719   - "conf-history"
5720
5721 # Test configuration - VPP MRR Test Configs 2n-dnv
5722 - type: "table"
5723   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5724   algorithm: "table_merged_details"
5725   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5726   columns:
5727     - title: " |prein| Test Name |preout| "
5728       data: "data name"
5729     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5730       data: "data conf-history"
5731   data: "vpp-mrr-results-2n-dnv"
5732   filter: "all"
5733   parameters:
5734   - "parent"
5735   - "name"
5736   - "conf-history"
5737
5738 # Detailed Test Results - VPP Device Results - Ubuntu
5739 - type: "table"
5740   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5741   algorithm: "table_merged_details"
5742   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5743   columns:
5744     - title: " |prein| Test Name |preout| "
5745       data: "data name"
5746     - title: " |prein| Status |preout| "
5747       data: "data status"
5748   data: "vpp-device-results-ubuntu"
5749   filter: "all"
5750   parameters:
5751   - "name"
5752   - "parent"
5753   - "doc"
5754   - "status"
5755
5756 # Test configuration - VPP Device Test Configs - Ubuntu
5757 - type: "table"
5758   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5759   algorithm: "table_merged_details"
5760   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5761   columns:
5762     - title: " |prein| Test Name |preout| "
5763       data: "data name"
5764     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5765       data: "data conf-history"
5766   data: "vpp-device-results-ubuntu"
5767   filter: "all"
5768   parameters:
5769   - "parent"
5770   - "name"
5771   - "conf-history"
5772
5773 ################################################################################
5774
5775 # DPDK Performance Changes 3n-hsw 1t1c pdr
5776 - type: "table"
5777   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5778   algorithm: "table_comparison"
5779   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5780   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5781   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5782   columns:
5783     - title: "1908"
5784       data-set: "dpdk-performance-changes-3n-hsw-h1"
5785     - title: "2001"
5786       data-set: "dpdk-performance-changes-3n-hsw-ref"
5787     - title: "2005"
5788       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5789   comparisons:
5790     - title: "Diff"
5791       reference: 2
5792       compare: 3
5793   legend:
5794     - "Legend to Table"
5795     - "1908, 2001, 2005 - DPDK versions tested."
5796     - "Diff - difference between 2001 and 2005 DPDK version."
5797
5798 # DPDK Performance Changes 3n-hsw 2t2c pdr
5799 - type: "table"
5800   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5801   algorithm: "table_comparison"
5802   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5803   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5804   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5805   columns:
5806     - title: "1908"
5807       data-set: "dpdk-performance-changes-3n-hsw-h1"
5808     - title: "2001"
5809       data-set: "dpdk-performance-changes-3n-hsw-ref"
5810     - title: "2005"
5811       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5812   comparisons:
5813     - title: "Diff"
5814       reference: 2
5815       compare: 3
5816   legend:
5817     - "Legend to Table"
5818     - "1908, 2001, 2005 - DPDK versions tested."
5819     - "Diff - difference between 2001 and 2005 DPDK version."
5820
5821 # DPDK Performance Changes 3n-hsw 1t1c pdr
5822 - type: "table"
5823   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5824   algorithm: "table_comparison"
5825   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5826   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5827   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5828   columns:
5829     - title: "1908"
5830       data-set: "dpdk-performance-changes-3n-hsw-h1"
5831     - title: "2001"
5832       data-set: "dpdk-performance-changes-3n-hsw-ref"
5833     - title: "2005"
5834       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5835   comparisons:
5836     - title: "Diff"
5837       reference: 2
5838       compare: 3
5839   legend:
5840     - "Legend to Table"
5841     - "1908, 2001, 2005 - DPDK versions tested."
5842     - "Diff - difference between 2001 and 2005 DPDK version."
5843
5844 # DPDK Performance Changes 3n-hsw 2t2c ndr
5845 - type: "table"
5846   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5847   algorithm: "table_comparison"
5848   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5849   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5850   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5851   columns:
5852     - title: "1908"
5853       data-set: "dpdk-performance-changes-3n-hsw-h1"
5854     - title: "2001"
5855       data-set: "dpdk-performance-changes-3n-hsw-ref"
5856     - title: "2005"
5857       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5858   comparisons:
5859     - title: "Diff"
5860       reference: 2
5861       compare: 3
5862   legend:
5863     - "Legend to Table"
5864     - "1908, 2001, 2005 - DPDK versions tested."
5865     - "Diff - difference between 2001 and 2005 DPDK version."
5866
5867 # DPDK Performance Changes 3n-skx 2t1c pdr
5868 - type: "table"
5869   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5870   algorithm: "table_comparison"
5871   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5872   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5873   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5874   columns:
5875     - title: "1908"
5876       data-set: "dpdk-performance-changes-3n-skx-h1"
5877     - title: "2001"
5878       data-set: "dpdk-performance-changes-3n-skx-ref"
5879     - title: "2005"
5880       data-set: "dpdk-performance-changes-3n-skx-cmp"
5881   comparisons:
5882     - title: "Diff"
5883       reference: 2
5884       compare: 3
5885   legend:
5886     - "Legend to Table"
5887     - "1908, 2001, 2005 - DPDK versions tested."
5888     - "Diff - difference between 2001 and 2005 DPDK version."
5889
5890 # DPDK Performance Changes 3n-skx 4t2c pdr
5891 - type: "table"
5892   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5893   algorithm: "table_comparison"
5894   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5895   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5896   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5897   columns:
5898     - title: "1908"
5899       data-set: "dpdk-performance-changes-3n-skx-h1"
5900     - title: "2001"
5901       data-set: "dpdk-performance-changes-3n-skx-ref"
5902     - title: "2005"
5903       data-set: "dpdk-performance-changes-3n-skx-cmp"
5904   comparisons:
5905     - title: "Diff"
5906       reference: 2
5907       compare: 3
5908   legend:
5909     - "Legend to Table"
5910     - "1908, 2001, 2005 - DPDK versions tested."
5911     - "Diff - difference between 2001 and 2005 DPDK version."
5912
5913 # DPDK Performance Changes 3n-skx 2t1c ndr
5914 - type: "table"
5915   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5916   algorithm: "table_comparison"
5917   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5918   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5919   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5920   columns:
5921     - title: "1908"
5922       data-set: "dpdk-performance-changes-3n-skx-h1"
5923     - title: "2001"
5924       data-set: "dpdk-performance-changes-3n-skx-ref"
5925     - title: "2005"
5926       data-set: "dpdk-performance-changes-3n-skx-cmp"
5927   comparisons:
5928     - title: "Diff"
5929       reference: 2
5930       compare: 3
5931   legend:
5932     - "Legend to Table"
5933     - "1908, 2001, 2005 - DPDK versions tested."
5934     - "Diff - difference between 2001 and 2005 DPDK version."
5935
5936 # DPDK Performance Changes 3n-skx 4t2c ndr
5937 - type: "table"
5938   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5939   algorithm: "table_comparison"
5940   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5941   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5942   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5943   columns:
5944     - title: "1908"
5945       data-set: "dpdk-performance-changes-3n-skx-h1"
5946     - title: "2001"
5947       data-set: "dpdk-performance-changes-3n-skx-ref"
5948     - title: "2005"
5949       data-set: "dpdk-performance-changes-3n-skx-cmp"
5950   comparisons:
5951     - title: "Diff"
5952       reference: 2
5953       compare: 3
5954   legend:
5955     - "Legend to Table"
5956     - "1908, 2001, 2005 - DPDK versions tested."
5957     - "Diff - difference between 2001 and 2005 DPDK version."
5958
5959 # DPDK Performance Changes 2n-skx 2t1c pdr
5960 - type: "table"
5961   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5962   algorithm: "table_comparison"
5963   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5964   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5965   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5966   columns:
5967     - title: "1908"
5968       data-set: "dpdk-performance-changes-2n-skx-h1"
5969     - title: "2001"
5970       data-set: "dpdk-performance-changes-2n-skx-ref"
5971     - title: "2005"
5972       data-set: "dpdk-performance-changes-2n-skx-cmp"
5973   comparisons:
5974     - title: "Diff"
5975       reference: 2
5976       compare: 3
5977   legend:
5978     - "Legend to Table"
5979     - "1908, 2001, 2005 - DPDK versions tested."
5980     - "Diff - difference between 2001 and 2005 DPDK version."
5981
5982 # DPDK Performance Changes 2n-skx 4t2c pdr
5983 - type: "table"
5984   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5985   algorithm: "table_comparison"
5986   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5987   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5988   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5989   columns:
5990     - title: "1908"
5991       data-set: "dpdk-performance-changes-2n-skx-h1"
5992     - title: "2001"
5993       data-set: "dpdk-performance-changes-2n-skx-ref"
5994     - title: "2005"
5995       data-set: "dpdk-performance-changes-2n-skx-cmp"
5996   comparisons:
5997     - title: "Diff"
5998       reference: 2
5999       compare: 3
6000   legend:
6001     - "Legend to Table"
6002     - "1908, 2001, 2005 - DPDK versions tested."
6003     - "Diff - difference between 2001 and 2005 DPDK version."
6004
6005 # DPDK Performance Changes 2n-skx 2t1c ndr
6006 - type: "table"
6007   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6008   algorithm: "table_comparison"
6009   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6010   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6011   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6012   columns:
6013     - title: "1908"
6014       data-set: "dpdk-performance-changes-2n-skx-h1"
6015     - title: "2001"
6016       data-set: "dpdk-performance-changes-2n-skx-ref"
6017     - title: "2005"
6018       data-set: "dpdk-performance-changes-2n-skx-cmp"
6019   comparisons:
6020     - title: "Diff"
6021       reference: 2
6022       compare: 3
6023   legend:
6024     - "Legend to Table"
6025     - "1908, 2001, 2005 - DPDK versions tested."
6026     - "Diff - difference between 2001 and 2005 DPDK version."
6027
6028 # DPDK Performance Changes 2n-skx 4t2c ndr
6029 - type: "table"
6030   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6031   algorithm: "table_comparison"
6032   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6033   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6034   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6035   columns:
6036     - title: "1908"
6037       data-set: "dpdk-performance-changes-2n-skx-h1"
6038     - title: "2001"
6039       data-set: "dpdk-performance-changes-2n-skx-ref"
6040     - title: "2005"
6041       data-set: "dpdk-performance-changes-2n-skx-cmp"
6042   comparisons:
6043     - title: "Diff"
6044       reference: 2
6045       compare: 3
6046   legend:
6047     - "Legend to Table"
6048     - "1908, 2001, 2005 - DPDK versions tested."
6049     - "Diff - difference between 2001 and 2005 DPDK version."
6050
6051 # DPDK Performance Changes 2n-clx 2t1c pdr
6052 - type: "table"
6053   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6054   algorithm: "table_comparison"
6055   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6056   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6057   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6058   columns:
6059     - title: "2001"
6060       data-set: "dpdk-performance-changes-2n-clx-ref"
6061     - title: "2005"
6062       data-set: "dpdk-performance-changes-2n-clx-cmp"
6063   comparisons:
6064     - title: "Diff"
6065       reference: 1
6066       compare: 2
6067   legend:
6068     - "Legend to Table"
6069     - "2001, 2005 - DPDK versions tested."
6070     - "Diff - difference between 2001 and 2005 DPDK version."
6071
6072 # DPDK Performance Changes 2n-clx 4t2c pdr
6073 - type: "table"
6074   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6075   algorithm: "table_comparison"
6076   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6077   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6078   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6079   columns:
6080     - title: "2001"
6081       data-set: "dpdk-performance-changes-2n-clx-ref"
6082     - title: "2005"
6083       data-set: "dpdk-performance-changes-2n-clx-cmp"
6084   comparisons:
6085     - title: "Diff"
6086       reference: 1
6087       compare: 2
6088   legend:
6089     - "Legend to Table"
6090     - "2001, 2005 - DPDK versions tested."
6091     - "Diff - difference between 2001 and 2005 DPDK version."
6092
6093 # DPDK Performance Changes 2n-clx 2t1c ndr
6094 - type: "table"
6095   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6096   algorithm: "table_comparison"
6097   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6098   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6099   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6100   columns:
6101     - title: "2001"
6102       data-set: "dpdk-performance-changes-2n-clx-ref"
6103     - title: "2005"
6104       data-set: "dpdk-performance-changes-2n-clx-cmp"
6105   comparisons:
6106     - title: "Diff"
6107       reference: 1
6108       compare: 2
6109   legend:
6110     - "Legend to Table"
6111     - "2001, 2005 - DPDK versions tested."
6112     - "Diff - difference between 2001 and 2005 DPDK version."
6113
6114 # DPDK Performance Changes 2n-clx 4t2c ndr
6115 - type: "table"
6116   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6117   algorithm: "table_comparison"
6118   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6119   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6120   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6121   columns:
6122     - title: "2001"
6123       data-set: "dpdk-performance-changes-2n-clx-ref"
6124     - title: "2005"
6125       data-set: "dpdk-performance-changes-2n-clx-cmp"
6126   comparisons:
6127     - title: "Diff"
6128       reference: 1
6129       compare: 2
6130   legend:
6131     - "Legend to Table"
6132     - "2001, 2005 - DPDK versions tested."
6133     - "Diff - difference between 2001 and 2005 DPDK version."
6134
6135 # DPDK Performance Changes 2n-dnv 1t1c pdr
6136 - type: "table"
6137   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6138   algorithm: "table_comparison"
6139   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6140   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6141   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6142   columns:
6143     - title: "2001"
6144       data-set: "dpdk-performance-changes-2n-dnv-ref"
6145     - title: "2005"
6146       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6147   comparisons:
6148     - title: "Diff"
6149       reference: 1
6150       compare: 2
6151   legend:
6152     - "Legend to Table"
6153     - "2001, 2005 - DPDK versions tested."
6154     - "Diff - difference between 2001 and 2005 DPDK version."
6155
6156 # DPDK Performance Changes 2n-dnv 2t2c pdr
6157 - type: "table"
6158   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6159   algorithm: "table_comparison"
6160   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6161   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6162   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6163   columns:
6164     - title: "2001"
6165       data-set: "dpdk-performance-changes-2n-dnv-ref"
6166     - title: "2005"
6167       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6168   comparisons:
6169     - title: "Diff"
6170       reference: 1
6171       compare: 2
6172   legend:
6173     - "Legend to Table"
6174     - "2001, 2005 - DPDK versions tested."
6175     - "Diff - difference between 2001 and 2005 DPDK version."
6176
6177 # DPDK Performance Changes 2n-dnv 1t1c ndr
6178 - type: "table"
6179   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6180   algorithm: "table_comparison"
6181   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6182   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6183   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6184   columns:
6185     - title: "2001"
6186       data-set: "dpdk-performance-changes-2n-dnv-ref"
6187     - title: "2005"
6188       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6189   comparisons:
6190     - title: "Diff"
6191       reference: 1
6192       compare: 2
6193   legend:
6194     - "Legend to Table"
6195     - "2001, 2005 - DPDK versions tested."
6196     - "Diff - difference between 2001 and 2005 DPDK version."
6197
6198 # DPDK Performance Changes 2n-dnv 2t2c ndr
6199 - type: "table"
6200   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6201   algorithm: "table_comparison"
6202   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6203   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6204   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6205   columns:
6206     - title: "2001"
6207       data-set: "dpdk-performance-changes-2n-dnv-ref"
6208     - title: "2005"
6209       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6210   comparisons:
6211     - title: "Diff"
6212       reference: 1
6213       compare: 2
6214   legend:
6215     - "Legend to Table"
6216     - "2001, 2005 - DPDK versions tested."
6217     - "Diff - difference between 2001 and 2005 DPDK version."
6218
6219 # DPDK Performance Changes 3n-dnv 1t1c pdr
6220 - type: "table"
6221   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6222   algorithm: "table_comparison"
6223   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6224   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6225   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6226   columns:
6227     - title: "2001"
6228       data-set: "dpdk-performance-changes-3n-dnv-ref"
6229     - title: "2005"
6230       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6231   comparisons:
6232     - title: "Diff"
6233       reference: 1
6234       compare: 2
6235   legend:
6236     - "Legend to Table"
6237     - "2001, 2005 - DPDK versions tested."
6238     - "Diff - difference between 2001 and 2005 DPDK version."
6239
6240 # DPDK Performance Changes 3n-dnv 2t2c pdr
6241 - type: "table"
6242   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6243   algorithm: "table_comparison"
6244   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6245   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6246   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6247   columns:
6248     - title: "2001"
6249       data-set: "dpdk-performance-changes-3n-dnv-ref"
6250     - title: "2005"
6251       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6252   comparisons:
6253     - title: "Diff"
6254       reference: 1
6255       compare: 2
6256   legend:
6257     - "Legend to Table"
6258     - "2001, 2005 - DPDK versions tested."
6259     - "Diff - difference between 2001 and 2005 DPDK version."
6260
6261 # DPDK Performance Changes 3n-dnv 1t1c ndr
6262 - type: "table"
6263   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6264   algorithm: "table_comparison"
6265   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6266   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6267   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6268   columns:
6269     - title: "2001"
6270       data-set: "dpdk-performance-changes-3n-dnv-ref"
6271     - title: "2005"
6272       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6273   comparisons:
6274     - title: "Diff"
6275       reference: 1
6276       compare: 2
6277   legend:
6278     - "Legend to Table"
6279     - "2001, 2005 - DPDK versions tested."
6280     - "Diff - difference between 2001 and 2005 DPDK version."
6281
6282 # DPDK Performance Changes 3n-dnv 2t2c ndr
6283 - type: "table"
6284   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6285   algorithm: "table_comparison"
6286   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6287   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6288   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6289   columns:
6290     - title: "2001"
6291       data-set: "dpdk-performance-changes-3n-dnv-ref"
6292     - title: "2005"
6293       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6294   comparisons:
6295     - title: "Diff"
6296       reference: 1
6297       compare: 2
6298   legend:
6299     - "Legend to Table"
6300     - "2001, 2005 - DPDK versions tested."
6301     - "Diff - difference between 2001 and 2005 DPDK version."
6302
6303 # DPDK Performance Changes 3n-tsh 1t1c pdr
6304 - type: "table"
6305   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6306   algorithm: "table_comparison"
6307   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6308   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6309   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6310   columns:
6311     - title: "2001"
6312       data-set: "dpdk-performance-changes-3n-tsh-ref"
6313     - title: "2005"
6314       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6315   comparisons:
6316     - title: "Diff"
6317       reference: 1
6318       compare: 2
6319   legend:
6320     - "Legend to Table"
6321     - "2001, 2005 - DPDK versions tested."
6322     - "Diff - difference between 2001 and 2005 DPDK version."
6323
6324 # DPDK Performance Changes 3n-tsh 2t2c pdr
6325 - type: "table"
6326   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6327   algorithm: "table_comparison"
6328   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6330   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6331   columns:
6332     - title: "2001"
6333       data-set: "dpdk-performance-changes-3n-tsh-ref"
6334     - title: "2005"
6335       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6336   comparisons:
6337     - title: "Diff"
6338       reference: 1
6339       compare: 2
6340   legend:
6341     - "Legend to Table"
6342     - "2001, 2005 - DPDK versions tested."
6343     - "Diff - difference between 2001 and 2005 DPDK version."
6344
6345 # DPDK Performance Changes 3n-tsh 1t1c ndr
6346 - type: "table"
6347   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6348   algorithm: "table_comparison"
6349   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6350   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6351   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6352   columns:
6353     - title: "2001"
6354       data-set: "dpdk-performance-changes-3n-tsh-ref"
6355     - title: "2005"
6356       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6357   comparisons:
6358     - title: "Diff"
6359       reference: 1
6360       compare: 2
6361   legend:
6362     - "Legend to Table"
6363     - "2001, 2005 - DPDK versions tested."
6364     - "Diff - difference between 2001 and 2005 DPDK version."
6365
6366 # DPDK Performance Changes 3n-tsh 2t2c ndr
6367 - type: "table"
6368   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6369   algorithm: "table_comparison"
6370   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6371   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6372   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6373   columns:
6374     - title: "2001"
6375       data-set: "dpdk-performance-changes-3n-tsh-ref"
6376     - title: "2005"
6377       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6378   comparisons:
6379     - title: "Diff"
6380       reference: 1
6381       compare: 2
6382   legend:
6383     - "Legend to Table"
6384     - "2001, 2005 - DPDK versions tested."
6385     - "Diff - difference between 2001 and 2005 DPDK version."
6386
6387 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6388 - type: "table"
6389   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6390   algorithm: "table_comparison"
6391   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6392   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6393   filter: "'NIC_Intel-X710'"
6394   columns:
6395     - title: "3n-hsw x710"
6396       data-set: "dpdk-compare-testbeds-ref"
6397     - title: "3n-skx x710"
6398       data-set: "dpdk-compare-testbeds-cmp"
6399   comparisons:
6400     - title: "Diff"
6401       reference: 1
6402       compare: 2
6403   legend:
6404     - "Legend to Table"
6405     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6406     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6407
6408 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6409 - type: "table"
6410   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6411   algorithm: "table_comparison"
6412   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6413   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6414   filter: "'NIC_Intel-X710'"
6415   columns:
6416     - title: "3n-hsw x710"
6417       data-set: "dpdk-compare-testbeds-ref"
6418     - title: "3n-skx x710"
6419       data-set: "dpdk-compare-testbeds-cmp"
6420   comparisons:
6421     - title: "Diff"
6422       reference: 1
6423       compare: 2
6424   legend:
6425     - "Legend to Table"
6426     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6427     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6428
6429 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6430 - type: "table"
6431   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6432   algorithm: "table_comparison"
6433   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6434   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6435   filter: "'NIC_Intel-XXV710'"
6436   columns:
6437     - title: "2n-skx"
6438       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6439     - title: "2n-clx"
6440       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6441   comparisons:
6442     - title: "Diff"
6443       reference: 1
6444       compare: 2
6445   legend:
6446     - "Legend to Table"
6447     - "2n-skx, 2n-clx - testbeds and NICs tested."
6448     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6449
6450 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6451 - type: "table"
6452   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6453   algorithm: "table_comparison"
6454   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6455   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6456   filter: "'NIC_Intel-XXV710'"
6457   columns:
6458     - title: "2n-skx"
6459       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6460     - title: "2n-clx"
6461       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6462   comparisons:
6463     - title: "Diff"
6464       reference: 1
6465       compare: 2
6466   legend:
6467     - "Legend to Table"
6468     - "2n-skx, 2n-clx - testbeds and NICs tested."
6469     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6470
6471 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6472 - type: "table"
6473   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6474   algorithm: "table_comparison"
6475   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6476   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6477   filter: "'NIC_Intel-XXV710'"
6478   columns:
6479     - title: "3n-skx"
6480       data-set: "dpdk-compare-topologies-ref"
6481     - title: "2n-skx"
6482       data-set: "dpdk-compare-topologies-cmp"
6483   comparisons:
6484     - title: "Diff"
6485       reference: 1
6486       compare: 2
6487   legend:
6488     - "Legend to Table"
6489     - "3n-skx, 2n-skx - topologies tested."
6490     - "Diff - difference between 3n-skx and 2n-skx topologies."
6491
6492 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6493 - type: "table"
6494   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6495   algorithm: "table_comparison"
6496   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6497   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6498   filter: "'NIC_Intel-XXV710'"
6499   columns:
6500     - title: "3n-skx"
6501       data-set: "dpdk-compare-topologies-ref"
6502     - title: "2n-skx"
6503       data-set: "dpdk-compare-topologies-cmp"
6504   comparisons:
6505     - title: "Diff"
6506       reference: 1
6507       compare: 2
6508   legend:
6509     - "Legend to Table"
6510     - "3n-skx, 2n-skx - topologies tested."
6511     - "Diff - difference between 3n-skx and 2n-skx topologies."
6512
6513 # Detailed Test Results - DPDK Performance Results 3n-hsw
6514 - type: "table"
6515   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6516   algorithm: "table_merged_details"
6517   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6518   columns:
6519     - title: " |prein| Test Name |preout| "
6520       data: "data name"
6521     - 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| "
6522       data: "data msg"
6523   data: "dpdk-perf-results-3n-hsw"
6524   filter: "all"
6525   parameters:
6526   - "name"
6527   - "parent"
6528   - "msg"
6529
6530 # Detailed Test Results - DPDK Performance Results 3n-skx
6531 - type: "table"
6532   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6533   algorithm: "table_merged_details"
6534   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6535   columns:
6536     - title: " |prein| Test Name |preout| "
6537       data: "data name"
6538     - 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| "
6539       data: "data msg"
6540   data: "dpdk-perf-results-3n-skx"
6541   filter: "all"
6542   remove-ndr: False
6543   parameters:
6544   - "name"
6545   - "parent"
6546   - "msg"
6547
6548 # Detailed Test Results - DPDK Performance Results 2n-skx
6549 - type: "table"
6550   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6551   algorithm: "table_merged_details"
6552   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6553   columns:
6554     - title: " |prein| Test Name |preout| "
6555       data: "data name"
6556     - 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| "
6557       data: "data msg"
6558   data: "dpdk-perf-results-2n-skx"
6559   filter: "all"
6560   remove-ndr: False
6561   parameters:
6562   - "name"
6563   - "parent"
6564   - "msg"
6565
6566 # Detailed Test Results - DPDK Performance Results 2n-clx
6567 - type: "table"
6568   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6569   algorithm: "table_merged_details"
6570   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6571   columns:
6572     - title: " |prein| Test Name |preout| "
6573       data: "data name"
6574     - 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| "
6575       data: "data msg"
6576   data: "dpdk-perf-results-2n-clx"
6577   filter: "all"
6578   parameters:
6579   - "name"
6580   - "parent"
6581   - "msg"
6582
6583 # Detailed Test Results - DPDK Performance Results 2n-dnv
6584 - type: "table"
6585   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6586   algorithm: "table_merged_details"
6587   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6588   columns:
6589     - title: " |prein| Test Name |preout| "
6590       data: "data name"
6591     - 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| "
6592       data: "data msg"
6593   data: "dpdk-perf-results-2n-dnv"
6594   filter: "all"
6595   parameters:
6596   - "name"
6597   - "parent"
6598   - "msg"
6599
6600 # Detailed Test Results - DPDK Performance Results 3n-dnv
6601 - type: "table"
6602   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6603   algorithm: "table_merged_details"
6604   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6605   columns:
6606     - title: " |prein| Test Name |preout| "
6607       data: "data name"
6608     - 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| "
6609       data: "data msg"
6610   data: "dpdk-perf-results-3n-dnv"
6611   filter: "all"
6612   parameters:
6613   - "name"
6614   - "parent"
6615   - "msg"
6616
6617 # Detailed Test Results - DPDK Performance Results 3n-tsh
6618 - type: "table"
6619   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6620   algorithm: "table_merged_details"
6621   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6622   columns:
6623     - title: " |prein| Test Name |preout| "
6624       data: "data name"
6625     - 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| "
6626       data: "data msg"
6627   data: "dpdk-perf-results-3n-tsh"
6628   filter: "all"
6629   parameters:
6630   - "name"
6631   - "parent"
6632   - "msg"
6633
6634 ################################################################################
6635 ###                                F I L E S                                 ###
6636 ################################################################################
6637
6638 # VPP Performance Results
6639 - type: "file"
6640   title: "VPP Performance Results"
6641   algorithm: "file_details_split"
6642   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6643   dir-tables:
6644     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6645     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6646     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6647     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6648     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6649     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6650     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6651   data:
6652     - "vpp-perf-results-2n-skx"
6653     - "vpp-perf-results-3n-skx"
6654     - "vpp-perf-results-2n-clx"
6655     - "vpp-perf-results-3n-hsw"
6656     - "vpp-perf-results-3n-tsh"
6657     - "vpp-perf-results-2n-dnv"
6658     - "vpp-perf-results-3n-dnv"
6659   filter: "all"
6660   data-start-level: 4
6661   order-chapters:
6662     level-1:
6663       - "l2"
6664       - "ip4"
6665       - "ip6"
6666       - "srv6"
6667       - "ip4_tunnels"
6668       - "ip6_tunnels"
6669       - "vm_vhost"
6670       - "container_memif"
6671       - "crypto"
6672       - "vts"
6673       - "lb"
6674       - "nfv_density"
6675       - "hoststack"
6676     level-2:
6677       - "2n-skx"
6678       - "3n-skx"
6679       - "2n-clx"
6680       - "3n-hsw"
6681       - "3n-tsh"
6682       - "2n-dnv"
6683       - "3n-dnv"
6684     level-3:
6685       - "xl710"
6686       - "x520"
6687       - "xxv710"
6688       - "x710"
6689       - "x553"
6690       - "cx556a"
6691       - "vic1227"
6692       - "vic1385"
6693
6694 # VPP Performance Configuration
6695 - type: "file"
6696   title: "VPP Performance Configuration"
6697   algorithm: "file_details_split"
6698   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6699   dir-tables:
6700     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6701     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6702     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6703     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6704     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6705     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6706     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6707   data:
6708     - "vpp-perf-results-2n-skx"
6709     - "vpp-perf-results-3n-skx"
6710     - "vpp-perf-results-2n-clx"
6711     - "vpp-perf-results-3n-hsw"
6712     - "vpp-perf-results-3n-tsh"
6713     - "vpp-perf-results-2n-dnv"
6714     - "vpp-perf-results-3n-dnv"
6715   filter: "all"
6716   data-start-level: 4
6717   order-chapters:
6718     level-1:
6719       - "l2"
6720       - "ip4"
6721       - "ip6"
6722       - "srv6"
6723       - "ip4_tunnels"
6724       - "ip6_tunnels"
6725       - "vm_vhost"
6726       - "container_memif"
6727       - "crypto"
6728       - "vts"
6729       - "lb"
6730       - "nfv_density"
6731       - "hoststack"
6732     level-2:
6733       - "2n-skx"
6734       - "3n-skx"
6735       - "2n-clx"
6736       - "3n-hsw"
6737       - "3n-tsh"
6738       - "2n-dnv"
6739       - "3n-dnv"
6740     level-3:
6741       - "xl710"
6742       - "x520"
6743       - "xxv710"
6744       - "x710"
6745       - "x553"
6746       - "cx556a"
6747       - "vic1227"
6748       - "vic1385"
6749
6750 # VPP Performance Operational
6751 - type: "file"
6752   title: "VPP Performance Operational"
6753   algorithm: "file_details_split_html"
6754   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6755   dir-tables:
6756     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6757     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6758     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6759     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6760     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6761     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6762     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6763   data:
6764     - "vpp-perf-results-2n-skx"
6765     - "vpp-perf-results-3n-skx"
6766     - "vpp-perf-results-2n-clx"
6767     - "vpp-perf-results-3n-hsw"
6768     - "vpp-perf-results-3n-tsh"
6769     - "vpp-perf-results-2n-dnv"
6770     - "vpp-perf-results-3n-dnv"
6771   filter: "all"
6772   data-start-level: 4
6773   order-chapters:
6774     level-1:
6775       - "l2"
6776       - "ip4"
6777       - "ip6"
6778       - "srv6"
6779       - "ip4_tunnels"
6780       - "ip6_tunnels"
6781       - "vm_vhost"
6782       - "container_memif"
6783       - "crypto"
6784       - "vts"
6785       - "lb"
6786       - "nfv_density"
6787       - "hoststack"
6788     level-2:
6789       - "2n-skx"
6790       - "3n-skx"
6791       - "2n-clx"
6792       - "3n-hsw"
6793       - "3n-tsh"
6794       - "2n-dnv"
6795       - "3n-dnv"
6796     level-3:
6797       - "xl710"
6798       - "x520"
6799       - "xxv710"
6800       - "x710"
6801       - "x553"
6802       - "cx556a"
6803       - "vic1227"
6804       - "vic1385"
6805
6806 # VPP MRR Results
6807 - type: "file"
6808   title: "VPP MRR Results"
6809   algorithm: "file_details_split"
6810   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6811   dir-tables:
6812     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6813     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6814     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6815     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6816     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6817     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6818     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6819   data:
6820     - "vpp-mrr-results-2n-skx"
6821     - "vpp-mrr-results-3n-skx"
6822     - "vpp-mrr-results-2n-clx"
6823     - "vpp-mrr-results-3n-hsw"
6824     - "vpp-mrr-results-3n-tsh"
6825     - "vpp-mrr-results-2n-dnv"
6826     - "vpp-mrr-results-3n-dnv"
6827   filter: "all"
6828   data-start-level: 4
6829   order-chapters:
6830     level-1:
6831       - "l2"
6832       - "ip4"
6833       - "ip6"
6834       - "srv6"
6835       - "ip4_tunnels"
6836       - "ip6_tunnels"
6837       - "vm_vhost"
6838       - "container_memif"
6839       - "crypto"
6840       - "vts"
6841       - "lb"
6842       - "nfv_density"
6843       - "hoststack"
6844     level-2:
6845       - "2n-skx"
6846       - "3n-skx"
6847       - "2n-clx"
6848       - "3n-hsw"
6849       - "3n-tsh"
6850       - "2n-dnv"
6851       - "3n-dnv"
6852     level-3:
6853       - "xl710"
6854       - "x520"
6855       - "xxv710"
6856       - "x710"
6857       - "x553"
6858       - "cx556a"
6859       - "vic1227"
6860       - "vic1385"
6861
6862 # VPP MRR Configuration
6863 - type: "file"
6864   title: "VPP MRR Configuration"
6865   algorithm: "file_details_split"
6866   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6867   dir-tables:
6868     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6869     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6870     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6871     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6872     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6873     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6874     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6875   data:
6876     - "vpp-mrr-results-2n-skx"
6877     - "vpp-mrr-results-3n-skx"
6878     - "vpp-mrr-results-2n-clx"
6879     - "vpp-mrr-results-3n-hsw"
6880     - "vpp-mrr-results-3n-tsh"
6881     - "vpp-mrr-results-2n-dnv"
6882     - "vpp-mrr-results-3n-dnv"
6883   filter: "all"
6884   data-start-level: 4
6885   order-chapters:
6886     level-1:
6887       - "l2"
6888       - "ip4"
6889       - "ip6"
6890       - "srv6"
6891       - "ip4_tunnels"
6892       - "ip6_tunnels"
6893       - "vm_vhost"
6894       - "container_memif"
6895       - "crypto"
6896       - "vts"
6897       - "lb"
6898       - "nfv_density"
6899       - "hoststack"
6900     level-2:
6901       - "2n-skx"
6902       - "3n-skx"
6903       - "2n-clx"
6904       - "3n-hsw"
6905       - "3n-tsh"
6906       - "2n-dnv"
6907       - "3n-dnv"
6908     level-3:
6909       - "xl710"
6910       - "x520"
6911       - "xxv710"
6912       - "x710"
6913       - "x553"
6914       - "cx556a"
6915       - "vic1227"
6916       - "vic1385"
6917
6918 # VPP Device Results - Ubuntu
6919 - type: "file"
6920   title: "VPP Device Results - Ubuntu"
6921   algorithm: "file_test_results"
6922   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6923   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6924   data: "vpp-device-results-ubuntu"
6925   filter: "all"
6926   data-start-level: 4
6927
6928 # VPP Device Configuration - Ubuntu
6929 - type: "file"
6930   title: "VPP Device Configuration - Ubuntu"
6931   algorithm: "file_test_results"
6932   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6933   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6934   data: "vpp-device-results-ubuntu"
6935   filter: "all"
6936   data-start-level: 4
6937
6938 # DPDK Performance Results 3n-hsw
6939 - type: "file"
6940   title: "DPDK Performance Results 3n-hsw"
6941   algorithm: "file_test_results"
6942   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6943   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6944   data: "dpdk-perf-results-3n-hsw"
6945   filter: "all"
6946   data-start-level: 4
6947
6948 # DPDK Performance Results 3n-skx
6949 - type: "file"
6950   title: "DPDK Performance Results 3n-skx"
6951   algorithm: "file_test_results"
6952   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6953   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6954   data: "dpdk-perf-results-3n-skx"
6955   filter: "all"
6956   data-start-level: 4
6957
6958 # DPDK Performance Results 2n-skx
6959 - type: "file"
6960   title: "DPDK Performance Results 2n-skx"
6961   algorithm: "file_test_results"
6962   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6963   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6964   data: "dpdk-perf-results-2n-skx"
6965   filter: "all"
6966   data-start-level: 4
6967
6968 # DPDK Performance Results 2n-clx
6969 - type: "file"
6970   title: "DPDK Performance Results 2n-clx"
6971   algorithm: "file_test_results"
6972   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6973   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6974   data: "dpdk-perf-results-2n-clx"
6975   filter: "all"
6976   data-start-level: 4
6977
6978 # DPDK Performance Results 2n-dnv
6979 - type: "file"
6980   title: "DPDK Performance Results 2n-dnv"
6981   algorithm: "file_test_results"
6982   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6983   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6984   data: "dpdk-perf-results-2n-dnv"
6985   filter: "all"
6986   data-start-level: 4
6987
6988 # DPDK Performance Results 3n-dnv
6989 - type: "file"
6990   title: "DPDK Performance Results 3n-dnv"
6991   algorithm: "file_test_results"
6992   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6993   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6994   data: "dpdk-perf-results-3n-dnv"
6995   filter: "all"
6996   data-start-level: 4
6997
6998 # DPDK Performance Results 3n-tsh
6999 - type: "file"
7000   title: "DPDK Performance Results 3n-tsh"
7001   algorithm: "file_test_results"
7002   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7003   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7004   data: "dpdk-perf-results-3n-tsh"
7005   filter: "all"
7006   data-start-level: 4
7007
7008 ################################################################################
7009 ###                                P L O T S                                 ###
7010 ################################################################################
7011
7012 # Hoststack tests 3n-hsw
7013
7014 - type: "plot"
7015   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7016   algorithm: "plot_perf_box_name"
7017   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7018   data: "plot-vpp-hoststack-3n-hsw"
7019   include:
7020     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7021     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7022   layout:
7023     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7024     layout: "plot-hoststack"
7025
7026 - type: "plot"
7027   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7028   algorithm: "plot_perf_box_name"
7029   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7030   data: "plot-vpp-hoststack-3n-hsw"
7031   include:
7032     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7033     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7034   layout:
7035     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7036     layout: "plot-hoststack"
7037
7038 - type: "plot"
7039   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7040   algorithm: "plot_perf_box_name"
7041   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7042   data: "plot-vpp-hoststack-3n-hsw"
7043   include:
7044     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7045     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7046     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7047     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7048   layout:
7049     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7050     layout: "plot-hoststack"
7051
7052 ## Plots VPP HTTP Server Performance
7053 #- type: "plot"
7054 #  title: "VPP HTTP Server Performance"
7055 #  algorithm: "plot_http_server_perf_box"
7056 #  output-file-type: ".html"
7057 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7058 #  data:
7059 #    "plot-vpp-http-server-performance"
7060 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7061 #  parameters:
7062 #  - "result"
7063 #  - "name"
7064 #  traces:
7065 #    hoverinfo: "y+name"
7066 #    boxpoints: "outliers"
7067 #    whiskerwidth: 0
7068 #  layout:
7069 #    title: "VPP HTTP Server Performance"
7070 #    layout:
7071 #      "plot-cps"
7072 #
7073 #- type: "plot"
7074 #  title: "VPP HTTP Server Performance"
7075 #  algorithm: "plot_http_server_perf_box"
7076 #  output-file-type: ".html"
7077 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7078 #  data:
7079 #    "plot-vpp-http-server-performance"
7080 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7081 #  parameters:
7082 #  - "result"
7083 #  - "name"
7084 #  traces:
7085 #    hoverinfo: "y+name"
7086 #    boxpoints: "outliers"
7087 #    whiskerwidth: 0
7088 #  layout:
7089 #    title: "VPP HTTP Server Performance"
7090 #    layout:
7091 #      "plot-rps"
7092
7093 ################################################################################
7094
7095 # Soak Test (PLRsearch), boxes - 2n-clx
7096 - type: "plot"
7097   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7098   algorithm: "plot_perf_box_name"
7099   output-file-type: ".html"
7100   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7101   data: "plot-vpp-soak-2n-clx"
7102   include:
7103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7109   layout:
7110     title: "30 Minutes Soak Test (PLRsearch)"
7111     layout: "plot-soak-throughput"
7112
7113 # Soak Test (PLRsearch), boxes - 2n-clx
7114 - type: "plot"
7115   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7116   algorithm: "plot_perf_box_name"
7117   output-file-type: ".html"
7118   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7119   data: "plot-vpp-soak-2n-clx"
7120   include:
7121     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7122     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7123     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7126     - "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"
7127   layout:
7128     title: "30 Minutes Soak Test (PLRsearch)"
7129     layout: "plot-soak-throughput"
7130
7131 # Soak Test (PLRsearch), boxes - 2n-skx
7132 - type: "plot"
7133   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7134   algorithm: "plot_perf_box_name"
7135   output-file-type: ".html"
7136   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7137   data: "plot-vpp-soak-2n-skx"
7138   include:
7139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7145   layout:
7146     title: "30 Minutes Soak Test (PLRsearch)"
7147     layout: "plot-soak-throughput"
7148
7149 # Soak Test (PLRsearch), boxes - 2n-skx
7150 - type: "plot"
7151   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7152   algorithm: "plot_perf_box_name"
7153   output-file-type: ".html"
7154   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7155   data: "plot-vpp-soak-2n-skx"
7156   include:
7157     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7158     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7159     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7160     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7162     - "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"
7163   layout:
7164     title: "30 Minutes Soak Test (PLRsearch)"
7165     layout: "plot-soak-throughput"
7166
7167 ###############################################################################
7168
7169 # Reconf tests 2n-skx
7170
7171 - type: "plot"
7172   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7173   algorithm: "plot_nf_reconf_box_name"
7174   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7175   data: "plot-vpp-nfv-reconf-2n-skx"
7176   include:
7177     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7178     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7179     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7180     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7181     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7182     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7183   layout:
7184     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7185     layout: "plot-throughput"
7186
7187 - type: "plot"
7188   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7189   algorithm: "plot_nf_reconf_box_name"
7190   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7191   data: "plot-vpp-nfv-reconf-2n-skx"
7192   include:
7193     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7194     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7195     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7196     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7197     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7198     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7199   layout:
7200     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7201     layout: "plot-throughput"
7202
7203 - type: "plot"
7204   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7205   algorithm: "plot_nf_reconf_box_name"
7206   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7207   data: "plot-vpp-nfv-reconf-2n-skx"
7208   include:
7209     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7210     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7211     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7212     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7213     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7214     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7215   layout:
7216     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7217     layout: "plot-throughput"
7218
7219 ###############################################################################
7220
7221 # Reconf tests 2n-clx
7222
7223 - type: "plot"
7224   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7225   algorithm: "plot_nf_reconf_box_name"
7226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7227   data: "plot-vpp-nfv-reconf-2n-clx"
7228   include:
7229     - "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"
7230     - "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"
7231     - "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"
7232     - "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"
7233   layout:
7234     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7235     layout: "plot-throughput"
7236
7237 - type: "plot"
7238   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7239   algorithm: "plot_nf_reconf_box_name"
7240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7241   data: "plot-vpp-nfv-reconf-2n-clx"
7242   include:
7243     - "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"
7244     - "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"
7245     - "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"
7246     - "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"
7247   layout:
7248     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7249     layout: "plot-throughput"
7250
7251 - type: "plot"
7252   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7253   algorithm: "plot_nf_reconf_box_name"
7254   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7255   data: "plot-vpp-nfv-reconf-2n-clx"
7256   include:
7257     - "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"
7258     - "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"
7259     - "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"
7260     - "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"
7261   layout:
7262     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7263     layout: "plot-throughput"
7264
7265 ################################################################################
7266 ## Plots - NF Density - VSC - MRR 64b
7267 #- type: "plot"
7268 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7269 #  algorithm: "plot_nf_heatmap"
7270 #  output-file-type: ".html"
7271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
7272 #  data: "plot-vpp-nfv-2n-skx-mrr"
7273 #  filter: "'NIC_Intel-XXV710' and
7274 #           'NF_DENSITY' and
7275 #           'VHOST' and
7276 #           not 'VXLAN' and
7277 #           'CHAIN' and
7278 #           'NF_VPPIP4' and
7279 #           '64B' and
7280 #           '2T1C' and
7281 #           'MRR'"
7282 #  parameters:
7283 #  - "result"
7284 #  - "name"
7285 #  - "tags"
7286 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7287 #  x-axis: "X = VNFs per Service Chain"
7288 #  y-axis: "Y = Number of Service Chains"
7289 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7290 #  layout:
7291 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7292 #    layout: "plot-service-density"
7293 #
7294 #- type: "plot"
7295 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7296 #  algorithm: "plot_nf_heatmap"
7297 #  output-file-type: ".html"
7298 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
7299 #  data: "plot-vpp-nfv-2n-skx-mrr"
7300 #  filter: "'NIC_Intel-XXV710' and
7301 #           'NF_DENSITY' and
7302 #           'VHOST' and
7303 #           not 'VXLAN' and
7304 #           'CHAIN' and
7305 #           'NF_VPPIP4' and
7306 #           '64B' and
7307 #           '4T2C' and
7308 #           'MRR'"
7309 #  parameters:
7310 #  - "result"
7311 #  - "name"
7312 #  - "tags"
7313 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7314 #  x-axis: "X = VNFs per Service Chain"
7315 #  y-axis: "Y = Number of Service Chains"
7316 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7317 #  layout:
7318 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7319 #    layout: "plot-service-density"
7320 #
7321 #- type: "plot"
7322 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7323 #  algorithm: "plot_nf_heatmap"
7324 #  output-file-type: ".html"
7325 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7326 #  data: "plot-vpp-nfv-2n-skx-mrr"
7327 #  filter: "'NIC_Intel-XXV710' and
7328 #           'NF_DENSITY' and
7329 #           'VHOST' and
7330 #           not 'VXLAN' and
7331 #           'CHAIN' and
7332 #           'NF_VPPIP4' and
7333 #           '64B' and
7334 #           '8T4C' and
7335 #           'MRR'"
7336 #  parameters:
7337 #  - "result"
7338 #  - "name"
7339 #  - "tags"
7340 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7341 #  x-axis: "X = VNFs per Service Chain"
7342 #  y-axis: "Y = Number of Service Chains"
7343 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7344 #  layout:
7345 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7346 #    layout: "plot-service-density"
7347 #
7348 ## Plots - NF Density - VSC - MRR IMIX
7349 #- type: "plot"
7350 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7351 #  algorithm: "plot_nf_heatmap"
7352 #  output-file-type: ".html"
7353 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7354 #  data: "plot-vpp-nfv-2n-skx-mrr"
7355 #  filter: "'NIC_Intel-XXV710' and
7356 #           'NF_DENSITY' and
7357 #           'VHOST' and
7358 #           not 'VXLAN' and
7359 #           'CHAIN' and
7360 #           'NF_VPPIP4' and
7361 #           'IMIX' and
7362 #           '2T1C' and
7363 #           'MRR'"
7364 #  parameters:
7365 #  - "result"
7366 #  - "name"
7367 #  - "tags"
7368 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7369 #  x-axis: "X = VNFs per Service Chain"
7370 #  y-axis: "Y = Number of Service Chains"
7371 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7372 #  layout:
7373 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7374 #    layout: "plot-service-density"
7375 #
7376 #- type: "plot"
7377 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7378 #  algorithm: "plot_nf_heatmap"
7379 #  output-file-type: ".html"
7380 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7381 #  data: "plot-vpp-nfv-2n-skx-mrr"
7382 #  filter: "'NIC_Intel-XXV710' and
7383 #           'NF_DENSITY' and
7384 #           'VHOST' and
7385 #           not 'VXLAN' and
7386 #           'CHAIN' and
7387 #           'NF_VPPIP4' and
7388 #           'IMIX' and
7389 #           '4T2C' and
7390 #           'MRR'"
7391 #  parameters:
7392 #  - "result"
7393 #  - "name"
7394 #  - "tags"
7395 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7396 #  x-axis: "X = VNFs per Service Chain"
7397 #  y-axis: "Y = Number of Service Chains"
7398 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7399 #  layout:
7400 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7401 #    layout: "plot-service-density"
7402 #
7403 #- type: "plot"
7404 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7405 #  algorithm: "plot_nf_heatmap"
7406 #  output-file-type: ".html"
7407 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7408 #  data: "plot-vpp-nfv-2n-skx-mrr"
7409 #  filter: "'NIC_Intel-XXV710' and
7410 #           'NF_DENSITY' and
7411 #           'VHOST' and
7412 #           not 'VXLAN' and
7413 #           'CHAIN' and
7414 #           'NF_VPPIP4' and
7415 #           'IMIX' and
7416 #           '8T4C' and
7417 #           'MRR'"
7418 #  parameters:
7419 #  - "result"
7420 #  - "name"
7421 #  - "tags"
7422 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7423 #  x-axis: "X = VNFs per Service Chain"
7424 #  y-axis: "Y = Number of Service Chains"
7425 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7426 #  layout:
7427 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7428 #    layout: "plot-service-density"
7429 #
7430 ## Plots - NF Density - VSC - NDR 64b
7431 #- type: "plot"
7432 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7433 #  algorithm: "plot_nf_heatmap"
7434 #  output-file-type: ".html"
7435 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7436 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
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 #           '64B' and
7444 #           '2T1C' and
7445 #           'NDRPDR'"
7446 #  parameters:
7447 #  - "throughput"
7448 #  - "name"
7449 #  - "tags"
7450 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7451 #  x-axis: "X = VNFs per Service Chain"
7452 #  y-axis: "Y = Number of Service Chains"
7453 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7454 #  layout:
7455 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7456 #    layout: "plot-service-density"
7457 #
7458 #- type: "plot"
7459 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7460 #  algorithm: "plot_nf_heatmap"
7461 #  output-file-type: ".html"
7462 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7463 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7464 #  filter: "'NIC_Intel-XXV710' and
7465 #           'NF_DENSITY' and
7466 #           'VHOST' and
7467 #           not 'VXLAN' and
7468 #           'CHAIN' and
7469 #           'NF_VPPIP4' and
7470 #           '64B' and
7471 #           '4T2C' and
7472 #           'NDRPDR'"
7473 #  parameters:
7474 #  - "throughput"
7475 #  - "name"
7476 #  - "tags"
7477 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7478 #  x-axis: "X = VNFs per Service Chain"
7479 #  y-axis: "Y = Number of Service Chains"
7480 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7481 #  layout:
7482 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7483 #    layout: "plot-service-density"
7484 #
7485 #- type: "plot"
7486 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7487 #  algorithm: "plot_nf_heatmap"
7488 #  output-file-type: ".html"
7489 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7490 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7491 #  filter: "'NIC_Intel-XXV710' and
7492 #           'NF_DENSITY' and
7493 #           'VHOST' and
7494 #           not 'VXLAN' and
7495 #           'CHAIN' and
7496 #           'NF_VPPIP4' and
7497 #           '64B' and
7498 #           '8T4C' and
7499 #           'NDRPDR'"
7500 #  parameters:
7501 #  - "throughput"
7502 #  - "name"
7503 #  - "tags"
7504 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7505 #  x-axis: "X = VNFs per Service Chain"
7506 #  y-axis: "Y = Number of Service Chains"
7507 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7508 #  layout:
7509 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7510 #    layout: "plot-service-density"
7511 #
7512 ## Plots - NF Density - VSC - NDR IMIX
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-2t1c-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 #           '2T1C' 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 #- type: "plot"
7541 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7542 #  algorithm: "plot_nf_heatmap"
7543 #  output-file-type: ".html"
7544 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7545 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7546 #  filter: "'NIC_Intel-XXV710' and
7547 #           'NF_DENSITY' and
7548 #           'VHOST' and
7549 #           not 'VXLAN' and
7550 #           'CHAIN' and
7551 #           'NF_VPPIP4' and
7552 #           'IMIX' and
7553 #           '4T2C' and
7554 #           'NDRPDR'"
7555 #  parameters:
7556 #  - "throughput"
7557 #  - "name"
7558 #  - "tags"
7559 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7560 #  x-axis: "X = VNFs per Service Chain"
7561 #  y-axis: "Y = Number of Service Chains"
7562 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7563 #  layout:
7564 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7565 #    layout: "plot-service-density"
7566 #
7567 #- type: "plot"
7568 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7569 #  algorithm: "plot_nf_heatmap"
7570 #  output-file-type: ".html"
7571 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7572 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7573 #  filter: "'NIC_Intel-XXV710' and
7574 #           'NF_DENSITY' and
7575 #           'VHOST' and
7576 #           not 'VXLAN' and
7577 #           'CHAIN' and
7578 #           'NF_VPPIP4' and
7579 #           'IMIX' and
7580 #           '8T4C' and
7581 #           'NDRPDR'"
7582 #  parameters:
7583 #  - "throughput"
7584 #  - "name"
7585 #  - "tags"
7586 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7587 #  x-axis: "X = VNFs per Service Chain"
7588 #  y-axis: "Y = Number of Service Chains"
7589 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7590 #  layout:
7591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7592 #    layout: "plot-service-density"
7593 #
7594 ## Plots - NF Density - VSC - PDR 64b
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-64b-2t1c-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 #           '64B' and
7608 #           '2T1C' 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: "64B 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 #- type: "plot"
7623 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7624 #  algorithm: "plot_nf_heatmap"
7625 #  output-file-type: ".html"
7626 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7627 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7628 #  filter: "'NIC_Intel-XXV710' and
7629 #           'NF_DENSITY' and
7630 #           'VHOST' and
7631 #           not 'VXLAN' and
7632 #           'CHAIN' and
7633 #           'NF_VPPIP4' and
7634 #           '64B' and
7635 #           '4T2C' and
7636 #           'NDRPDR'"
7637 #  parameters:
7638 #  - "throughput"
7639 #  - "name"
7640 #  - "tags"
7641 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7642 #  x-axis: "X = VNFs per Service Chain"
7643 #  y-axis: "Y = Number of Service Chains"
7644 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7645 #  layout:
7646 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7647 #    layout: "plot-service-density"
7648 #
7649 #- type: "plot"
7650 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7651 #  algorithm: "plot_nf_heatmap"
7652 #  output-file-type: ".html"
7653 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7654 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7655 #  filter: "'NIC_Intel-XXV710' and
7656 #           'NF_DENSITY' and
7657 #           'VHOST' and
7658 #           not 'VXLAN' and
7659 #           'CHAIN' and
7660 #           'NF_VPPIP4' and
7661 #           '64B' and
7662 #           '8T4C' and
7663 #           'NDRPDR'"
7664 #  parameters:
7665 #  - "throughput"
7666 #  - "name"
7667 #  - "tags"
7668 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7669 #  x-axis: "X = VNFs per Service Chain"
7670 #  y-axis: "Y = Number of Service Chains"
7671 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7672 #  layout:
7673 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7674 #    layout: "plot-service-density"
7675 #
7676 ## Plots - NF Density - VSC - PDR IMIX
7677 #- type: "plot"
7678 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7679 #  algorithm: "plot_nf_heatmap"
7680 #  output-file-type: ".html"
7681 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7682 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7683 #  filter: "'NIC_Intel-XXV710' and
7684 #           'NF_DENSITY' and
7685 #           'VHOST' and
7686 #           not 'VXLAN' and
7687 #           'CHAIN' and
7688 #           'NF_VPPIP4' and
7689 #           'IMIX' and
7690 #           '2T1C' and
7691 #           'NDRPDR'"
7692 #  parameters:
7693 #  - "throughput"
7694 #  - "name"
7695 #  - "tags"
7696 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7697 #  x-axis: "X = VNFs per Service Chain"
7698 #  y-axis: "Y = Number of Service Chains"
7699 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7700 #  layout:
7701 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7702 #    layout: "plot-service-density"
7703 #
7704 #- type: "plot"
7705 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7706 #  algorithm: "plot_nf_heatmap"
7707 #  output-file-type: ".html"
7708 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7709 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7710 #  filter: "'NIC_Intel-XXV710' and
7711 #           'NF_DENSITY' and
7712 #           'VHOST' and
7713 #           not 'VXLAN' and
7714 #           'CHAIN' and
7715 #           'NF_VPPIP4' and
7716 #           'IMIX' and
7717 #           '4T2C' and
7718 #           'NDRPDR'"
7719 #  parameters:
7720 #  - "throughput"
7721 #  - "name"
7722 #  - "tags"
7723 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7724 #  x-axis: "X = VNFs per Service Chain"
7725 #  y-axis: "Y = Number of Service Chains"
7726 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7727 #  layout:
7728 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7729 #    layout: "plot-service-density"
7730 #
7731 #- type: "plot"
7732 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7733 #  algorithm: "plot_nf_heatmap"
7734 #  output-file-type: ".html"
7735 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7736 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7737 #  filter: "'NIC_Intel-XXV710' and
7738 #           'NF_DENSITY' and
7739 #           'VHOST' and
7740 #           not 'VXLAN' and
7741 #           'CHAIN' and
7742 #           'NF_VPPIP4' and
7743 #           'IMIX' and
7744 #           '8T4C' and
7745 #           'NDRPDR'"
7746 #  parameters:
7747 #  - "throughput"
7748 #  - "name"
7749 #  - "tags"
7750 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7751 #  x-axis: "X = VNFs per Service Chain"
7752 #  y-axis: "Y = Number of Service Chains"
7753 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7754 #  layout:
7755 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7756 #    layout: "plot-service-density"
7757 #
7758 ################################################################################
7759 ## Plots - NF Density - VSC - MRR 64b
7760 #- type: "plot"
7761 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7762 #  algorithm: "plot_nf_heatmap"
7763 #  output-file-type: ".html"
7764 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7765 #  data: "plot-vpp-nfv-2n-skx-mrr"
7766 #  filter: "'NIC_Intel-XXV710' and
7767 #           'NF_DENSITY' and
7768 #           'VHOST' and
7769 #           'VXLAN' and
7770 #           'CHAIN' and
7771 #           '118' and
7772 #           '2T1C' and
7773 #           'MRR'"
7774 #  parameters:
7775 #  - "result"
7776 #  - "name"
7777 #  - "tags"
7778 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7779 #  x-axis: "X = VNFs per Service Chain"
7780 #  y-axis: "Y = Number of Service Chains"
7781 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7782 #  layout:
7783 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7784 #    layout: "plot-service-density"
7785 #
7786 #- type: "plot"
7787 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7788 #  algorithm: "plot_nf_heatmap"
7789 #  output-file-type: ".html"
7790 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7791 #  data: "plot-vpp-nfv-2n-skx-mrr"
7792 #  filter: "'NIC_Intel-XXV710' and
7793 #           'NF_DENSITY' and
7794 #           'VHOST' and
7795 #           'VXLAN' and
7796 #           'CHAIN' and
7797 #           '118' and
7798 #           '4T2C' and
7799 #           'MRR'"
7800 #  parameters:
7801 #  - "result"
7802 #  - "name"
7803 #  - "tags"
7804 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7805 #  x-axis: "X = VNFs per Service Chain"
7806 #  y-axis: "Y = Number of Service Chains"
7807 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7808 #  layout:
7809 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7810 #    layout: "plot-service-density"
7811 #
7812 #- type: "plot"
7813 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7814 #  algorithm: "plot_nf_heatmap"
7815 #  output-file-type: ".html"
7816 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7817 #  data: "plot-vpp-nfv-2n-skx-mrr"
7818 #  filter: "'NIC_Intel-XXV710' and
7819 #           'NF_DENSITY' and
7820 #           'VHOST' and
7821 #           'VXLAN' and
7822 #           'CHAIN' and
7823 #           '118' and
7824 #           '8T4C' and
7825 #           'MRR'"
7826 #  parameters:
7827 #  - "result"
7828 #  - "name"
7829 #  - "tags"
7830 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7831 #  x-axis: "X = VNFs per Service Chain"
7832 #  y-axis: "Y = Number of Service Chains"
7833 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7834 #  layout:
7835 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7836 #    layout: "plot-service-density"
7837 #
7838 ## Plots - NF Density - VSC - MRR IMIX
7839 #- type: "plot"
7840 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7841 #  algorithm: "plot_nf_heatmap"
7842 #  output-file-type: ".html"
7843 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7844 #  data: "plot-vpp-nfv-2n-skx-mrr"
7845 #  filter: "'NIC_Intel-XXV710' and
7846 #           'NF_DENSITY' and
7847 #           'VHOST' and
7848 #           'VXLAN' and
7849 #           'CHAIN' and
7850 #           'IMIX' and
7851 #           '2T1C' and
7852 #           'MRR'"
7853 #  parameters:
7854 #  - "result"
7855 #  - "name"
7856 #  - "tags"
7857 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7858 #  x-axis: "X = VNFs per Service Chain"
7859 #  y-axis: "Y = Number of Service Chains"
7860 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7861 #  layout:
7862 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7863 #    layout: "plot-service-density"
7864 #
7865 #- type: "plot"
7866 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7867 #  algorithm: "plot_nf_heatmap"
7868 #  output-file-type: ".html"
7869 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7870 #  data: "plot-vpp-nfv-2n-skx-mrr"
7871 #  filter: "'NIC_Intel-XXV710' and
7872 #           'NF_DENSITY' and
7873 #           'VHOST' and
7874 #           'VXLAN' and
7875 #           'CHAIN' and
7876 #           'IMIX' and
7877 #           '4T2C' and
7878 #           'MRR'"
7879 #  parameters:
7880 #  - "result"
7881 #  - "name"
7882 #  - "tags"
7883 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7884 #  x-axis: "X = VNFs per Service Chain"
7885 #  y-axis: "Y = Number of Service Chains"
7886 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7887 #  layout:
7888 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7889 #    layout: "plot-service-density"
7890 #
7891 #- type: "plot"
7892 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7893 #  algorithm: "plot_nf_heatmap"
7894 #  output-file-type: ".html"
7895 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7896 #  data: "plot-vpp-nfv-2n-skx-mrr"
7897 #  filter: "'NIC_Intel-XXV710' and
7898 #           'NF_DENSITY' and
7899 #           'VHOST' and
7900 #           'VXLAN' and
7901 #           'CHAIN' and
7902 #           'IMIX' and
7903 #           '8T4C' and
7904 #           'MRR'"
7905 #  parameters:
7906 #  - "result"
7907 #  - "name"
7908 #  - "tags"
7909 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7910 #  x-axis: "X = VNFs per Service Chain"
7911 #  y-axis: "Y = Number of Service Chains"
7912 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7913 #  layout:
7914 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7915 #    layout: "plot-service-density"
7916 #
7917 ## Plots - NF Density - VSC - NDR 64b
7918 #- type: "plot"
7919 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7920 #  algorithm: "plot_nf_heatmap"
7921 #  output-file-type: ".html"
7922 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7923 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7924 #  filter: "'NIC_Intel-XXV710' and
7925 #           'NF_DENSITY' and
7926 #           'VHOST' and
7927 #           'VXLAN' and
7928 #           'CHAIN' and
7929 #           '118' and
7930 #           '2T1C' and
7931 #           'NDRPDR'"
7932 #  parameters:
7933 #  - "throughput"
7934 #  - "name"
7935 #  - "tags"
7936 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7937 #  x-axis: "X = VNFs per Service Chain"
7938 #  y-axis: "Y = Number of Service Chains"
7939 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7940 #  layout:
7941 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7942 #    layout: "plot-service-density"
7943 #
7944 #- type: "plot"
7945 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7946 #  algorithm: "plot_nf_heatmap"
7947 #  output-file-type: ".html"
7948 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7949 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7950 #  filter: "'NIC_Intel-XXV710' and
7951 #           'NF_DENSITY' and
7952 #           'VHOST' and
7953 #           'VXLAN' and
7954 #           'CHAIN' and
7955 #           '118' and
7956 #           '4T2C' and
7957 #           'NDRPDR'"
7958 #  parameters:
7959 #  - "throughput"
7960 #  - "name"
7961 #  - "tags"
7962 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7963 #  x-axis: "X = VNFs per Service Chain"
7964 #  y-axis: "Y = Number of Service Chains"
7965 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7966 #  layout:
7967 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7968 #    layout: "plot-service-density"
7969 #
7970 #- type: "plot"
7971 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7972 #  algorithm: "plot_nf_heatmap"
7973 #  output-file-type: ".html"
7974 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7975 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7976 #  filter: "'NIC_Intel-XXV710' and
7977 #           'NF_DENSITY' and
7978 #           'VHOST' and
7979 #           'VXLAN' and
7980 #           'CHAIN' and
7981 #           '118' and
7982 #           '8T4C' and
7983 #           'NDRPDR'"
7984 #  parameters:
7985 #  - "throughput"
7986 #  - "name"
7987 #  - "tags"
7988 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7989 #  x-axis: "X = VNFs per Service Chain"
7990 #  y-axis: "Y = Number of Service Chains"
7991 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7992 #  layout:
7993 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7994 #    layout: "plot-service-density"
7995 #
7996 ## Plots - NF Density - VSC - NDR IMIX
7997 #- type: "plot"
7998 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7999 #  algorithm: "plot_nf_heatmap"
8000 #  output-file-type: ".html"
8001 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8002 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8003 #  filter: "'NIC_Intel-XXV710' and
8004 #           'NF_DENSITY' and
8005 #           'VHOST' and
8006 #           'VXLAN' and
8007 #           'CHAIN' and
8008 #           'IMIX' and
8009 #           '2T1C' and
8010 #           'NDRPDR'"
8011 #  parameters:
8012 #  - "throughput"
8013 #  - "name"
8014 #  - "tags"
8015 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8016 #  x-axis: "X = VNFs per Service Chain"
8017 #  y-axis: "Y = Number of Service Chains"
8018 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8019 #  layout:
8020 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8021 #    layout: "plot-service-density"
8022 #
8023 #- type: "plot"
8024 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8025 #  algorithm: "plot_nf_heatmap"
8026 #  output-file-type: ".html"
8027 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8028 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8029 #  filter: "'NIC_Intel-XXV710' and
8030 #           'NF_DENSITY' and
8031 #           'VHOST' and
8032 #           'VXLAN' and
8033 #           'CHAIN' and
8034 #           'IMIX' and
8035 #           '4T2C' and
8036 #           'NDRPDR'"
8037 #  parameters:
8038 #  - "throughput"
8039 #  - "name"
8040 #  - "tags"
8041 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8042 #  x-axis: "X = VNFs per Service Chain"
8043 #  y-axis: "Y = Number of Service Chains"
8044 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8045 #  layout:
8046 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8047 #    layout: "plot-service-density"
8048 #
8049 #- type: "plot"
8050 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8051 #  algorithm: "plot_nf_heatmap"
8052 #  output-file-type: ".html"
8053 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8054 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8055 #  filter: "'NIC_Intel-XXV710' and
8056 #           'NF_DENSITY' and
8057 #           'VHOST' and
8058 #           'VXLAN' and
8059 #           'CHAIN' and
8060 #           'IMIX' and
8061 #           '8T4C' and
8062 #           'NDRPDR'"
8063 #  parameters:
8064 #  - "throughput"
8065 #  - "name"
8066 #  - "tags"
8067 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8068 #  x-axis: "X = VNFs per Service Chain"
8069 #  y-axis: "Y = Number of Service Chains"
8070 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8071 #  layout:
8072 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8073 #    layout: "plot-service-density"
8074 #
8075 ## Plots - NF Density - VSC - PDR 64b
8076 #- type: "plot"
8077 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8078 #  algorithm: "plot_nf_heatmap"
8079 #  output-file-type: ".html"
8080 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
8081 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8082 #  filter: "'NIC_Intel-XXV710' and
8083 #           'NF_DENSITY' and
8084 #           'VHOST' and
8085 #           'VXLAN' and
8086 #           'CHAIN' and
8087 #           '118' and
8088 #           '2T1C' and
8089 #           'NDRPDR'"
8090 #  parameters:
8091 #  - "throughput"
8092 #  - "name"
8093 #  - "tags"
8094 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8095 #  x-axis: "X = VNFs per Service Chain"
8096 #  y-axis: "Y = Number of Service Chains"
8097 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8098 #  layout:
8099 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8100 #    layout: "plot-service-density"
8101 #
8102 #- type: "plot"
8103 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8104 #  algorithm: "plot_nf_heatmap"
8105 #  output-file-type: ".html"
8106 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
8107 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8108 #  filter: "'NIC_Intel-XXV710' and
8109 #           'NF_DENSITY' and
8110 #           'VHOST' and
8111 #           'VXLAN' and
8112 #           'CHAIN' and
8113 #           '118' and
8114 #           '4T2C' and
8115 #           'NDRPDR'"
8116 #  parameters:
8117 #  - "throughput"
8118 #  - "name"
8119 #  - "tags"
8120 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8121 #  x-axis: "X = VNFs per Service Chain"
8122 #  y-axis: "Y = Number of Service Chains"
8123 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8124 #  layout:
8125 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8126 #    layout: "plot-service-density"
8127 #
8128 #- type: "plot"
8129 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8130 #  algorithm: "plot_nf_heatmap"
8131 #  output-file-type: ".html"
8132 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
8133 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8134 #  filter: "'NIC_Intel-XXV710' and
8135 #           'NF_DENSITY' and
8136 #           'VHOST' and
8137 #           'VXLAN' and
8138 #           'CHAIN' and
8139 #           '118' and
8140 #           '8T4C' and
8141 #           'NDRPDR'"
8142 #  parameters:
8143 #  - "throughput"
8144 #  - "name"
8145 #  - "tags"
8146 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8147 #  x-axis: "X = VNFs per Service Chain"
8148 #  y-axis: "Y = Number of Service Chains"
8149 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8150 #  layout:
8151 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8152 #    layout: "plot-service-density"
8153 #
8154 ## Plots - NF Density - VSC - PDR IMIX
8155 #- type: "plot"
8156 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8157 #  algorithm: "plot_nf_heatmap"
8158 #  output-file-type: ".html"
8159 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8160 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8161 #  filter: "'NIC_Intel-XXV710' and
8162 #           'NF_DENSITY' and
8163 #           'VHOST' and
8164 #           'VXLAN' and
8165 #           'CHAIN' and
8166 #           'IMIX' and
8167 #           '2T1C' and
8168 #           'NDRPDR'"
8169 #  parameters:
8170 #  - "throughput"
8171 #  - "name"
8172 #  - "tags"
8173 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8174 #  x-axis: "X = VNFs per Service Chain"
8175 #  y-axis: "Y = Number of Service Chains"
8176 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8177 #  layout:
8178 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8179 #    layout: "plot-service-density"
8180 #
8181 #- type: "plot"
8182 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8183 #  algorithm: "plot_nf_heatmap"
8184 #  output-file-type: ".html"
8185 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8186 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8187 #  filter: "'NIC_Intel-XXV710' and
8188 #           'NF_DENSITY' and
8189 #           'VHOST' and
8190 #           'VXLAN' and
8191 #           'CHAIN' and
8192 #           'IMIX' and
8193 #           '4T2C' and
8194 #           'NDRPDR'"
8195 #  parameters:
8196 #  - "throughput"
8197 #  - "name"
8198 #  - "tags"
8199 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8200 #  x-axis: "X = VNFs per Service Chain"
8201 #  y-axis: "Y = Number of Service Chains"
8202 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8203 #  layout:
8204 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8205 #    layout: "plot-service-density"
8206 #
8207 #- type: "plot"
8208 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8209 #  algorithm: "plot_nf_heatmap"
8210 #  output-file-type: ".html"
8211 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8212 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8213 #  filter: "'NIC_Intel-XXV710' and
8214 #           'NF_DENSITY' and
8215 #           'VHOST' and
8216 #           'VXLAN' and
8217 #           'CHAIN' and
8218 #           'IMIX' and
8219 #           '8T4C' and
8220 #           'NDRPDR'"
8221 #  parameters:
8222 #  - "throughput"
8223 #  - "name"
8224 #  - "tags"
8225 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8226 #  x-axis: "X = VNFs per Service Chain"
8227 #  y-axis: "Y = Number of Service Chains"
8228 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8229 #  layout:
8230 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8231 #    layout: "plot-service-density"
8232 #
8233 ################################################################################
8234 ## Plots - NF Density - CSC - MRR 64b
8235 #- type: "plot"
8236 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8237 #  algorithm: "plot_nf_heatmap"
8238 #  output-file-type: ".html"
8239 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
8240 #  data: "plot-vpp-nfv-2n-skx-mrr"
8241 #  filter: "'NIC_Intel-XXV710' and
8242 #           'NF_DENSITY' and
8243 #           'DOCKER' and
8244 #           'CHAIN' and
8245 #           'NF_VPPIP4' and
8246 #           '64B' and
8247 #           '2T1C' and
8248 #           'MRR'"
8249 #  parameters:
8250 #  - "result"
8251 #  - "name"
8252 #  - "tags"
8253 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8254 #  x-axis: "X = CNFs per Service Chain"
8255 #  y-axis: "Y = Number of Service Chains"
8256 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8257 #  layout:
8258 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8259 #    layout: "plot-service-density"
8260 #
8261 #- type: "plot"
8262 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8263 #  algorithm: "plot_nf_heatmap"
8264 #  output-file-type: ".html"
8265 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
8266 #  data: "plot-vpp-nfv-2n-skx-mrr"
8267 #  filter: "'NIC_Intel-XXV710' and
8268 #           'NF_DENSITY' and
8269 #           'DOCKER' and
8270 #           'CHAIN' and
8271 #           'NF_VPPIP4' and
8272 #           '64B' and
8273 #           '4T2C' and
8274 #           'MRR'"
8275 #  parameters:
8276 #  - "result"
8277 #  - "name"
8278 #  - "tags"
8279 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8280 #  x-axis: "X = CNFs per Service Chain"
8281 #  y-axis: "Y = Number of Service Chains"
8282 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8283 #  layout:
8284 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8285 #    layout: "plot-service-density"
8286 #
8287 #- type: "plot"
8288 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8289 #  algorithm: "plot_nf_heatmap"
8290 #  output-file-type: ".html"
8291 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
8292 #  data: "plot-vpp-nfv-2n-skx-mrr"
8293 #  filter: "'NIC_Intel-XXV710' and
8294 #           'NF_DENSITY' and
8295 #           'DOCKER' and
8296 #           'CHAIN' and
8297 #           'NF_VPPIP4' and
8298 #           '64B' and
8299 #           '8T4C' and
8300 #           'MRR'"
8301 #  parameters:
8302 #  - "result"
8303 #  - "name"
8304 #  - "tags"
8305 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8306 #  x-axis: "X = CNFs per Service Chain"
8307 #  y-axis: "Y = Number of Service Chains"
8308 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8309 #  layout:
8310 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8311 #    layout: "plot-service-density"
8312 #
8313 ## Plots - NF Density - CSC - MRR IMIX
8314 #- type: "plot"
8315 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8316 #  algorithm: "plot_nf_heatmap"
8317 #  output-file-type: ".html"
8318 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8319 #  data: "plot-vpp-nfv-2n-skx-mrr"
8320 #  filter: "'NIC_Intel-XXV710' and
8321 #           'NF_DENSITY' and
8322 #           'DOCKER' and
8323 #           'CHAIN' and
8324 #           'NF_VPPIP4' and
8325 #           'IMIX' and
8326 #           '2T1C' and
8327 #           'MRR'"
8328 #  parameters:
8329 #  - "result"
8330 #  - "name"
8331 #  - "tags"
8332 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8333 #  x-axis: "X = CNFs per Service Chain"
8334 #  y-axis: "Y = Number of Service Chains"
8335 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8336 #  layout:
8337 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8338 #    layout: "plot-service-density"
8339 #
8340 #- type: "plot"
8341 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8342 #  algorithm: "plot_nf_heatmap"
8343 #  output-file-type: ".html"
8344 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8345 #  data: "plot-vpp-nfv-2n-skx-mrr"
8346 #  filter: "'NIC_Intel-XXV710' and
8347 #           'NF_DENSITY' and
8348 #           'DOCKER' and
8349 #           'CHAIN' and
8350 #           'NF_VPPIP4' and
8351 #           'IMIX' and
8352 #           '4T2C' and
8353 #           'MRR'"
8354 #  parameters:
8355 #  - "result"
8356 #  - "name"
8357 #  - "tags"
8358 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8359 #  x-axis: "X = CNFs per Service Chain"
8360 #  y-axis: "Y = Number of Service Chains"
8361 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8362 #  layout:
8363 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8364 #    layout: "plot-service-density"
8365 #
8366 #- type: "plot"
8367 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8368 #  algorithm: "plot_nf_heatmap"
8369 #  output-file-type: ".html"
8370 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8371 #  data: "plot-vpp-nfv-2n-skx-mrr"
8372 #  filter: "'NIC_Intel-XXV710' and
8373 #           'NF_DENSITY' and
8374 #           'DOCKER' and
8375 #           'CHAIN' and
8376 #           'NF_VPPIP4' and
8377 #           'IMIX' and
8378 #           '8T4C' and
8379 #           'MRR'"
8380 #  parameters:
8381 #  - "result"
8382 #  - "name"
8383 #  - "tags"
8384 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8385 #  x-axis: "X = CNFs per Service Chain"
8386 #  y-axis: "Y = Number of Service Chains"
8387 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8388 #  layout:
8389 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8390 #    layout: "plot-service-density"
8391 #
8392 ## Plots - NF Density - CSC - NDR 64b
8393 #- type: "plot"
8394 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8395 #  algorithm: "plot_nf_heatmap"
8396 #  output-file-type: ".html"
8397 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8398 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8399 #  filter: "'NIC_Intel-XXV710' and
8400 #           'NF_DENSITY' and
8401 #           'DOCKER' and
8402 #           'CHAIN' and
8403 #           'NF_VPPIP4' and
8404 #           '64B' and
8405 #           '2T1C' and
8406 #           'NDRPDR'"
8407 #  parameters:
8408 #  - "throughput"
8409 #  - "name"
8410 #  - "tags"
8411 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8412 #  x-axis: "X = CNFs per Service Chain"
8413 #  y-axis: "Y = Number of Service Chains"
8414 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8415 #  layout:
8416 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8417 #    layout: "plot-service-density"
8418 #
8419 #- type: "plot"
8420 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8421 #  algorithm: "plot_nf_heatmap"
8422 #  output-file-type: ".html"
8423 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8424 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8425 #  filter: "'NIC_Intel-XXV710' and
8426 #           'NF_DENSITY' and
8427 #           'DOCKER' and
8428 #           'CHAIN' and
8429 #           'NF_VPPIP4' and
8430 #           '64B' and
8431 #           '4T2C' and
8432 #           'NDRPDR'"
8433 #  parameters:
8434 #  - "throughput"
8435 #  - "name"
8436 #  - "tags"
8437 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8438 #  x-axis: "X = CNFs per Service Chain"
8439 #  y-axis: "Y = Number of Service Chains"
8440 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8441 #  layout:
8442 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8443 #    layout: "plot-service-density"
8444 #
8445 #- type: "plot"
8446 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8447 #  algorithm: "plot_nf_heatmap"
8448 #  output-file-type: ".html"
8449 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8450 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8451 #  filter: "'NIC_Intel-XXV710' and
8452 #           'NF_DENSITY' and
8453 #           'DOCKER' and
8454 #           'CHAIN' and
8455 #           'NF_VPPIP4' and
8456 #           '64B' and
8457 #           '8T4C' and
8458 #           'NDRPDR'"
8459 #  parameters:
8460 #  - "throughput"
8461 #  - "name"
8462 #  - "tags"
8463 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8464 #  x-axis: "X = CNFs per Service Chain"
8465 #  y-axis: "Y = Number of Service Chains"
8466 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8467 #  layout:
8468 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8469 #    layout: "plot-service-density"
8470 #
8471 ## Plots - NF Density - CSC - NDR IMIX
8472 #- type: "plot"
8473 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8474 #  algorithm: "plot_nf_heatmap"
8475 #  output-file-type: ".html"
8476 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8477 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8478 #  filter: "'NIC_Intel-XXV710' and
8479 #           'NF_DENSITY' and
8480 #           'DOCKER' and
8481 #           'CHAIN' and
8482 #           'NF_VPPIP4' and
8483 #           'IMIX' and
8484 #           '2T1C' and
8485 #           'NDRPDR'"
8486 #  parameters:
8487 #  - "throughput"
8488 #  - "name"
8489 #  - "tags"
8490 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8491 #  x-axis: "X = CNFs per Service Chain"
8492 #  y-axis: "Y = Number of Service Chains"
8493 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8494 #  layout:
8495 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8496 #    layout: "plot-service-density"
8497 #
8498 #- type: "plot"
8499 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8500 #  algorithm: "plot_nf_heatmap"
8501 #  output-file-type: ".html"
8502 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8503 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8504 #  filter: "'NIC_Intel-XXV710' and
8505 #           'NF_DENSITY' and
8506 #           'DOCKER' and
8507 #           'CHAIN' and
8508 #           'NF_VPPIP4' and
8509 #           'IMIX' and
8510 #           '4T2C' and
8511 #           'NDRPDR'"
8512 #  parameters:
8513 #  - "throughput"
8514 #  - "name"
8515 #  - "tags"
8516 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8517 #  x-axis: "X = CNFs per Service Chain"
8518 #  y-axis: "Y = Number of Service Chains"
8519 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8520 #  layout:
8521 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8522 #    layout: "plot-service-density"
8523 #
8524 #- type: "plot"
8525 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8526 #  algorithm: "plot_nf_heatmap"
8527 #  output-file-type: ".html"
8528 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8529 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8530 #  filter: "'NIC_Intel-XXV710' and
8531 #           'NF_DENSITY' and
8532 #           'DOCKER' and
8533 #           'CHAIN' and
8534 #           'NF_VPPIP4' and
8535 #           'IMIX' and
8536 #           '8T4C' and
8537 #           'NDRPDR'"
8538 #  parameters:
8539 #  - "throughput"
8540 #  - "name"
8541 #  - "tags"
8542 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8543 #  x-axis: "X = CNFs per Service Chain"
8544 #  y-axis: "Y = Number of Service Chains"
8545 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8546 #  layout:
8547 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8548 #    layout: "plot-service-density"
8549 #
8550 ## Plots - NF Density - CSC - PDR 64b
8551 #- type: "plot"
8552 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8553 #  algorithm: "plot_nf_heatmap"
8554 #  output-file-type: ".html"
8555 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8556 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8557 #  filter: "'NIC_Intel-XXV710' and
8558 #           'NF_DENSITY' and
8559 #           'DOCKER' and
8560 #           'CHAIN' and
8561 #           'NF_VPPIP4' and
8562 #           '64B' and
8563 #           '2T1C' and
8564 #           'NDRPDR'"
8565 #  parameters:
8566 #  - "throughput"
8567 #  - "name"
8568 #  - "tags"
8569 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8570 #  x-axis: "X = CNFs per Service Chain"
8571 #  y-axis: "Y = Number of Service Chains"
8572 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8573 #  layout:
8574 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8575 #    layout: "plot-service-density"
8576 #
8577 #- type: "plot"
8578 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8579 #  algorithm: "plot_nf_heatmap"
8580 #  output-file-type: ".html"
8581 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8582 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8583 #  filter: "'NIC_Intel-XXV710' and
8584 #           'NF_DENSITY' and
8585 #           'DOCKER' and
8586 #           'CHAIN' and
8587 #           'NF_VPPIP4' and
8588 #           '64B' and
8589 #           '4T2C' and
8590 #           'NDRPDR'"
8591 #  parameters:
8592 #  - "throughput"
8593 #  - "name"
8594 #  - "tags"
8595 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8596 #  x-axis: "X = CNFs per Service Chain"
8597 #  y-axis: "Y = Number of Service Chains"
8598 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8599 #  layout:
8600 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8601 #    layout: "plot-service-density"
8602 #
8603 #- type: "plot"
8604 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8605 #  algorithm: "plot_nf_heatmap"
8606 #  output-file-type: ".html"
8607 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8608 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8609 #  filter: "'NIC_Intel-XXV710' and
8610 #           'NF_DENSITY' and
8611 #           'DOCKER' and
8612 #           'CHAIN' and
8613 #           'NF_VPPIP4' and
8614 #           '64B' and
8615 #           '8T4C' and
8616 #           'NDRPDR'"
8617 #  parameters:
8618 #  - "throughput"
8619 #  - "name"
8620 #  - "tags"
8621 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8622 #  x-axis: "X = CNFs per Service Chain"
8623 #  y-axis: "Y = Number of Service Chains"
8624 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8625 #  layout:
8626 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8627 #    layout: "plot-service-density"
8628 #
8629 ## Plots - NF Density - CSC - PDR IMIX
8630 #- type: "plot"
8631 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8632 #  algorithm: "plot_nf_heatmap"
8633 #  output-file-type: ".html"
8634 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8635 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8636 #  filter: "'NIC_Intel-XXV710' and
8637 #           'NF_DENSITY' and
8638 #           'DOCKER' and
8639 #           'CHAIN' and
8640 #           'NF_VPPIP4' and
8641 #           'IMIX' and
8642 #           '2T1C' and
8643 #           'NDRPDR'"
8644 #  parameters:
8645 #  - "throughput"
8646 #  - "name"
8647 #  - "tags"
8648 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8649 #  x-axis: "X = CNFs per Service Chain"
8650 #  y-axis: "Y = Number of Service Chains"
8651 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8652 #  layout:
8653 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8654 #    layout: "plot-service-density"
8655 #
8656 #- type: "plot"
8657 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8658 #  algorithm: "plot_nf_heatmap"
8659 #  output-file-type: ".html"
8660 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8661 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8662 #  filter: "'NIC_Intel-XXV710' and
8663 #           'NF_DENSITY' and
8664 #           'DOCKER' and
8665 #           'CHAIN' and
8666 #           'NF_VPPIP4' and
8667 #           'IMIX' and
8668 #           '4T2C' and
8669 #           'NDRPDR'"
8670 #  parameters:
8671 #  - "throughput"
8672 #  - "name"
8673 #  - "tags"
8674 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8675 #  x-axis: "X = CNFs per Service Chain"
8676 #  y-axis: "Y = Number of Service Chains"
8677 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8678 #  layout:
8679 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8680 #    layout: "plot-service-density"
8681 #
8682 #- type: "plot"
8683 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8684 #  algorithm: "plot_nf_heatmap"
8685 #  output-file-type: ".html"
8686 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8687 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8688 #  filter: "'NIC_Intel-XXV710' and
8689 #           'NF_DENSITY' and
8690 #           'DOCKER' and
8691 #           'CHAIN' and
8692 #           'NF_VPPIP4' and
8693 #           'IMIX' and
8694 #           '8T4C' and
8695 #           'NDRPDR'"
8696 #  parameters:
8697 #  - "throughput"
8698 #  - "name"
8699 #  - "tags"
8700 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8701 #  x-axis: "X = CNFs per Service Chain"
8702 #  y-axis: "Y = Number of Service Chains"
8703 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8704 #  layout:
8705 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8706 #    layout: "plot-service-density"
8707 #
8708 ################################################################################
8709 #
8710 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8711 #- type: "plot"
8712 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8713 #  algorithm: "plot_nf_heatmap"
8714 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8715 #  data: "plot-vpp-nfv-3n-skx-mrr"
8716 #  filter: "'NIC_Intel-XXV710' and
8717 #           'NF_DENSITY' and
8718 #           'DOCKER' and
8719 #           'CHAIN' and
8720 #           'NF_VPPIP4' and
8721 #           'IPSEC' and
8722 #           'TNL_4' and
8723 #           'IMIX' and
8724 #           '2T1C' and
8725 #           'MRR'"
8726 #  parameters:
8727 #  - "result"
8728 #  - "name"
8729 #  - "tags"
8730 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8731 #  x-axis: "X = CNFs per Service Chain"
8732 #  y-axis: "Y = Number of Service Chains"
8733 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8734 #  layout:
8735 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8736 #    layout: "plot-service-density"
8737 #
8738 #- type: "plot"
8739 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8740 #  algorithm: "plot_nf_heatmap"
8741 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8742 #  data: "plot-vpp-nfv-3n-skx-mrr"
8743 #  filter: "'NIC_Intel-XXV710' and
8744 #           'NF_DENSITY' and
8745 #           'DOCKER' and
8746 #           'CHAIN' and
8747 #           'NF_VPPIP4' and
8748 #           'IPSEC' and
8749 #           'TNL_4' and
8750 #           'IMIX' and
8751 #           '4T2C' and
8752 #           'MRR'"
8753 #  parameters:
8754 #  - "result"
8755 #  - "name"
8756 #  - "tags"
8757 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8758 #  x-axis: "X = CNFs per Service Chain"
8759 #  y-axis: "Y = Number of Service Chains"
8760 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8761 #  layout:
8762 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8763 #    layout: "plot-service-density"
8764 #
8765 #- type: "plot"
8766 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8767 #  algorithm: "plot_nf_heatmap"
8768 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8769 #  data: "plot-vpp-nfv-3n-skx-mrr"
8770 #  filter: "'NIC_Intel-XXV710' and
8771 #           'NF_DENSITY' and
8772 #           'DOCKER' and
8773 #           'CHAIN' and
8774 #           'NF_VPPIP4' and
8775 #           'IPSEC' and
8776 #           'TNL_4' and
8777 #           'IMIX' and
8778 #           '8T4C' and
8779 #           'MRR'"
8780 #  parameters:
8781 #  - "result"
8782 #  - "name"
8783 #  - "tags"
8784 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8785 #  x-axis: "X = CNFs per Service Chain"
8786 #  y-axis: "Y = Number of Service Chains"
8787 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8788 #  layout:
8789 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8790 #    layout: "plot-service-density"
8791
8792 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8793 - type: "plot"
8794   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8795   algorithm: "plot_nf_heatmap"
8796   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8797   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8798   filter: "'NIC_Intel-XXV710' and
8799            'NF_DENSITY' and
8800            'DOCKER' and
8801            'CHAIN' and
8802            'NF_VPPIP4' and
8803            'IPSEC' and
8804            'TNL_4' and
8805            'IMIX' and
8806            '2T1C' and
8807            'NDRPDR'"
8808   parameters:
8809   - "throughput"
8810   - "name"
8811   - "tags"
8812   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8813   x-axis: "X = CNFs per Service Chain"
8814   y-axis: "Y = Number of Service Chains"
8815   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8816   layout:
8817     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8818     layout: "plot-service-density"
8819
8820 - type: "plot"
8821   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8822   algorithm: "plot_nf_heatmap"
8823   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8824   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8825   filter: "'NIC_Intel-XXV710' and
8826            'NF_DENSITY' and
8827            'DOCKER' and
8828            'CHAIN' and
8829            'NF_VPPIP4' and
8830            'IPSEC' and
8831            'TNL_4' and
8832            'IMIX' and
8833            '4T2C' and
8834            'NDRPDR'"
8835   parameters:
8836   - "throughput"
8837   - "name"
8838   - "tags"
8839   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8840   x-axis: "X = CNFs per Service Chain"
8841   y-axis: "Y = Number of Service Chains"
8842   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8843   layout:
8844     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8845     layout: "plot-service-density"
8846
8847 - type: "plot"
8848   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8849   algorithm: "plot_nf_heatmap"
8850   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8851   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8852   filter: "'NIC_Intel-XXV710' and
8853            'NF_DENSITY' and
8854            'DOCKER' and
8855            'CHAIN' and
8856            'NF_VPPIP4' and
8857            'IPSEC' and
8858            'TNL_4' and
8859            'IMIX' and
8860            '8T4C' and
8861            'NDRPDR'"
8862   parameters:
8863   - "throughput"
8864   - "name"
8865   - "tags"
8866   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8867   x-axis: "X = CNFs per Service Chain"
8868   y-axis: "Y = Number of Service Chains"
8869   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8870   layout:
8871     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8872     layout: "plot-service-density"
8873
8874 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8875 - type: "plot"
8876   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8877   algorithm: "plot_nf_heatmap"
8878   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8879   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8880   filter: "'NIC_Intel-XXV710' and
8881            'NF_DENSITY' and
8882            'DOCKER' and
8883            'CHAIN' and
8884            'NF_VPPIP4' and
8885            'IPSEC' and
8886            'TNL_4' and
8887            'IMIX' and
8888            '2T1C' and
8889            'NDRPDR'"
8890   parameters:
8891   - "throughput"
8892   - "name"
8893   - "tags"
8894   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8895   x-axis: "X = CNFs per Service Chain"
8896   y-axis: "Y = Number of Service Chains"
8897   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8898   layout:
8899     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8900     layout: "plot-service-density"
8901
8902 - type: "plot"
8903   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8904   algorithm: "plot_nf_heatmap"
8905   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8906   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8907   filter: "'NIC_Intel-XXV710' and
8908            'NF_DENSITY' and
8909            'DOCKER' and
8910            'CHAIN' and
8911            'NF_VPPIP4' and
8912            'IPSEC' and
8913            'TNL_4' and
8914            'IMIX' and
8915            '4T2C' and
8916            'NDRPDR'"
8917   parameters:
8918   - "throughput"
8919   - "name"
8920   - "tags"
8921   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8922   x-axis: "X = CNFs per Service Chain"
8923   y-axis: "Y = Number of Service Chains"
8924   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8925   layout:
8926     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8927     layout: "plot-service-density"
8928
8929 - type: "plot"
8930   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8931   algorithm: "plot_nf_heatmap"
8932   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8933   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8934   filter: "'NIC_Intel-XXV710' and
8935            'NF_DENSITY' and
8936            'DOCKER' and
8937            'CHAIN' and
8938            'NF_VPPIP4' and
8939            'IPSEC' and
8940            'TNL_4' and
8941            'IMIX' and
8942            '8T4C' and
8943            'NDRPDR'"
8944   parameters:
8945   - "throughput"
8946   - "name"
8947   - "tags"
8948   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8949   x-axis: "X = CNFs per Service Chain"
8950   y-axis: "Y = Number of Service Chains"
8951   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8952   layout:
8953     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8954     layout: "plot-service-density"
8955
8956 ###############################################################################
8957
8958 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8959 - type: "plot"
8960   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8961   algorithm: "plot_nf_heatmap"
8962   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8963   data: "plot-vpp-nfv-3n-hsw-mrr"
8964   filter: "'NIC_Intel-XL710' and
8965            'NF_DENSITY' and
8966            'DOCKER' and
8967            'CHAIN' and
8968            'NF_VPPIP4' and
8969            'IMIX' and
8970            'TNL_4' and
8971            '1T1C' and
8972            'MRR'"
8973   parameters:
8974   - "result"
8975   - "name"
8976   - "tags"
8977   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8978   x-axis: "X = CNFs per Service Chain"
8979   y-axis: "Y = Number of Service Chains"
8980   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8981   layout:
8982     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8983     layout: "plot-service-density"
8984
8985 - type: "plot"
8986   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8987   algorithm: "plot_nf_heatmap"
8988   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8989   data: "plot-vpp-nfv-3n-hsw-mrr"
8990   filter: "'NIC_Intel-XL710' and
8991            'NF_DENSITY' and
8992            'DOCKER' and
8993            'CHAIN' and
8994            'NF_VPPIP4' and
8995            'IPSEC' and
8996            'TNL_4' and
8997            'IMIX' and
8998            '2T2C' and
8999            'MRR'"
9000   parameters:
9001   - "result"
9002   - "name"
9003   - "tags"
9004   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9005   x-axis: "X = CNFs per Service Chain"
9006   y-axis: "Y = Number of Service Chains"
9007   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9008   layout:
9009     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9010     layout: "plot-service-density"
9011
9012 - type: "plot"
9013   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9014   algorithm: "plot_nf_heatmap"
9015   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9016   data: "plot-vpp-nfv-3n-hsw-mrr"
9017   filter: "'NIC_Intel-XL710' and
9018            'NF_DENSITY' and
9019            'DOCKER' and
9020            'CHAIN' and
9021            'NF_VPPIP4' and
9022            'IPSEC' and
9023            'TNL_4' and
9024            'IMIX' and
9025            '4T4C' and
9026            'MRR'"
9027   parameters:
9028   - "result"
9029   - "name"
9030   - "tags"
9031   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9032   x-axis: "X = CNFs per Service Chain"
9033   y-axis: "Y = Number of Service Chains"
9034   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9035   layout:
9036     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9037     layout: "plot-service-density"
9038
9039 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9040 - type: "plot"
9041   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9042   algorithm: "plot_nf_heatmap"
9043   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9044   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9045   filter: "'NIC_Intel-XL710' and
9046            'NF_DENSITY' and
9047            'DOCKER' and
9048            'CHAIN' and
9049            'NF_VPPIP4' and
9050            'IPSEC' and
9051            'TNL_4' and
9052            'IMIX' and
9053            '1T1C' and
9054            'NDRPDR'"
9055   parameters:
9056   - "throughput"
9057   - "name"
9058   - "tags"
9059   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9060   x-axis: "X = CNFs per Service Chain"
9061   y-axis: "Y = Number of Service Chains"
9062   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9063   layout:
9064     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9065     layout: "plot-service-density"
9066
9067 - type: "plot"
9068   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9069   algorithm: "plot_nf_heatmap"
9070   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9071   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9072   filter: "'NIC_Intel-XL710' and
9073            'NF_DENSITY' and
9074            'DOCKER' and
9075            'CHAIN' and
9076            'NF_VPPIP4' and
9077            'IPSEC' and
9078            'TNL_4' and
9079            'IMIX' and
9080            '2T2C' and
9081            'NDRPDR'"
9082   parameters:
9083   - "throughput"
9084   - "name"
9085   - "tags"
9086   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9087   x-axis: "X = CNFs per Service Chain"
9088   y-axis: "Y = Number of Service Chains"
9089   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9090   layout:
9091     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9092     layout: "plot-service-density"
9093
9094 - type: "plot"
9095   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9096   algorithm: "plot_nf_heatmap"
9097   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9098   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9099   filter: "'NIC_Intel-XL710' and
9100            'NF_DENSITY' and
9101            'DOCKER' and
9102            'CHAIN' and
9103            'NF_VPPIP4' and
9104            'IPSEC' and
9105            'TNL_4' and
9106            'IMIX' and
9107            '4T4C' and
9108            'NDRPDR'"
9109   parameters:
9110   - "throughput"
9111   - "name"
9112   - "tags"
9113   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9114   x-axis: "X = CNFs per Service Chain"
9115   y-axis: "Y = Number of Service Chains"
9116   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9117   layout:
9118     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9119     layout: "plot-service-density"
9120
9121 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9122 - type: "plot"
9123   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9124   algorithm: "plot_nf_heatmap"
9125   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9126   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9127   filter: "'NIC_Intel-XL710' and
9128            'NF_DENSITY' and
9129            'DOCKER' and
9130            'CHAIN' and
9131            'NF_VPPIP4' and
9132            'IPSEC' and
9133            'TNL_4' and
9134            'IMIX' and
9135            '1T1C' and
9136            'NDRPDR'"
9137   parameters:
9138   - "throughput"
9139   - "name"
9140   - "tags"
9141   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9142   x-axis: "X = CNFs per Service Chain"
9143   y-axis: "Y = Number of Service Chains"
9144   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9145   layout:
9146     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9147     layout: "plot-service-density"
9148
9149 - type: "plot"
9150   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9151   algorithm: "plot_nf_heatmap"
9152   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9153   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9154   filter: "'NIC_Intel-XL710' and
9155            'NF_DENSITY' and
9156            'DOCKER' and
9157            'CHAIN' and
9158            'NF_VPPIP4' and
9159            'IPSEC' and
9160            'TNL_4' and
9161            'IMIX' and
9162            '2T2C' and
9163            'NDRPDR'"
9164   parameters:
9165   - "throughput"
9166   - "name"
9167   - "tags"
9168   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9169   x-axis: "X = CNFs per Service Chain"
9170   y-axis: "Y = Number of Service Chains"
9171   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9172   layout:
9173     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9174     layout: "plot-service-density"
9175
9176 - type: "plot"
9177   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9178   algorithm: "plot_nf_heatmap"
9179   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9180   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9181   filter: "'NIC_Intel-XL710' and
9182            'NF_DENSITY' and
9183            'DOCKER' and
9184            'CHAIN' and
9185            'NF_VPPIP4' and
9186            'IPSEC' and
9187            'TNL_4' and
9188            'IMIX' and
9189            '4T4C' and
9190            'NDRPDR'"
9191   parameters:
9192   - "throughput"
9193   - "name"
9194   - "tags"
9195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9196   x-axis: "X = CNFs per Service Chain"
9197   y-axis: "Y = Number of Service Chains"
9198   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9199   layout:
9200     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9201     layout: "plot-service-density"
9202
9203 ###############################################################################
9204
9205 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9206 #- type: "plot"
9207 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9208 #  algorithm: "plot_nf_heatmap"
9209 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9210 #  data: "plot-vpp-nfv-3n-skx-mrr"
9211 #  filter: "'NIC_Intel-XXV710' and
9212 #           'NF_DENSITY' and
9213 #           'DOCKER' and
9214 #           'CHAIN' and
9215 #           'NF_VPPIP4' and
9216 #           'IPSEC' and
9217 #           'TNL_1000' and
9218 #           'IMIX' and
9219 #           '2T1C' and
9220 #           'MRR'"
9221 #  parameters:
9222 #  - "result"
9223 #  - "name"
9224 #  - "tags"
9225 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9226 #  x-axis: "X = CNFs per Service Chain"
9227 #  y-axis: "Y = Number of Service Chains"
9228 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9229 #  layout:
9230 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9231 #    layout: "plot-service-density"
9232 #
9233 #- type: "plot"
9234 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9235 #  algorithm: "plot_nf_heatmap"
9236 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9237 #  data: "plot-vpp-nfv-3n-skx-mrr"
9238 #  filter: "'NIC_Intel-XXV710' and
9239 #           'NF_DENSITY' and
9240 #           'DOCKER' and
9241 #           'CHAIN' and
9242 #           'NF_VPPIP4' and
9243 #           'IPSEC' and
9244 #           'TNL_1000' and
9245 #           'IMIX' and
9246 #           '4T2C' and
9247 #           'MRR'"
9248 #  parameters:
9249 #  - "result"
9250 #  - "name"
9251 #  - "tags"
9252 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9253 #  x-axis: "X = CNFs per Service Chain"
9254 #  y-axis: "Y = Number of Service Chains"
9255 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9256 #  layout:
9257 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9258 #    layout: "plot-service-density"
9259 #
9260 #- type: "plot"
9261 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9262 #  algorithm: "plot_nf_heatmap"
9263 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9264 #  data: "plot-vpp-nfv-3n-skx-mrr"
9265 #  filter: "'NIC_Intel-XXV710' and
9266 #           'NF_DENSITY' and
9267 #           'DOCKER' and
9268 #           'CHAIN' and
9269 #           'NF_VPPIP4' and
9270 #           'IPSEC' and
9271 #           'TNL_1000' and
9272 #           'IMIX' and
9273 #           '8T4C' and
9274 #           'MRR'"
9275 #  parameters:
9276 #  - "result"
9277 #  - "name"
9278 #  - "tags"
9279 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9280 #  x-axis: "X = CNFs per Service Chain"
9281 #  y-axis: "Y = Number of Service Chains"
9282 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9283 #  layout:
9284 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9285 #    layout: "plot-service-density"
9286
9287 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9288 - type: "plot"
9289   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9290   algorithm: "plot_nf_heatmap"
9291   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9292   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9293   filter: "'NIC_Intel-XXV710' and
9294            'NF_DENSITY' and
9295            'DOCKER' and
9296            'CHAIN' and
9297            'NF_VPPIP4' and
9298            'IPSEC' and
9299            'TNL_1000' and
9300            'IMIX' and
9301            '2T1C' and
9302            'NDRPDR'"
9303   parameters:
9304   - "throughput"
9305   - "name"
9306   - "tags"
9307   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9308   x-axis: "X = CNFs per Service Chain"
9309   y-axis: "Y = Number of Service Chains"
9310   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9311   layout:
9312     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9313     layout: "plot-service-density"
9314
9315 - type: "plot"
9316   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9317   algorithm: "plot_nf_heatmap"
9318   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9319   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9320   filter: "'NIC_Intel-XXV710' and
9321            'NF_DENSITY' and
9322            'DOCKER' and
9323            'CHAIN' and
9324            'NF_VPPIP4' and
9325            'IPSEC' and
9326            'TNL_1000' and
9327            'IMIX' and
9328            '4T2C' and
9329            'NDRPDR'"
9330   parameters:
9331   - "throughput"
9332   - "name"
9333   - "tags"
9334   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9335   x-axis: "X = CNFs per Service Chain"
9336   y-axis: "Y = Number of Service Chains"
9337   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9338   layout:
9339     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9340     layout: "plot-service-density"
9341
9342 - type: "plot"
9343   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9344   algorithm: "plot_nf_heatmap"
9345   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9346   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9347   filter: "'NIC_Intel-XXV710' and
9348            'NF_DENSITY' and
9349            'DOCKER' and
9350            'CHAIN' and
9351            'NF_VPPIP4' and
9352            'IPSEC' and
9353            'TNL_1000' and
9354            'IMIX' and
9355            '8T4C' and
9356            'NDRPDR'"
9357   parameters:
9358   - "throughput"
9359   - "name"
9360   - "tags"
9361   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9362   x-axis: "X = CNFs per Service Chain"
9363   y-axis: "Y = Number of Service Chains"
9364   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9365   layout:
9366     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9367     layout: "plot-service-density"
9368
9369 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9370 - type: "plot"
9371   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9372   algorithm: "plot_nf_heatmap"
9373   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9374   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9375   filter: "'NIC_Intel-XXV710' and
9376            'NF_DENSITY' and
9377            'DOCKER' and
9378            'CHAIN' and
9379            'NF_VPPIP4' and
9380            'IPSEC' and
9381            'TNL_1000' and
9382            'IMIX' and
9383            '2T1C' and
9384            'NDRPDR'"
9385   parameters:
9386   - "throughput"
9387   - "name"
9388   - "tags"
9389   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9390   x-axis: "X = CNFs per Service Chain"
9391   y-axis: "Y = Number of Service Chains"
9392   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9393   layout:
9394     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9395     layout: "plot-service-density"
9396
9397 - type: "plot"
9398   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9399   algorithm: "plot_nf_heatmap"
9400   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9401   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9402   filter: "'NIC_Intel-XXV710' and
9403            'NF_DENSITY' and
9404            'DOCKER' and
9405            'CHAIN' and
9406            'NF_VPPIP4' and
9407            'IPSEC' and
9408            'TNL_1000' and
9409            'IMIX' and
9410            '4T2C' and
9411            'NDRPDR'"
9412   parameters:
9413   - "throughput"
9414   - "name"
9415   - "tags"
9416   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9417   x-axis: "X = CNFs per Service Chain"
9418   y-axis: "Y = Number of Service Chains"
9419   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9420   layout:
9421     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9422     layout: "plot-service-density"
9423
9424 - type: "plot"
9425   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9426   algorithm: "plot_nf_heatmap"
9427   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9428   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9429   filter: "'NIC_Intel-XXV710' and
9430            'NF_DENSITY' and
9431            'DOCKER' and
9432            'CHAIN' and
9433            'NF_VPPIP4' and
9434            'IPSEC' and
9435            'TNL_1000' and
9436            'IMIX' and
9437            '8T4C' and
9438            'NDRPDR'"
9439   parameters:
9440   - "throughput"
9441   - "name"
9442   - "tags"
9443   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9444   x-axis: "X = CNFs per Service Chain"
9445   y-axis: "Y = Number of Service Chains"
9446   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9447   layout:
9448     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9449     layout: "plot-service-density"
9450
9451 ###############################################################################
9452
9453 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9454 - type: "plot"
9455   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9456   algorithm: "plot_nf_heatmap"
9457   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9458   data: "plot-vpp-nfv-3n-hsw-mrr"
9459   filter: "'NIC_Intel-XL710' and
9460            'NF_DENSITY' and
9461            'DOCKER' and
9462            'CHAIN' and
9463            'NF_VPPIP4' and
9464            'IMIX' and
9465            'TNL_1000' and
9466            '1T1C' and
9467            'MRR'"
9468   parameters:
9469   - "result"
9470   - "name"
9471   - "tags"
9472   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9473   x-axis: "X = CNFs per Service Chain"
9474   y-axis: "Y = Number of Service Chains"
9475   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9476   layout:
9477     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9478     layout: "plot-service-density"
9479
9480 - type: "plot"
9481   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9482   algorithm: "plot_nf_heatmap"
9483   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9484   data: "plot-vpp-nfv-3n-hsw-mrr"
9485   filter: "'NIC_Intel-XL710' and
9486            'NF_DENSITY' and
9487            'DOCKER' and
9488            'CHAIN' and
9489            'NF_VPPIP4' and
9490            'IPSEC' and
9491            'TNL_1000' and
9492            'IMIX' and
9493            '2T2C' and
9494            'MRR'"
9495   parameters:
9496   - "result"
9497   - "name"
9498   - "tags"
9499   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9500   x-axis: "X = CNFs per Service Chain"
9501   y-axis: "Y = Number of Service Chains"
9502   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9503   layout:
9504     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9505     layout: "plot-service-density"
9506
9507 - type: "plot"
9508   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9509   algorithm: "plot_nf_heatmap"
9510   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9511   data: "plot-vpp-nfv-3n-hsw-mrr"
9512   filter: "'NIC_Intel-XL710' and
9513            'NF_DENSITY' and
9514            'DOCKER' and
9515            'CHAIN' and
9516            'NF_VPPIP4' and
9517            'IPSEC' and
9518            'TNL_1000' and
9519            'IMIX' and
9520            '4T4C' and
9521            'MRR'"
9522   parameters:
9523   - "result"
9524   - "name"
9525   - "tags"
9526   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9527   x-axis: "X = CNFs per Service Chain"
9528   y-axis: "Y = Number of Service Chains"
9529   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9530   layout:
9531     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9532     layout: "plot-service-density"
9533
9534 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9535 - type: "plot"
9536   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9537   algorithm: "plot_nf_heatmap"
9538   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9539   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9540   filter: "'NIC_Intel-XL710' and
9541            'NF_DENSITY' and
9542            'DOCKER' and
9543            'CHAIN' and
9544            'NF_VPPIP4' and
9545            'IPSEC' and
9546            'TNL_1000' and
9547            'IMIX' and
9548            '1T1C' and
9549            'NDRPDR'"
9550   parameters:
9551   - "throughput"
9552   - "name"
9553   - "tags"
9554   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9555   x-axis: "X = CNFs per Service Chain"
9556   y-axis: "Y = Number of Service Chains"
9557   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9558   layout:
9559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9560     layout: "plot-service-density"
9561
9562 - type: "plot"
9563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9564   algorithm: "plot_nf_heatmap"
9565   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9566   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9567   filter: "'NIC_Intel-XL710' and
9568            'NF_DENSITY' and
9569            'DOCKER' and
9570            'CHAIN' and
9571            'NF_VPPIP4' and
9572            'IPSEC' and
9573            'TNL_1000' and
9574            'IMIX' and
9575            '2T2C' and
9576            'NDRPDR'"
9577   parameters:
9578   - "throughput"
9579   - "name"
9580   - "tags"
9581   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9582   x-axis: "X = CNFs per Service Chain"
9583   y-axis: "Y = Number of Service Chains"
9584   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9585   layout:
9586     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9587     layout: "plot-service-density"
9588
9589 - type: "plot"
9590   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9591   algorithm: "plot_nf_heatmap"
9592   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9593   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9594   filter: "'NIC_Intel-XL710' and
9595            'NF_DENSITY' and
9596            'DOCKER' and
9597            'CHAIN' and
9598            'NF_VPPIP4' and
9599            'IPSEC' and
9600            'TNL_1000' and
9601            'IMIX' and
9602            '4T4C' and
9603            'NDRPDR'"
9604   parameters:
9605   - "throughput"
9606   - "name"
9607   - "tags"
9608   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9609   x-axis: "X = CNFs per Service Chain"
9610   y-axis: "Y = Number of Service Chains"
9611   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9612   layout:
9613     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9614     layout: "plot-service-density"
9615
9616 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9617 - type: "plot"
9618   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9619   algorithm: "plot_nf_heatmap"
9620   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9621   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9622   filter: "'NIC_Intel-XL710' and
9623            'NF_DENSITY' and
9624            'DOCKER' and
9625            'CHAIN' and
9626            'NF_VPPIP4' and
9627            'IPSEC' and
9628            'TNL_1000' and
9629            'IMIX' and
9630            '1T1C' and
9631            'NDRPDR'"
9632   parameters:
9633   - "throughput"
9634   - "name"
9635   - "tags"
9636   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9637   x-axis: "X = CNFs per Service Chain"
9638   y-axis: "Y = Number of Service Chains"
9639   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9640   layout:
9641     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9642     layout: "plot-service-density"
9643
9644 - type: "plot"
9645   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9646   algorithm: "plot_nf_heatmap"
9647   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9648   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9649   filter: "'NIC_Intel-XL710' and
9650            'NF_DENSITY' and
9651            'DOCKER' and
9652            'CHAIN' and
9653            'NF_VPPIP4' and
9654            'IPSEC' and
9655            'TNL_1000' and
9656            'IMIX' and
9657            '2T2C' and
9658            'NDRPDR'"
9659   parameters:
9660   - "throughput"
9661   - "name"
9662   - "tags"
9663   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9664   x-axis: "X = CNFs per Service Chain"
9665   y-axis: "Y = Number of Service Chains"
9666   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9667   layout:
9668     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9669     layout: "plot-service-density"
9670
9671 - type: "plot"
9672   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9673   algorithm: "plot_nf_heatmap"
9674   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9675   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9676   filter: "'NIC_Intel-XL710' and
9677            'NF_DENSITY' and
9678            'DOCKER' and
9679            'CHAIN' and
9680            'NF_VPPIP4' and
9681            'IPSEC' and
9682            'TNL_1000' and
9683            'IMIX' and
9684            '4T4C' and
9685            'NDRPDR'"
9686   parameters:
9687   - "throughput"
9688   - "name"
9689   - "tags"
9690   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9691   x-axis: "X = CNFs per Service Chain"
9692   y-axis: "Y = Number of Service Chains"
9693   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9694   layout:
9695     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9696     layout: "plot-service-density"
9697
9698 ###############################################################################
9699
9700 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9701 #- type: "plot"
9702 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9703 #  algorithm: "plot_nf_heatmap"
9704 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9705 #  data: "plot-vpp-nfv-3n-skx-mrr"
9706 #  filter: "'NIC_Intel-XXV710' and
9707 #           'NF_DENSITY' and
9708 #           'DOCKER' and
9709 #           'CHAIN' and
9710 #           'NF_VPPIP4' and
9711 #           'IPSEC' and
9712 #           'TNL_10000' and
9713 #           'IMIX' and
9714 #           '2T1C' and
9715 #           'MRR'"
9716 #  parameters:
9717 #  - "result"
9718 #  - "name"
9719 #  - "tags"
9720 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9721 #  x-axis: "X = CNFs per Service Chain"
9722 #  y-axis: "Y = Number of Service Chains"
9723 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9724 #  layout:
9725 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9726 #    layout: "plot-service-density"
9727 #
9728 #- type: "plot"
9729 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9730 #  algorithm: "plot_nf_heatmap"
9731 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9732 #  data: "plot-vpp-nfv-3n-skx-mrr"
9733 #  filter: "'NIC_Intel-XXV710' and
9734 #           'NF_DENSITY' and
9735 #           'DOCKER' and
9736 #           'CHAIN' and
9737 #           'NF_VPPIP4' and
9738 #           'IPSEC' and
9739 #           'TNL_10000' and
9740 #           'IMIX' and
9741 #           '4T2C' and
9742 #           'MRR'"
9743 #  parameters:
9744 #  - "result"
9745 #  - "name"
9746 #  - "tags"
9747 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9748 #  x-axis: "X = CNFs per Service Chain"
9749 #  y-axis: "Y = Number of Service Chains"
9750 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9751 #  layout:
9752 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9753 #    layout: "plot-service-density"
9754 #
9755 #- type: "plot"
9756 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9757 #  algorithm: "plot_nf_heatmap"
9758 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9759 #  data: "plot-vpp-nfv-3n-skx-mrr"
9760 #  filter: "'NIC_Intel-XXV710' and
9761 #           'NF_DENSITY' and
9762 #           'DOCKER' and
9763 #           'CHAIN' and
9764 #           'NF_VPPIP4' and
9765 #           'IPSEC' and
9766 #           'TNL_10000' and
9767 #           'IMIX' and
9768 #           '8T4C' and
9769 #           'MRR'"
9770 #  parameters:
9771 #  - "result"
9772 #  - "name"
9773 #  - "tags"
9774 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9775 #  x-axis: "X = CNFs per Service Chain"
9776 #  y-axis: "Y = Number of Service Chains"
9777 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9778 #  layout:
9779 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9780 #    layout: "plot-service-density"
9781
9782 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9783 - type: "plot"
9784   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9785   algorithm: "plot_nf_heatmap"
9786   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9787   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9788   filter: "'NIC_Intel-XXV710' and
9789            'NF_DENSITY' and
9790            'DOCKER' and
9791            'CHAIN' and
9792            'NF_VPPIP4' and
9793            'IPSEC' and
9794            'TNL_10000' and
9795            'IMIX' and
9796            '2T1C' and
9797            'NDRPDR'"
9798   parameters:
9799   - "throughput"
9800   - "name"
9801   - "tags"
9802   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9803   x-axis: "X = CNFs per Service Chain"
9804   y-axis: "Y = Number of Service Chains"
9805   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9806   layout:
9807     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9808     layout: "plot-service-density"
9809
9810 - type: "plot"
9811   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9812   algorithm: "plot_nf_heatmap"
9813   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9814   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9815   filter: "'NIC_Intel-XXV710' and
9816            'NF_DENSITY' and
9817            'DOCKER' and
9818            'CHAIN' and
9819            'NF_VPPIP4' and
9820            'IPSEC' and
9821            'TNL_10000' and
9822            'IMIX' and
9823            '4T2C' and
9824            'NDRPDR'"
9825   parameters:
9826   - "throughput"
9827   - "name"
9828   - "tags"
9829   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9830   x-axis: "X = CNFs per Service Chain"
9831   y-axis: "Y = Number of Service Chains"
9832   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9833   layout:
9834     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9835     layout: "plot-service-density"
9836
9837 - type: "plot"
9838   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9839   algorithm: "plot_nf_heatmap"
9840   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9841   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9842   filter: "'NIC_Intel-XXV710' and
9843            'NF_DENSITY' and
9844            'DOCKER' and
9845            'CHAIN' and
9846            'NF_VPPIP4' and
9847            'IPSEC' and
9848            'TNL_10000' and
9849            'IMIX' and
9850            '8T4C' and
9851            'NDRPDR'"
9852   parameters:
9853   - "throughput"
9854   - "name"
9855   - "tags"
9856   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9857   x-axis: "X = CNFs per Service Chain"
9858   y-axis: "Y = Number of Service Chains"
9859   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9860   layout:
9861     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9862     layout: "plot-service-density"
9863
9864 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9865 - type: "plot"
9866   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9867   algorithm: "plot_nf_heatmap"
9868   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9869   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9870   filter: "'NIC_Intel-XXV710' and
9871            'NF_DENSITY' and
9872            'DOCKER' and
9873            'CHAIN' and
9874            'NF_VPPIP4' and
9875            'IPSEC' and
9876            'TNL_10000' and
9877            'IMIX' and
9878            '2T1C' and
9879            'NDRPDR'"
9880   parameters:
9881   - "throughput"
9882   - "name"
9883   - "tags"
9884   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9885   x-axis: "X = CNFs per Service Chain"
9886   y-axis: "Y = Number of Service Chains"
9887   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9888   layout:
9889     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9890     layout: "plot-service-density"
9891
9892 - type: "plot"
9893   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9894   algorithm: "plot_nf_heatmap"
9895   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9896   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9897   filter: "'NIC_Intel-XXV710' and
9898            'NF_DENSITY' and
9899            'DOCKER' and
9900            'CHAIN' and
9901            'NF_VPPIP4' and
9902            'IPSEC' and
9903            'TNL_10000' and
9904            'IMIX' and
9905            '4T2C' and
9906            'NDRPDR'"
9907   parameters:
9908   - "throughput"
9909   - "name"
9910   - "tags"
9911   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9912   x-axis: "X = CNFs per Service Chain"
9913   y-axis: "Y = Number of Service Chains"
9914   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9915   layout:
9916     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9917     layout: "plot-service-density"
9918
9919 - type: "plot"
9920   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9921   algorithm: "plot_nf_heatmap"
9922   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9923   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9924   filter: "'NIC_Intel-XXV710' and
9925            'NF_DENSITY' and
9926            'DOCKER' and
9927            'CHAIN' and
9928            'NF_VPPIP4' and
9929            'IPSEC' and
9930            'TNL_10000' and
9931            'IMIX' and
9932            '8T4C' and
9933            'NDRPDR'"
9934   parameters:
9935   - "throughput"
9936   - "name"
9937   - "tags"
9938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9939   x-axis: "X = CNFs per Service Chain"
9940   y-axis: "Y = Number of Service Chains"
9941   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9942   layout:
9943     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9944     layout: "plot-service-density"
9945
9946 ###############################################################################
9947
9948 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9949 - type: "plot"
9950   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9951   algorithm: "plot_nf_heatmap"
9952   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9953   data: "plot-vpp-nfv-3n-hsw-mrr"
9954   filter: "'NIC_Intel-XL710' and
9955            'NF_DENSITY' and
9956            'DOCKER' and
9957            'CHAIN' and
9958            'NF_VPPIP4' and
9959            'IMIX' and
9960            'TNL_10000' and
9961            '1T1C' and
9962            'MRR'"
9963   parameters:
9964   - "result"
9965   - "name"
9966   - "tags"
9967   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9968   x-axis: "X = CNFs per Service Chain"
9969   y-axis: "Y = Number of Service Chains"
9970   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9971   layout:
9972     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9973     layout: "plot-service-density"
9974
9975 - type: "plot"
9976   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9977   algorithm: "plot_nf_heatmap"
9978   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9979   data: "plot-vpp-nfv-3n-hsw-mrr"
9980   filter: "'NIC_Intel-XL710' and
9981            'NF_DENSITY' and
9982            'DOCKER' and
9983            'CHAIN' and
9984            'NF_VPPIP4' and
9985            'IPSEC' and
9986            'TNL_10000' and
9987            'IMIX' and
9988            '2T2C' and
9989            'MRR'"
9990   parameters:
9991   - "result"
9992   - "name"
9993   - "tags"
9994   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9995   x-axis: "X = CNFs per Service Chain"
9996   y-axis: "Y = Number of Service Chains"
9997   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9998   layout:
9999     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10000     layout: "plot-service-density"
10001
10002 - type: "plot"
10003   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10004   algorithm: "plot_nf_heatmap"
10005   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10006   data: "plot-vpp-nfv-3n-hsw-mrr"
10007   filter: "'NIC_Intel-XL710' and
10008            'NF_DENSITY' and
10009            'DOCKER' and
10010            'CHAIN' and
10011            'NF_VPPIP4' and
10012            'IPSEC' and
10013            'TNL_10000' and
10014            'IMIX' and
10015            '4T4C' and
10016            'MRR'"
10017   parameters:
10018   - "result"
10019   - "name"
10020   - "tags"
10021   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10022   x-axis: "X = CNFs per Service Chain"
10023   y-axis: "Y = Number of Service Chains"
10024   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10025   layout:
10026     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10027     layout: "plot-service-density"
10028
10029 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10030 - type: "plot"
10031   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10032   algorithm: "plot_nf_heatmap"
10033   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10034   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10035   filter: "'NIC_Intel-XL710' and
10036            'NF_DENSITY' and
10037            'DOCKER' and
10038            'CHAIN' and
10039            'NF_VPPIP4' and
10040            'IPSEC' and
10041            'TNL_10000' and
10042            'IMIX' and
10043            '1T1C' and
10044            'NDRPDR'"
10045   parameters:
10046   - "throughput"
10047   - "name"
10048   - "tags"
10049   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10050   x-axis: "X = CNFs per Service Chain"
10051   y-axis: "Y = Number of Service Chains"
10052   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10053   layout:
10054     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10055     layout: "plot-service-density"
10056
10057 - type: "plot"
10058   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10059   algorithm: "plot_nf_heatmap"
10060   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10061   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10062   filter: "'NIC_Intel-XL710' and
10063            'NF_DENSITY' and
10064            'DOCKER' and
10065            'CHAIN' and
10066            'NF_VPPIP4' and
10067            'IPSEC' and
10068            'TNL_10000' and
10069            'IMIX' and
10070            '2T2C' and
10071            'NDRPDR'"
10072   parameters:
10073   - "throughput"
10074   - "name"
10075   - "tags"
10076   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10077   x-axis: "X = CNFs per Service Chain"
10078   y-axis: "Y = Number of Service Chains"
10079   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10080   layout:
10081     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10082     layout: "plot-service-density"
10083
10084 - type: "plot"
10085   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10086   algorithm: "plot_nf_heatmap"
10087   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10088   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10089   filter: "'NIC_Intel-XL710' and
10090            'NF_DENSITY' and
10091            'DOCKER' and
10092            'CHAIN' and
10093            'NF_VPPIP4' and
10094            'IPSEC' and
10095            'TNL_10000' and
10096            'IMIX' and
10097            '4T4C' and
10098            'NDRPDR'"
10099   parameters:
10100   - "throughput"
10101   - "name"
10102   - "tags"
10103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10104   x-axis: "X = CNFs per Service Chain"
10105   y-axis: "Y = Number of Service Chains"
10106   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10107   layout:
10108     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10109     layout: "plot-service-density"
10110
10111 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10112 - type: "plot"
10113   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10114   algorithm: "plot_nf_heatmap"
10115   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10116   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10117   filter: "'NIC_Intel-XL710' and
10118            'NF_DENSITY' and
10119            'DOCKER' and
10120            'CHAIN' and
10121            'NF_VPPIP4' and
10122            'IPSEC' and
10123            'TNL_10000' and
10124            'IMIX' and
10125            '1T1C' and
10126            'NDRPDR'"
10127   parameters:
10128   - "throughput"
10129   - "name"
10130   - "tags"
10131   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10132   x-axis: "X = CNFs per Service Chain"
10133   y-axis: "Y = Number of Service Chains"
10134   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10135   layout:
10136     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10137     layout: "plot-service-density"
10138
10139 - type: "plot"
10140   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10141   algorithm: "plot_nf_heatmap"
10142   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10143   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10144   filter: "'NIC_Intel-XL710' and
10145            'NF_DENSITY' and
10146            'DOCKER' and
10147            'CHAIN' and
10148            'NF_VPPIP4' and
10149            'IPSEC' and
10150            'TNL_10000' and
10151            'IMIX' and
10152            '2T2C' and
10153            'NDRPDR'"
10154   parameters:
10155   - "throughput"
10156   - "name"
10157   - "tags"
10158   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10159   x-axis: "X = CNFs per Service Chain"
10160   y-axis: "Y = Number of Service Chains"
10161   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10162   layout:
10163     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10164     layout: "plot-service-density"
10165
10166 - type: "plot"
10167   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10168   algorithm: "plot_nf_heatmap"
10169   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10170   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10171   filter: "'NIC_Intel-XL710' and
10172            'NF_DENSITY' and
10173            'DOCKER' and
10174            'CHAIN' and
10175            'NF_VPPIP4' and
10176            'IPSEC' and
10177            'TNL_10000' and
10178            'IMIX' and
10179            '4T4C' and
10180            'NDRPDR'"
10181   parameters:
10182   - "throughput"
10183   - "name"
10184   - "tags"
10185   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10186   x-axis: "X = CNFs per Service Chain"
10187   y-axis: "Y = Number of Service Chains"
10188   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10189   layout:
10190     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10191     layout: "plot-service-density"
10192
10193 ###############################################################################
10194
10195 # Plots - NF Density - CSP - MRR 64b
10196
10197 #- type: "plot"
10198 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10199 #  algorithm: "plot_nf_heatmap"
10200 #  output-file-type: ".html"
10201 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
10202 #  data: "plot-vpp-nfv-2n-skx-mrr"
10203 #  filter: "'NIC_Intel-XXV710' and
10204 #           'NF_DENSITY' and
10205 #           'DOCKER' and
10206 #           'PIPELINE' and
10207 #           'NF_VPPIP4' and
10208 #           '64B' and
10209 #           '2T1C' and
10210 #           'MRR'"
10211 #  parameters:
10212 #  - "result"
10213 #  - "name"
10214 #  - "tags"
10215 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10216 #  x-axis: "X = CNFs per Service Pipeline"
10217 #  y-axis: "Y = Number of Service Pipelines"
10218 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10219 #  layout:
10220 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10221 #    layout: "plot-service-density"
10222 #
10223 #- type: "plot"
10224 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10225 #  algorithm: "plot_nf_heatmap"
10226 #  output-file-type: ".html"
10227 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
10228 #  data: "plot-vpp-nfv-2n-skx-mrr"
10229 #  filter: "'NIC_Intel-XXV710' and
10230 #           'NF_DENSITY' and
10231 #           'DOCKER' and
10232 #           'PIPELINE' and
10233 #           'NF_VPPIP4' and
10234 #           '64B' and
10235 #           '4T2C' and
10236 #           'MRR'"
10237 #  parameters:
10238 #  - "result"
10239 #  - "name"
10240 #  - "tags"
10241 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10242 #  x-axis: "X = CNFs per Service Pipeline"
10243 #  y-axis: "Y = Number of Service Pipelines"
10244 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10245 #  layout:
10246 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10247 #    layout: "plot-service-density"
10248 #
10249 #- type: "plot"
10250 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10251 #  algorithm: "plot_nf_heatmap"
10252 #  output-file-type: ".html"
10253 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
10254 #  data: "plot-vpp-nfv-2n-skx-mrr"
10255 #  filter: "'NIC_Intel-XXV710' and
10256 #           'NF_DENSITY' and
10257 #           'DOCKER' and
10258 #           'PIPELINE' and
10259 #           'NF_VPPIP4' and
10260 #           '64B' and
10261 #           '8T4C' and
10262 #           'MRR'"
10263 #  parameters:
10264 #  - "result"
10265 #  - "name"
10266 #  - "tags"
10267 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10268 #  x-axis: "X = CNFs per Service Pipeline"
10269 #  y-axis: "Y = Number of Service Pipelines"
10270 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10271 #  layout:
10272 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10273 #    layout: "plot-service-density"
10274 #
10275 ## Plots - NF Density - CSP - MRR IMIX
10276 #- type: "plot"
10277 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10278 #  algorithm: "plot_nf_heatmap"
10279 #  output-file-type: ".html"
10280 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10281 #  data: "plot-vpp-nfv-2n-skx-mrr"
10282 #  filter: "'NIC_Intel-XXV710' and
10283 #           'NF_DENSITY' and
10284 #           'DOCKER' and
10285 #           'PIPELINE' and
10286 #           'NF_VPPIP4' and
10287 #           'IMIX' and
10288 #           '2T1C' and
10289 #           'MRR'"
10290 #  parameters:
10291 #  - "result"
10292 #  - "name"
10293 #  - "tags"
10294 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10295 #  x-axis: "X = CNFs per Service Pipeline"
10296 #  y-axis: "Y = Number of Service Pipelines"
10297 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10298 #  layout:
10299 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10300 #    layout: "plot-service-density"
10301 #
10302 #- type: "plot"
10303 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10304 #  algorithm: "plot_nf_heatmap"
10305 #  output-file-type: ".html"
10306 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10307 #  data: "plot-vpp-nfv-2n-skx-mrr"
10308 #  filter: "'NIC_Intel-XXV710' and
10309 #           'NF_DENSITY' and
10310 #           'DOCKER' and
10311 #           'PIPELINE' and
10312 #           'NF_VPPIP4' and
10313 #           'IMIX' and
10314 #           '4T2C' and
10315 #           'MRR'"
10316 #  parameters:
10317 #  - "result"
10318 #  - "name"
10319 #  - "tags"
10320 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10321 #  x-axis: "X = CNFs per Service Pipeline"
10322 #  y-axis: "Y = Number of Service Pipelines"
10323 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10324 #  layout:
10325 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10326 #    layout: "plot-service-density"
10327 #
10328 #- type: "plot"
10329 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10330 #  algorithm: "plot_nf_heatmap"
10331 #  output-file-type: ".html"
10332 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10333 #  data: "plot-vpp-nfv-2n-skx-mrr"
10334 #  filter: "'NIC_Intel-XXV710' and
10335 #           'NF_DENSITY' and
10336 #           'DOCKER' and
10337 #           'PIPELINE' and
10338 #           'NF_VPPIP4' and
10339 #           'IMIX' and
10340 #           '8T4C' and
10341 #           'MRR'"
10342 #  parameters:
10343 #  - "result"
10344 #  - "name"
10345 #  - "tags"
10346 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10347 #  x-axis: "X = CNFs per Service Pipeline"
10348 #  y-axis: "Y = Number of Service Pipelines"
10349 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10350 #  layout:
10351 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10352 #    layout: "plot-service-density"
10353 #
10354 ## Plots - NF Density - CSP - NDR 64b
10355 #- type: "plot"
10356 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10357 #  algorithm: "plot_nf_heatmap"
10358 #  output-file-type: ".html"
10359 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10360 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10361 #  filter: "'NIC_Intel-XXV710' and
10362 #           'NF_DENSITY' and
10363 #           'DOCKER' and
10364 #           'PIPELINE' and
10365 #           'NF_VPPIP4' and
10366 #           '64B' and
10367 #           '2T1C' and
10368 #           'NDRPDR'"
10369 #  parameters:
10370 #  - "throughput"
10371 #  - "name"
10372 #  - "tags"
10373 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10374 #  x-axis: "X = CNFs per Service Pipeline"
10375 #  y-axis: "Y = Number of Service Pipelines"
10376 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10377 #  layout:
10378 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10379 #    layout: "plot-service-density"
10380 #
10381 #- type: "plot"
10382 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10383 #  algorithm: "plot_nf_heatmap"
10384 #  output-file-type: ".html"
10385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10386 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10387 #  filter: "'NIC_Intel-XXV710' and
10388 #           'NF_DENSITY' and
10389 #           'DOCKER' and
10390 #           'PIPELINE' and
10391 #           'NF_VPPIP4' and
10392 #           '64B' and
10393 #           '4T2C' and
10394 #           'NDRPDR'"
10395 #  parameters:
10396 #  - "throughput"
10397 #  - "name"
10398 #  - "tags"
10399 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10400 #  x-axis: "X = CNFs per Service Pipeline"
10401 #  y-axis: "Y = Number of Service Pipelines"
10402 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10403 #  layout:
10404 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10405 #    layout: "plot-service-density"
10406 #
10407 #- type: "plot"
10408 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10409 #  algorithm: "plot_nf_heatmap"
10410 #  output-file-type: ".html"
10411 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10412 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10413 #  filter: "'NIC_Intel-XXV710' and
10414 #           'NF_DENSITY' and
10415 #           'DOCKER' and
10416 #           'PIPELINE' and
10417 #           'NF_VPPIP4' and
10418 #           '64B' and
10419 #           '8T4C' and
10420 #           'NDRPDR'"
10421 #  parameters:
10422 #  - "throughput"
10423 #  - "name"
10424 #  - "tags"
10425 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10426 #  x-axis: "X = CNFs per Service Pipeline"
10427 #  y-axis: "Y = Number of Service Pipelines"
10428 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10429 #  layout:
10430 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10431 #    layout: "plot-service-density"
10432 #
10433 ## Plots - NF Density - CSP - NDR IMIX
10434 #- type: "plot"
10435 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10436 #  algorithm: "plot_nf_heatmap"
10437 #  output-file-type: ".html"
10438 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10439 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10440 #  filter: "'NIC_Intel-XXV710' and
10441 #           'NF_DENSITY' and
10442 #           'DOCKER' and
10443 #           'PIPELINE' and
10444 #           'NF_VPPIP4' and
10445 #           'IMIX' and
10446 #           '2T1C' and
10447 #           'NDRPDR'"
10448 #  parameters:
10449 #  - "throughput"
10450 #  - "name"
10451 #  - "tags"
10452 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10453 #  x-axis: "X = CNFs per Service Pipeline"
10454 #  y-axis: "Y = Number of Service Pipelines"
10455 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10456 #  layout:
10457 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10458 #    layout: "plot-service-density"
10459 #
10460 #- type: "plot"
10461 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10462 #  algorithm: "plot_nf_heatmap"
10463 #  output-file-type: ".html"
10464 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10465 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10466 #  filter: "'NIC_Intel-XXV710' and
10467 #           'NF_DENSITY' and
10468 #           'DOCKER' and
10469 #           'PIPELINE' and
10470 #           'NF_VPPIP4' and
10471 #           'IMIX' and
10472 #           '4T2C' and
10473 #           'NDRPDR'"
10474 #  parameters:
10475 #  - "throughput"
10476 #  - "name"
10477 #  - "tags"
10478 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10479 #  x-axis: "X = CNFs per Service Pipeline"
10480 #  y-axis: "Y = Number of Service Pipelines"
10481 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10482 #  layout:
10483 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10484 #    layout: "plot-service-density"
10485 #
10486 #- type: "plot"
10487 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10488 #  algorithm: "plot_nf_heatmap"
10489 #  output-file-type: ".html"
10490 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10491 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10492 #  filter: "'NIC_Intel-XXV710' and
10493 #           'NF_DENSITY' and
10494 #           'DOCKER' and
10495 #           'PIPELINE' and
10496 #           'NF_VPPIP4' and
10497 #           'IMIX' and
10498 #           '8T4C' and
10499 #           'NDRPDR'"
10500 #  parameters:
10501 #  - "throughput"
10502 #  - "name"
10503 #  - "tags"
10504 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10505 #  x-axis: "X = CNFs per Service Pipeline"
10506 #  y-axis: "Y = Number of Service Pipelines"
10507 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10508 #  layout:
10509 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10510 #    layout: "plot-service-density"
10511 #
10512 ## Plots - NF Density - CSP - PDR 64b
10513 #- type: "plot"
10514 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10515 #  algorithm: "plot_nf_heatmap"
10516 #  output-file-type: ".html"
10517 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10518 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10519 #  filter: "'NIC_Intel-XXV710' and
10520 #           'NF_DENSITY' and
10521 #           'DOCKER' and
10522 #           'PIPELINE' and
10523 #           'NF_VPPIP4' and
10524 #           '64B' and
10525 #           '2T1C' and
10526 #           'NDRPDR'"
10527 #  parameters:
10528 #  - "throughput"
10529 #  - "name"
10530 #  - "tags"
10531 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10532 #  x-axis: "X = CNFs per Service Pipeline"
10533 #  y-axis: "Y = Number of Service Pipelines"
10534 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10535 #  layout:
10536 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10537 #    layout: "plot-service-density"
10538 #
10539 #- type: "plot"
10540 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10541 #  algorithm: "plot_nf_heatmap"
10542 #  output-file-type: ".html"
10543 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10544 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10545 #  filter: "'NIC_Intel-XXV710' and
10546 #           'NF_DENSITY' and
10547 #           'DOCKER' and
10548 #           'PIPELINE' and
10549 #           'NF_VPPIP4' and
10550 #           '64B' and
10551 #           '4T2C' and
10552 #           'NDRPDR'"
10553 #  parameters:
10554 #  - "throughput"
10555 #  - "name"
10556 #  - "tags"
10557 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10558 #  x-axis: "X = CNFs per Service Pipeline"
10559 #  y-axis: "Y = Number of Service Pipelines"
10560 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10561 #  layout:
10562 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10563 #    layout: "plot-service-density"
10564 #
10565 #- type: "plot"
10566 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10567 #  algorithm: "plot_nf_heatmap"
10568 #  output-file-type: ".html"
10569 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10570 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10571 #  filter: "'NIC_Intel-XXV710' and
10572 #           'NF_DENSITY' and
10573 #           'DOCKER' and
10574 #           'PIPELINE' and
10575 #           'NF_VPPIP4' and
10576 #           '64B' and
10577 #           '8T4C' and
10578 #           'NDRPDR'"
10579 #  parameters:
10580 #  - "throughput"
10581 #  - "name"
10582 #  - "tags"
10583 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10584 #  x-axis: "X = CNFs per Service Pipeline"
10585 #  y-axis: "Y = Number of Service Pipelines"
10586 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10587 #  layout:
10588 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10589 #    layout: "plot-service-density"
10590 #
10591 ## Plots - NF Density - CSP - PDR IMIX
10592 #- type: "plot"
10593 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10594 #  algorithm: "plot_nf_heatmap"
10595 #  output-file-type: ".html"
10596 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10597 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10598 #  filter: "'NIC_Intel-XXV710' and
10599 #           'NF_DENSITY' and
10600 #           'DOCKER' and
10601 #           'PIPELINE' and
10602 #           'NF_VPPIP4' and
10603 #           'IMIX' and
10604 #           '2T1C' and
10605 #           'NDRPDR'"
10606 #  parameters:
10607 #  - "throughput"
10608 #  - "name"
10609 #  - "tags"
10610 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10611 #  x-axis: "X = CNFs per Service Pipeline"
10612 #  y-axis: "Y = Number of Service Pipelines"
10613 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10614 #  layout:
10615 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10616 #    layout: "plot-service-density"
10617 #
10618 #- type: "plot"
10619 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10620 #  algorithm: "plot_nf_heatmap"
10621 #  output-file-type: ".html"
10622 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10623 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10624 #  filter: "'NIC_Intel-XXV710' and
10625 #           'NF_DENSITY' and
10626 #           'DOCKER' and
10627 #           'PIPELINE' and
10628 #           'NF_VPPIP4' and
10629 #           'IMIX' and
10630 #           '4T2C' and
10631 #           'NDRPDR'"
10632 #  parameters:
10633 #  - "throughput"
10634 #  - "name"
10635 #  - "tags"
10636 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10637 #  x-axis: "X = CNFs per Service Pipeline"
10638 #  y-axis: "Y = Number of Service Pipelines"
10639 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10640 #  layout:
10641 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10642 #    layout: "plot-service-density"
10643 #
10644 #- type: "plot"
10645 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10646 #  algorithm: "plot_nf_heatmap"
10647 #  output-file-type: ".html"
10648 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10649 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10650 #  filter: "'NIC_Intel-XXV710' and
10651 #           'NF_DENSITY' and
10652 #           'DOCKER' and
10653 #           'PIPELINE' and
10654 #           'NF_VPPIP4' and
10655 #           'IMIX' and
10656 #           '8T4C' and
10657 #           'NDRPDR'"
10658 #  parameters:
10659 #  - "throughput"
10660 #  - "name"
10661 #  - "tags"
10662 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10663 #  x-axis: "X = CNFs per Service Pipeline"
10664 #  y-axis: "Y = Number of Service Pipelines"
10665 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10666 #  layout:
10667 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10668 #    layout: "plot-service-density"
10669
10670 ###############################################################################
10671 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10672
10673 - type: "plot"
10674   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10675   algorithm: "plot_nf_heatmap"
10676   output-file-type: ".html"
10677   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10678   data: "plot-vpp-nfv-2n-clx-mrr"
10679   filter: "'NIC_Intel-XXV710' and
10680            'NF_DENSITY' and
10681            'VHOST' and
10682            not 'VXLAN' and
10683            'CHAIN' and
10684            'NF_VPPIP4' and
10685            'IMIX' and
10686            '2T1C' and
10687            'MRR'"
10688   parameters:
10689   - "result"
10690   - "name"
10691   - "tags"
10692   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10693   x-axis: "X = VNFs per Service Chain"
10694   y-axis: "Y = Number of Service Chains"
10695   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10696   layout:
10697     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10698     layout: "plot-service-density"
10699
10700 - type: "plot"
10701   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10702   algorithm: "plot_nf_heatmap"
10703   output-file-type: ".html"
10704   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10705   data: "plot-vpp-nfv-2n-clx-mrr"
10706   filter: "'NIC_Intel-XXV710' and
10707            'NF_DENSITY' and
10708            'VHOST' and
10709            not 'VXLAN' and
10710            'CHAIN' and
10711            'NF_VPPIP4' and
10712            'IMIX' and
10713            '4T2C' and
10714            'MRR'"
10715   parameters:
10716   - "result"
10717   - "name"
10718   - "tags"
10719   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10720   x-axis: "X = VNFs per Service Chain"
10721   y-axis: "Y = Number of Service Chains"
10722   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10723   layout:
10724     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10725     layout: "plot-service-density"
10726
10727 - type: "plot"
10728   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10729   algorithm: "plot_nf_heatmap"
10730   output-file-type: ".html"
10731   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10732   data: "plot-vpp-nfv-2n-clx-mrr"
10733   filter: "'NIC_Intel-XXV710' and
10734            'NF_DENSITY' and
10735            'VHOST' and
10736            not 'VXLAN' and
10737            'CHAIN' and
10738            'NF_VPPIP4' and
10739            'IMIX' and
10740            '8T4C' and
10741            'MRR'"
10742   parameters:
10743   - "result"
10744   - "name"
10745   - "tags"
10746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10747   x-axis: "X = VNFs per Service Chain"
10748   y-axis: "Y = Number of Service Chains"
10749   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10750   layout:
10751     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10752     layout: "plot-service-density"
10753
10754 # Plots - NF Density - VSC - NDR IMIX
10755 - type: "plot"
10756   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10757   algorithm: "plot_nf_heatmap"
10758   output-file-type: ".html"
10759   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10760   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10761   filter: "'NIC_Intel-XXV710' and
10762            'NF_DENSITY' and
10763            'VHOST' and
10764            not 'VXLAN' and
10765            'CHAIN' and
10766            'NF_VPPIP4' and
10767            'IMIX' and
10768            '2T1C' and
10769            'NDRPDR'"
10770   parameters:
10771   - "throughput"
10772   - "name"
10773   - "tags"
10774   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10775   x-axis: "X = VNFs per Service Chain"
10776   y-axis: "Y = Number of Service Chains"
10777   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10778   layout:
10779     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10780     layout: "plot-service-density"
10781
10782 - type: "plot"
10783   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10784   algorithm: "plot_nf_heatmap"
10785   output-file-type: ".html"
10786   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10787   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10788   filter: "'NIC_Intel-XXV710' and
10789            'NF_DENSITY' and
10790            'VHOST' and
10791            not 'VXLAN' and
10792            'CHAIN' and
10793            'NF_VPPIP4' and
10794            'IMIX' and
10795            '4T2C' and
10796            'NDRPDR'"
10797   parameters:
10798   - "throughput"
10799   - "name"
10800   - "tags"
10801   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10802   x-axis: "X = VNFs per Service Chain"
10803   y-axis: "Y = Number of Service Chains"
10804   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10805   layout:
10806     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10807     layout: "plot-service-density"
10808
10809 - type: "plot"
10810   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10811   algorithm: "plot_nf_heatmap"
10812   output-file-type: ".html"
10813   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10814   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10815   filter: "'NIC_Intel-XXV710' and
10816            'NF_DENSITY' and
10817            'VHOST' and
10818            not 'VXLAN' and
10819            'CHAIN' and
10820            'NF_VPPIP4' and
10821            'IMIX' and
10822            '8T4C' and
10823            'NDRPDR'"
10824   parameters:
10825   - "throughput"
10826   - "name"
10827   - "tags"
10828   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10829   x-axis: "X = VNFs per Service Chain"
10830   y-axis: "Y = Number of Service Chains"
10831   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10832   layout:
10833     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10834     layout: "plot-service-density"
10835
10836 # Plots - NF Density - VSC - PDR IMIX
10837 - type: "plot"
10838   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10839   algorithm: "plot_nf_heatmap"
10840   output-file-type: ".html"
10841   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10842   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10843   filter: "'NIC_Intel-XXV710' and
10844            'NF_DENSITY' and
10845            'VHOST' and
10846            not 'VXLAN' and
10847            'CHAIN' and
10848            'NF_VPPIP4' and
10849            'IMIX' and
10850            '2T1C' and
10851            'NDRPDR'"
10852   parameters:
10853   - "throughput"
10854   - "name"
10855   - "tags"
10856   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10857   x-axis: "X = VNFs per Service Chain"
10858   y-axis: "Y = Number of Service Chains"
10859   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10860   layout:
10861     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10862     layout: "plot-service-density"
10863
10864 - type: "plot"
10865   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10866   algorithm: "plot_nf_heatmap"
10867   output-file-type: ".html"
10868   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10869   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10870   filter: "'NIC_Intel-XXV710' and
10871            'NF_DENSITY' and
10872            'VHOST' and
10873            not 'VXLAN' and
10874            'CHAIN' and
10875            'NF_VPPIP4' and
10876            'IMIX' and
10877            '4T2C' and
10878            'NDRPDR'"
10879   parameters:
10880   - "throughput"
10881   - "name"
10882   - "tags"
10883   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10884   x-axis: "X = VNFs per Service Chain"
10885   y-axis: "Y = Number of Service Chains"
10886   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10887   layout:
10888     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10889     layout: "plot-service-density"
10890
10891 - type: "plot"
10892   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10893   algorithm: "plot_nf_heatmap"
10894   output-file-type: ".html"
10895   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10896   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10897   filter: "'NIC_Intel-XXV710' and
10898            'NF_DENSITY' and
10899            'VHOST' and
10900            not 'VXLAN' and
10901            'CHAIN' and
10902            'NF_VPPIP4' and
10903            'IMIX' and
10904            '8T4C' and
10905            'NDRPDR'"
10906   parameters:
10907   - "throughput"
10908   - "name"
10909   - "tags"
10910   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10911   x-axis: "X = VNFs per Service Chain"
10912   y-axis: "Y = Number of Service Chains"
10913   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10914   layout:
10915     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10916     layout: "plot-service-density"
10917
10918 # Plots - NF Density - VSC - MRR IMIX
10919 - type: "plot"
10920   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10921   algorithm: "plot_nf_heatmap"
10922   output-file-type: ".html"
10923   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10924   data: "plot-vpp-nfv-2n-clx-mrr"
10925   filter: "'NIC_Intel-XXV710' and
10926            'NF_DENSITY' and
10927            'VHOST' and
10928            'VXLAN' and
10929            'CHAIN' and
10930            'IMIX' and
10931            '2T1C' and
10932            'MRR'"
10933   parameters:
10934   - "result"
10935   - "name"
10936   - "tags"
10937   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10938   x-axis: "X = VNFs per Service Chain"
10939   y-axis: "Y = Number of Service Chains"
10940   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10941   layout:
10942     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10943     layout: "plot-service-density"
10944
10945 - type: "plot"
10946   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10947   algorithm: "plot_nf_heatmap"
10948   output-file-type: ".html"
10949   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10950   data: "plot-vpp-nfv-2n-clx-mrr"
10951   filter: "'NIC_Intel-XXV710' and
10952            'NF_DENSITY' and
10953            'VHOST' and
10954            'VXLAN' and
10955            'CHAIN' and
10956            'IMIX' and
10957            '4T2C' and
10958            'MRR'"
10959   parameters:
10960   - "result"
10961   - "name"
10962   - "tags"
10963   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10964   x-axis: "X = VNFs per Service Chain"
10965   y-axis: "Y = Number of Service Chains"
10966   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10967   layout:
10968     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10969     layout: "plot-service-density"
10970
10971 - type: "plot"
10972   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10973   algorithm: "plot_nf_heatmap"
10974   output-file-type: ".html"
10975   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10976   data: "plot-vpp-nfv-2n-clx-mrr"
10977   filter: "'NIC_Intel-XXV710' and
10978            'NF_DENSITY' and
10979            'VHOST' and
10980            'VXLAN' and
10981            'CHAIN' and
10982            'IMIX' and
10983            '8T4C' and
10984            'MRR'"
10985   parameters:
10986   - "result"
10987   - "name"
10988   - "tags"
10989   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10990   x-axis: "X = VNFs per Service Chain"
10991   y-axis: "Y = Number of Service Chains"
10992   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10993   layout:
10994     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10995     layout: "plot-service-density"
10996
10997 # Plots - NF Density - VSC - NDR IMIX
10998 - type: "plot"
10999   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11000   algorithm: "plot_nf_heatmap"
11001   output-file-type: ".html"
11002   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11003   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11004   filter: "'NIC_Intel-XXV710' and
11005            'NF_DENSITY' and
11006            'VHOST' and
11007            'VXLAN' and
11008            'CHAIN' and
11009            'IMIX' and
11010            '2T1C' and
11011            'NDRPDR'"
11012   parameters:
11013   - "throughput"
11014   - "name"
11015   - "tags"
11016   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11017   x-axis: "X = VNFs per Service Chain"
11018   y-axis: "Y = Number of Service Chains"
11019   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11020   layout:
11021     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11022     layout: "plot-service-density"
11023
11024 - type: "plot"
11025   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11026   algorithm: "plot_nf_heatmap"
11027   output-file-type: ".html"
11028   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11029   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11030   filter: "'NIC_Intel-XXV710' and
11031            'NF_DENSITY' and
11032            'VHOST' and
11033            'VXLAN' and
11034            'CHAIN' and
11035            'IMIX' and
11036            '4T2C' and
11037            'NDRPDR'"
11038   parameters:
11039   - "throughput"
11040   - "name"
11041   - "tags"
11042   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11043   x-axis: "X = VNFs per Service Chain"
11044   y-axis: "Y = Number of Service Chains"
11045   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11046   layout:
11047     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11048     layout: "plot-service-density"
11049
11050 - type: "plot"
11051   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11052   algorithm: "plot_nf_heatmap"
11053   output-file-type: ".html"
11054   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11055   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11056   filter: "'NIC_Intel-XXV710' and
11057            'NF_DENSITY' and
11058            'VHOST' and
11059            'VXLAN' and
11060            'CHAIN' and
11061            'IMIX' and
11062            '8T4C' and
11063            'NDRPDR'"
11064   parameters:
11065   - "throughput"
11066   - "name"
11067   - "tags"
11068   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11069   x-axis: "X = VNFs per Service Chain"
11070   y-axis: "Y = Number of Service Chains"
11071   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11072   layout:
11073     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11074     layout: "plot-service-density"
11075
11076 # Plots - NF Density - VSC - PDR IMIX
11077 - type: "plot"
11078   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11079   algorithm: "plot_nf_heatmap"
11080   output-file-type: ".html"
11081   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11082   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11083   filter: "'NIC_Intel-XXV710' and
11084            'NF_DENSITY' and
11085            'VHOST' and
11086            'VXLAN' and
11087            'CHAIN' and
11088            'IMIX' and
11089            '2T1C' and
11090            'NDRPDR'"
11091   parameters:
11092   - "throughput"
11093   - "name"
11094   - "tags"
11095   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11096   x-axis: "X = VNFs per Service Chain"
11097   y-axis: "Y = Number of Service Chains"
11098   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11099   layout:
11100     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11101     layout: "plot-service-density"
11102
11103 - type: "plot"
11104   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11105   algorithm: "plot_nf_heatmap"
11106   output-file-type: ".html"
11107   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11108   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11109   filter: "'NIC_Intel-XXV710' and
11110            'NF_DENSITY' and
11111            'VHOST' and
11112            'VXLAN' and
11113            'CHAIN' and
11114            'IMIX' and
11115            '4T2C' and
11116            'NDRPDR'"
11117   parameters:
11118   - "throughput"
11119   - "name"
11120   - "tags"
11121   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11122   x-axis: "X = VNFs per Service Chain"
11123   y-axis: "Y = Number of Service Chains"
11124   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11125   layout:
11126     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11127     layout: "plot-service-density"
11128
11129 - type: "plot"
11130   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11131   algorithm: "plot_nf_heatmap"
11132   output-file-type: ".html"
11133   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11134   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11135   filter: "'NIC_Intel-XXV710' and
11136            'NF_DENSITY' and
11137            'VHOST' and
11138            'VXLAN' and
11139            'CHAIN' and
11140            'IMIX' and
11141            '8T4C' and
11142            'NDRPDR'"
11143   parameters:
11144   - "throughput"
11145   - "name"
11146   - "tags"
11147   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11148   x-axis: "X = VNFs per Service Chain"
11149   y-axis: "Y = Number of Service Chains"
11150   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11151   layout:
11152     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11153     layout: "plot-service-density"
11154
11155 # Plots - NF Density - CSC - MRR IMIX
11156 - type: "plot"
11157   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11158   algorithm: "plot_nf_heatmap"
11159   output-file-type: ".html"
11160   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11161   data: "plot-vpp-nfv-2n-clx-mrr"
11162   filter: "'NIC_Intel-XXV710' and
11163            'NF_DENSITY' and
11164            'DOCKER' and
11165            'CHAIN' and
11166            'NF_VPPIP4' and
11167            'IMIX' and
11168            '2T1C' and
11169            'MRR'"
11170   parameters:
11171   - "result"
11172   - "name"
11173   - "tags"
11174   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11175   x-axis: "X = CNFs per Service Chain"
11176   y-axis: "Y = Number of Service Chains"
11177   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11178   layout:
11179     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11180     layout: "plot-service-density"
11181
11182 - type: "plot"
11183   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11184   algorithm: "plot_nf_heatmap"
11185   output-file-type: ".html"
11186   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11187   data: "plot-vpp-nfv-2n-clx-mrr"
11188   filter: "'NIC_Intel-XXV710' and
11189            'NF_DENSITY' and
11190            'DOCKER' and
11191            'CHAIN' and
11192            'NF_VPPIP4' and
11193            'IMIX' and
11194            '4T2C' and
11195            'MRR'"
11196   parameters:
11197   - "result"
11198   - "name"
11199   - "tags"
11200   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11201   x-axis: "X = CNFs per Service Chain"
11202   y-axis: "Y = Number of Service Chains"
11203   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11204   layout:
11205     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11206     layout: "plot-service-density"
11207
11208 - type: "plot"
11209   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11210   algorithm: "plot_nf_heatmap"
11211   output-file-type: ".html"
11212   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11213   data: "plot-vpp-nfv-2n-clx-mrr"
11214   filter: "'NIC_Intel-XXV710' and
11215            'NF_DENSITY' and
11216            'DOCKER' and
11217            'CHAIN' and
11218            'NF_VPPIP4' and
11219            'IMIX' and
11220            '8T4C' and
11221            'MRR'"
11222   parameters:
11223   - "result"
11224   - "name"
11225   - "tags"
11226   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11227   x-axis: "X = CNFs per Service Chain"
11228   y-axis: "Y = Number of Service Chains"
11229   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11230   layout:
11231     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11232     layout: "plot-service-density"
11233
11234 # Plots - NF Density - CSC - NDR IMIX
11235 - type: "plot"
11236   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11237   algorithm: "plot_nf_heatmap"
11238   output-file-type: ".html"
11239   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11240   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11241   filter: "'NIC_Intel-XXV710' and
11242            'NF_DENSITY' and
11243            'DOCKER' and
11244            'CHAIN' and
11245            'NF_VPPIP4' and
11246            'IMIX' and
11247            '2T1C' and
11248            'NDRPDR'"
11249   parameters:
11250   - "throughput"
11251   - "name"
11252   - "tags"
11253   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11254   x-axis: "X = CNFs per Service Chain"
11255   y-axis: "Y = Number of Service Chains"
11256   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11257   layout:
11258     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11259     layout: "plot-service-density"
11260
11261 - type: "plot"
11262   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11263   algorithm: "plot_nf_heatmap"
11264   output-file-type: ".html"
11265   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11266   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11267   filter: "'NIC_Intel-XXV710' and
11268            'NF_DENSITY' and
11269            'DOCKER' and
11270            'CHAIN' and
11271            'NF_VPPIP4' and
11272            'IMIX' and
11273            '4T2C' and
11274            'NDRPDR'"
11275   parameters:
11276   - "throughput"
11277   - "name"
11278   - "tags"
11279   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11280   x-axis: "X = CNFs per Service Chain"
11281   y-axis: "Y = Number of Service Chains"
11282   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11283   layout:
11284     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11285     layout: "plot-service-density"
11286
11287 - type: "plot"
11288   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11289   algorithm: "plot_nf_heatmap"
11290   output-file-type: ".html"
11291   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11292   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11293   filter: "'NIC_Intel-XXV710' and
11294            'NF_DENSITY' and
11295            'DOCKER' and
11296            'CHAIN' and
11297            'NF_VPPIP4' and
11298            'IMIX' and
11299            '8T4C' and
11300            'NDRPDR'"
11301   parameters:
11302   - "throughput"
11303   - "name"
11304   - "tags"
11305   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11306   x-axis: "X = CNFs per Service Chain"
11307   y-axis: "Y = Number of Service Chains"
11308   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11309   layout:
11310     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11311     layout: "plot-service-density"
11312
11313 # Plots - NF Density - CSC - PDR IMIX
11314 - type: "plot"
11315   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11316   algorithm: "plot_nf_heatmap"
11317   output-file-type: ".html"
11318   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11319   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11320   filter: "'NIC_Intel-XXV710' and
11321            'NF_DENSITY' and
11322            'DOCKER' and
11323            'CHAIN' and
11324            'NF_VPPIP4' and
11325            'IMIX' and
11326            '2T1C' and
11327            'NDRPDR'"
11328   parameters:
11329   - "throughput"
11330   - "name"
11331   - "tags"
11332   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11333   x-axis: "X = CNFs per Service Chain"
11334   y-axis: "Y = Number of Service Chains"
11335   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11336   layout:
11337     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11338     layout: "plot-service-density"
11339
11340 - type: "plot"
11341   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11342   algorithm: "plot_nf_heatmap"
11343   output-file-type: ".html"
11344   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11345   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11346   filter: "'NIC_Intel-XXV710' and
11347            'NF_DENSITY' and
11348            'DOCKER' and
11349            'CHAIN' and
11350            'NF_VPPIP4' and
11351            'IMIX' and
11352            '4T2C' and
11353            'NDRPDR'"
11354   parameters:
11355   - "throughput"
11356   - "name"
11357   - "tags"
11358   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11359   x-axis: "X = CNFs per Service Chain"
11360   y-axis: "Y = Number of Service Chains"
11361   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11362   layout:
11363     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11364     layout: "plot-service-density"
11365
11366 - type: "plot"
11367   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11368   algorithm: "plot_nf_heatmap"
11369   output-file-type: ".html"
11370   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11371   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11372   filter: "'NIC_Intel-XXV710' and
11373            'NF_DENSITY' and
11374            'DOCKER' and
11375            'CHAIN' and
11376            'NF_VPPIP4' and
11377            'IMIX' and
11378            '8T4C' and
11379            'NDRPDR'"
11380   parameters:
11381   - "throughput"
11382   - "name"
11383   - "tags"
11384   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11385   x-axis: "X = CNFs per Service Chain"
11386   y-axis: "Y = Number of Service Chains"
11387   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11388   layout:
11389     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11390     layout: "plot-service-density"
11391
11392 # Plots - NF Density - CSP - MRR IMIX
11393 - type: "plot"
11394   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11395   algorithm: "plot_nf_heatmap"
11396   output-file-type: ".html"
11397   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11398   data: "plot-vpp-nfv-2n-clx-mrr"
11399   filter: "'NIC_Intel-XXV710' and
11400            'NF_DENSITY' and
11401            'DOCKER' and
11402            'PIPELINE' and
11403            'NF_VPPIP4' and
11404            'IMIX' and
11405            '2T1C' and
11406            'MRR'"
11407   parameters:
11408   - "result"
11409   - "name"
11410   - "tags"
11411   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11412   x-axis: "X = CNFs per Service Pipeline"
11413   y-axis: "Y = Number of Service Pipelines"
11414   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11415   layout:
11416     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11417     layout: "plot-service-density"
11418
11419 - type: "plot"
11420   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11421   algorithm: "plot_nf_heatmap"
11422   output-file-type: ".html"
11423   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11424   data: "plot-vpp-nfv-2n-clx-mrr"
11425   filter: "'NIC_Intel-XXV710' and
11426            'NF_DENSITY' and
11427            'DOCKER' and
11428            'PIPELINE' and
11429            'NF_VPPIP4' and
11430            'IMIX' and
11431            '4T2C' and
11432            'MRR'"
11433   parameters:
11434   - "result"
11435   - "name"
11436   - "tags"
11437   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11438   x-axis: "X = CNFs per Service Pipeline"
11439   y-axis: "Y = Number of Service Pipelines"
11440   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11441   layout:
11442     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11443     layout: "plot-service-density"
11444
11445 - type: "plot"
11446   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11447   algorithm: "plot_nf_heatmap"
11448   output-file-type: ".html"
11449   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11450   data: "plot-vpp-nfv-2n-clx-mrr"
11451   filter: "'NIC_Intel-XXV710' and
11452            'NF_DENSITY' and
11453            'DOCKER' and
11454            'PIPELINE' and
11455            'NF_VPPIP4' and
11456            'IMIX' and
11457            '8T4C' and
11458            'MRR'"
11459   parameters:
11460   - "result"
11461   - "name"
11462   - "tags"
11463   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11464   x-axis: "X = CNFs per Service Pipeline"
11465   y-axis: "Y = Number of Service Pipelines"
11466   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11467   layout:
11468     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11469     layout: "plot-service-density"
11470
11471 # Plots - NF Density - CSP - NDR IMIX
11472 - type: "plot"
11473   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11474   algorithm: "plot_nf_heatmap"
11475   output-file-type: ".html"
11476   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11477   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11478   filter: "'NIC_Intel-XXV710' and
11479            'NF_DENSITY' and
11480            'DOCKER' and
11481            'PIPELINE' and
11482            'NF_VPPIP4' and
11483            'IMIX' and
11484            '2T1C' and
11485            'NDRPDR'"
11486   parameters:
11487   - "throughput"
11488   - "name"
11489   - "tags"
11490   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11491   x-axis: "X = CNFs per Service Pipeline"
11492   y-axis: "Y = Number of Service Pipelines"
11493   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11494   layout:
11495     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11496     layout: "plot-service-density"
11497
11498 - type: "plot"
11499   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11500   algorithm: "plot_nf_heatmap"
11501   output-file-type: ".html"
11502   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11503   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11504   filter: "'NIC_Intel-XXV710' and
11505            'NF_DENSITY' and
11506            'DOCKER' and
11507            'PIPELINE' and
11508            'NF_VPPIP4' and
11509            'IMIX' and
11510            '4T2C' and
11511            'NDRPDR'"
11512   parameters:
11513   - "throughput"
11514   - "name"
11515   - "tags"
11516   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11517   x-axis: "X = CNFs per Service Pipeline"
11518   y-axis: "Y = Number of Service Pipelines"
11519   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11520   layout:
11521     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11522     layout: "plot-service-density"
11523
11524 - type: "plot"
11525   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11526   algorithm: "plot_nf_heatmap"
11527   output-file-type: ".html"
11528   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11529   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11530   filter: "'NIC_Intel-XXV710' and
11531            'NF_DENSITY' and
11532            'DOCKER' and
11533            'PIPELINE' and
11534            'NF_VPPIP4' and
11535            'IMIX' and
11536            '8T4C' and
11537            'NDRPDR'"
11538   parameters:
11539   - "throughput"
11540   - "name"
11541   - "tags"
11542   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11543   x-axis: "X = CNFs per Service Pipeline"
11544   y-axis: "Y = Number of Service Pipelines"
11545   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11546   layout:
11547     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11548     layout: "plot-service-density"
11549
11550 # Plots - NF Density - CSP - PDR IMIX
11551 - type: "plot"
11552   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11553   algorithm: "plot_nf_heatmap"
11554   output-file-type: ".html"
11555   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11556   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11557   filter: "'NIC_Intel-XXV710' and
11558            'NF_DENSITY' and
11559            'DOCKER' and
11560            'PIPELINE' and
11561            'NF_VPPIP4' and
11562            'IMIX' and
11563            '2T1C' and
11564            'NDRPDR'"
11565   parameters:
11566   - "throughput"
11567   - "name"
11568   - "tags"
11569   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11570   x-axis: "X = CNFs per Service Pipeline"
11571   y-axis: "Y = Number of Service Pipelines"
11572   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11573   layout:
11574     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11575     layout: "plot-service-density"
11576
11577 - type: "plot"
11578   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11579   algorithm: "plot_nf_heatmap"
11580   output-file-type: ".html"
11581   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11582   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11583   filter: "'NIC_Intel-XXV710' and
11584            'NF_DENSITY' and
11585            'DOCKER' and
11586            'PIPELINE' and
11587            'NF_VPPIP4' and
11588            'IMIX' and
11589            '4T2C' and
11590            'NDRPDR'"
11591   parameters:
11592   - "throughput"
11593   - "name"
11594   - "tags"
11595   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11596   x-axis: "X = CNFs per Service Pipeline"
11597   y-axis: "Y = Number of Service Pipelines"
11598   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11599   layout:
11600     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11601     layout: "plot-service-density"
11602
11603 - type: "plot"
11604   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11605   algorithm: "plot_nf_heatmap"
11606   output-file-type: ".html"
11607   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11608   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11609   filter: "'NIC_Intel-XXV710' and
11610            'NF_DENSITY' and
11611            'DOCKER' and
11612            'PIPELINE' and
11613            'NF_VPPIP4' and
11614            'IMIX' and
11615            '8T4C' and
11616            'NDRPDR'"
11617   parameters:
11618   - "throughput"
11619   - "name"
11620   - "tags"
11621   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11622   x-axis: "X = CNFs per Service Pipeline"
11623   y-axis: "Y = Number of Service Pipelines"
11624   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11625   layout:
11626     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11627     layout: "plot-service-density"
11628
11629 ################################################################################
11630
11631 # Packet Throughput
11632
11633 - type: "plot"
11634   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11635   algorithm: "plot_perf_box_name"
11636   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11637   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11638   include:
11639     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11641     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11642     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11643   layout:
11644     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11645     layout: "plot-throughput"
11646
11647 - type: "plot"
11648   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11649   algorithm: "plot_perf_box_name"
11650   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11652   include:
11653     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11654     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11655     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11656     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11657   layout:
11658     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11659     layout: "plot-throughput"
11660
11661 - type: "plot"
11662   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11663   algorithm: "plot_perf_box_name"
11664   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11665   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11666   include:
11667     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11668     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11669     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11670     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11671   layout:
11672     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11673     layout: "plot-throughput"
11674
11675 - type: "plot"
11676   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11677   algorithm: "plot_perf_box_name"
11678   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11680   include:
11681     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11682     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11683     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11684     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11685   layout:
11686     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11687     layout: "plot-throughput"
11688
11689 - type: "plot"
11690   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11691   algorithm: "plot_perf_box_name"
11692   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11694   include:
11695     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11696     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11697     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11698     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11699     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11700   layout:
11701     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11702     layout: "plot-throughput"
11703
11704 - type: "plot"
11705   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11706   algorithm: "plot_perf_box_name"
11707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11709   include:
11710     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11711     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11712     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11713     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11714     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11715   layout:
11716     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11717     layout: "plot-throughput"
11718
11719 - type: "plot"
11720   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11721   algorithm: "plot_perf_box_name"
11722   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11724   include:
11725     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11726     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11727     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11728     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11729     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11730   layout:
11731     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11732     layout: "plot-throughput"
11733
11734 - type: "plot"
11735   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11736   algorithm: "plot_perf_box_name"
11737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11739   include:
11740     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11741     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11742     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11743     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11744     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11745   layout:
11746     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11747     layout: "plot-throughput"
11748
11749 - type: "plot"
11750   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11751   algorithm: "plot_perf_box_name"
11752   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11753   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11754   include:
11755     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11756     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11757     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11758     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11759     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11760   layout:
11761     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11762     layout: "plot-throughput"
11763
11764 - type: "plot"
11765   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11766   algorithm: "plot_perf_box_name"
11767   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11768   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11769   include:
11770     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11771     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11772     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11773     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11774     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11775   layout:
11776     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11777     layout: "plot-throughput"
11778
11779 - type: "plot"
11780   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11781   algorithm: "plot_perf_box_name"
11782   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11784   include:
11785     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11791   layout:
11792     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11793     layout: "plot-throughput"
11794
11795 - type: "plot"
11796   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11797   algorithm: "plot_perf_box_name"
11798   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11799   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11800   include:
11801     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11807   layout:
11808     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11809     layout: "plot-throughput"
11810
11811 - type: "plot"
11812   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11813   algorithm: "plot_perf_box_name"
11814   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11815   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11816   include:
11817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11822   layout:
11823     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11824     layout: "plot-throughput"
11825
11826 - type: "plot"
11827   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11828   algorithm: "plot_perf_box_name"
11829   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11830   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11831   include:
11832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11837   layout:
11838     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11839     layout: "plot-throughput"
11840
11841 - type: "plot"
11842   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11843   algorithm: "plot_perf_box_name"
11844   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11845   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11846   include:
11847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11850   layout:
11851     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11852     layout: "plot-throughput"
11853
11854 - type: "plot"
11855   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11856   algorithm: "plot_perf_box_name"
11857   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11858   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11859   include:
11860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11863   layout:
11864     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11865     layout: "plot-throughput"
11866
11867 - type: "plot"
11868   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11869   algorithm: "plot_perf_box_name"
11870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11872   include:
11873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11878   layout:
11879     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11880     layout: "plot-throughput"
11881
11882 - type: "plot"
11883   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11884   algorithm: "plot_perf_box_name"
11885   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11887   include:
11888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11893   layout:
11894     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11895     layout: "plot-throughput"
11896
11897 - type: "plot"
11898   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11899   algorithm: "plot_perf_box_name"
11900   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11902   include:
11903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11906   layout:
11907     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11908     layout: "plot-throughput"
11909
11910 - type: "plot"
11911   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11912   algorithm: "plot_perf_box_name"
11913   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11914   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11915   include:
11916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11919   layout:
11920     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11921     layout: "plot-throughput"
11922
11923 - type: "plot"
11924   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11925   algorithm: "plot_perf_box_name"
11926   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11928   include:
11929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11935   layout:
11936     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11937     layout: "plot-throughput"
11938
11939 - type: "plot"
11940   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11941   algorithm: "plot_perf_box_name"
11942   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11943   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11944   include:
11945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11951   layout:
11952     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11953     layout: "plot-throughput"
11954
11955 - type: "plot"
11956   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11957   algorithm: "plot_perf_box_name"
11958   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11960   include:
11961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11967   layout:
11968     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11969     layout: "plot-throughput"
11970
11971 - type: "plot"
11972   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11973   algorithm: "plot_perf_box_name"
11974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11976   include:
11977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11983   layout:
11984     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11985     layout: "plot-throughput"
11986
11987 - type: "plot"
11988   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11989   algorithm: "plot_perf_box_name"
11990   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11991   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11992   include:
11993     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11996   layout:
11997     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11998     layout: "plot-throughput"
11999
12000 - type: "plot"
12001   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12002   algorithm: "plot_perf_box_name"
12003   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12004   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12005   include:
12006     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12009   layout:
12010     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12011     layout: "plot-throughput"
12012
12013 - type: "plot"
12014   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12015   algorithm: "plot_perf_box_name"
12016   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12018   include:
12019     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12022 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12023 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12024   layout:
12025     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12026     layout: "plot-throughput"
12027
12028 - type: "plot"
12029   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12030   algorithm: "plot_perf_box_name"
12031   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12032   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12033   include:
12034     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12037 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12038 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12039   layout:
12040     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12041     layout: "plot-throughput"
12042
12043 - type: "plot"
12044   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12045   algorithm: "plot_perf_box_name"
12046   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12047   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12048   include:
12049     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12054   layout:
12055     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12056     layout: "plot-throughput"
12057
12058 - type: "plot"
12059   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12060   algorithm: "plot_perf_box_name"
12061   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12062   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12063   include:
12064     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12069   layout:
12070     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12071     layout: "plot-throughput"
12072
12073 - type: "plot"
12074   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12075   algorithm: "plot_perf_box_name"
12076   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12078   include:
12079     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12084   layout:
12085     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12086     layout: "plot-throughput"
12087
12088 - type: "plot"
12089   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12090   algorithm: "plot_perf_box_name"
12091   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12093   include:
12094     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12099   layout:
12100     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12101     layout: "plot-throughput"
12102
12103 - type: "plot"
12104   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12105   algorithm: "plot_perf_box_name"
12106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12108   include:
12109     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12115   layout:
12116     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12117     layout: "plot-throughput"
12118
12119 - type: "plot"
12120   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12121   algorithm: "plot_perf_box_name"
12122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12124   include:
12125     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12131   layout:
12132     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12133     layout: "plot-throughput"
12134
12135 - type: "plot"
12136   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12137   algorithm: "plot_perf_box_name"
12138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12140   include:
12141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12147   layout:
12148     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12149     layout: "plot-throughput"
12150
12151 - type: "plot"
12152   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12153   algorithm: "plot_perf_box_name"
12154   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12156   include:
12157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12161     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12163   layout:
12164     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12165     layout: "plot-throughput"
12166
12167 - type: "plot"
12168   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12169   algorithm: "plot_perf_box_name"
12170   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12171   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12172   include:
12173     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12174     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12175     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12176     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12178   layout:
12179     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12180     layout: "plot-throughput"
12181
12182 - type: "plot"
12183   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12184   algorithm: "plot_perf_box_name"
12185   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12186   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12187   include:
12188     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12189     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12190     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12193   layout:
12194     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12195     layout: "plot-throughput"
12196
12197 - type: "plot"
12198   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12199   algorithm: "plot_perf_box_name"
12200   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12201   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12202   include:
12203     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12209   layout:
12210     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12211     layout: "plot-throughput"
12212
12213 - type: "plot"
12214   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12215   algorithm: "plot_perf_box_name"
12216   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12217   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12218   include:
12219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12225   layout:
12226     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12227     layout: "plot-throughput"
12228
12229 - type: "plot"
12230   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12231   algorithm: "plot_perf_box_name"
12232   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12233   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12234   include:
12235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12240   layout:
12241     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12242     layout: "plot-throughput"
12243
12244 - type: "plot"
12245   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12246   algorithm: "plot_perf_box_name"
12247   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12248   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12249   include:
12250     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12255   layout:
12256     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12257     layout: "plot-throughput"
12258
12259 - type: "plot"
12260   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12261   algorithm: "plot_perf_box_name"
12262   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12263   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12264   include:
12265     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12271   layout:
12272     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12273     layout: "plot-throughput"
12274
12275 - type: "plot"
12276   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12277   algorithm: "plot_perf_box_name"
12278   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12279   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12280   include:
12281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12286     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12287   layout:
12288     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12289     layout: "plot-throughput"
12290
12291 - type: "plot"
12292   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12293   algorithm: "plot_perf_box_name"
12294   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12295   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12296   include:
12297     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12300     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12302   layout:
12303     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12304     layout: "plot-throughput"
12305
12306 - type: "plot"
12307   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12308   algorithm: "plot_perf_box_name"
12309   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12310   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12311   include:
12312     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12314     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12317   layout:
12318     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12319     layout: "plot-throughput"
12320
12321 - type: "plot"
12322   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12323   algorithm: "plot_perf_box_name"
12324   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12325   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12326   include:
12327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12333   layout:
12334     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12335     layout: "plot-throughput"
12336
12337 - type: "plot"
12338   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12339   algorithm: "plot_perf_box_name"
12340   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12341   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12342   include:
12343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12349   layout:
12350     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12351     layout: "plot-throughput"
12352
12353 - type: "plot"
12354   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12355   algorithm: "plot_perf_box_name"
12356   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12357   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12358   include:
12359     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12361   layout:
12362     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12363     layout: "plot-throughput"
12364
12365 - type: "plot"
12366   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12367   algorithm: "plot_perf_box_name"
12368   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12369   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12370   include:
12371     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12373   layout:
12374     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12375     layout: "plot-throughput"
12376
12377 - type: "plot"
12378   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12379   algorithm: "plot_perf_box_name"
12380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12382   include:
12383     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12387   layout:
12388     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12389     layout: "plot-throughput"
12390
12391 - type: "plot"
12392   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12393   algorithm: "plot_perf_box_name"
12394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12396   include:
12397     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12398     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12401   layout:
12402     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12403     layout: "plot-throughput"
12404
12405 - type: "plot"
12406   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12407   algorithm: "plot_perf_box_name"
12408   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12410   include:
12411     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12412     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12413     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12414     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12415   layout:
12416     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12417     layout: "plot-throughput"
12418
12419 - type: "plot"
12420   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12421   algorithm: "plot_perf_box_name"
12422   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12423   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12424   include:
12425     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12426     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12427     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12428     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12429   layout:
12430     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12431     layout: "plot-throughput"
12432
12433 - type: "plot"
12434   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12435   algorithm: "plot_perf_box_name"
12436   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12437   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12438   include:
12439     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12440     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12441     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12442     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12443   layout:
12444     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12445     layout: "plot-throughput"
12446
12447 - type: "plot"
12448   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12449   algorithm: "plot_perf_box_name"
12450   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12451   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12452   include:
12453     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12454     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12455     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12456     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12457   layout:
12458     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12459     layout: "plot-throughput"
12460
12461 - type: "plot"
12462   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12463   algorithm: "plot_perf_box_name"
12464   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12465   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12466   include:
12467     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12468     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12469     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12470     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12471   layout:
12472     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12473     layout: "plot-throughput"
12474
12475 - type: "plot"
12476   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12477   algorithm: "plot_perf_box_name"
12478   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12479   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12480   include:
12481     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12482     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12483     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12484     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12485   layout:
12486     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12487     layout: "plot-throughput"
12488
12489 - type: "plot"
12490   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12491   algorithm: "plot_perf_box_name"
12492   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12493   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12494   include:
12495     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12496     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12497     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12498     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12499     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12500     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12501   layout:
12502     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12503     layout: "plot-throughput"
12504
12505 - type: "plot"
12506   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12507   algorithm: "plot_perf_box_name"
12508   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12509   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12510   include:
12511     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12512     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12513     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12514     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12515     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12516     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12517   layout:
12518     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12519     layout: "plot-throughput"
12520
12521 - type: "plot"
12522   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12523   algorithm: "plot_perf_box_name"
12524   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12526   include:
12527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12532   layout:
12533     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12534     layout: "plot-throughput"
12535
12536 - type: "plot"
12537   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12538   algorithm: "plot_perf_box_name"
12539   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12540   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12541   include:
12542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12547   layout:
12548     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12549     layout: "plot-throughput"
12550
12551 - type: "plot"
12552   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12553   algorithm: "plot_perf_box_name"
12554   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12555   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12556   include:
12557     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12561     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12562   layout:
12563     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12564     layout: "plot-throughput"
12565
12566 - type: "plot"
12567   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12568   algorithm: "plot_perf_box_name"
12569   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12570   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12571   include:
12572     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12575     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12576     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12577   layout:
12578     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12579     layout: "plot-throughput"
12580
12581 - type: "plot"
12582   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12583   algorithm: "plot_perf_box_name"
12584   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12585   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12586   include:
12587     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12590   layout:
12591     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12592     layout: "plot-throughput"
12593
12594 - type: "plot"
12595   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12596   algorithm: "plot_perf_box_name"
12597   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12598   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12599   include:
12600     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12603   layout:
12604     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12605     layout: "plot-throughput"
12606
12607 - type: "plot"
12608   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12609   algorithm: "plot_perf_box_name"
12610   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12611   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12612   include:
12613     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12614     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12615     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12616   layout:
12617     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12618     layout: "plot-throughput"
12619
12620 - type: "plot"
12621   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12622   algorithm: "plot_perf_box_name"
12623   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12625   include:
12626     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12627     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12628     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12629   layout:
12630     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12631     layout: "plot-throughput"
12632
12633 - type: "plot"
12634   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12635   algorithm: "plot_perf_box_name"
12636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12638   include:
12639     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12640     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12641     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12642     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12643     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12644   layout:
12645     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12646     layout: "plot-throughput"
12647
12648 - type: "plot"
12649   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12650   algorithm: "plot_perf_box_name"
12651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12653   include:
12654     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12655     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12656     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12657     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12658     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12659   layout:
12660     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12661     layout: "plot-throughput"
12662
12663 - type: "plot"
12664   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12665   algorithm: "plot_perf_box_name"
12666   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12668   include:
12669     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12670     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12671     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12672     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12673     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12674   layout:
12675     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12676     layout: "plot-throughput"
12677
12678 - type: "plot"
12679   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12680   algorithm: "plot_perf_box_name"
12681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12683   include:
12684     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12685     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12686     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12687     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12688     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12689   layout:
12690     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12691     layout: "plot-throughput"
12692
12693 - type: "plot"
12694   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12695   algorithm: "plot_perf_box_name"
12696   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12697   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12698   include:
12699     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12700     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12701     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12702     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12703     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12704   layout:
12705     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12706     layout: "plot-throughput"
12707
12708 - type: "plot"
12709   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12710   algorithm: "plot_perf_box_name"
12711   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12712   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12713   include:
12714     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12715     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12716     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12717     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12718     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12719   layout:
12720     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12721     layout: "plot-throughput"
12722
12723 - type: "plot"
12724   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12725   algorithm: "plot_perf_box_name"
12726   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12727   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12728   include:
12729     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12730     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12731     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12732     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12733     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12734   layout:
12735     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12736     layout: "plot-throughput"
12737
12738 - type: "plot"
12739   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12740   algorithm: "plot_perf_box_name"
12741   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12742   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12743   include:
12744     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12745     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12747     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12748     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12749   layout:
12750     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12751     layout: "plot-throughput"
12752
12753 - type: "plot"
12754   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12755   algorithm: "plot_perf_box_name"
12756   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12757   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12758   include:
12759     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12760     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12762     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12763     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12764   layout:
12765     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12766     layout: "plot-throughput"
12767
12768 - type: "plot"
12769   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12770   algorithm: "plot_perf_box_name"
12771   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12772   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12773   include:
12774     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12777     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12778     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12779   layout:
12780     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12781     layout: "plot-throughput"
12782
12783 - type: "plot"
12784   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12785   algorithm: "plot_perf_box_name"
12786   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12787   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12788   include:
12789     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12790     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12791     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12792     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12793     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12794     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12795   layout:
12796     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12797     layout: "plot-throughput"
12798
12799 - type: "plot"
12800   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12801   algorithm: "plot_perf_box_name"
12802   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12803   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12804   include:
12805     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12806     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12807     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12808     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12809     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12810     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12811   layout:
12812     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12813     layout: "plot-throughput"
12814
12815 - type: "plot"
12816   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12817   algorithm: "plot_perf_box_name"
12818   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12819   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12820   include:
12821     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12822     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12823     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12824     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12825   layout:
12826     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12827     layout: "plot-throughput"
12828
12829 - type: "plot"
12830   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12831   algorithm: "plot_perf_box_name"
12832   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12834   include:
12835     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12836     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12837     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12838     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12839   layout:
12840     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12841     layout: "plot-throughput"
12842
12843 - type: "plot"
12844   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12845   algorithm: "plot_perf_box_name"
12846   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12848   include:
12849     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12850     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12851     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12852     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12853     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12854     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12855   layout:
12856     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12857     layout: "plot-throughput"
12858
12859 - type: "plot"
12860   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12861   algorithm: "plot_perf_box_name"
12862   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12864   include:
12865     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12866     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12867     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12868     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12869     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12870     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12871   layout:
12872     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12873     layout: "plot-throughput"
12874
12875 - type: "plot"
12876   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12877   algorithm: "plot_perf_box_name"
12878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12880   include:
12881     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12882     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12883     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12884     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12885     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12886     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12887   layout:
12888     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12889     layout: "plot-throughput"
12890
12891 - type: "plot"
12892   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12893   algorithm: "plot_perf_box_name"
12894   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12896   include:
12897     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12898     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12899     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12900     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12901     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12902     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12903   layout:
12904     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12905     layout: "plot-throughput"
12906
12907 - type: "plot"
12908   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12909   algorithm: "plot_perf_box_name"
12910   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12912   include:
12913     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12914     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12915     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12916     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12917     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12918     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12919   layout:
12920     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12921     layout: "plot-throughput"
12922
12923 - type: "plot"
12924   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12925   algorithm: "plot_perf_box_name"
12926   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12927   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12928   include:
12929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12933     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12934     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12935   layout:
12936     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12937     layout: "plot-throughput"
12938
12939 - type: "plot"
12940   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12941   algorithm: "plot_perf_box_name"
12942   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12943   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12944   include:
12945     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12946     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12947     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12948     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12949     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12950     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12951   layout:
12952     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12953     layout: "plot-throughput"
12954
12955 - type: "plot"
12956   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12957   algorithm: "plot_perf_box_name"
12958   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12959   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12960   include:
12961     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12962     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12963     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12964     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12965     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12966     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12967   layout:
12968     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12969     layout: "plot-throughput"
12970
12971 - type: "plot"
12972   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12973   algorithm: "plot_perf_box_name"
12974   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12975   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12976   include:
12977     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12978     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12979     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12980     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12981     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12982     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12983   layout:
12984     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12985     layout: "plot-throughput"
12986
12987 - type: "plot"
12988   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12989   algorithm: "plot_perf_box_name"
12990   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12991   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12992   include:
12993     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12994     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12995     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12996     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12997     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12998     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12999   layout:
13000     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13001     layout: "plot-throughput"
13002
13003 - type: "plot"
13004   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13005   algorithm: "plot_perf_box_name"
13006   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13007   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13008   include:
13009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13015   layout:
13016     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13017     layout: "plot-throughput"
13018
13019 - type: "plot"
13020   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13021   algorithm: "plot_perf_box_name"
13022   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13024   include:
13025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13031   layout:
13032     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13033     layout: "plot-throughput"
13034
13035 - type: "plot"
13036   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13037   algorithm: "plot_perf_box_name"
13038   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13039   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13040   include:
13041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13047   layout:
13048     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13049     layout: "plot-throughput"
13050
13051 - type: "plot"
13052   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13053   algorithm: "plot_perf_box_name"
13054   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13055   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13056   include:
13057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13063   layout:
13064     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13065     layout: "plot-throughput"
13066
13067 - type: "plot"
13068   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13069   algorithm: "plot_perf_box_name"
13070   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13071   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13072   include:
13073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13079   layout:
13080     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13081     layout: "plot-throughput"
13082
13083 - type: "plot"
13084   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13085   algorithm: "plot_perf_box_name"
13086   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13087   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13088   include:
13089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13095   layout:
13096     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13097     layout: "plot-throughput"
13098
13099 - type: "plot"
13100   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13101   algorithm: "plot_perf_box_name"
13102   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13103   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13104   include:
13105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13109   layout:
13110     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13111     layout: "plot-throughput"
13112
13113 - type: "plot"
13114   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13115   algorithm: "plot_perf_box_name"
13116   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13117   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13118   include:
13119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13123   layout:
13124     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13125     layout: "plot-throughput"
13126
13127 - type: "plot"
13128   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13129   algorithm: "plot_perf_box_name"
13130   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13131   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13132   include:
13133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13137   layout:
13138     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13139     layout: "plot-throughput"
13140
13141 - type: "plot"
13142   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13143   algorithm: "plot_perf_box_name"
13144   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13145   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13146   include:
13147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13151   layout:
13152     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13153     layout: "plot-throughput"
13154
13155 - type: "plot"
13156   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13157   algorithm: "plot_perf_box_name"
13158   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13159   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13160   include:
13161     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13162     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13163     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13164     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13165     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13166     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13167   layout:
13168     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13169     layout: "plot-throughput"
13170
13171 - type: "plot"
13172   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13173   algorithm: "plot_perf_box_name"
13174   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13175   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13176   include:
13177     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13178     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13179     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13180     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13181     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13182     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13183   layout:
13184     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13185     layout: "plot-throughput"
13186
13187 - type: "plot"
13188   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13189   algorithm: "plot_perf_box_name"
13190   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13192   include:
13193     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13194     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13195     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13196     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13197     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13198   layout:
13199     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13200     layout: "plot-throughput"
13201
13202 - type: "plot"
13203   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13204   algorithm: "plot_perf_box_name"
13205   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13207   include:
13208     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13210     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13211     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13212     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13213   layout:
13214     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13215     layout: "plot-throughput"
13216
13217 - type: "plot"
13218   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13219   algorithm: "plot_perf_box_name"
13220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13222   include:
13223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13228   layout:
13229     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13230     layout: "plot-throughput"
13231
13232 - type: "plot"
13233   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13234   algorithm: "plot_perf_box_name"
13235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13237   include:
13238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13243   layout:
13244     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13245     layout: "plot-throughput"
13246
13247 - type: "plot"
13248   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13249   algorithm: "plot_perf_box_name"
13250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13252   include:
13253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13257   layout:
13258     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13259     layout: "plot-throughput"
13260
13261 - type: "plot"
13262   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13263   algorithm: "plot_perf_box_name"
13264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13266   include:
13267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13271   layout:
13272     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13273     layout: "plot-throughput"
13274
13275 - type: "plot"
13276   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13277   algorithm: "plot_perf_box_name"
13278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13280   include:
13281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13287   layout:
13288     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13289     layout: "plot-throughput"
13290
13291 - type: "plot"
13292   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13293   algorithm: "plot_perf_box_name"
13294   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13296   include:
13297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13302     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13303   layout:
13304     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13305     layout: "plot-throughput"
13306
13307 - type: "plot"
13308   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13309   algorithm: "plot_perf_box_name"
13310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13312   include:
13313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13319   layout:
13320     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13321     layout: "plot-throughput"
13322
13323 - type: "plot"
13324   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13325   algorithm: "plot_perf_box_name"
13326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13328   include:
13329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13334     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13335   layout:
13336     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13337     layout: "plot-throughput"
13338
13339 - type: "plot"
13340   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13341   algorithm: "plot_perf_box_name"
13342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13344   include:
13345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13348     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13349     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13350     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13351   layout:
13352     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13353     layout: "plot-throughput"
13354
13355 - type: "plot"
13356   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13357   algorithm: "plot_perf_box_name"
13358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13360   include:
13361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13362     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13363     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13367   layout:
13368     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13369     layout: "plot-throughput"
13370
13371 - type: "plot"
13372   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13373   algorithm: "plot_perf_box_name"
13374   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13376   include:
13377     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13378     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13383   layout:
13384     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13385     layout: "plot-throughput"
13386
13387 - type: "plot"
13388   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13389   algorithm: "plot_perf_box_name"
13390   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13392   include:
13393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13399   layout:
13400     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13401     layout: "plot-throughput"
13402
13403 - type: "plot"
13404   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13405   algorithm: "plot_perf_box_name"
13406   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13407   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13408   include:
13409     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13410     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13411     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13412     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13413   layout:
13414     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13415     layout: "plot-throughput"
13416
13417 - type: "plot"
13418   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13419   algorithm: "plot_perf_box_name"
13420   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13421   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13422   include:
13423     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13424     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13425     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13426     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13427   layout:
13428     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13429     layout: "plot-throughput"
13430
13431 - type: "plot"
13432   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13433   algorithm: "plot_perf_box_name"
13434   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13435   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13436   include:
13437     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13438     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13439     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13440     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13441     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13442     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13443   layout:
13444     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13445     layout: "plot-throughput"
13446
13447 - type: "plot"
13448   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13449   algorithm: "plot_perf_box_name"
13450   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13451   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13452   include:
13453     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13454     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13455     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13456     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13457     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13458     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13459   layout:
13460     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13461     layout: "plot-throughput"
13462
13463 - type: "plot"
13464   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13465   algorithm: "plot_perf_box_name"
13466   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13467   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13468   include:
13469     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13470     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13471     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13472     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13473     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13474     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13475   layout:
13476     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13477     layout: "plot-throughput"
13478
13479 - type: "plot"
13480   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13481   algorithm: "plot_perf_box_name"
13482   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13483   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13484   include:
13485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13491   layout:
13492     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13493     layout: "plot-throughput"
13494
13495 #- type: "plot"
13496 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13497 #  algorithm: "plot_perf_box_name"
13498 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13499 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13500 #  include:
13501 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13502 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13503 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13504 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13505 #  layout:
13506 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13507 #    layout: "plot-throughput"
13508 #
13509 #- type: "plot"
13510 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13511 #  algorithm: "plot_perf_box_name"
13512 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13513 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13514 #  include:
13515 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13516 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13517 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13518 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13519 #  layout:
13520 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13521 #    layout: "plot-throughput"
13522
13523 - type: "plot"
13524   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13525   algorithm: "plot_perf_box_name"
13526   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13527   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13528   include:
13529     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13530     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13531     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13532     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13533     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13534     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13535   layout:
13536     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13537     layout: "plot-throughput"
13538
13539 - type: "plot"
13540   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13541   algorithm: "plot_perf_box_name"
13542   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13543   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13544   include:
13545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13547     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13549     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13550     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13551   layout:
13552     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13553     layout: "plot-throughput"
13554
13555 #- type: "plot"
13556 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13557 #  algorithm: "plot_perf_box_name"
13558 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13559 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13560 #  include:
13561 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13562 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13563 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13564 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13565 #  layout:
13566 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13567 #    layout: "plot-throughput"
13568 #
13569 #- type: "plot"
13570 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13571 #  algorithm: "plot_perf_box_name"
13572 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13573 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13574 #  include:
13575 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13576 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13577 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13578 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13579 #  layout:
13580 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13581 #    layout: "plot-throughput"
13582
13583 - type: "plot"
13584   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13585   algorithm: "plot_perf_box_name"
13586   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13587   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13588   include:
13589     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13590     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13591     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13592     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13593     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13594     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13595   layout:
13596     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13597     layout: "plot-throughput"
13598
13599 - type: "plot"
13600   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13601   algorithm: "plot_perf_box_name"
13602   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13603   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13604   include:
13605     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13606     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13607     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13608     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13609     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13610     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13611   layout:
13612     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13613     layout: "plot-throughput"
13614
13615 #- type: "plot"
13616 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13617 #  algorithm: "plot_perf_box_name"
13618 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13619 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13620 #  include:
13621 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13622 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13623 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13624 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13625 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13626 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13627 #  layout:
13628 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13629 #    layout: "plot-throughput"
13630 #
13631 #- type: "plot"
13632 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13633 #  algorithm: "plot_perf_box_name"
13634 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13635 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13636 #  include:
13637 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13638 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13639 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13640 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13641 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13642 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13643 #  layout:
13644 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13645 #    layout: "plot-throughput"
13646
13647 - type: "plot"
13648   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13649   algorithm: "plot_perf_box_name"
13650   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13651   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13652   include:
13653     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13654     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13655     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13656     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13657     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13658     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13659   layout:
13660     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13661     layout: "plot-throughput"
13662
13663 - type: "plot"
13664   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13665   algorithm: "plot_perf_box_name"
13666   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13667   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13668   include:
13669     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13670     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13671     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13672     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13673     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13674     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13675   layout:
13676     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13677     layout: "plot-throughput"
13678
13679 - type: "plot"
13680   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13681   algorithm: "plot_perf_box_name"
13682   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13684   include:
13685     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13686     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13687     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13688     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13689     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13690     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13691   layout:
13692     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13693     layout: "plot-throughput"
13694
13695 - type: "plot"
13696   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13697   algorithm: "plot_perf_box_name"
13698   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13700   include:
13701     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13702     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13703     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13704     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13705     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13706     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13707   layout:
13708     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13709     layout: "plot-throughput"
13710
13711 - type: "plot"
13712   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13713   algorithm: "plot_perf_box_name"
13714   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13716   include:
13717     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13718     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13719     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13720     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13721     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13722     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13723   layout:
13724     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13725     layout: "plot-throughput"
13726
13727 - type: "plot"
13728   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13729   algorithm: "plot_perf_box_name"
13730   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13732   include:
13733     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13734     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13735     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13736     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13737     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13738     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13739   layout:
13740     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13741     layout: "plot-throughput"
13742
13743 - type: "plot"
13744   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13745   algorithm: "plot_perf_box_name"
13746   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13747   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13748   include:
13749     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13750     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13751     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13752     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13753     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13754     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13755   layout:
13756     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13757     layout: "plot-throughput"
13758
13759 - type: "plot"
13760   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13761   algorithm: "plot_perf_box_name"
13762   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13763   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13764   include:
13765     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13766     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13767     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13768     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13769     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13770     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13771   layout:
13772     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13773     layout: "plot-throughput"
13774
13775 #- type: "plot"
13776 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13777 #  algorithm: "plot_perf_box_name"
13778 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13779 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13780 #  include:
13781 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13782 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13783 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13784 #  layout:
13785 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13786 #    layout: "plot-throughput"
13787 #
13788 #- type: "plot"
13789 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13790 #  algorithm: "plot_perf_box_name"
13791 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13792 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13793 #  include:
13794 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13795 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13796 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13797 #  layout:
13798 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13799 #    layout: "plot-throughput"
13800
13801 - type: "plot"
13802   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13803   algorithm: "plot_perf_box_name"
13804   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13805   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13806   include:
13807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13812   layout:
13813     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13814     layout: "plot-throughput"
13815
13816 - type: "plot"
13817   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13818   algorithm: "plot_perf_box_name"
13819   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13820   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13821   include:
13822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13823     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13827   layout:
13828     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13829     layout: "plot-throughput"
13830
13831 - type: "plot"
13832   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13833   algorithm: "plot_perf_box_name"
13834   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13836   include:
13837     - "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"
13838     - "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"
13839     - "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"
13840     - "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"
13841     - "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"
13842   layout:
13843     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13844     layout: "plot-throughput"
13845
13846 - type: "plot"
13847   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13848   algorithm: "plot_perf_box_name"
13849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13850   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13851   include:
13852     - "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"
13853     - "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"
13854     - "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"
13855     - "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"
13856     - "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"
13857   layout:
13858     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13859     layout: "plot-throughput"
13860
13861 - type: "plot"
13862   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13863   algorithm: "plot_perf_box_name"
13864   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13866   include:
13867     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13868     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13872   layout:
13873     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13874     layout: "plot-throughput"
13875
13876 - type: "plot"
13877   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13878   algorithm: "plot_perf_box_name"
13879   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13880   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13881   include:
13882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13887   layout:
13888     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13889     layout: "plot-throughput"
13890
13891 - type: "plot"
13892   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13893   algorithm: "plot_perf_box_name"
13894   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13896   include:
13897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13902   layout:
13903     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13904     layout: "plot-throughput"
13905
13906 - type: "plot"
13907   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13908   algorithm: "plot_perf_box_name"
13909   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13910   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13911   include:
13912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13917   layout:
13918     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13919     layout: "plot-throughput"
13920
13921 - type: "plot"
13922   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13923   algorithm: "plot_perf_box_name"
13924   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13925   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13926   include:
13927     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13928     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13929     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13930     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13931     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13932   layout:
13933     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13934     layout: "plot-throughput"
13935
13936 - type: "plot"
13937   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13938   algorithm: "plot_perf_box_name"
13939   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13940   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13941   include:
13942     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13945     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13946     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13947   layout:
13948     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13949     layout: "plot-throughput"
13950
13951 - type: "plot"
13952   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13953   algorithm: "plot_perf_box_name"
13954   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13955   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13956   include:
13957     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13958     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13959     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13960     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13961     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13962   layout:
13963     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13964     layout: "plot-throughput"
13965
13966 - type: "plot"
13967   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13968   algorithm: "plot_perf_box_name"
13969   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13970   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13971   include:
13972     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13973     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13974     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13975     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13976     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13977   layout:
13978     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13979     layout: "plot-throughput"
13980
13981 - type: "plot"
13982   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13983   algorithm: "plot_perf_box_name"
13984   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13986   include:
13987     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13988     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13989     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13990     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13991   layout:
13992     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13993     layout: "plot-throughput"
13994
13995 - type: "plot"
13996   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13997   algorithm: "plot_perf_box_name"
13998   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13999   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14000   include:
14001     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14002     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14004     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14005   layout:
14006     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14007     layout: "plot-throughput"
14008
14009 - type: "plot"
14010   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14011   algorithm: "plot_perf_box_name"
14012   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14014   include:
14015     - "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"
14016     - "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"
14017     - "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"
14018     - "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"
14019   layout:
14020     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14021     layout: "plot-throughput"
14022
14023 - type: "plot"
14024   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14025   algorithm: "plot_perf_box_name"
14026   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14028   include:
14029     - "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"
14030     - "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"
14031     - "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"
14032     - "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"
14033   layout:
14034     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14035     layout: "plot-throughput"
14036
14037 - type: "plot"
14038   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14039   algorithm: "plot_perf_box_name"
14040   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14042   include:
14043     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14044     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14045     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14046     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14048     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14049   layout:
14050     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14051     layout: "plot-throughput"
14052
14053 - type: "plot"
14054   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14055   algorithm: "plot_perf_box_name"
14056   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14058   include:
14059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14060     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14061     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14062     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14063     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14064     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14065   layout:
14066     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14067     layout: "plot-throughput"
14068
14069 - type: "plot"
14070   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14071   algorithm: "plot_perf_box_name"
14072   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14074   include:
14075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14076     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14077     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14078     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14079     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14080     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14081   layout:
14082     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14083     layout: "plot-throughput"
14084
14085 - type: "plot"
14086   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14087   algorithm: "plot_perf_box_name"
14088   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14089   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14090   include:
14091     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14092     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14093     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14094     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14095     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14096     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14097   layout:
14098     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14099     layout: "plot-throughput"
14100
14101 - type: "plot"
14102   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14103   algorithm: "plot_perf_box_name"
14104   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14105   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14106   include:
14107     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14108     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14111     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14112     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14113   layout:
14114     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14115     layout: "plot-throughput"
14116
14117 - type: "plot"
14118   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14119   algorithm: "plot_perf_box_name"
14120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14122   include:
14123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14129   layout:
14130     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14131     layout: "plot-throughput"
14132
14133 - type: "plot"
14134   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14135   algorithm: "plot_perf_box_name"
14136   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14138   include:
14139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14144   layout:
14145     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14146     layout: "plot-throughput"
14147
14148 - type: "plot"
14149   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14150   algorithm: "plot_perf_box_name"
14151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14153   include:
14154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14159   layout:
14160     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14161     layout: "plot-throughput"
14162
14163 - type: "plot"
14164   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14165   algorithm: "plot_perf_box_name"
14166   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14168   include:
14169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14171   layout:
14172     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14173     layout: "plot-throughput"
14174
14175 - type: "plot"
14176   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14177   algorithm: "plot_perf_box_name"
14178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14180   include:
14181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14183   layout:
14184     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14185     layout: "plot-throughput"
14186
14187 - type: "plot"
14188   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14189   algorithm: "plot_perf_box_name"
14190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14192   include:
14193     - "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"
14194     - "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"
14195   layout:
14196     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14197     layout: "plot-throughput"
14198
14199 - type: "plot"
14200   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14201   algorithm: "plot_perf_box_name"
14202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14204   include:
14205     - "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"
14206     - "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"
14207   layout:
14208     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14209     layout: "plot-throughput"
14210
14211 - type: "plot"
14212   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14213   algorithm: "plot_perf_box_name"
14214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14216   include:
14217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14219   layout:
14220     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14221     layout: "plot-throughput"
14222
14223 - type: "plot"
14224   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14225   algorithm: "plot_perf_box_name"
14226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14228   include:
14229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14231   layout:
14232     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14233     layout: "plot-throughput"
14234
14235 - type: "plot"
14236   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14237   algorithm: "plot_perf_box_name"
14238   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14240   include:
14241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14243   layout:
14244     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14245     layout: "plot-throughput"
14246
14247 - type: "plot"
14248   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14249   algorithm: "plot_perf_box_name"
14250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14252   include:
14253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14255   layout:
14256     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14257     layout: "plot-throughput"
14258
14259 - type: "plot"
14260   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14261   algorithm: "plot_perf_box_name"
14262   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14263   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14264   include:
14265     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14266     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14267     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14268     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14269     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14270     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14271   layout:
14272     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14273     layout: "plot-throughput"
14274
14275 - type: "plot"
14276   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14277   algorithm: "plot_perf_box_name"
14278   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14279   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14280   include:
14281     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14282     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14283     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14284     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14285     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14286     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14287   layout:
14288     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14289     layout: "plot-throughput"
14290
14291 - type: "plot"
14292   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14293   algorithm: "plot_perf_box_name"
14294   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14295   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14296   include:
14297     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14298     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14299     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14300     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14301     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14302     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14303   layout:
14304     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14305     layout: "plot-throughput"
14306
14307 - type: "plot"
14308   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14309   algorithm: "plot_perf_box_name"
14310   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14311   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14312   include:
14313     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14314     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14315     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14316     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14317     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14318     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14319   layout:
14320     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14321     layout: "plot-throughput"
14322
14323 #- type: "plot"
14324 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14325 #  algorithm: "plot_perf_box_name"
14326 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14327 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14328 #  include:
14329 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14330 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14331 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14332 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14333 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14334 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14335 #  layout:
14336 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14337 #    layout: "plot-throughput"
14338 #
14339 #- type: "plot"
14340 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14341 #  algorithm: "plot_perf_box_name"
14342 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14343 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14344 #  include:
14345 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14346 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14347 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14348 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14349 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14350 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14351 #  layout:
14352 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14353 #    layout: "plot-throughput"
14354
14355 - type: "plot"
14356   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14357   algorithm: "plot_perf_box_name"
14358   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14359   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14360   include:
14361     - "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"
14362     - "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"
14363     - "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"
14364     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14365     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14366     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14367   layout:
14368     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14369     layout: "plot-throughput"
14370
14371 - type: "plot"
14372   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14373   algorithm: "plot_perf_box_name"
14374   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14375   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14376   include:
14377     - "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"
14378     - "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"
14379     - "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"
14380     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14381     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14382     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14383   layout:
14384     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14385     layout: "plot-throughput"
14386
14387 ################################################################################
14388
14389 # Packet Speedup
14390
14391 - type: "plot"
14392   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14393   algorithm: "plot_tsa_name"
14394   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14395   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14396   include:
14397     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14398     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14399     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14400     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14401   layout:
14402     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14403     layout: "plot-throughput-speedup-analysis"
14404
14405 - type: "plot"
14406   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14407   algorithm: "plot_tsa_name"
14408   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14410   include:
14411     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14412     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14413     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14414     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14415   layout:
14416     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14417     layout: "plot-throughput-speedup-analysis"
14418
14419 - type: "plot"
14420   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14421   algorithm: "plot_tsa_name"
14422   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14424   include:
14425     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14426     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14427     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14428     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14429   layout:
14430     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14431     layout: "plot-throughput-speedup-analysis"
14432
14433 - type: "plot"
14434   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14435   algorithm: "plot_tsa_name"
14436   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14437   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14438   include:
14439     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14440     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14441     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14442     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14443   layout:
14444     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14445     layout: "plot-throughput-speedup-analysis"
14446
14447 - type: "plot"
14448   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14449   algorithm: "plot_tsa_name"
14450   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14452   include:
14453     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14454     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14455     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14456     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14457     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14458   layout:
14459     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14460     layout: "plot-throughput-speedup-analysis"
14461
14462 - type: "plot"
14463   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14464   algorithm: "plot_tsa_name"
14465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14467   include:
14468     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14469     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14470     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14471     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14472     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14473   layout:
14474     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14475     layout: "plot-throughput-speedup-analysis"
14476
14477 - type: "plot"
14478   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14479   algorithm: "plot_tsa_name"
14480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14482   include:
14483     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14484     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14485     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14486     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14487     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14488   layout:
14489     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14490     layout: "plot-throughput-speedup-analysis"
14491
14492 - type: "plot"
14493   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14494   algorithm: "plot_tsa_name"
14495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14497   include:
14498     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14499     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14500     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14501     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14502     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14503   layout:
14504     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14505     layout: "plot-throughput-speedup-analysis"
14506
14507 - type: "plot"
14508   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14509   algorithm: "plot_tsa_name"
14510   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14512   include:
14513     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14517     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14518     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14519   layout:
14520     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14521     layout: "plot-throughput-speedup-analysis"
14522
14523 - type: "plot"
14524   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14525   algorithm: "plot_tsa_name"
14526   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14527   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14528   include:
14529     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14531     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14532     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14533     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14534     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14535   layout:
14536     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14537     layout: "plot-throughput-speedup-analysis"
14538
14539 - type: "plot"
14540   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14541   algorithm: "plot_tsa_name"
14542   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14543   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14544   include:
14545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14550   layout:
14551     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14552     layout: "plot-throughput-speedup-analysis"
14553
14554 - type: "plot"
14555   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14556   algorithm: "plot_tsa_name"
14557   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14558   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14559   include:
14560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14565   layout:
14566     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14567     layout: "plot-throughput-speedup-analysis"
14568
14569 - type: "plot"
14570   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14571   algorithm: "plot_tsa_name"
14572   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14574   include:
14575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14578   layout:
14579     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14587   include:
14588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14591   layout:
14592     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14593     layout: "plot-throughput-speedup-analysis"
14594
14595 - type: "plot"
14596   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14597   algorithm: "plot_tsa_name"
14598   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14599   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14600   include:
14601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14606   layout:
14607     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14608     layout: "plot-throughput-speedup-analysis"
14609
14610 - type: "plot"
14611   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14612   algorithm: "plot_tsa_name"
14613   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14614   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14615   include:
14616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14621   layout:
14622     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14623     layout: "plot-throughput-speedup-analysis"
14624
14625 - type: "plot"
14626   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14627   algorithm: "plot_tsa_name"
14628   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14630   include:
14631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14634   layout:
14635     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14636     layout: "plot-throughput-speedup-analysis"
14637
14638 - type: "plot"
14639   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14640   algorithm: "plot_tsa_name"
14641   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14643   include:
14644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14647   layout:
14648     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14649     layout: "plot-throughput-speedup-analysis"
14650
14651 - type: "plot"
14652   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14653   algorithm: "plot_tsa_name"
14654   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14655   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14656   include:
14657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14663   layout:
14664     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14665     layout: "plot-throughput-speedup-analysis"
14666
14667 - type: "plot"
14668   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14669   algorithm: "plot_tsa_name"
14670   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14671   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14672   include:
14673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14679   layout:
14680     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14681     layout: "plot-throughput-speedup-analysis"
14682
14683 - type: "plot"
14684   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14685   algorithm: "plot_tsa_name"
14686   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14688   include:
14689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14695   layout:
14696     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14697     layout: "plot-throughput-speedup-analysis"
14698
14699 - type: "plot"
14700   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14701   algorithm: "plot_tsa_name"
14702   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14704   include:
14705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14711   layout:
14712     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14713     layout: "plot-throughput-speedup-analysis"
14714
14715 - type: "plot"
14716   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14717   algorithm: "plot_tsa_name"
14718   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14719   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14720   include:
14721     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14722     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14724   layout:
14725     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14726     layout: "plot-throughput-speedup-analysis"
14727
14728 - type: "plot"
14729   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14730   algorithm: "plot_tsa_name"
14731   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14732   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14733   include:
14734     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14735     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14737   layout:
14738     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14739     layout: "plot-throughput-speedup-analysis"
14740
14741 - type: "plot"
14742   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14743   algorithm: "plot_tsa_name"
14744   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14746   include:
14747     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14748     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14750 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14751 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14752   layout:
14753     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14754     layout: "plot-throughput-speedup-analysis"
14755
14756 - type: "plot"
14757   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14758   algorithm: "plot_tsa_name"
14759   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14761   include:
14762     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14763     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14765 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14766 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14767   layout:
14768     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14769     layout: "plot-throughput-speedup-analysis"
14770
14771 - type: "plot"
14772   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14773   algorithm: "plot_tsa_name"
14774   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14775   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14776   include:
14777     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14779     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14782   layout:
14783     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14784     layout: "plot-throughput-speedup-analysis"
14785
14786 - type: "plot"
14787   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14788   algorithm: "plot_tsa_name"
14789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14791   include:
14792     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14793     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14794     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14795     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14796     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14797   layout:
14798     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14799     layout: "plot-throughput-speedup-analysis"
14800
14801 - type: "plot"
14802   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14803   algorithm: "plot_tsa_name"
14804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14806   include:
14807     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14808     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14811     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14812   layout:
14813     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14814     layout: "plot-throughput-speedup-analysis"
14815
14816 - type: "plot"
14817   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14818   algorithm: "plot_tsa_name"
14819   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14821   include:
14822     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14823     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14824     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14825     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14826     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14827   layout:
14828     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14829     layout: "plot-throughput-speedup-analysis"
14830
14831 - type: "plot"
14832   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14833   algorithm: "plot_tsa_name"
14834   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14835   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14836   include:
14837     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14838     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14841     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14842     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14843   layout:
14844     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14845     layout: "plot-throughput-speedup-analysis"
14846
14847 - type: "plot"
14848   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14849   algorithm: "plot_tsa_name"
14850   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14852   include:
14853     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14854     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14855     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14856     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14857     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14859   layout:
14860     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14861     layout: "plot-throughput-speedup-analysis"
14862
14863 - type: "plot"
14864   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14865   algorithm: "plot_tsa_name"
14866   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14868   include:
14869     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14870     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14871     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14873     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14874     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14875   layout:
14876     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14877     layout: "plot-throughput-speedup-analysis"
14878
14879 - type: "plot"
14880   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14881   algorithm: "plot_tsa_name"
14882   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14884   include:
14885     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14886     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14887     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14888     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14889     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14890     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14891   layout:
14892     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14893     layout: "plot-throughput-speedup-analysis"
14894
14895 - type: "plot"
14896   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14897   algorithm: "plot_tsa_name"
14898   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14899   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14900   include:
14901     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14902     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14903   layout:
14904     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14905     layout: "plot-throughput-speedup-analysis"
14906
14907 - type: "plot"
14908   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14909   algorithm: "plot_tsa_name"
14910   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14911   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14912   include:
14913     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14914     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14915   layout:
14916     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14917     layout: "plot-throughput-speedup-analysis"
14918
14919 - type: "plot"
14920   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14921   algorithm: "plot_tsa_name"
14922   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14923   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14924   include:
14925     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14926     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14927     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14929   layout:
14930     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14931     layout: "plot-throughput-speedup-analysis"
14932
14933 - type: "plot"
14934   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14935   algorithm: "plot_tsa_name"
14936   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14938   include:
14939     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14940     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14941     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14942     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14943   layout:
14944     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14945     layout: "plot-throughput-speedup-analysis"
14946
14947 - type: "plot"
14948   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14949   algorithm: "plot_tsa_name"
14950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14952   include:
14953     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14954     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14955     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14956     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14957   layout:
14958     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14959     layout: "plot-throughput-speedup-analysis"
14960
14961 - type: "plot"
14962   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14963   algorithm: "plot_tsa_name"
14964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14966   include:
14967     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14968     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14969     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14970     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14971   layout:
14972     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14973     layout: "plot-throughput-speedup-analysis"
14974
14975 - type: "plot"
14976   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14977   algorithm: "plot_tsa_name"
14978   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14980   include:
14981     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14982     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14983     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14984     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14985     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14986     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14987   layout:
14988     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14989     layout: "plot-throughput-speedup-analysis"
14990
14991 - type: "plot"
14992   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14993   algorithm: "plot_tsa_name"
14994   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14996   include:
14997     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14998     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14999     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15000     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15001     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15002     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15003   layout:
15004     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15005     layout: "plot-throughput-speedup-analysis"
15006
15007 - type: "plot"
15008   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15009   algorithm: "plot_tsa_name"
15010   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15012   include:
15013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15014     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15016     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15017     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15018   layout:
15019     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15020     layout: "plot-throughput-speedup-analysis"
15021
15022 - type: "plot"
15023   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15024   algorithm: "plot_tsa_name"
15025   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15026   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15027   include:
15028     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15029     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15030     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15031     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15033   layout:
15034     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15035     layout: "plot-throughput-speedup-analysis"
15036
15037 - type: "plot"
15038   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15039   algorithm: "plot_tsa_name"
15040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15042   include:
15043     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15044     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15046     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15048   layout:
15049     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15050     layout: "plot-throughput-speedup-analysis"
15051
15052 - type: "plot"
15053   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15054   algorithm: "plot_tsa_name"
15055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15057   include:
15058     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15062     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15063   layout:
15064     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15065     layout: "plot-throughput-speedup-analysis"
15066
15067 - type: "plot"
15068   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15069   algorithm: "plot_tsa_name"
15070   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15071   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15072   include:
15073     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15076   layout:
15077     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15078     layout: "plot-throughput-speedup-analysis"
15079
15080 - type: "plot"
15081   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15082   algorithm: "plot_tsa_name"
15083   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15084   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15085   include:
15086     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15088     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15089   layout:
15090     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15091     layout: "plot-throughput-speedup-analysis"
15092
15093 - type: "plot"
15094   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15095   algorithm: "plot_tsa_name"
15096   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15098   include:
15099     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15100     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15102   layout:
15103     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15104     layout: "plot-throughput-speedup-analysis"
15105
15106 - type: "plot"
15107   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15108   algorithm: "plot_tsa_name"
15109   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15111   include:
15112     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15113     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15114     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15115   layout:
15116     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15117     layout: "plot-throughput-speedup-analysis"
15118
15119 - type: "plot"
15120   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15121   algorithm: "plot_tsa_name"
15122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15124   include:
15125     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15126     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15127     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15128     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15129     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15130   layout:
15131     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15132     layout: "plot-throughput-speedup-analysis"
15133
15134 - type: "plot"
15135   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15136   algorithm: "plot_tsa_name"
15137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15139   include:
15140     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15141     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15142     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15143     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15144     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15145   layout:
15146     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15147     layout: "plot-throughput-speedup-analysis"
15148
15149 - type: "plot"
15150   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15151   algorithm: "plot_tsa_name"
15152   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15154   include:
15155     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15156     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15157     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15158     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15160   layout:
15161     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15162     layout: "plot-throughput-speedup-analysis"
15163
15164 - type: "plot"
15165   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15166   algorithm: "plot_tsa_name"
15167   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15169   include:
15170     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15171     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15173     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15175   layout:
15176     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15177     layout: "plot-throughput-speedup-analysis"
15178
15179 - type: "plot"
15180   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15181   algorithm: "plot_tsa_name"
15182   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15184   include:
15185     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15186     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15187     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15188     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15189     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15190     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15191   layout:
15192     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15193     layout: "plot-throughput-speedup-analysis"
15194
15195 - type: "plot"
15196   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15197   algorithm: "plot_tsa_name"
15198   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15199   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15200   include:
15201     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15202     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15203     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15204     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15205     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15206     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15207   layout:
15208     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15209     layout: "plot-throughput-speedup-analysis"
15210
15211 - type: "plot"
15212   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15213   algorithm: "plot_tsa_name"
15214   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15215   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15216   include:
15217     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15218     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15219     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15220     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15221   layout:
15222     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15223     layout: "plot-throughput-speedup-analysis"
15224
15225 - type: "plot"
15226   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15227   algorithm: "plot_tsa_name"
15228   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15230   include:
15231     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15232     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15233     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15234     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15235   layout:
15236     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15237     layout: "plot-throughput-speedup-analysis"
15238
15239 - type: "plot"
15240   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15241   algorithm: "plot_tsa_name"
15242   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15244   include:
15245     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15246     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15247     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15248     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15249     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15250     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15251   layout:
15252     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15253     layout: "plot-throughput-speedup-analysis"
15254
15255 - type: "plot"
15256   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15257   algorithm: "plot_tsa_name"
15258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15260   include:
15261     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15262     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15263     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15264     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15265     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15266     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15267   layout:
15268     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15269     layout: "plot-throughput-speedup-analysis"
15270
15271 - type: "plot"
15272   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15273   algorithm: "plot_tsa_name"
15274   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15276   include:
15277     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15278     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15279     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15280     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15281     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15282     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15283   layout:
15284     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15285     layout: "plot-throughput-speedup-analysis"
15286
15287 - type: "plot"
15288   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15289   algorithm: "plot_tsa_name"
15290   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15292   include:
15293     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15294     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15295     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15296     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15297     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15298     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15299   layout:
15300     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15301     layout: "plot-throughput-speedup-analysis"
15302
15303 - type: "plot"
15304   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15305   algorithm: "plot_tsa_name"
15306   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15307   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15308   include:
15309     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15310     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15311     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15314     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15315   layout:
15316     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15317     layout: "plot-throughput-speedup-analysis"
15318
15319 - type: "plot"
15320   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15321   algorithm: "plot_tsa_name"
15322   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15323   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15324   include:
15325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15331   layout:
15332     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15333     layout: "plot-throughput-speedup-analysis"
15334
15335 - type: "plot"
15336   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15337   algorithm: "plot_tsa_name"
15338   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15339   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15340   include:
15341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15344     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15346     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15347   layout:
15348     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15349     layout: "plot-throughput-speedup-analysis"
15350
15351 - type: "plot"
15352   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15353   algorithm: "plot_tsa_name"
15354   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15356   include:
15357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15360     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15363   layout:
15364     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15365     layout: "plot-throughput-speedup-analysis"
15366
15367 - type: "plot"
15368   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15369   algorithm: "plot_tsa_name"
15370   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15371   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15372   include:
15373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15375     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15376     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15377     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15378     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15379   layout:
15380     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15381     layout: "plot-throughput-speedup-analysis"
15382
15383 - type: "plot"
15384   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15385   algorithm: "plot_tsa_name"
15386   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15387   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15388   include:
15389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15393     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15394     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15395   layout:
15396     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15397     layout: "plot-throughput-speedup-analysis"
15398
15399 - type: "plot"
15400   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15401   algorithm: "plot_tsa_name"
15402   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15403   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15404   include:
15405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15408     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15409   layout:
15410     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15411     layout: "plot-throughput-speedup-analysis"
15412
15413 - type: "plot"
15414   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15415   algorithm: "plot_tsa_name"
15416   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15418   include:
15419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15423   layout:
15424     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15425     layout: "plot-throughput-speedup-analysis"
15426
15427 - type: "plot"
15428   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15429   algorithm: "plot_tsa_name"
15430   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15431   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15432   include:
15433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15437   layout:
15438     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15439     layout: "plot-throughput-speedup-analysis"
15440
15441 - type: "plot"
15442   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15443   algorithm: "plot_tsa_name"
15444   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15445   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15446   include:
15447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15451   layout:
15452     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15453     layout: "plot-throughput-speedup-analysis"
15454
15455 - type: "plot"
15456   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15457   algorithm: "plot_tsa_name"
15458   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15459   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15460   include:
15461     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15462     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15463     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15464     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15465     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15466     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15467   layout:
15468     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15469     layout: "plot-throughput-speedup-analysis"
15470
15471 - type: "plot"
15472   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15473   algorithm: "plot_tsa_name"
15474   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15475   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15476   include:
15477     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15478     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15479     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15480     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15481     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15482     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15483   layout:
15484     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15485     layout: "plot-throughput-speedup-analysis"
15486
15487 - type: "plot"
15488   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15489   algorithm: "plot_tsa_name"
15490   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15492   include:
15493     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15495     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15496     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15497     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15498   layout:
15499     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15500     layout: "plot-throughput-speedup-analysis"
15501
15502 - type: "plot"
15503   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15504   algorithm: "plot_tsa_name"
15505   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15506   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15507   include:
15508     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15510     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15511     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15512     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15513   layout:
15514     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15515     layout: "plot-throughput-speedup-analysis"
15516
15517 - type: "plot"
15518   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15519   algorithm: "plot_tsa_name"
15520   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15522   include:
15523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15527     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15528   layout:
15529     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15530     layout: "plot-throughput-speedup-analysis"
15531
15532 - type: "plot"
15533   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15534   algorithm: "plot_tsa_name"
15535   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15537   include:
15538     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15542     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15543   layout:
15544     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15545     layout: "plot-throughput-speedup-analysis"
15546
15547 - type: "plot"
15548   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15549   algorithm: "plot_tsa_name"
15550   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15552   include:
15553     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15557   layout:
15558     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15559     layout: "plot-throughput-speedup-analysis"
15560
15561 - type: "plot"
15562   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15563   algorithm: "plot_tsa_name"
15564   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15566   include:
15567     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15568     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15571   layout:
15572     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15573     layout: "plot-throughput-speedup-analysis"
15574
15575 - type: "plot"
15576   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15577   algorithm: "plot_tsa_name"
15578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15580   include:
15581     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15582     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15583     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15585     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15586     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15587   layout:
15588     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15589     layout: "plot-throughput-speedup-analysis"
15590
15591 - type: "plot"
15592   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15593   algorithm: "plot_tsa_name"
15594   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15595   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15596   include:
15597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15601     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15602     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15603   layout:
15604     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15605     layout: "plot-throughput-speedup-analysis"
15606
15607 - type: "plot"
15608   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15609   algorithm: "plot_tsa_name"
15610   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15611   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15612   include:
15613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15616     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15617     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15618     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15619   layout:
15620     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15621     layout: "plot-throughput-speedup-analysis"
15622
15623 - type: "plot"
15624   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15625   algorithm: "plot_tsa_name"
15626   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15628   include:
15629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15633     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15634     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15635   layout:
15636     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15637     layout: "plot-throughput-speedup-analysis"
15638
15639 - type: "plot"
15640   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15641   algorithm: "plot_tsa_name"
15642   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15644   include:
15645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15650     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15651   layout:
15652     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15653     layout: "plot-throughput-speedup-analysis"
15654
15655 - type: "plot"
15656   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15657   algorithm: "plot_tsa_name"
15658   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15660   include:
15661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15667   layout:
15668     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15669     layout: "plot-throughput-speedup-analysis"
15670
15671 - type: "plot"
15672   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15673   algorithm: "plot_tsa_name"
15674   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15675   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15676   include:
15677     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15678     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15679     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15680     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15681     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15682     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15683   layout:
15684     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15685     layout: "plot-throughput-speedup-analysis"
15686
15687 - type: "plot"
15688   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15689   algorithm: "plot_tsa_name"
15690   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15691   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15692   include:
15693     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15694     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15695     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15696     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15697     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15698     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15699   layout:
15700     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15701     layout: "plot-throughput-speedup-analysis"
15702
15703 - type: "plot"
15704   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15705   algorithm: "plot_tsa_name"
15706   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15708   include:
15709     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15710     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15711     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15712     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15713     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15714     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15715   layout:
15716     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15717     layout: "plot-throughput-speedup-analysis"
15718
15719 - type: "plot"
15720   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15721   algorithm: "plot_tsa_name"
15722   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15724   include:
15725     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15726     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15727     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15728     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15729     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15730     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15731   layout:
15732     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15733     layout: "plot-throughput-speedup-analysis"
15734
15735 - type: "plot"
15736   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15737   algorithm: "plot_tsa_name"
15738   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15740   include:
15741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15745     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15746   layout:
15747     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15748     layout: "plot-throughput-speedup-analysis"
15749
15750 - type: "plot"
15751   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15752   algorithm: "plot_tsa_name"
15753   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15754   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15755   include:
15756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15760     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15761   layout:
15762     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15763     layout: "plot-throughput-speedup-analysis"
15764
15765 - type: "plot"
15766   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15767   algorithm: "plot_tsa_name"
15768   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15769   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15770   include:
15771     - "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"
15772     - "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"
15773     - "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"
15774     - "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"
15775     - "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"
15776   layout:
15777     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15778     layout: "plot-throughput-speedup-analysis"
15779
15780 - type: "plot"
15781   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15782   algorithm: "plot_tsa_name"
15783   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15784   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15785   include:
15786     - "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"
15787     - "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"
15788     - "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"
15789     - "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"
15790     - "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"
15791   layout:
15792     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15793     layout: "plot-throughput-speedup-analysis"
15794
15795 - type: "plot"
15796   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15797   algorithm: "plot_tsa_name"
15798   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15799   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15800   include:
15801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15805     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15806   layout:
15807     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15808     layout: "plot-throughput-speedup-analysis"
15809
15810 - type: "plot"
15811   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15812   algorithm: "plot_tsa_name"
15813   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15814   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15815   include:
15816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15820     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15821   layout:
15822     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15823     layout: "plot-throughput-speedup-analysis"
15824
15825 - type: "plot"
15826   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15827   algorithm: "plot_tsa_name"
15828   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15829   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15830   include:
15831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15836   layout:
15837     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15838     layout: "plot-throughput-speedup-analysis"
15839
15840 - type: "plot"
15841   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15842   algorithm: "plot_tsa_name"
15843   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15844   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15845   include:
15846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15851   layout:
15852     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15853     layout: "plot-throughput-speedup-analysis"
15854
15855 - type: "plot"
15856   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15857   algorithm: "plot_tsa_name"
15858   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15859   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15860   include:
15861     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15862     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15863     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15864     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15865     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15866   layout:
15867     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15868     layout: "plot-throughput-speedup-analysis"
15869
15870 - type: "plot"
15871   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15872   algorithm: "plot_tsa_name"
15873   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15874   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15875   include:
15876     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15877     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15878     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15879     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15880     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15881   layout:
15882     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15883     layout: "plot-throughput-speedup-analysis"
15884
15885 - type: "plot"
15886   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15887   algorithm: "plot_tsa_name"
15888   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15890   include:
15891     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15892     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15893     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15894     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15895     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15896   layout:
15897     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15898     layout: "plot-throughput-speedup-analysis"
15899
15900 - type: "plot"
15901   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15902   algorithm: "plot_tsa_name"
15903   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15905   include:
15906     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15907     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15908     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15909     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15910     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15911   layout:
15912     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15913     layout: "plot-throughput-speedup-analysis"
15914
15915 - type: "plot"
15916   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15917   algorithm: "plot_tsa_name"
15918   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15919   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15920   include:
15921     - "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"
15922     - "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"
15923     - "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"
15924     - "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"
15925   layout:
15926     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15927     layout: "plot-throughput-speedup-analysis"
15928
15929 - type: "plot"
15930   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15931   algorithm: "plot_tsa_name"
15932   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15934   include:
15935     - "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"
15936     - "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"
15937     - "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"
15938     - "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"
15939   layout:
15940     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15941     layout: "plot-throughput-speedup-analysis"
15942
15943 - type: "plot"
15944   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15945   algorithm: "plot_tsa_name"
15946   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15948   include:
15949     - "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"
15950     - "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"
15951     - "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"
15952     - "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"
15953   layout:
15954     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15955     layout: "plot-throughput-speedup-analysis"
15956
15957 - type: "plot"
15958   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15959   algorithm: "plot_tsa_name"
15960   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15961   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15962   include:
15963     - "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"
15964     - "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"
15965     - "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"
15966     - "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"
15967   layout:
15968     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15969     layout: "plot-throughput-speedup-analysis"
15970
15971 - type: "plot"
15972   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15973   algorithm: "plot_tsa_name"
15974   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15976   include:
15977     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15978     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15979     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15980     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15981     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15982     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15983   layout:
15984     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15985     layout: "plot-throughput-speedup-analysis"
15986
15987 - type: "plot"
15988   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15989   algorithm: "plot_tsa_name"
15990   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15992   include:
15993     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15994     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15995     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15996     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15997     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15998     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15999   layout:
16000     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16001     layout: "plot-throughput-speedup-analysis"
16002
16003 - type: "plot"
16004   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16005   algorithm: "plot_tsa_name"
16006   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16008   include:
16009     - "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"
16010     - "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"
16011     - "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"
16012     - "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"
16013     - "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"
16014     - "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"
16015   layout:
16016     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16017     layout: "plot-throughput-speedup-analysis"
16018
16019 - type: "plot"
16020   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16021   algorithm: "plot_tsa_name"
16022   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16024   include:
16025     - "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"
16026     - "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"
16027     - "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"
16028     - "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"
16029     - "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"
16030     - "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"
16031   layout:
16032     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16033     layout: "plot-throughput-speedup-analysis"
16034
16035 - type: "plot"
16036   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16037   algorithm: "plot_tsa_name"
16038   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16039   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16040   include:
16041     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16042     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16043     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16044     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16045     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16046     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16047   layout:
16048     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16049     layout: "plot-throughput-speedup-analysis"
16050
16051 - type: "plot"
16052   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16053   algorithm: "plot_tsa_name"
16054   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16056   include:
16057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16060     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16061     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16062     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16063   layout:
16064     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16065     layout: "plot-throughput-speedup-analysis"
16066
16067 - type: "plot"
16068   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16069   algorithm: "plot_tsa_name"
16070   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16072   include:
16073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16076     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16077     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16078   layout:
16079     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16080     layout: "plot-throughput-speedup-analysis"
16081
16082 - type: "plot"
16083   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16084   algorithm: "plot_tsa_name"
16085   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16087   include:
16088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16091     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16092     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16093   layout:
16094     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16095     layout: "plot-throughput-speedup-analysis"
16096
16097 - type: "plot"
16098   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16099   algorithm: "plot_tsa_name"
16100   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16102   include:
16103     - "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"
16104     - "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"
16105   layout:
16106     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16107     layout: "plot-throughput-speedup-analysis"
16108
16109 - type: "plot"
16110   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16111   algorithm: "plot_tsa_name"
16112   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16114   include:
16115     - "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"
16116     - "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"
16117   layout:
16118     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16119     layout: "plot-throughput-speedup-analysis"
16120
16121 - type: "plot"
16122   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16123   algorithm: "plot_tsa_name"
16124   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16125   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16126   include:
16127     - "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"
16128     - "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"
16129   layout:
16130     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16131     layout: "plot-throughput-speedup-analysis"
16132
16133 - type: "plot"
16134   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16135   algorithm: "plot_tsa_name"
16136   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16138   include:
16139     - "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"
16140     - "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"
16141   layout:
16142     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16143     layout: "plot-throughput-speedup-analysis"
16144
16145 - type: "plot"
16146   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16147   algorithm: "plot_tsa_name"
16148   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16149   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16150   include:
16151     - "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"
16152     - "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"
16153     - "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"
16154     - "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"
16155     - "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"
16156     - "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"
16157   layout:
16158     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16159     layout: "plot-throughput-speedup-analysis"
16160
16161 - type: "plot"
16162   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16163   algorithm: "plot_tsa_name"
16164   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16165   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16166   include:
16167     - "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"
16168     - "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"
16169     - "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"
16170     - "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"
16171     - "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"
16172     - "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"
16173   layout:
16174     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16175     layout: "plot-throughput-speedup-analysis"
16176
16177 - type: "plot"
16178   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16179   algorithm: "plot_tsa_name"
16180   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16181   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16182   include:
16183     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16184     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16185     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16186     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16187     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16188   layout:
16189     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16190     layout: "plot-throughput-speedup-analysis"
16191
16192 - type: "plot"
16193   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16194   algorithm: "plot_tsa_name"
16195   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16196   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16197   include:
16198     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16199     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16200     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16201     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16202     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16203   layout:
16204     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16205     layout: "plot-throughput-speedup-analysis"
16206
16207 - type: "plot"
16208   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16209   algorithm: "plot_tsa_name"
16210   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16211   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16212   include:
16213     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16215     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16216     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16218   layout:
16219     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16220     layout: "plot-throughput-speedup-analysis"
16221
16222 - type: "plot"
16223   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16224   algorithm: "plot_tsa_name"
16225   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16226   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16227   include:
16228     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16229     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16233   layout:
16234     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16235     layout: "plot-throughput-speedup-analysis"
16236
16237 - type: "plot"
16238   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16239   algorithm: "plot_tsa_name"
16240   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16241   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16242   include:
16243     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16249   layout:
16250     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16251     layout: "plot-throughput-speedup-analysis"
16252
16253 - type: "plot"
16254   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16255   algorithm: "plot_tsa_name"
16256   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16257   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16258   include:
16259     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16265   layout:
16266     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16267     layout: "plot-throughput-speedup-analysis"
16268
16269 - type: "plot"
16270   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16271   algorithm: "plot_tsa_name"
16272   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16273   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16274   include:
16275     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16278     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16279   layout:
16280     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16281     layout: "plot-throughput-speedup-analysis"
16282
16283 - type: "plot"
16284   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16285   algorithm: "plot_tsa_name"
16286   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16287   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16288   include:
16289     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16292     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16293   layout:
16294     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16295     layout: "plot-throughput-speedup-analysis"
16296
16297 - type: "plot"
16298   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16299   algorithm: "plot_tsa_name"
16300   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16301   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16302   include:
16303     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16305     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16307     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16308   layout:
16309     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16310     layout: "plot-throughput-speedup-analysis"
16311
16312 - type: "plot"
16313   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16314   algorithm: "plot_tsa_name"
16315   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16316   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16317   include:
16318     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16319     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16320     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16321     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16322     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16323   layout:
16324     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16325     layout: "plot-throughput-speedup-analysis"
16326
16327 - type: "plot"
16328   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16329   algorithm: "plot_tsa_name"
16330   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16331   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16332   include:
16333     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16334     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16335     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16336     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16337     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16338     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16339   layout:
16340     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16341     layout: "plot-throughput-speedup-analysis"
16342
16343 - type: "plot"
16344   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16345   algorithm: "plot_tsa_name"
16346   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16347   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16348   include:
16349     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16350     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16351     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16352     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16353     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16354     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16355   layout:
16356     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16357     layout: "plot-throughput-speedup-analysis"
16358
16359 - type: "plot"
16360   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16361   algorithm: "plot_tsa_name"
16362   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16363   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16364   include:
16365     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16366     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16367     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16368     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16369   layout:
16370     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16371     layout: "plot-throughput-speedup-analysis"
16372
16373 - type: "plot"
16374   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16375   algorithm: "plot_tsa_name"
16376   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16377   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16378   include:
16379     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16380     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16381     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16382     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16383   layout:
16384     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16385     layout: "plot-throughput-speedup-analysis"
16386
16387 - type: "plot"
16388   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16389   algorithm: "plot_tsa_name"
16390   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16391   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16392   include:
16393     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16394     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16395     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16396     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16397     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16398     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16399   layout:
16400     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16401     layout: "plot-throughput-speedup-analysis"
16402
16403 - type: "plot"
16404   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16405   algorithm: "plot_tsa_name"
16406   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16407   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16408   include:
16409     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16410     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16411     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16412     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16413     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16414     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16415   layout:
16416     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16417     layout: "plot-throughput-speedup-analysis"
16418
16419 - type: "plot"
16420   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16421   algorithm: "plot_tsa_name"
16422   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16423   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16424   include:
16425     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16426     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16427     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16428     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16429     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16430     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16431   layout:
16432     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16433     layout: "plot-throughput-speedup-analysis"
16434
16435 - type: "plot"
16436   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16437   algorithm: "plot_tsa_name"
16438   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16439   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16440   include:
16441     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16442     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16443     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16444     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16445     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16446     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16447   layout:
16448     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16449     layout: "plot-throughput-speedup-analysis"
16450
16451 - type: "plot"
16452   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16453   algorithm: "plot_tsa_name"
16454   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16455   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16456   include:
16457     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16458     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16459     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16460     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16461     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16462     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16463   layout:
16464     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16465     layout: "plot-throughput-speedup-analysis"
16466
16467 - type: "plot"
16468   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16469   algorithm: "plot_tsa_name"
16470   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16471   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16472   include:
16473     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16474     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16475     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16476     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16477     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16478     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16479   layout:
16480     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16481     layout: "plot-throughput-speedup-analysis"
16482
16483 - type: "plot"
16484   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16485   algorithm: "plot_tsa_name"
16486   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16487   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16488   include:
16489     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16490     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16491     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16492     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16493     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16494     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16495   layout:
16496     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16497     layout: "plot-throughput-speedup-analysis"
16498
16499 - type: "plot"
16500   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16501   algorithm: "plot_tsa_name"
16502   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16503   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16504   include:
16505     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16506     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16507     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16508     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16509     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16510     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16511   layout:
16512     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16513     layout: "plot-throughput-speedup-analysis"
16514
16515 - type: "plot"
16516   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16517   algorithm: "plot_tsa_name"
16518   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16519   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16520   include:
16521     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16522     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16523     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16524     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16525     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16526     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16527   layout:
16528     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16529     layout: "plot-throughput-speedup-analysis"
16530
16531 - type: "plot"
16532   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16533   algorithm: "plot_tsa_name"
16534   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16535   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16536   include:
16537     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16538     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16539     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16540     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16541     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16542     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16543   layout:
16544     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16545     layout: "plot-throughput-speedup-analysis"
16546
16547 #- type: "plot"
16548 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16549 #  algorithm: "plot_tsa_name"
16550 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16551 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16552 #  include:
16553 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16554 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16555 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16556 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16557 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16558 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16559 #  layout:
16560 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16561 #    layout: "plot-throughput-speedup-analysis"
16562 #
16563 #- type: "plot"
16564 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16565 #  algorithm: "plot_tsa_name"
16566 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16567 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16568 #  include:
16569 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16570 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16571 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16572 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16573 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16574 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16575 #  layout:
16576 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16577 #    layout: "plot-throughput-speedup-analysis"
16578
16579 - type: "plot"
16580   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16581   algorithm: "plot_tsa_name"
16582   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16583   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16584   include:
16585     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16586     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16587     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16588     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16589     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16590   layout:
16591     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16592     layout: "plot-throughput-speedup-analysis"
16593
16594 - type: "plot"
16595   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16596   algorithm: "plot_tsa_name"
16597   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16598   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16599   include:
16600     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16601     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16602     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16603     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16605   layout:
16606     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16607     layout: "plot-throughput-speedup-analysis"
16608
16609 - type: "plot"
16610   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16611   algorithm: "plot_tsa_name"
16612   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16613   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16614   include:
16615     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16616     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16617     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16621   layout:
16622     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16623     layout: "plot-throughput-speedup-analysis"
16624
16625 - type: "plot"
16626   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16627   algorithm: "plot_tsa_name"
16628   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16629   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16630   include:
16631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16637   layout:
16638     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16639     layout: "plot-throughput-speedup-analysis"
16640
16641 - type: "plot"
16642   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16643   algorithm: "plot_tsa_name"
16644   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16645   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16646   include:
16647     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16648     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16649     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16652   layout:
16653     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16654     layout: "plot-throughput-speedup-analysis"
16655
16656 - type: "plot"
16657   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16658   algorithm: "plot_tsa_name"
16659   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16660   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16661   include:
16662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16667   layout:
16668     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16669     layout: "plot-throughput-speedup-analysis"
16670
16671 #- type: "plot"
16672 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16673 #  algorithm: "plot_tsa_name"
16674 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16675 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16676 #  include:
16677 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16678 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16679 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16680 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16681 #  layout:
16682 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16683 #    layout: "plot-throughput-speedup-analysis"
16684 #
16685 #- type: "plot"
16686 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16687 #  algorithm: "plot_tsa_name"
16688 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16689 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16690 #  include:
16691 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16692 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16693 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16694 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16695 #  layout:
16696 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16697 #    layout: "plot-throughput-speedup-analysis"
16698
16699 - type: "plot"
16700   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16701   algorithm: "plot_tsa_name"
16702   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16703   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16704   include:
16705     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16706     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16707     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16708     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16709     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16710     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16711   layout:
16712     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16713     layout: "plot-throughput-speedup-analysis"
16714
16715 - type: "plot"
16716   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16717   algorithm: "plot_tsa_name"
16718   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16719   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16720   include:
16721     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16722     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16723     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16724     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16725     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16726     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16727   layout:
16728     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16729     layout: "plot-throughput-speedup-analysis"
16730
16731 - type: "plot"
16732   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16733   algorithm: "plot_tsa_name"
16734   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16735   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16736   include:
16737     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16738     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16739     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16742   layout:
16743     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16744     layout: "plot-throughput-speedup-analysis"
16745
16746 - type: "plot"
16747   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16748   algorithm: "plot_tsa_name"
16749   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16750   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16751   include:
16752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16757   layout:
16758     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16759     layout: "plot-throughput-speedup-analysis"
16760
16761 - type: "plot"
16762   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16763   algorithm: "plot_tsa_name"
16764   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16765   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16766   include:
16767     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16771     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16772     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16773   layout:
16774     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16775     layout: "plot-throughput-speedup-analysis"
16776
16777 - type: "plot"
16778   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16779   algorithm: "plot_tsa_name"
16780   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16781   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16782   include:
16783     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16786     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16787     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16788     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16789   layout:
16790     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16791     layout: "plot-throughput-speedup-analysis"
16792
16793 - type: "plot"
16794   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16795   algorithm: "plot_tsa_name"
16796   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16797   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16798   include:
16799     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16800     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16801     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16802     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16803   layout:
16804     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16805     layout: "plot-throughput-speedup-analysis"
16806
16807 - type: "plot"
16808   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16809   algorithm: "plot_tsa_name"
16810   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16811   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16812   include:
16813     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16814     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16815     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16816     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16817   layout:
16818     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16819     layout: "plot-throughput-speedup-analysis"
16820
16821 - type: "plot"
16822   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16823   algorithm: "plot_tsa_name"
16824   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16825   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16826   include:
16827     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16828     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16829     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16830     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16831     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16832   layout:
16833     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16834     layout: "plot-throughput-speedup-analysis"
16835
16836 - type: "plot"
16837   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16838   algorithm: "plot_tsa_name"
16839   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16840   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16841   include:
16842     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16843     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16844     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16847   layout:
16848     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16849     layout: "plot-throughput-speedup-analysis"
16850
16851 - type: "plot"
16852   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16853   algorithm: "plot_tsa_name"
16854   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16855   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16856   include:
16857     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16858     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16859     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16860     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16861     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16862     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16863   layout:
16864     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16865     layout: "plot-throughput-speedup-analysis"
16866
16867 - type: "plot"
16868   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16869   algorithm: "plot_tsa_name"
16870   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16871   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16872   include:
16873     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16874     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16875     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16876     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16877     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16878     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16879   layout:
16880     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16881     layout: "plot-throughput-speedup-analysis"
16882
16883 #- type: "plot"
16884 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16885 #  algorithm: "plot_tsa_name"
16886 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16887 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16888 #  include:
16889 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16890 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16891 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16892 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16893 #  layout:
16894 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16895 #    layout: "plot-throughput-speedup-analysis"
16896 #
16897 #- type: "plot"
16898 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16899 #  algorithm: "plot_tsa_name"
16900 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16901 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16902 #  include:
16903 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16904 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16905 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16906 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16907 #  layout:
16908 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16909 #    layout: "plot-throughput-speedup-analysis"
16910
16911 - type: "plot"
16912   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16913   algorithm: "plot_tsa_name"
16914   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16915   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16916   include:
16917     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16918     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16919     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16920     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16921     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16922     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16923   layout:
16924     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16925     layout: "plot-throughput-speedup-analysis"
16926
16927 - type: "plot"
16928   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16929   algorithm: "plot_tsa_name"
16930   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16931   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16932   include:
16933     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16934     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16935     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16936     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16937     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16938     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16939   layout:
16940     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16941     layout: "plot-throughput-speedup-analysis"
16942
16943 #- type: "plot"
16944 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16945 #  algorithm: "plot_tsa_name"
16946 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16947 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16948 #  include:
16949 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16950 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16951 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16952 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16953 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16954 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16955 #  layout:
16956 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16957 #    layout: "plot-throughput-speedup-analysis"
16958 #
16959 #- type: "plot"
16960 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16961 #  algorithm: "plot_tsa_name"
16962 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16963 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16964 #  include:
16965 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16966 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16967 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16968 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16969 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16970 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16971 #  layout:
16972 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16973 #    layout: "plot-throughput-speedup-analysis"
16974
16975 #- type: "plot"
16976 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16977 #  algorithm: "plot_tsa_name"
16978 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16979 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16980 #  include:
16981 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16982 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16983 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16984 #  layout:
16985 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16986 #    layout: "plot-throughput-speedup-analysis"
16987 #
16988 #- type: "plot"
16989 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16990 #  algorithm: "plot_tsa_name"
16991 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16992 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16993 #  include:
16994 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16995 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16996 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16997 #  layout:
16998 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16999 #    layout: "plot-throughput-speedup-analysis"
17000
17001 ################################################################################
17002
17003 # Packet Throughput - DPDK
17004
17005 # 2n-skx-xxv710
17006
17007 - type: "plot"
17008   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17009   algorithm: "plot_perf_box_name"
17010   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17011   data: "plot-dpdk-throughput-latency-2n-skx"
17012   include:
17013     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17014     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17015   layout:
17016     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17017     layout: "plot-throughput"
17018
17019 - type: "plot"
17020   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17021   algorithm: "plot_perf_box_name"
17022   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17023   data: "plot-dpdk-throughput-latency-2n-skx"
17024   include:
17025     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17026     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17027   layout:
17028     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17029     layout: "plot-throughput"
17030
17031 - type: "plot"
17032   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17033   algorithm: "plot_perf_box_name"
17034   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17035   data: "plot-dpdk-throughput-latency-2n-skx"
17036   include:
17037     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17038     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17039   layout:
17040     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17041     layout: "plot-throughput"
17042
17043 - type: "plot"
17044   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17045   algorithm: "plot_perf_box_name"
17046   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17047   data: "plot-dpdk-throughput-latency-2n-skx"
17048   include:
17049     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17050     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17051   layout:
17052     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17053     layout: "plot-throughput"
17054
17055 # 2n-skx-x710
17056
17057 - type: "plot"
17058   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17059   algorithm: "plot_perf_box_name"
17060   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17061   data: "plot-dpdk-throughput-latency-2n-skx"
17062   include:
17063     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17064     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17065   layout:
17066     title: "2n-skx-x710-64b-2t1c-base-ndr"
17067     layout: "plot-throughput"
17068
17069 - type: "plot"
17070   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17071   algorithm: "plot_perf_box_name"
17072   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17073   data: "plot-dpdk-throughput-latency-2n-skx"
17074   include:
17075     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17076     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17077   layout:
17078     title: "2n-skx-x710-64b-4t2c-base-ndr"
17079     layout: "plot-throughput"
17080
17081 - type: "plot"
17082   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17083   algorithm: "plot_perf_box_name"
17084   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17085   data: "plot-dpdk-throughput-latency-2n-skx"
17086   include:
17087     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17088     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17089   layout:
17090     title: "2n-skx-x710-64b-2t1c-base-pdr"
17091     layout: "plot-throughput"
17092
17093 - type: "plot"
17094   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17095   algorithm: "plot_perf_box_name"
17096   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17097   data: "plot-dpdk-throughput-latency-2n-skx"
17098   include:
17099     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17100     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17101   layout:
17102     title: "2n-skx-x710-64b-4t2c-base-pdr"
17103     layout: "plot-throughput"
17104
17105 # 3n-skx-xxv710
17106
17107 - type: "plot"
17108   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17109   algorithm: "plot_perf_box_name"
17110   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17111   data: "plot-dpdk-throughput-latency-3n-skx"
17112   include:
17113     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17114     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17115   layout:
17116     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17117     layout: "plot-throughput"
17118
17119 - type: "plot"
17120   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17121   algorithm: "plot_perf_box_name"
17122   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17123   data: "plot-dpdk-throughput-latency-3n-skx"
17124   include:
17125     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17126     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17127   layout:
17128     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17129     layout: "plot-throughput"
17130
17131 - type: "plot"
17132   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17133   algorithm: "plot_perf_box_name"
17134   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17135   data: "plot-dpdk-throughput-latency-3n-skx"
17136   include:
17137     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17138     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17139   layout:
17140     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17141     layout: "plot-throughput"
17142
17143 - type: "plot"
17144   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17145   algorithm: "plot_perf_box_name"
17146   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17147   data: "plot-dpdk-throughput-latency-3n-skx"
17148   include:
17149     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17150     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17151   layout:
17152     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17153     layout: "plot-throughput"
17154
17155 # 3n-skx-x710
17156
17157 - type: "plot"
17158   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17159   algorithm: "plot_perf_box_name"
17160   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17161   data: "plot-dpdk-throughput-latency-3n-skx"
17162   include:
17163     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17164     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17165   layout:
17166     title: "3n-skx-x710-64b-2t1c-base-ndr"
17167     layout: "plot-throughput"
17168
17169 - type: "plot"
17170   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17171   algorithm: "plot_perf_box_name"
17172   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17173   data: "plot-dpdk-throughput-latency-3n-skx"
17174   include:
17175     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17176     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17177   layout:
17178     title: "3n-skx-x710-64b-4t2c-base-ndr"
17179     layout: "plot-throughput"
17180
17181 - type: "plot"
17182   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17183   algorithm: "plot_perf_box_name"
17184   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17185   data: "plot-dpdk-throughput-latency-3n-skx"
17186   include:
17187     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17188     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17189   layout:
17190     title: "3n-skx-x710-64b-2t1c-base-pdr"
17191     layout: "plot-throughput"
17192
17193 - type: "plot"
17194   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17195   algorithm: "plot_perf_box_name"
17196   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17197   data: "plot-dpdk-throughput-latency-3n-skx"
17198   include:
17199     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17200     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17201   layout:
17202     title: "3n-skx-x710-64b-4t2c-base-pdr"
17203     layout: "plot-throughput"
17204
17205 # 3n-hsw-xl710
17206
17207 - type: "plot"
17208   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17209   algorithm: "plot_perf_box_name"
17210   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17211   data: "plot-dpdk-throughput-latency-3n-hsw"
17212   include:
17213     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17214     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17215   layout:
17216     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17217     layout: "plot-throughput"
17218
17219 - type: "plot"
17220   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17221   algorithm: "plot_perf_box_name"
17222   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17223   data: "plot-dpdk-throughput-latency-3n-hsw"
17224   include:
17225     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17226     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17227   layout:
17228     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17229     layout: "plot-throughput"
17230
17231 - type: "plot"
17232   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17233   algorithm: "plot_perf_box_name"
17234   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17235   data: "plot-dpdk-throughput-latency-3n-hsw"
17236   include:
17237     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17238     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17239   layout:
17240     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17241     layout: "plot-throughput"
17242
17243 - type: "plot"
17244   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17245   algorithm: "plot_perf_box_name"
17246   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17247   data: "plot-dpdk-throughput-latency-3n-hsw"
17248   include:
17249     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17250     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17251   layout:
17252     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17253     layout: "plot-throughput"
17254
17255 # 3n-hsw-x710
17256
17257 - type: "plot"
17258   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17259   algorithm: "plot_perf_box_name"
17260   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17261   data: "plot-dpdk-throughput-latency-3n-hsw"
17262   include:
17263     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17264     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17265   layout:
17266     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17267     layout: "plot-throughput"
17268
17269 - type: "plot"
17270   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17271   algorithm: "plot_perf_box_name"
17272   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17273   data: "plot-dpdk-throughput-latency-3n-hsw"
17274   include:
17275     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17276     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17277   layout:
17278     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17279     layout: "plot-throughput"
17280
17281 - type: "plot"
17282   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17283   algorithm: "plot_perf_box_name"
17284   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17285   data: "plot-dpdk-throughput-latency-3n-hsw"
17286   include:
17287     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17288     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17289   layout:
17290     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17291     layout: "plot-throughput"
17292
17293 - type: "plot"
17294   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17295   algorithm: "plot_perf_box_name"
17296   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17297   data: "plot-dpdk-throughput-latency-3n-hsw"
17298   include:
17299     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17300     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17301   layout:
17302     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17303     layout: "plot-throughput"
17304
17305 # 2n-dnv-x553
17306
17307 - type: "plot"
17308   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17309   algorithm: "plot_perf_box_name"
17310   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17311   data: "plot-dpdk-throughput-latency-2n-dnv"
17312   include:
17313     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17314     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17315   layout:
17316     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17317     layout: "plot-throughput"
17318
17319 - type: "plot"
17320   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17321   algorithm: "plot_perf_box_name"
17322   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17323   data: "plot-dpdk-throughput-latency-2n-dnv"
17324   include:
17325     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17326     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17327   layout:
17328     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17329     layout: "plot-throughput"
17330
17331 - type: "plot"
17332   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17333   algorithm: "plot_perf_box_name"
17334   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17335   data: "plot-dpdk-throughput-latency-2n-dnv"
17336   include:
17337     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17338     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17339   layout:
17340     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17341     layout: "plot-throughput"
17342
17343 - type: "plot"
17344   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17345   algorithm: "plot_perf_box_name"
17346   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17347   data: "plot-dpdk-throughput-latency-2n-dnv"
17348   include:
17349     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17350     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17351   layout:
17352     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17353     layout: "plot-throughput"
17354
17355 # 3n-dnv-x553
17356
17357 - type: "plot"
17358   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17359   algorithm: "plot_perf_box_name"
17360   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17361   data: "plot-dpdk-throughput-latency-3n-dnv"
17362   include:
17363     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17364     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17365   layout:
17366     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17367     layout: "plot-throughput"
17368
17369 - type: "plot"
17370   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17371   algorithm: "plot_perf_box_name"
17372   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17373   data: "plot-dpdk-throughput-latency-3n-dnv"
17374   include:
17375     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17376     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17377   layout:
17378     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17379     layout: "plot-throughput"
17380
17381 - type: "plot"
17382   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17383   algorithm: "plot_perf_box_name"
17384   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17385   data: "plot-dpdk-throughput-latency-3n-dnv"
17386   include:
17387     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17388     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17389   layout:
17390     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17391     layout: "plot-throughput"
17392
17393 - type: "plot"
17394   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17395   algorithm: "plot_perf_box_name"
17396   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17397   data: "plot-dpdk-throughput-latency-3n-dnv"
17398   include:
17399     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17400     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17401   layout:
17402     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17403     layout: "plot-throughput"
17404
17405 # 3n-tsh-x520
17406
17407 - type: "plot"
17408   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17409   algorithm: "plot_perf_box_name"
17410   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17411   data: "plot-dpdk-throughput-latency-3n-tsh"
17412   include:
17413     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17414     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17415   layout:
17416     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17417     layout: "plot-throughput"
17418
17419 - type: "plot"
17420   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17421   algorithm: "plot_perf_box_name"
17422   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17423   data: "plot-dpdk-throughput-latency-3n-tsh"
17424   include:
17425     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17426     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17427   layout:
17428     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17429     layout: "plot-throughput"
17430
17431 - type: "plot"
17432   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17433   algorithm: "plot_perf_box_name"
17434   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17435   data: "plot-dpdk-throughput-latency-3n-tsh"
17436   include:
17437     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17438     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17439   layout:
17440     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17441     layout: "plot-throughput"
17442
17443 - type: "plot"
17444   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17445   algorithm: "plot_perf_box_name"
17446   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17447   data: "plot-dpdk-throughput-latency-3n-tsh"
17448   include:
17449     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17450     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17451   layout:
17452     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17453     layout: "plot-throughput"
17454
17455 ################################################################################
17456 ###   2n-clx                                                                 ###
17457 ################################################################################
17458
17459 # Packet Throughput
17460
17461 - type: "plot"
17462   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17463   algorithm: "plot_perf_box_name"
17464   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17466   include:
17467     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17468     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17469     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17470     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17471   layout:
17472     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17473     layout: "plot-throughput"
17474
17475 - type: "plot"
17476   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17477   algorithm: "plot_perf_box_name"
17478   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17480   include:
17481     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17482     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17483     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17484     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17485   layout:
17486     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17487     layout: "plot-throughput"
17488
17489 - type: "plot"
17490   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17491   algorithm: "plot_perf_box_name"
17492   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17494   include:
17495     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17496     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17497     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17498     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17499   layout:
17500     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17501     layout: "plot-throughput"
17502
17503 - type: "plot"
17504   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17505   algorithm: "plot_perf_box_name"
17506   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17507   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17508   include:
17509     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17510     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17511     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17512     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17513   layout:
17514     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17515     layout: "plot-throughput"
17516
17517 - type: "plot"
17518   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17519   algorithm: "plot_perf_box_name"
17520   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17521   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17522   include:
17523     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17524     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17525     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17526     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17527   layout:
17528     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17529     layout: "plot-throughput"
17530
17531 - type: "plot"
17532   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17533   algorithm: "plot_perf_box_name"
17534   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17535   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17536   include:
17537     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17538     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17539     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17540     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17541   layout:
17542     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17543     layout: "plot-throughput"
17544
17545 - type: "plot"
17546   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17547   algorithm: "plot_perf_box_name"
17548   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17550   include:
17551     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17552     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17553     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17554     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17555     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17556     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17557   layout:
17558     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17559     layout: "plot-throughput"
17560
17561 - type: "plot"
17562   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17563   algorithm: "plot_perf_box_name"
17564   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17565   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17566   include:
17567     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17568     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17569     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17570     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17571     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17572   layout:
17573     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17574     layout: "plot-throughput"
17575
17576 - type: "plot"
17577   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17578   algorithm: "plot_perf_box_name"
17579   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17581   include:
17582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17586   layout:
17587     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17588     layout: "plot-throughput"
17589
17590 - type: "plot"
17591   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17592   algorithm: "plot_perf_box_name"
17593   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17595   include:
17596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17600   layout:
17601     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17602     layout: "plot-throughput"
17603
17604 - type: "plot"
17605   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17606   algorithm: "plot_perf_box_name"
17607   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17608   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17609   include:
17610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17613   layout:
17614     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17615     layout: "plot-throughput"
17616
17617 - type: "plot"
17618   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17619   algorithm: "plot_perf_box_name"
17620   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17622   include:
17623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17626   layout:
17627     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17628     layout: "plot-throughput"
17629
17630 - type: "plot"
17631   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17632   algorithm: "plot_perf_box_name"
17633   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17635   include:
17636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17641   layout:
17642     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17643     layout: "plot-throughput"
17644
17645 - type: "plot"
17646   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17647   algorithm: "plot_perf_box_name"
17648   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17650   include:
17651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17656   layout:
17657     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17658     layout: "plot-throughput"
17659
17660 - type: "plot"
17661   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17662   algorithm: "plot_perf_box_name"
17663   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17665   include:
17666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17669   layout:
17670     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17671     layout: "plot-throughput"
17672
17673 - type: "plot"
17674   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17675   algorithm: "plot_perf_box_name"
17676   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17678   include:
17679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17682   layout:
17683     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17684     layout: "plot-throughput"
17685
17686 - type: "plot"
17687   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17688   algorithm: "plot_perf_box_name"
17689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17691   include:
17692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17698   layout:
17699     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17700     layout: "plot-throughput"
17701
17702 - type: "plot"
17703   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17704   algorithm: "plot_perf_box_name"
17705   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17707   include:
17708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17714   layout:
17715     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17716     layout: "plot-throughput"
17717
17718 - type: "plot"
17719   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17720   algorithm: "plot_perf_box_name"
17721   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17723   include:
17724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17730   layout:
17731     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17732     layout: "plot-throughput"
17733
17734 - type: "plot"
17735   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17736   algorithm: "plot_perf_box_name"
17737   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17738   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17739   include:
17740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17746   layout:
17747     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17748     layout: "plot-throughput"
17749
17750 - type: "plot"
17751   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17752   algorithm: "plot_perf_box_name"
17753   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17754   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17755   include:
17756     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17757     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17758   layout:
17759     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17760     layout: "plot-throughput"
17761
17762 - type: "plot"
17763   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17764   algorithm: "plot_perf_box_name"
17765   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17766   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17767   include:
17768     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17769     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17770   layout:
17771     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17772     layout: "plot-throughput"
17773
17774 - type: "plot"
17775   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17776   algorithm: "plot_perf_box_name"
17777   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17779   include:
17780     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17781     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17782     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17783     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17786   layout:
17787     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17788     layout: "plot-throughput"
17789
17790 - type: "plot"
17791   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17792   algorithm: "plot_perf_box_name"
17793   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17795   include:
17796     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17797     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17798     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17799     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17801     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17802   layout:
17803     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17804     layout: "plot-throughput"
17805
17806 - type: "plot"
17807   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17808   algorithm: "plot_perf_box_name"
17809   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17811   include:
17812     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17813     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17814     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17815     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17816     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17818   layout:
17819     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17820     layout: "plot-throughput"
17821
17822 - type: "plot"
17823   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17824   algorithm: "plot_perf_box_name"
17825   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17827   include:
17828     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17829     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17830     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17831     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17833     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17834   layout:
17835     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17836     layout: "plot-throughput"
17837
17838 - type: "plot"
17839   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17840   algorithm: "plot_perf_box_name"
17841   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17843   include:
17844     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17845     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17846     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17847     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17848     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17849     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17850   layout:
17851     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17852     layout: "plot-throughput"
17853
17854 - type: "plot"
17855   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17856   algorithm: "plot_perf_box_name"
17857   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17859   include:
17860     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17866   layout:
17867     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17868     layout: "plot-throughput"
17869
17870 - type: "plot"
17871   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17872   algorithm: "plot_perf_box_name"
17873   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17875   include:
17876     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17879     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17881   layout:
17882     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17883     layout: "plot-throughput"
17884
17885 - type: "plot"
17886   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17887   algorithm: "plot_perf_box_name"
17888   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17890   include:
17891     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17895     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17896   layout:
17897     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17898     layout: "plot-throughput"
17899
17900 - type: "plot"
17901   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17902   algorithm: "plot_perf_box_name"
17903   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17904   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17905   include:
17906     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17909     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17910     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17911   layout:
17912     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17913     layout: "plot-throughput"
17914
17915 - type: "plot"
17916   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17917   algorithm: "plot_perf_box_name"
17918   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17920   include:
17921     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17923     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17926   layout:
17927     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17928     layout: "plot-throughput"
17929
17930 - type: "plot"
17931   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17932   algorithm: "plot_perf_box_name"
17933   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17934   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17935   include:
17936     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17937     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17938     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17941   layout:
17942     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17943     layout: "plot-throughput"
17944
17945 - type: "plot"
17946   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17947   algorithm: "plot_perf_box_name"
17948   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17950   include:
17951     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17952     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17953     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17956   layout:
17957     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17958     layout: "plot-throughput"
17959
17960 - type: "plot"
17961   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17962   algorithm: "plot_perf_box_name"
17963   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17964   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17965   include:
17966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17971   layout:
17972     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17973     layout: "plot-throughput"
17974
17975 - type: "plot"
17976   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17977   algorithm: "plot_perf_box_name"
17978   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17980   include:
17981     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17986   layout:
17987     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17988     layout: "plot-throughput"
17989
17990 - type: "plot"
17991   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17992   algorithm: "plot_perf_box_name"
17993   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17995   include:
17996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18001   layout:
18002     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18003     layout: "plot-throughput"
18004
18005 - type: "plot"
18006   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18007   algorithm: "plot_perf_box_name"
18008   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18010   include:
18011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18016   layout:
18017     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18018     layout: "plot-throughput"
18019
18020 - type: "plot"
18021   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18022   algorithm: "plot_perf_box_name"
18023   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18024   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18025   include:
18026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18032   layout:
18033     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18034     layout: "plot-throughput"
18035
18036 - type: "plot"
18037   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18038   algorithm: "plot_perf_box_name"
18039   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18040   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18041   include:
18042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18048   layout:
18049     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18050     layout: "plot-throughput"
18051
18052 - type: "plot"
18053   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18054   algorithm: "plot_perf_box_name"
18055   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18056   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18057   include:
18058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18062   layout:
18063     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18064     layout: "plot-throughput"
18065
18066 - type: "plot"
18067   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18068   algorithm: "plot_perf_box_name"
18069   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18070   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18071   include:
18072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18076   layout:
18077     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18078     layout: "plot-throughput"
18079
18080 - type: "plot"
18081   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18082   algorithm: "plot_perf_box_name"
18083   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18085   include:
18086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18092   layout:
18093     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18094     layout: "plot-throughput"
18095
18096 - type: "plot"
18097   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18098   algorithm: "plot_perf_box_name"
18099   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18100   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18101   include:
18102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18108   layout:
18109     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18110     layout: "plot-throughput"
18111
18112 - type: "plot"
18113   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18114   algorithm: "plot_perf_box_name"
18115   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18116   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18117   include:
18118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18122   layout:
18123     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18124     layout: "plot-throughput"
18125
18126 - type: "plot"
18127   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18128   algorithm: "plot_perf_box_name"
18129   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18130   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18131   include:
18132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18136   layout:
18137     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18138     layout: "plot-throughput"
18139
18140 - type: "plot"
18141   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18142   algorithm: "plot_perf_box_name"
18143   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18145   include:
18146     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18147     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18148     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18149     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18150     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18151     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18152   layout:
18153     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18154     layout: "plot-throughput"
18155
18156 - type: "plot"
18157   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18158   algorithm: "plot_perf_box_name"
18159   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18160   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18161   include:
18162     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18163     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18164     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18165     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18166     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18167     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18168   layout:
18169     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18170     layout: "plot-throughput"
18171
18172 - type: "plot"
18173   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18174   algorithm: "plot_perf_box_name"
18175   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18177   include:
18178     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18179     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18180     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18181     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18182   layout:
18183     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18184     layout: "plot-throughput"
18185
18186 - type: "plot"
18187   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18188   algorithm: "plot_perf_box_name"
18189   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18191   include:
18192     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18193     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18194     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18195     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18196   layout:
18197     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18198     layout: "plot-throughput"
18199
18200 - type: "plot"
18201   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18202   algorithm: "plot_perf_box_name"
18203   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18205   include:
18206     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18207     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18208     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18209     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18211   layout:
18212     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18213     layout: "plot-throughput"
18214
18215 - type: "plot"
18216   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18217   algorithm: "plot_perf_box_name"
18218   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18220   include:
18221     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18222     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18223     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18224     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18225     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18226   layout:
18227     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18228     layout: "plot-throughput"
18229
18230 - type: "plot"
18231   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18232   algorithm: "plot_perf_box_name"
18233   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18235   include:
18236     - "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"
18237     - "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"
18238     - "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"
18239     - "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"
18240     - "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"
18241   layout:
18242     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18243     layout: "plot-throughput"
18244
18245 - type: "plot"
18246   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18247   algorithm: "plot_perf_box_name"
18248   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18249   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18250   include:
18251     - "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"
18252     - "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"
18253     - "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"
18254     - "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"
18255     - "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"
18256   layout:
18257     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18258     layout: "plot-throughput"
18259
18260 - type: "plot"
18261   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18262   algorithm: "plot_perf_box_name"
18263   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18265   include:
18266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18271   layout:
18272     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18273     layout: "plot-throughput"
18274
18275 - type: "plot"
18276   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18277   algorithm: "plot_perf_box_name"
18278   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18280   include:
18281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18286   layout:
18287     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18288     layout: "plot-throughput"
18289
18290 - type: "plot"
18291   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18292   algorithm: "plot_perf_box_name"
18293   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18294   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18295   include:
18296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18301   layout:
18302     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18303     layout: "plot-throughput"
18304
18305 - type: "plot"
18306   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18307   algorithm: "plot_perf_box_name"
18308   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18310   include:
18311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18316   layout:
18317     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18318     layout: "plot-throughput"
18319
18320 - type: "plot"
18321   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18322   algorithm: "plot_perf_box_name"
18323   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18325   include:
18326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18330   layout:
18331     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18332     layout: "plot-throughput"
18333
18334 - type: "plot"
18335   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18336   algorithm: "plot_perf_box_name"
18337   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18338   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18339   include:
18340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18344   layout:
18345     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18346     layout: "plot-throughput"
18347
18348 - type: "plot"
18349   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18350   algorithm: "plot_perf_box_name"
18351   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18353   include:
18354     - "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"
18355     - "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"
18356     - "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"
18357     - "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"
18358   layout:
18359     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18360     layout: "plot-throughput"
18361
18362 - type: "plot"
18363   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18364   algorithm: "plot_perf_box_name"
18365   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18367   include:
18368     - "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"
18369     - "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"
18370     - "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"
18371     - "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"
18372   layout:
18373     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18374     layout: "plot-throughput"
18375
18376 - type: "plot"
18377   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18378   algorithm: "plot_perf_box_name"
18379   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18380   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18381   include:
18382     - "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"
18383     - "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"
18384     - "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"
18385     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18386     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18387     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18388   layout:
18389     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18390     layout: "plot-throughput"
18391
18392 - type: "plot"
18393   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18394   algorithm: "plot_perf_box_name"
18395   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18397   include:
18398     - "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"
18399     - "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"
18400     - "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"
18401     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18402     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18403     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18404   layout:
18405     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18406     layout: "plot-throughput"
18407
18408 ################################################################################
18409
18410 # Packet Speedup
18411
18412 - type: "plot"
18413   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18414   algorithm: "plot_tsa_name"
18415   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18417   include:
18418     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18419     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18420     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18421     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18422   layout:
18423     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18424     layout: "plot-throughput-speedup-analysis"
18425
18426 - type: "plot"
18427   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18428   algorithm: "plot_tsa_name"
18429   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18431   include:
18432     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18433     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18434     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18435     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18436   layout:
18437     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18438     layout: "plot-throughput-speedup-analysis"
18439
18440 - type: "plot"
18441   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18442   algorithm: "plot_tsa_name"
18443   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18445   include:
18446     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18447     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18448     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18449     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18450   layout:
18451     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18452     layout: "plot-throughput-speedup-analysis"
18453
18454 - type: "plot"
18455   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18456   algorithm: "plot_tsa_name"
18457   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18458   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18459   include:
18460     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18461     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18462     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18463     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18464   layout:
18465     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18466     layout: "plot-throughput-speedup-analysis"
18467
18468 - type: "plot"
18469   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18470   algorithm: "plot_tsa_name"
18471   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18472   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18473   include:
18474     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18475     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18476     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18477     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18478   layout:
18479     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18480     layout: "plot-throughput-speedup-analysis"
18481
18482 - type: "plot"
18483   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18484   algorithm: "plot_tsa_name"
18485   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18486   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18487   include:
18488     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18489     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18490     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18491     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18492   layout:
18493     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18494     layout: "plot-throughput-speedup-analysis"
18495
18496 - type: "plot"
18497   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18498   algorithm: "plot_tsa_name"
18499   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18501   include:
18502     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18503     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18504     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18505     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18506     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18507     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18508   layout:
18509     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18510     layout: "plot-throughput-speedup-analysis"
18511
18512 - type: "plot"
18513   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18514   algorithm: "plot_tsa_name"
18515   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18517   include:
18518     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18520     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18521     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18522     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18523     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18524   layout:
18525     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18526     layout: "plot-throughput-speedup-analysis"
18527
18528 - type: "plot"
18529   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18530   algorithm: "plot_tsa_name"
18531   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18533   include:
18534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18538   layout:
18539     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18540     layout: "plot-throughput-speedup-analysis"
18541
18542 - type: "plot"
18543   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18544   algorithm: "plot_tsa_name"
18545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18547   include:
18548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18552   layout:
18553     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18554     layout: "plot-throughput-speedup-analysis"
18555
18556 - type: "plot"
18557   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18558   algorithm: "plot_tsa_name"
18559   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18560   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18561   include:
18562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18565   layout:
18566     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18567     layout: "plot-throughput-speedup-analysis"
18568
18569 - type: "plot"
18570   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18571   algorithm: "plot_tsa_name"
18572   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18574   include:
18575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18578   layout:
18579     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18580     layout: "plot-throughput-speedup-analysis"
18581
18582 - type: "plot"
18583   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18584   algorithm: "plot_tsa_name"
18585   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18587   include:
18588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18593   layout:
18594     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18595     layout: "plot-throughput-speedup-analysis"
18596
18597 - type: "plot"
18598   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18599   algorithm: "plot_tsa_name"
18600   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18602   include:
18603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18608   layout:
18609     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18610     layout: "plot-throughput-speedup-analysis"
18611
18612 - type: "plot"
18613   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18614   algorithm: "plot_tsa_name"
18615   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18616   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18617   include:
18618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18621   layout:
18622     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18623     layout: "plot-throughput-speedup-analysis"
18624
18625 - type: "plot"
18626   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18627   algorithm: "plot_tsa_name"
18628   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18630   include:
18631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18634   layout:
18635     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18636     layout: "plot-throughput-speedup-analysis"
18637
18638 - type: "plot"
18639   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18640   algorithm: "plot_tsa_name"
18641   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18642   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18643   include:
18644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18650   layout:
18651     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18652     layout: "plot-throughput-speedup-analysis"
18653
18654 - type: "plot"
18655   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18656   algorithm: "plot_tsa_name"
18657   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18659   include:
18660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18666   layout:
18667     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18668     layout: "plot-throughput-speedup-analysis"
18669
18670 - type: "plot"
18671   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18672   algorithm: "plot_tsa_name"
18673   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18675   include:
18676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18682   layout:
18683     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18684     layout: "plot-throughput-speedup-analysis"
18685
18686 - type: "plot"
18687   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18688   algorithm: "plot_tsa_name"
18689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18691   include:
18692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18698   layout:
18699     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18700     layout: "plot-throughput-speedup-analysis"
18701
18702 - type: "plot"
18703   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18704   algorithm: "plot_tsa_name"
18705   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18707   include:
18708     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18709     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18710   layout:
18711     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18712     layout: "plot-throughput-speedup-analysis"
18713
18714 - type: "plot"
18715   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18716   algorithm: "plot_tsa_name"
18717   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18718   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18719   include:
18720     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18721     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18722   layout:
18723     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18724     layout: "plot-throughput-speedup-analysis"
18725
18726 - type: "plot"
18727   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18728   algorithm: "plot_tsa_name"
18729   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18731   include:
18732     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18733     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18734     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18735     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18736     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18737     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18738   layout:
18739     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18740     layout: "plot-throughput-speedup-analysis"
18741
18742 - type: "plot"
18743   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18744   algorithm: "plot_tsa_name"
18745   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18747   include:
18748     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18749     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18750     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18751     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18752     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18753     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18754   layout:
18755     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18756     layout: "plot-throughput-speedup-analysis"
18757
18758 - type: "plot"
18759   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18760   algorithm: "plot_tsa_name"
18761   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18763   include:
18764     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18765     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18766     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18767     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18770   layout:
18771     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18772     layout: "plot-throughput-speedup-analysis"
18773
18774 - type: "plot"
18775   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18776   algorithm: "plot_tsa_name"
18777   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18779   include:
18780     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18781     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18782     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18783     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18784     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18785     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18786   layout:
18787     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18788     layout: "plot-throughput-speedup-analysis"
18789
18790 - type: "plot"
18791   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18792   algorithm: "plot_tsa_name"
18793   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18795   include:
18796     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18798     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18799     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18800     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18801     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18802   layout:
18803     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18804     layout: "plot-throughput-speedup-analysis"
18805
18806 - type: "plot"
18807   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18808   algorithm: "plot_tsa_name"
18809   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18811   include:
18812     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18814     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18815     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18816     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18817     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18818   layout:
18819     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18820     layout: "plot-throughput-speedup-analysis"
18821
18822 - type: "plot"
18823   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18824   algorithm: "plot_tsa_name"
18825   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18827   include:
18828     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18829     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18830     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18831     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18832     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18833   layout:
18834     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18835     layout: "plot-throughput-speedup-analysis"
18836
18837 - type: "plot"
18838   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18839   algorithm: "plot_tsa_name"
18840   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18842   include:
18843     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18844     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18845     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18846     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18847     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18848   layout:
18849     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18850     layout: "plot-throughput-speedup-analysis"
18851
18852 - type: "plot"
18853   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18854   algorithm: "plot_tsa_name"
18855   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18856   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18857   include:
18858     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18859     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18860     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18861     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18862     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18863   layout:
18864     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18865     layout: "plot-throughput-speedup-analysis"
18866
18867 - type: "plot"
18868   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18869   algorithm: "plot_tsa_name"
18870   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18871   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18872   include:
18873     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18874     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18875     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18876     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18877     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18878   layout:
18879     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18880     layout: "plot-throughput-speedup-analysis"
18881
18882 - type: "plot"
18883   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18884   algorithm: "plot_tsa_name"
18885   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18887   include:
18888     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18889     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18890     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18891     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18892     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18893   layout:
18894     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18895     layout: "plot-throughput-speedup-analysis"
18896
18897 - type: "plot"
18898   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18899   algorithm: "plot_tsa_name"
18900   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18902   include:
18903     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18904     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18905     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18906     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18907     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18908   layout:
18909     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18910     layout: "plot-throughput-speedup-analysis"
18911
18912 - type: "plot"
18913   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18914   algorithm: "plot_tsa_name"
18915   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18917   include:
18918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18921     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18922     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18923   layout:
18924     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18925     layout: "plot-throughput-speedup-analysis"
18926
18927 - type: "plot"
18928   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18929   algorithm: "plot_tsa_name"
18930   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18932   include:
18933     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18934     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18935     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18938   layout:
18939     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18940     layout: "plot-throughput-speedup-analysis"
18941
18942 - type: "plot"
18943   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18944   algorithm: "plot_tsa_name"
18945   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18947   include:
18948     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18949     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18953   layout:
18954     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18955     layout: "plot-throughput-speedup-analysis"
18956
18957 - type: "plot"
18958   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18959   algorithm: "plot_tsa_name"
18960   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18961   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18962   include:
18963     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18964     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18968   layout:
18969     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18970     layout: "plot-throughput-speedup-analysis"
18971
18972 - type: "plot"
18973   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18974   algorithm: "plot_tsa_name"
18975   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18976   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18977   include:
18978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18984   layout:
18985     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18986     layout: "plot-throughput-speedup-analysis"
18987
18988 - type: "plot"
18989   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18990   algorithm: "plot_tsa_name"
18991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18993   include:
18994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19000   layout:
19001     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19002     layout: "plot-throughput-speedup-analysis"
19003
19004 - type: "plot"
19005   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19006   algorithm: "plot_tsa_name"
19007   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19008   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19009   include:
19010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19014   layout:
19015     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19016     layout: "plot-throughput-speedup-analysis"
19017
19018 - type: "plot"
19019   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19020   algorithm: "plot_tsa_name"
19021   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19023   include:
19024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19028   layout:
19029     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19030     layout: "plot-throughput-speedup-analysis"
19031
19032 - type: "plot"
19033   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19034   algorithm: "plot_tsa_name"
19035   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19036   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19037   include:
19038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19044   layout:
19045     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19046     layout: "plot-throughput-speedup-analysis"
19047
19048 - type: "plot"
19049   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19050   algorithm: "plot_tsa_name"
19051   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19052   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19053   include:
19054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19060   layout:
19061     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19062     layout: "plot-throughput-speedup-analysis"
19063
19064 - type: "plot"
19065   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19066   algorithm: "plot_tsa_name"
19067   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19068   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19069   include:
19070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19074   layout:
19075     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19076     layout: "plot-throughput-speedup-analysis"
19077
19078 - type: "plot"
19079   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19080   algorithm: "plot_tsa_name"
19081   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19083   include:
19084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19088   layout:
19089     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19090     layout: "plot-throughput-speedup-analysis"
19091
19092 - type: "plot"
19093   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19094   algorithm: "plot_tsa_name"
19095   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19097   include:
19098     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19099     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19100     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19101     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19102     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19103     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19104   layout:
19105     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19106     layout: "plot-throughput-speedup-analysis"
19107
19108 - type: "plot"
19109   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19110   algorithm: "plot_tsa_name"
19111   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19113   include:
19114     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19115     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19116     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19117     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19118     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19119     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19120   layout:
19121     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19122     layout: "plot-throughput-speedup-analysis"
19123
19124 - type: "plot"
19125   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19126   algorithm: "plot_tsa_name"
19127   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19129   include:
19130     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19131     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19132     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19133     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19134   layout:
19135     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19136     layout: "plot-throughput-speedup-analysis"
19137
19138 - type: "plot"
19139   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19140   algorithm: "plot_tsa_name"
19141   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19143   include:
19144     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19145     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19146     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19147     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19148   layout:
19149     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19150     layout: "plot-throughput-speedup-analysis"
19151
19152 - type: "plot"
19153   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19154   algorithm: "plot_tsa_name"
19155   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19157   include:
19158     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19163   layout:
19164     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19165     layout: "plot-throughput-speedup-analysis"
19166
19167 - type: "plot"
19168   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19169   algorithm: "plot_tsa_name"
19170   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19172   include:
19173     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19174     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19176     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19177     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19178   layout:
19179     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19180     layout: "plot-throughput-speedup-analysis"
19181
19182 - type: "plot"
19183   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19184   algorithm: "plot_tsa_name"
19185   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19187   include:
19188     - "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"
19189     - "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"
19190     - "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"
19191     - "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"
19192     - "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"
19193   layout:
19194     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19195     layout: "plot-throughput-speedup-analysis"
19196
19197 - type: "plot"
19198   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19199   algorithm: "plot_tsa_name"
19200   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19202   include:
19203     - "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"
19204     - "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"
19205     - "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"
19206     - "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"
19207     - "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"
19208   layout:
19209     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19210     layout: "plot-throughput-speedup-analysis"
19211
19212 - type: "plot"
19213   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19214   algorithm: "plot_tsa_name"
19215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19217   include:
19218     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19219     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19220     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19221     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19222     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19223   layout:
19224     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19225     layout: "plot-throughput-speedup-analysis"
19226
19227 - type: "plot"
19228   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19229   algorithm: "plot_tsa_name"
19230   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19232   include:
19233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19234     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19235     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19237     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19238   layout:
19239     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19240     layout: "plot-throughput-speedup-analysis"
19241
19242 - type: "plot"
19243   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19244   algorithm: "plot_tsa_name"
19245   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19246   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19247   include:
19248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19251     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19253   layout:
19254     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19255     layout: "plot-throughput-speedup-analysis"
19256
19257 - type: "plot"
19258   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19259   algorithm: "plot_tsa_name"
19260   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19261   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19262   include:
19263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19268   layout:
19269     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19270     layout: "plot-throughput-speedup-analysis"
19271
19272 - type: "plot"
19273   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19274   algorithm: "plot_tsa_name"
19275   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19277   include:
19278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19282   layout:
19283     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19284     layout: "plot-throughput-speedup-analysis"
19285
19286 - type: "plot"
19287   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19288   algorithm: "plot_tsa_name"
19289   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19290   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19291   include:
19292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19296   layout:
19297     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19298     layout: "plot-throughput-speedup-analysis"
19299
19300 - type: "plot"
19301   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19302   algorithm: "plot_tsa_name"
19303   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19305   include:
19306     - "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"
19307     - "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"
19308     - "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"
19309     - "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"
19310   layout:
19311     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19312     layout: "plot-throughput-speedup-analysis"
19313
19314 - type: "plot"
19315   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
19316   algorithm: "plot_tsa_name"
19317   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
19318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19319   include:
19320     - "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"
19321     - "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"
19322     - "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"
19323     - "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"
19324   layout:
19325     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
19326     layout: "plot-throughput-speedup-analysis"
19327
19328 - type: "plot"
19329   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19330   algorithm: "plot_tsa_name"
19331   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19333   include:
19334     - "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"
19335     - "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"
19336     - "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"
19337     - "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"
19338     - "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"
19339     - "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"
19340   layout:
19341     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19342     layout: "plot-throughput-speedup-analysis"
19343
19344 - type: "plot"
19345   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19346   algorithm: "plot_tsa_name"
19347   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19349   include:
19350     - "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"
19351     - "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"
19352     - "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"
19353     - "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"
19354     - "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"
19355     - "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"
19356   layout:
19357     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19358     layout: "plot-throughput-speedup-analysis"
19359
19360 ################################################################################
19361
19362 # Packet Throughput - DPDK
19363
19364 # 2n-clx-xxv710
19365
19366 - type: "plot"
19367   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19368   algorithm: "plot_perf_box_name"
19369   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19370   data: "plot-dpdk-throughput-latency-2n-clx"
19371   include:
19372     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19373     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19374   layout:
19375     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19376     layout: "plot-throughput"
19377
19378 - type: "plot"
19379   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19380   algorithm: "plot_perf_box_name"
19381   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19382   data: "plot-dpdk-throughput-latency-2n-clx"
19383   include:
19384     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19385     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19386   layout:
19387     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19388     layout: "plot-throughput"
19389
19390 - type: "plot"
19391   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19392   algorithm: "plot_perf_box_name"
19393   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19394   data: "plot-dpdk-throughput-latency-2n-clx"
19395   include:
19396     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19397     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19398   layout:
19399     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19400     layout: "plot-throughput"
19401
19402 - type: "plot"
19403   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19404   algorithm: "plot_perf_box_name"
19405   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19406   data: "plot-dpdk-throughput-latency-2n-clx"
19407   include:
19408     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19409     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19410   layout:
19411     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19412     layout: "plot-throughput"
19413
19414 # 2n-clx-x710
19415
19416 - type: "plot"
19417   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19418   algorithm: "plot_perf_box_name"
19419   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19420   data: "plot-dpdk-throughput-latency-2n-clx"
19421   include:
19422     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19423     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19424   layout:
19425     title: "2n-clx-x710-64b-2t1c-base-ndr"
19426     layout: "plot-throughput"
19427
19428 - type: "plot"
19429   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19430   algorithm: "plot_perf_box_name"
19431   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19432   data: "plot-dpdk-throughput-latency-2n-clx"
19433   include:
19434     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19435     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19436   layout:
19437     title: "2n-clx-x710-64b-4t2c-base-ndr"
19438     layout: "plot-throughput"
19439
19440 - type: "plot"
19441   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19442   algorithm: "plot_perf_box_name"
19443   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19444   data: "plot-dpdk-throughput-latency-2n-clx"
19445   include:
19446     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19447     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19448   layout:
19449     title: "2n-clx-x710-64b-2t1c-base-pdr"
19450     layout: "plot-throughput"
19451
19452 - type: "plot"
19453   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19454   algorithm: "plot_perf_box_name"
19455   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19456   data: "plot-dpdk-throughput-latency-2n-clx"
19457   include:
19458     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19459     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19460   layout:
19461     title: "2n-clx-x710-64b-4t2c-base-pdr"
19462     layout: "plot-throughput"
19463
19464 ################################################################################
19465
19466 - type: "plot"
19467   title: "Latency by percentile: 2n-skx"
19468   algorithm: "plot_hdrh_lat_by_percentile"
19469   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19470   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19471   target-links: "../../_static/vpp"
19472   data: "plot-vpp-hdrh-lat-2n-skx"
19473   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19474   layout:
19475     layout: "plot-hdrh-latency-by-percentile"
19476
19477 - type: "plot"
19478   title: "Latency by percentile: 3n-skx"
19479   algorithm: "plot_hdrh_lat_by_percentile"
19480   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19481   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19482   target-links: "../../_static/vpp"
19483   data: "plot-vpp-hdrh-lat-3n-skx"
19484   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19485   layout:
19486     layout: "plot-hdrh-latency-by-percentile"
19487
19488 - type: "plot"
19489   title: "Latency by percentile: 2n-clx"
19490   algorithm: "plot_hdrh_lat_by_percentile"
19491   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19492   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19493   target-links: "../../_static/vpp"
19494   data: "plot-vpp-hdrh-lat-2n-clx"
19495   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19496   layout:
19497     layout: "plot-hdrh-latency-by-percentile"
19498
19499 - type: "plot"
19500   title: "Latency by percentile: 3n-hsw"
19501   algorithm: "plot_hdrh_lat_by_percentile"
19502   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19503   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19504   target-links: "../../_static/vpp"
19505   data: "plot-vpp-hdrh-lat-3n-hsw"
19506   filter: "'1T1C' and 'NIC_Intel-XL710'"
19507   layout:
19508     layout: "plot-hdrh-latency-by-percentile"
19509
19510 - type: "plot"
19511   title: "Latency by percentile: 3n-tsh"
19512   algorithm: "plot_hdrh_lat_by_percentile"
19513   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19514   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19515   target-links: "../../_static/vpp"
19516   data: "plot-vpp-hdrh-lat-3n-tsh"
19517   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19518   layout:
19519     layout: "plot-hdrh-latency-by-percentile"
19520
19521 - type: "plot"
19522   title: "Latency by percentile: DPDK 2n-skx"
19523   algorithm: "plot_hdrh_lat_by_percentile"
19524   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19525   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19526   target-links: "../../_static/dpdk"
19527   data: "plot-dpdk-hdrh-lat-2n-skx"
19528   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19529   layout:
19530     layout: "plot-hdrh-latency-by-percentile"
19531
19532 - type: "plot"
19533   title: "Latency by percentile: DPDK 3n-skx"
19534   algorithm: "plot_hdrh_lat_by_percentile"
19535   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19536   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19537   target-links: "../../_static/dpdk"
19538   data: "plot-dpdk-hdrh-lat-3n-skx"
19539   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19540   layout:
19541     layout: "plot-hdrh-latency-by-percentile"
19542
19543 - type: "plot"
19544   title: "Latency by percentile: DPDK 2n-clx"
19545   algorithm: "plot_hdrh_lat_by_percentile"
19546   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19547   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19548   target-links: "../../_static/dpdk"
19549   data: "plot-dpdk-hdrh-lat-2n-clx"
19550   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19551   layout:
19552     layout: "plot-hdrh-latency-by-percentile"
19553
19554 - type: "plot"
19555   title: "Latency by percentile: DPDK 3n-hsw"
19556   algorithm: "plot_hdrh_lat_by_percentile"
19557   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19558   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19559   target-links: "../../_static/dpdk"
19560   data: "plot-dpdk-hdrh-lat-3n-hsw"
19561   filter: "'1T1C' and 'NIC_Intel-XL710'"
19562   layout:
19563     layout: "plot-hdrh-latency-by-percentile"
19564
19565 - type: "plot"
19566   title: "Latency by percentile: DPDK 3n-tsh"
19567   algorithm: "plot_hdrh_lat_by_percentile"
19568   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19569   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19570   target-links: "../../_static/dpdk"
19571   data: "plot-dpdk-hdrh-lat-3n-tsh"
19572   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19573   layout:
19574     layout: "plot-hdrh-latency-by-percentile"