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         - 34  # NDRPDR sel
269         - 36  # NDRPDR sel
270         - 37  # NDRPDR sel
271
272     plot-vpp-hdrh-lat-3n-skx:
273       csit-vpp-perf-report-iterative-2005-3n-skx:
274         - 36  # NDRPDR sel
275
276     plot-vpp-nfv-3n-skx-ndrpdr:
277       # TODO: Add data:
278       csit-vpp-perf-report-iterative-2005-3n-skx:
279         - 4   # NDRPDR sel
280         - 5   # NDRPDR sel ??? all x710 failed
281         - 33  # NDRPDR sel
282         - 28  # NDRPDR sel
283         - 34  # NDRPDR sel
284
285     plot-vpp-nfv-3n-skx-mrr:
286       csit-vpp-perf-report-iterative-2005-3n-skx:
287         - 6   # MRR sel
288
289     plot-dpdk-throughput-latency-3n-skx:
290       csit-dpdk-perf-report-iterative-2005-3n-skx:
291         - 4   # NDRPDR sel
292         - 5   # NDRPDR sel
293         - 6   # NDRPDR sel
294         - 7   # NDRPDR sel
295         - 8   # NDRPDR sel
296         - 11  # NDRPDR sel
297         - 12  # NDRPDR sel
298         - 13  # NDRPDR sel
299         - 14  # NDRPDR sel
300         - 15  # NDRPDR sel
301
302     plot-dpdk-hdrh-lat-3n-skx:
303       csit-dpdk-perf-report-iterative-2005-3n-skx:
304         - 4   # NDRPDR sel
305
306     # 2n-skx
307
308     plot-vpp-throughput-lat-tsa-2n-skx:
309       # TODO: Add data:
310       csit-vpp-perf-report-iterative-2005-2n-skx:
311         - 43  # NDRPDR sel
312         - 38  # NDRPDR sel
313         - 7   # NDRPDR sel
314         - 47  # NDRPDR sel
315         - 55  # NDRPDR sel
316
317     plot-vpp-hdrh-lat-2n-skx:
318       csit-vpp-perf-report-iterative-2005-2n-skx:
319         - 55  # NDRPDR sel
320
321     plot-vpp-soak-2n-skx:
322       csit-vpp-perf-report-iterative-2005-2n-skx:
323         - 49  # Soak
324         - 54  # Soak
325
326     plot-vpp-nfv-2n-skx-ndrpdr:
327       # TODO: Add data:
328       csit-vpp-perf-report-iterative-2005-2n-skx:
329         - 43  # NDRPDR sel
330         - 38  # NDRPDR sel
331         - 7   # NDRPDR sel
332
333     plot-vpp-nfv-2n-skx-mrr:
334       csit-vpp-perf-report-iterative-2005-2n-skx:
335         - 42  # MRR sel
336
337     plot-vpp-nfv-reconf-2n-skx:
338       # TODO: Add data:
339       csit-vpp-perf-report-iterative-2005-2n-skx:
340         - 48  # Reconf
341         - 50  # Reconf
342         - 51  # Reconf
343         - 52  # Reconf
344         - 53  # Reconf
345         - 60  # Reconf
346         - 63  # Reconf
347         - 66  # Reconf
348
349     plot-dpdk-throughput-latency-2n-skx:
350       csit-dpdk-perf-report-iterative-2005-2n-skx:
351         - 1   # NDRPDR sel
352         - 2   # NDRPDR sel
353         - 3   # NDRPDR sel
354         - 4   # NDRPDR sel
355         - 5   # NDRPDR sel
356         - 6   # NDRPDR sel
357         - 7   # NDRPDR sel
358         - 8   # NDRPDR sel
359         - 9   # NDRPDR sel
360         - 10  # NDRPDR sel
361
362     plot-dpdk-hdrh-lat-2n-skx:
363       csit-dpdk-perf-report-iterative-2005-2n-skx:
364         - 1   # NDRPDR sel
365
366     # 2n-clx
367
368     plot-vpp-throughput-lat-tsa-2n-clx:
369       csit-vpp-perf-report-iterative-2005-2n-clx:
370         - 7   # NDRPDR sel
371         - 38  # NDRPDR sel
372         - 9   # NDRPDR sel
373         - 32  # NDRPDR sel ???
374         - 33  # NDRPDR sel ???
375         - 39  # NDRPDR sel
376         - 40  # NDRPDR sel
377         - 43  # NDRPDR sel
378         - 50  # NDRPDR sel
379         - 51  # NDRPDR sel
380
381     plot-vpp-hdrh-lat-2n-clx:
382       csit-vpp-perf-report-iterative-2005-2n-clx:
383         - 51  # NDRPDR sel
384
385 #    plot-vpp-http-server-performance:
386 #      # csit-vpp-perf-report-iterative-2005-2n-clx:
387 #      csit-vpp-perf-verify-2001-2n-clx:
388 #        - 80  # TCP
389
390     plot-vpp-nfv-2n-clx-ndrpdr:
391       csit-vpp-perf-report-iterative-2005-2n-clx:
392         - 7   # NDRPDR sel
393         - 38  # NDRPDR sel
394         - 9   # NDRPDR sel
395         - 32  # NDRPDR sel ???
396         - 33  # NDRPDR sel ???
397         - 39  # NDRPDR sel
398         - 40  # NDRPDR sel
399         - 43  # NDRPDR sel
400         - 50  # NDRPDR sel
401         - 51  # NDRPDR sel
402
403     plot-vpp-nfv-2n-clx-mrr:
404       csit-vpp-perf-report-iterative-2005-2n-clx:
405         - 12   # MRR
406
407     plot-vpp-nfv-reconf-2n-clx:
408       csit-vpp-perf-report-iterative-2005-2n-clx:
409         - 42  # Reconf
410         - 45  # Reconf
411         - 46  # Reconf
412         - 47  # Reconf
413         - 48  # Reconf
414         - 52  # Reconf
415         - 53  # Reconf
416         - 54  # Reconf
417         - 55  # Reconf
418         - 56  # Reconf
419
420     plot-vpp-soak-2n-clx:
421       csit-vpp-perf-report-iterative-2005-2n-clx:
422         - 44  # Soak
423         - 49  # Soak
424
425     plot-dpdk-throughput-latency-2n-clx:
426       csit-dpdk-perf-report-iterative-2005-2n-clx:
427         - 1   # NDRPDR sel
428         - 2   # NDRPDR sel
429         - 3   # NDRPDR sel
430         - 4   # NDRPDR sel
431         - 5   # NDRPDR sel
432         - 6   # NDRPDR sel
433         - 7   # NDRPDR sel
434         - 8   # NDRPDR sel
435         - 9   # NDRPDR sel
436         - 10  # NDRPDR sel
437
438     plot-dpdk-hdrh-lat-2n-clx:
439       csit-dpdk-perf-report-iterative-2005-2n-clx:
440         - 1   # NDRPDR sel
441
442     # 3n-tsh
443
444     plot-vpp-throughput-lat-tsa-3n-tsh:
445       # TODO: Add data:
446       csit-vpp-perf-report-iterative-2005-3n-tsh:
447         - 9   # NDRPDR sel
448         - 11  # NDRPDR sel
449
450     plot-vpp-hdrh-lat-3n-tsh:
451       # TODO: Add data:
452       csit-vpp-perf-report-iterative-2005-3n-tsh:
453         - 9   # NDRPDR sel
454
455     plot-dpdk-throughput-latency-3n-tsh:
456       # TODO: Add data:
457       csit-dpdk-perf-report-iterative-2005-3n-tsh:
458         - 5   # NDRPDR sel
459
460     plot-dpdk-hdrh-lat-3n-tsh:
461       # TODO: Replace with better results:
462       csit-dpdk-perf-report-iterative-2005-3n-tsh:
463         - 5   # NDRPDR sel
464
465     # 3n-dnv
466
467     plot-vpp-throughput-lat-tsa-3n-dnv:
468       csit-vpp-perf-report-iterative-2005-3n-dnv:
469         - 2   # NDRPDR sel
470         - 3   # NDRPDR sel
471         - 4   # NDRPDR sel
472         - 5   # NDRPDR sel
473         - 6   # NDRPDR sel
474         - 7   # NDRPDR sel
475         - 9   # NDRPDR sel
476         - 10  # NDRPDR sel
477         - 11  # NDRPDR sel
478         - 12  # NDRPDR sel
479
480     plot-dpdk-throughput-latency-3n-dnv:
481       csit-dpdk-perf-report-iterative-2005-3n-dnv:
482         - 6   # NDRPDR sel
483         - 7   # NDRPDR sel
484         - 8   # NDRPDR sel
485         - 9   # NDRPDR sel
486         - 10  # NDRPDR sel
487         - 11  # NDRPDR sel
488         - 12  # NDRPDR sel
489         - 13  # NDRPDR sel
490         - 14  # NDRPDR sel
491         - 16  # NDRPDR sel
492
493     # 2n-dnv
494
495     plot-vpp-throughput-lat-tsa-2n-dnv:
496       csit-vpp-perf-report-iterative-2005-2n-dnv:
497         - 3   # NDRPDR sel
498         - 6   # NDRPDR sel
499         - 7   # NDRPDR sel
500         - 8   # NDRPDR sel
501         - 9   # NDRPDR sel
502         - 10  # NDRPDR sel
503         - 11  # NDRPDR sel
504         - 12  # NDRPDR sel
505         - 13  # NDRPDR sel
506         - 14  # NDRPDR sel
507
508     plot-dpdk-throughput-latency-2n-dnv:
509       csit-dpdk-perf-report-iterative-2005-2n-dnv:
510         - 8   # NDRPDR sel
511         - 9   # NDRPDR sel
512         - 10  # NDRPDR sel
513         - 11  # NDRPDR sel
514         - 12  # NDRPDR sel
515         - 13  # NDRPDR sel
516         - 14  # NDRPDR sel
517         - 15  # NDRPDR sel
518         - 16  # NDRPDR sel
519         - 17  # NDRPDR sel
520
521     ###########################################################################
522     # Simple tables (only one data set):
523
524     # NIC Comparisons
525
526     vpp-nic-comparison-3n-skx:
527       # TODO: Add data:
528       csit-vpp-perf-report-iterative-2005-3n-skx:
529         - 4   # NDRPDR sel
530         - 5   # NDRPDR sel ??? all x710 failed
531         - 33  # NDRPDR sel
532         - 28  # NDRPDR sel
533         - 34  # NDRPDR sel
534         - 36  # NDRPDR sel
535         - 37  # NDRPDR sel
536
537     vpp-nic-comparison-2n-skx:
538       # TODO: Add data:
539       csit-vpp-perf-report-iterative-2005-2n-skx:
540         - 43  # NDRPDR sel
541         - 38  # NDRPDR sel
542         - 7   # NDRPDR sel
543         - 47  # NDRPDR sel
544         - 55  # NDRPDR sel
545
546     vpp-nic-comparison-3n-skx-mrr:
547       csit-vpp-perf-report-iterative-2005-3n-skx:
548         - 6   # MRR sel
549
550     vpp-nic-comparison-2n-skx-mrr:
551       csit-vpp-perf-report-iterative-2005-2n-skx:
552         - 42  # MRR sel
553
554     # Results
555
556     vpp-perf-results-3n-hsw:
557       csit-vpp-perf-report-coverage-2005-3n-hsw:
558         - 1   # perf-full-3n-dnv-crypto_I
559         - 7   # perf-full-3n-hsw-crypto_II
560         - 3   # perf-full-3n-hsw-crypto_III
561         - 4   # perf-full-3n-dnv-crypto_IV
562         - 5   # perf-full-3n-hsw-ip4_I
563         - 6   # perf-full-3n-hsw-ip4_II
564         - 8   # perf-full-3n-hsw-ip4_III
565         - 9   # perf-full-3n-hsw-ip4_IV
566         - 10  # perf-full-3n-hsw-ip4_V
567         - 26  # perf-full-3n-hsw-ip4_VI
568         - 18  # perf-full-3n-hsw-ip4_VII
569         - 27  # perf-full-3n-hsw-ip4_VIII
570         - 28  # perf-full-3n-hsw-ip4_IX
571         - 29  # perf-full-3n-hsw-ip6_I
572         - 35  # perf-full-3n-hsw-ip6_II
573         - 42  # perf-full-3n-hsw-l2_I
574         - 33  # perf-full-3n-hsw-l2_II
575         - 37  # perf-full-3n-hsw-l2_III
576         - 45  # perf-full-3n-hsw-l2_IV
577         - 43  # perf-full-3n-hsw-l2_V
578         - 40  # perf-full-3n-hsw-l2_VI
579         - 44  # perf-full-3n-hsw-l2_VII
580         - 51  # perf-full-3n-hsw-l2_VIII
581         - 50  # perf-full-3n-hsw-l2_IX
582         - 52  # perf-full-3n-hsw-l2_X
583         - 53  # perf-full-3n-hsw-l2_XI
584         - 54  # perf-full-3n-hsw-memif
585         - 55  # perf-full-3n-hsw-ip4tunnels-I
586         - 56  # perf-full-3n-hsw-ip4tunnels-II
587         - 57  # perf-full-3n-hsw-ip4tunnels-III
588         - 58  # perf-full-3n-hsw-ip6tunnels-I
589         - 59  # perf-full-3n-hsw-srv6-I
590         - 60  # perf-full-3n-hsw-srv6-II
591         - 61  # perf-full-3n-hsw-vhost-I
592         - 62  # perf-full-3n-hsw-vhost-II
593         - 63  # perf-full-3n-hsw-vhost-III
594
595     vpp-perf-results-3n-skx:
596       # TODO: Replace:
597       csit-vpp-perf-report-iterative-2005-3n-skx:
598         - 36  # NDRPDR sel
599
600     vpp-perf-results-2n-skx:
601       # TODO: Replace:
602       csit-vpp-perf-report-iterative-2005-2n-skx:
603         - 7   # NDRPDR sel
604
605     vpp-perf-results-2n-clx:
606       # TODO: Add data:
607       csit-vpp-perf-report-coverage-2005-2n-clx:
608         - 2   # perf-full-2n-clx-ip4_II
609         - 3   # perf-full-2n-clx-ip4_III
610         - 4   # perf-full-2n-clx-ip4_IV
611         - 5   # perf-full-2n-clx-ip4_V
612         - 7   # perf-full-2n-clx-ip6_I
613         - 10  # perf-full-2n-clx-l2_II
614         - 11  # perf-full-2n-clx-memif
615
616     vpp-perf-results-3n-tsh:
617       # TODO: Add data:
618       csit-vpp-perf-report-iterative-2005-3n-tsh:
619         - 9   # NDRPDR sel
620
621     vpp-perf-results-3n-dnv:
622       csit-vpp-perf-report-coverage-2005-3n-dnv:
623         - 1   # perf-full-3n-dnv-crypto_I
624         - 24  # perf-full-3n-dnv-crypto_II
625         - 5   # perf-full-3n-dnv-ip4_I
626         - 13  # perf-full-3n-dnv-ip4_II
627         - 17  # perf-full-3n-dnv-ip6_I
628         - 18  # perf-full-3n-dnv-ip6_II
629         - 21  # perf-full-3n-dnv-l2_I
630         - 22  # perf-full-3n-dnv-l2_II
631         - 23  # perf-full-3n-dnv-ip4-tunnels_I
632
633     vpp-perf-results-2n-dnv:
634       csit-vpp-perf-report-coverage-2005-2n-dnv:
635         - 1   # perf-full-2n-dnv-ip4_I
636         - 2   # perf-full-2n-dnv-ip4_II
637         - 3   # perf-full-2n-dnv-ip6_I
638         - 4   # perf-full-2n-dnv-ip6_II
639         - 5   # perf-full-2n-dnv-l2_I
640         - 6   # perf-full-2n-dnv-l2_II
641
642     vpp-mrr-results-3n-hsw:
643       csit-vpp-perf-report-iterative-2005-3n-hsw:
644         - 13  # MRR
645
646     vpp-mrr-results-3n-skx:
647       csit-vpp-perf-report-iterative-2005-3n-skx:
648         - 6   # MRR sel
649
650     vpp-mrr-results-2n-skx:
651       csit-vpp-perf-report-iterative-2005-2n-skx:
652         - 42  # MRR sel
653
654     vpp-mrr-results-2n-clx:
655       csit-vpp-perf-report-iterative-2005-2n-clx:
656         - 12   # MRR
657
658     vpp-mrr-results-3n-tsh:
659       csit-vpp-perf-report-iterative-2005-3n-tsh:
660         - 10  # MRR sel
661
662     vpp-mrr-results-3n-dnv:
663       csit-vpp-perf-report-iterative-2005-3n-dnv:
664         - 8   # MRR
665
666     vpp-mrr-results-2n-dnv:
667       csit-vpp-perf-report-iterative-2005-2n-dnv:
668         - 15  # MRR sel
669
670     vpp-device-results-ubuntu:
671       csit-vpp-device-2005-ubuntu1804-1n-skx:
672         - 35
673
674     dpdk-perf-results-3n-hsw:
675       csit-dpdk-perf-report-iterative-2005-3n-hsw:
676         - 5   # NDRPDR sel
677
678     dpdk-perf-results-3n-skx:
679       csit-dpdk-perf-report-iterative-2005-3n-skx:
680         - 4   # NDRPDR sel
681
682     dpdk-perf-results-2n-skx:
683       csit-dpdk-perf-report-iterative-2005-2n-skx:
684         - 1   # NDRPDR sel
685
686     dpdk-perf-results-2n-clx:
687       csit-dpdk-perf-report-iterative-2005-2n-clx:
688         - 1   # NDRPDR sel
689
690     dpdk-perf-results-2n-dnv:
691       csit-dpdk-perf-report-iterative-2005-2n-dnv:
692         - 8   # NDRPDR sel
693
694     dpdk-perf-results-3n-dnv:
695       csit-dpdk-perf-report-iterative-2005-3n-dnv:
696         - 6   # NDRPDR sel
697
698     dpdk-perf-results-3n-tsh:
699       # TODO: Replace with better results:
700       csit-dpdk-perf-report-iterative-2005-3n-tsh:
701         - 5   # NDRPDR sel
702
703 ###########################################################################
704     # Tables (more than one data set)
705
706     # Performance changes
707
708     vpp-performance-changes-3n-hsw-h1:
709       csit-vpp-perf-verify-1908-3n-hsw:
710         - 12  # NDRPDR sel
711         - 13  # NDRPDR sel
712         - 14  # NDRPDR sel
713         - 15  # NDRPDR sel
714         - 16  # NDRPDR sel
715         - 17  # NDRPDR sel
716         - 18  # NDRPDR sel
717         - 19  # NDRPDR sel
718         - 20  # NDRPDR sel
719         - 21  # NDRPDR sel
720     vpp-performance-changes-3n-hsw-ref:
721       csit-vpp-perf-verify-2001-3n-hsw:
722         - 21  # NDRPDR sel
723         - 22  # NDRPDR sel
724         - 23  # NDRPDR sel
725         - 24  # NDRPDR sel
726         - 25  # NDRPDR sel
727         - 29  # NDRPDR sel
728         - 30  # NDRPDR sel
729         - 31  # NDRPDR sel
730         - 32  # NDRPDR sel
731         - 34  # NDRPDR sel
732     vpp-performance-changes-3n-hsw-cmp:
733       csit-vpp-perf-report-iterative-2005-3n-hsw:
734         - 3   # NDRPDR sel
735         - 4   # NDRPDR sel
736         - 5   # NDRPDR sel
737         - 10  # NDRPDR sel
738         - 11  # NDRPDR sel
739         - 12  # NDRPDR sel
740         - 15  # NDRPDR sel
741         - 16  # NDRPDR sel
742         - 18  # NDRPDR sel
743         - 19  # NDRPDR sel
744
745     vpp-performance-changes-3n-skx-h1:
746       csit-vpp-perf-verify-1908-3n-skx:
747         - 26  # NDRPDR sel - new1908.1
748         - 27  # NDRPDR sel - new1908.1
749         - 28  # NDRPDR sel - new1908.1
750         - 29  # NDRPDR sel - new1908.1
751         - 30  # NDRPDR sel - new1908.1
752         - 31  # NDRPDR sel - new1908.1
753         - 33  # NDRPDR sel - new1908.1
754         - 34  # NDRPDR sel - new1908.1
755         - 35  # NDRPDR sel - new1908.1
756         - 36  # NDRPDR sel - new1908.1
757     vpp-performance-changes-3n-skx-ref:
758       csit-vpp-perf-verify-2001-3n-skx:
759         - 69  # NDRPDR sel - new2001.0
760         - 71  # NDRPDR sel - new2001.0
761         - 72  # NDRPDR sel - new2001.0
762         - 76  # NDRPDR sel - new2001.0
763         - 77  # NDRPDR sel - new2001.0
764         - 78  # NDRPDR sel - new2001.0
765         - 80  # NDRPDR sel - new2001.0
766     vpp-performance-changes-3n-skx-cmp:
767       # TODO: Add data:
768       csit-vpp-perf-report-iterative-2005-3n-skx:
769         - 4   # NDRPDR sel
770         - 5   # NDRPDR sel ??? all x710 failed
771         - 33  # NDRPDR sel
772         - 28  # NDRPDR sel
773         - 34  # NDRPDR sel
774         - 36  # NDRPDR sel
775         - 37  # NDRPDR sel
776
777     vpp-performance-changes-2n-skx-h1:
778       csit-vpp-perf-verify-1908-2n-skx:
779         - 39  # NDRPDR sel - new1908.1
780         - 40  # NDRPDR sel - new1908.1
781         - 41  # NDRPDR sel - new1908.1
782         - 43  # NDRPDR sel - new1908.1
783         - 44  # NDRPDR sel - new1908.1
784         - 45  # NDRPDR sel - new1908.1
785         - 46  # NDRPDR sel - new1908.1
786         - 47  # NDRPDR sel - new1908.1
787         - 48  # NDRPDR sel - new1908.1
788         - 49  # NDRPDR sel - new1908.1
789     vpp-performance-changes-2n-skx-ref:
790       csit-vpp-perf-verify-2001-2n-skx:
791         - 143  # NDRPDR sel - new2001.0
792         - 146  # NDRPDR sel - new2001.0
793         - 147  # NDRPDR sel - new2001.0
794         - 148  # NDRPDR sel - new2001.0
795         - 149  # NDRPDR sel - new2001.0
796         - 150  # NDRPDR sel - new2001.0
797         - 151  # NDRPDR sel - new2001.0
798         - 152  # NDRPDR sel - new2001.0
799         - 153  # NDRPDR sel - new2001.0
800         - 154  # NDRPDR sel - new2001.0
801     vpp-performance-changes-2n-skx-cmp:
802       # TODO: Add data:
803       csit-vpp-perf-report-iterative-2005-2n-skx:
804         - 43  # NDRPDR sel
805         - 38  # NDRPDR sel
806         - 7   # NDRPDR sel
807         - 47  # NDRPDR sel
808         - 55  # NDRPDR sel
809
810     vpp-performance-changes-nfv-2n-skx-ref:
811       csit-vpp-perf-verify-2001-2n-skx:
812         - 30  # NFV
813         - 31  # NFV
814     vpp-performance-changes-nfv-2n-skx-cmp:
815       # TODO: Add data:
816       csit-vpp-perf-report-iterative-2005-2n-skx:
817         - 43  # NDRPDR sel
818         - 38  # NDRPDR sel
819         - 7   # NDRPDR sel
820
821     vpp-performance-changes-2n-clx-ref:
822       csit-vpp-perf-verify-2001-2n-clx:
823         - 28  # NDRPDR sel
824         - 29  # NDRPDR sel
825         - 32  # NDRPDR sel
826         - 40  # NDRPDR sel
827         - 43  # NDRPDR sel
828         - 44  # NDRPDR sel
829         - 45  # NDRPDR sel
830         - 47  # NDRPDR sel
831         - 48  # NDRPDR sel
832         - 49  # NDRPDR sel
833     vpp-performance-changes-2n-clx-cmp:
834       csit-vpp-perf-report-iterative-2005-2n-clx:
835         - 7   # NDRPDR sel
836         - 38  # NDRPDR sel
837         - 9   # NDRPDR sel
838         - 32  # NDRPDR sel ???
839         - 33  # NDRPDR sel ???
840         - 39  # NDRPDR sel
841         - 40  # NDRPDR sel
842         - 43  # NDRPDR sel
843         - 50  # NDRPDR sel
844         - 51  # NDRPDR sel
845
846     vpp-performance-changes-2n-dnv-h1:
847       csit-vpp-perf-verify-1908-2n-dnv:
848         - 1   # NDRPDR sel
849         - 2   # NDRPDR sel
850         - 3   # NDRPDR sel
851         - 4   # NDRPDR sel
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     vpp-performance-changes-2n-dnv-ref:
859       csit-vpp-perf-verify-2001-2n-dnv:
860         - 4   # NDRPDR sel
861         - 5   # NDRPDR sel
862         - 6   # NDRPDR sel
863         - 7   # NDRPDR sel
864         - 8   # NDRPDR sel
865         - 9   # NDRPDR sel
866         - 10  # NDRPDR sel
867         - 11  # NDRPDR sel
868         - 13  # NDRPDR sel
869         - 16  # NDRPDR sel
870     vpp-performance-changes-2n-dnv-cmp:
871       csit-vpp-perf-report-iterative-2005-2n-dnv:
872         - 3   # NDRPDR sel
873         - 6   # NDRPDR sel
874         - 7   # NDRPDR sel
875         - 8   # NDRPDR sel
876         - 9   # NDRPDR sel
877         - 10  # NDRPDR sel
878         - 11  # NDRPDR sel
879         - 12  # NDRPDR sel
880         - 13  # NDRPDR sel
881         - 14  # NDRPDR sel
882
883     vpp-performance-changes-3n-dnv-h1:
884       csit-vpp-perf-verify-1908-3n-dnv:
885         - 6   # NDRPDR sel
886         - 7   # NDRPDR sel
887         - 8   # NDRPDR sel
888         - 9   # NDRPDR sel
889         - 10  # NDRPDR sel
890         - 12  # NDRPDR sel
891         - 13  # NDRPDR sel
892         - 14  # NDRPDR sel
893         - 15  # NDRPDR sel
894         - 16  # NDRPDR sel
895     vpp-performance-changes-3n-dnv-ref:
896       csit-vpp-perf-verify-2001-3n-dnv:
897         - 5   # NDRPDR sel
898         - 6   # NDRPDR sel
899         - 7   # NDRPDR sel
900         - 8   # NDRPDR sel
901         - 9   # NDRPDR sel
902         - 10  # NDRPDR sel
903         - 12  # NDRPDR sel
904         - 16  # NDRPDR sel
905         - 17  # NDRPDR sel
906         - 18  # NDRPDR sel
907     vpp-performance-changes-3n-dnv-cmp:
908       csit-vpp-perf-report-iterative-2005-3n-dnv:
909         - 2   # NDRPDR sel
910         - 3   # NDRPDR sel
911         - 4   # NDRPDR sel
912         - 5   # NDRPDR sel
913         - 6   # NDRPDR sel
914         - 7   # NDRPDR sel
915         - 9   # NDRPDR sel
916         - 10  # NDRPDR sel
917         - 11  # NDRPDR sel
918         - 12  # NDRPDR sel
919
920     vpp-performance-changes-3n-tsh-h1:
921       csit-vpp-perf-verify-1908-3n-tsh:
922         - 7   # NDRPDR sel
923         - 8   # NDRPDR sel
924         - 9   # NDRPDR sel
925         - 10  # NDRPDR sel
926         - 11  # NDRPDR sel
927         - 12  # NDRPDR sel
928         - 13  # NDRPDR sel
929         - 14  # NDRPDR sel
930         - 15  # NDRPDR sel
931         - 16  # NDRPDR sel
932     vpp-performance-changes-3n-tsh-ref:
933       csit-vpp-perf-verify-2001-3n-tsh:
934         - 3   # NDRPDR sel
935         - 4   # NDRPDR sel
936         - 7   # NDRPDR sel
937         - 8   # NDRPDR sel
938         - 10  # NDRPDR sel
939         - 12  # NDRPDR sel
940         - 13  # NDRPDR sel
941         - 14  # NDRPDR sel
942         - 15  # NDRPDR sel
943         - 21  # NDRPDR sel
944     vpp-performance-changes-3n-tsh-cmp:
945       # TODO: Add data:
946       csit-vpp-perf-report-iterative-2005-3n-tsh:
947         - 9   # NDRPDR sel
948         - 11  # NDRPDR sel
949
950     vpp-soak-vs-ndr-2n-skx-ref:
951       # TODO: Add data:
952       csit-vpp-perf-report-iterative-2005-2n-skx:
953         - 43  # NDRPDR sel
954         - 38  # NDRPDR sel
955         - 7   # NDRPDR sel
956         - 47  # NDRPDR sel
957         - 55  # NDRPDR sel
958     vpp-soak-vs-ndr-2n-skx-cmp:
959       csit-vpp-perf-report-iterative-2005-2n-skx:
960         - 49  # Soak
961         - 54  # Soak
962     vpp-soak-vs-ndr-2n-skx:
963       csit-vpp-perf-report-iterative-2005-2n-skx:
964         - 43  # NDRPDR sel
965         - 38  # NDRPDR sel
966         - 7   # NDRPDR sel
967         - 47  # NDRPDR sel
968         - 55  # NDRPDR sel
969         - 49  # Soak
970         - 54  # Soak
971
972     vpp-soak-vs-ndr-2n-clx-ref:
973       csit-vpp-perf-report-iterative-2005-2n-clx:
974         - 7   # NDRPDR sel
975         - 38  # NDRPDR sel
976         - 9   # NDRPDR sel
977         - 32  # NDRPDR sel ???
978         - 33  # NDRPDR sel ???
979         - 39  # NDRPDR sel
980         - 40  # NDRPDR sel
981         - 43  # NDRPDR sel
982         - 50  # NDRPDR sel
983         - 51  # NDRPDR sel
984     vpp-soak-vs-ndr-2n-clx-cmp:
985       csit-vpp-perf-report-iterative-2005-2n-clx:
986         - 44  # Soak
987         - 49  # Soak
988     vpp-soak-vs-ndr-2n-clx:
989       csit-vpp-perf-report-iterative-2005-2n-clx:
990         - 7   # NDRPDR sel
991         - 38  # NDRPDR sel
992         - 9   # NDRPDR sel
993         - 32  # NDRPDR sel ???
994         - 33  # NDRPDR sel ???
995         - 39  # NDRPDR sel
996         - 40  # NDRPDR sel
997         - 43  # NDRPDR sel
998         - 50  # NDRPDR sel
999         - 51  # NDRPDR sel
1000         - 44  # Soak
1001         - 49  # Soak
1002
1003     vpp-performance-changes-3n-hsw-mrr-h1:
1004       csit-vpp-perf-verify-1908-3n-hsw:
1005         - 39  # MRR sel
1006     vpp-performance-changes-3n-hsw-mrr-ref:
1007       csit-vpp-perf-verify-2001-3n-hsw:
1008         - 17  # MRR sel
1009     vpp-performance-changes-3n-hsw-mrr-cmp:
1010       csit-vpp-perf-report-iterative-2005-3n-hsw:
1011         - 13  # MRR
1012
1013     vpp-performance-changes-3n-skx-mrr-h1:
1014       csit-vpp-perf-verify-1908-3n-skx:
1015         - 36  # MRR sel
1016     vpp-performance-changes-3n-skx-mrr-ref:
1017       csit-vpp-perf-verify-2001-3n-skx:
1018         - 50  # MRR sel
1019         - 53  # MRR sel addition
1020     vpp-performance-changes-3n-skx-mrr-cmp:
1021       csit-vpp-perf-report-iterative-2005-3n-skx:
1022         - 6   # MRR sel
1023
1024     vpp-performance-changes-2n-skx-mrr-h1:
1025       csit-vpp-perf-verify-1908-2n-skx:
1026         - 69  # MRR sel
1027     vpp-performance-changes-2n-skx-mrr-ref:
1028       csit-vpp-perf-verify-2001-2n-skx:
1029         - 101 # MRR sel
1030         - 128 # MRR sel addition
1031     vpp-performance-changes-2n-skx-mrr-cmp:
1032       csit-vpp-perf-report-iterative-2005-2n-skx:
1033         - 42  # MRR sel
1034
1035     vpp-performance-changes-2n-clx-mrr-ref:
1036       csit-vpp-perf-verify-2001-2n-clx:
1037         - 39  # MRR
1038     vpp-performance-changes-2n-clx-mrr-cmp:
1039       csit-vpp-perf-report-iterative-2005-2n-clx:
1040         - 12   # MRR
1041
1042 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1043 #      csit-vpp-perf-verify-1908-2n-skx:
1044 #        - 71  # NFV MRR
1045 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1046 #      # TODO: Replace
1047 #      # csit-vpp-perf-verify-2001-2n-skx:
1048 #      csit-vpp-perf-verify-1908-2n-skx:
1049 #        - 71  # NFV MRR
1050
1051     vpp-performance-changes-2n-dnv-mrr-h1:
1052       csit-vpp-perf-verify-1908-2n-dnv:
1053         - 11  # MRR sel
1054     vpp-performance-changes-2n-dnv-mrr-ref:
1055       csit-vpp-perf-verify-2001-2n-dnv:
1056         - 12  # MRR sel
1057     vpp-performance-changes-2n-dnv-mrr-cmp:
1058       csit-vpp-perf-report-iterative-2005-2n-dnv:
1059         - 15  # MRR sel
1060
1061     vpp-performance-changes-3n-dnv-mrr-h1:
1062       csit-vpp-perf-verify-1908-3n-dnv:
1063         - 17  # MRR sel
1064     vpp-performance-changes-3n-dnv-mrr-ref:
1065       csit-vpp-perf-verify-2001-3n-dnv:
1066         - 11  # MRR sel
1067     vpp-performance-changes-3n-dnv-mrr-cmp:
1068       csit-vpp-perf-report-iterative-2005-3n-dnv:
1069         - 8   # MRR
1070
1071     vpp-performance-changes-3n-tsh-mrr-h1:
1072       csit-vpp-perf-verify-1908-3n-tsh:
1073         - 17  # MRR sel
1074     vpp-performance-changes-3n-tsh-mrr-ref:
1075       csit-vpp-perf-verify-2001-3n-tsh:
1076         - 9   # MRR sel
1077     vpp-performance-changes-3n-tsh-mrr-cmp:
1078       csit-vpp-perf-report-iterative-2005-3n-tsh:
1079         - 10  # MRR sel
1080
1081     dpdk-performance-changes-3n-hsw-h1:
1082       csit-dpdk-perf-verify-1908-3n-hsw:
1083         - 2   # NDRPDR sel
1084         - 3   # NDRPDR sel
1085         - 4   # NDRPDR sel
1086         - 5   # NDRPDR sel
1087         - 6   # NDRPDR sel
1088         - 7   # NDRPDR sel
1089         - 8   # NDRPDR sel
1090         - 9   # NDRPDR sel
1091         - 10  # NDRPDR sel
1092         - 11  # NDRPDR sel
1093     dpdk-performance-changes-3n-hsw-ref:
1094       csit-dpdk-perf-verify-2001-3n-hsw:
1095         - 4   # NDRPDR sel
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         - 15  # NDRPDR sel
1106         - 16  # NDRPDR sel
1107         - 17  # NDRPDR sel
1108         - 18  # NDRPDR sel
1109         - 19  # NDRPDR sel
1110         - 20  # NDRPDR sel
1111         - 21  # NDRPDR sel
1112         - 22  # NDRPDR sel
1113         - 23  # NDRPDR sel
1114         - 24  # NDRPDR sel
1115     dpdk-performance-changes-3n-hsw-cmp:
1116       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1117         - 5   # NDRPDR sel
1118         - 6   # NDRPDR sel
1119         - 7   # NDRPDR sel
1120         - 8   # NDRPDR sel
1121         - 9   # NDRPDR sel
1122         - 10  # NDRPDR sel
1123         - 11  # NDRPDR sel
1124         - 12  # NDRPDR sel
1125         - 13  # NDRPDR sel
1126         - 14  # NDRPDR sel
1127
1128     dpdk-performance-changes-3n-skx-h1:
1129       csit-dpdk-perf-verify-1908-3n-skx:
1130         - 3   # NDRPDR sel
1131         - 4   # NDRPDR sel
1132         - 5   # NDRPDR sel
1133         - 6   # NDRPDR sel
1134         - 7   # NDRPDR sel
1135         - 8   # NDRPDR sel
1136         - 9   # NDRPDR sel
1137         - 10  # NDRPDR sel
1138         - 11  # NDRPDR sel
1139         - 12  # NDRPDR sel
1140     dpdk-performance-changes-3n-skx-ref:
1141       csit-dpdk-perf-verify-2001-3n-skx:
1142         - 29  # NDRPDR sel xxv710
1143         - 33  # NDRPDR sel xxv710
1144         - 34  # NDRPDR sel xxv710
1145         - 35  # NDRPDR sel xxv710
1146         - 36  # NDRPDR sel xxv710
1147         - 37  # NDRPDR sel xxv710
1148         - 41  # NDRPDR sel xxv710
1149         - 42  # NDRPDR sel xxv710
1150         - 43  # NDRPDR sel xxv710
1151         - 45  # NDRPDR sel xxv710
1152         - 30  # NDRPDR sel x710
1153         - 31  # NDRPDR sel x710
1154         - 32  # NDRPDR sel x710
1155         - 38  # NDRPDR sel x710
1156         - 39  # NDRPDR sel x710
1157         - 40  # NDRPDR sel x710
1158         - 44  # NDRPDR sel x710
1159         - 46  # NDRPDR sel x710
1160         - 47  # NDRPDR sel x710
1161         - 48  # NDRPDR sel x710
1162     dpdk-performance-changes-3n-skx-cmp:
1163       csit-dpdk-perf-report-iterative-2005-3n-skx:
1164         - 4   # NDRPDR sel
1165         - 5   # NDRPDR sel
1166         - 6   # NDRPDR sel
1167         - 7   # NDRPDR sel
1168         - 8   # NDRPDR sel
1169         - 11  # NDRPDR sel
1170         - 12  # NDRPDR sel
1171         - 13  # NDRPDR sel
1172         - 14  # NDRPDR sel
1173         - 15  # NDRPDR sel
1174
1175     dpdk-performance-changes-2n-skx-h1:
1176       csit-dpdk-perf-verify-1908-2n-skx:
1177         - 2   # NDRPDR sel
1178         - 3   # NDRPDR sel
1179         - 4   # NDRPDR sel
1180         - 5   # NDRPDR sel
1181         - 7   # NDRPDR sel
1182         - 8   # NDRPDR sel
1183         - 9   # NDRPDR sel
1184         - 10  # NDRPDR sel
1185         - 11  # NDRPDR sel
1186         - 12  # NDRPDR sel
1187     dpdk-performance-changes-2n-skx-ref:
1188       csit-dpdk-perf-verify-2001-2n-skx:
1189         - 35  # NDRPDR sel xxv710
1190         - 36  # NDRPDR sel xxv710
1191         - 37  # NDRPDR sel xxv710
1192         - 41  # NDRPDR sel xxv710
1193         - 42  # NDRPDR sel xxv710
1194         - 43  # NDRPDR sel xxv710
1195         - 46  # NDRPDR sel xxv710
1196         - 47  # NDRPDR sel xxv710
1197         - 52  # NDRPDR sel xxv710
1198         - 53  # NDRPDR sel xxv710
1199         - 38  # NDRPDR sel x710
1200         - 39  # NDRPDR sel x710
1201         - 40  # NDRPDR sel x710
1202         - 44  # NDRPDR sel x710
1203         - 45  # NDRPDR sel x710
1204         - 48  # NDRPDR sel x710
1205         - 49  # NDRPDR sel x710
1206         - 50  # NDRPDR sel x710
1207         - 51  # NDRPDR sel x710
1208         - 54  # NDRPDR sel x710
1209     dpdk-performance-changes-2n-skx-cmp:
1210       csit-dpdk-perf-report-iterative-2005-2n-skx:
1211         - 1   # NDRPDR sel
1212         - 2   # NDRPDR sel
1213         - 3   # NDRPDR sel
1214         - 4   # NDRPDR sel
1215         - 5   # NDRPDR sel
1216         - 6   # NDRPDR sel
1217         - 7   # NDRPDR sel
1218         - 8   # NDRPDR sel
1219         - 9   # NDRPDR sel
1220         - 10  # NDRPDR sel
1221
1222     dpdk-performance-changes-2n-clx-ref:
1223       csit-dpdk-perf-verify-2001-2n-clx:
1224         - 15  # NDRPDR sel
1225         - 16  # NDRPDR sel
1226         - 17  # NDRPDR sel
1227         - 18  # NDRPDR sel
1228         - 19  # NDRPDR sel
1229         - 20  # NDRPDR sel
1230         - 21  # NDRPDR sel
1231         - 22  # NDRPDR sel
1232         - 23  # NDRPDR sel
1233         - 24  # NDRPDR sel
1234         - 25  # NDRPDR sel
1235         - 26  # NDRPDR sel
1236         - 27  # NDRPDR sel
1237         - 28  # NDRPDR sel
1238         - 29  # NDRPDR sel
1239         - 30  # NDRPDR sel
1240         - 31  # NDRPDR sel
1241         - 32  # NDRPDR sel
1242         - 33  # NDRPDR sel
1243         - 34  # NDRPDR sel
1244     dpdk-performance-changes-2n-clx-cmp:
1245       csit-dpdk-perf-report-iterative-2005-2n-clx:
1246         - 1   # NDRPDR sel
1247         - 2   # NDRPDR sel
1248         - 3   # NDRPDR sel
1249         - 4   # NDRPDR sel
1250         - 5   # NDRPDR sel
1251         - 6   # NDRPDR sel
1252         - 7   # NDRPDR sel
1253         - 8   # NDRPDR sel
1254         - 9   # NDRPDR sel
1255         - 10  # NDRPDR sel
1256
1257     dpdk-performance-changes-2n-dnv-ref:
1258       csit-dpdk-perf-verify-2001-2n-dnv:
1259         - 9   # NDRPDR sel
1260         - 10  # NDRPDR sel
1261         - 11  # NDRPDR sel
1262         - 12  # NDRPDR sel
1263         - 13  # NDRPDR sel
1264         - 14  # NDRPDR sel
1265         - 15  # NDRPDR sel
1266         - 16  # NDRPDR sel
1267         - 17  # NDRPDR sel
1268         - 18  # NDRPDR sel
1269     dpdk-performance-changes-2n-dnv-cmp:
1270       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1271         - 8   # NDRPDR sel
1272         - 9   # NDRPDR sel
1273         - 10  # NDRPDR sel
1274         - 11  # NDRPDR sel
1275         - 12  # NDRPDR sel
1276         - 13  # NDRPDR sel
1277         - 14  # NDRPDR sel
1278         - 15  # NDRPDR sel
1279         - 16  # NDRPDR sel
1280         - 17  # NDRPDR sel
1281
1282     dpdk-performance-changes-3n-dnv-ref:
1283       csit-dpdk-perf-verify-2001-3n-dnv:
1284         - 12  # NDRPDR sel
1285         - 13  # NDRPDR sel
1286         - 14  # NDRPDR sel
1287         - 15  # NDRPDR sel
1288         - 16  # NDRPDR sel
1289         - 17  # NDRPDR sel
1290         - 18  # NDRPDR sel
1291         - 19  # NDRPDR sel
1292         - 20  # NDRPDR sel
1293         - 22  # NDRPDR sel
1294     dpdk-performance-changes-3n-dnv-cmp:
1295       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1296         - 6   # NDRPDR sel
1297         - 7   # NDRPDR sel
1298         - 8   # NDRPDR sel
1299         - 9   # NDRPDR sel
1300         - 10  # NDRPDR sel
1301         - 11  # NDRPDR sel
1302         - 12  # NDRPDR sel
1303         - 13  # NDRPDR sel
1304         - 14  # NDRPDR sel
1305         - 16  # NDRPDR sel
1306
1307     dpdk-performance-changes-3n-tsh-ref:
1308       csit-dpdk-perf-verify-2001-3n-tsh:
1309         - 3   # NDRPDR sel
1310         - 4   # NDRPDR sel
1311         - 5   # NDRPDR sel
1312         - 9   # NDRPDR sel
1313         - 10  # NDRPDR sel
1314         - 11  # NDRPDR sel
1315         - 12  # NDRPDR sel
1316         - 14  # NDRPDR sel
1317         - 15  # NDRPDR sel
1318         - 18  # NDRPDR sel
1319     dpdk-performance-changes-3n-tsh-cmp:
1320       # TODO: Add data:
1321       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1322         - 5   # NDRPDR sel
1323
1324     # Compare testbeds
1325
1326     vpp-compare-testbeds-ref:
1327       csit-vpp-perf-report-iterative-2005-3n-hsw:
1328         - 3   # NDRPDR sel
1329         - 4   # NDRPDR sel
1330         - 5   # NDRPDR sel
1331         - 10  # NDRPDR sel
1332         - 11  # NDRPDR sel
1333         - 12  # NDRPDR sel
1334         - 15  # NDRPDR sel
1335         - 16  # NDRPDR sel
1336         - 18  # NDRPDR sel
1337         - 19  # NDRPDR sel
1338     vpp-compare-testbeds-cmp:
1339       # TODO: Add data:
1340       csit-vpp-perf-report-iterative-2005-3n-skx:
1341         - 4   # NDRPDR sel
1342         - 5   # NDRPDR sel ??? all x710 failed
1343         - 33  # NDRPDR sel
1344         - 28  # NDRPDR sel
1345         - 34  # NDRPDR sel
1346         - 36  # NDRPDR sel
1347         - 37  # NDRPDR sel
1348
1349     vpp-compare-testbeds-skx-clx-ref:
1350       # TODO: Add data:
1351       csit-vpp-perf-report-iterative-2005-2n-skx:
1352         - 43  # NDRPDR sel
1353         - 38  # NDRPDR sel
1354         - 7   # NDRPDR sel
1355         - 47  # NDRPDR sel
1356         - 55  # NDRPDR sel
1357     vpp-compare-testbeds-skx-clx-cmp:
1358       csit-vpp-perf-report-iterative-2005-2n-clx:
1359         - 7   # NDRPDR sel
1360         - 38  # NDRPDR sel
1361         - 9   # NDRPDR sel
1362         - 32  # NDRPDR sel ???
1363         - 33  # NDRPDR sel ???
1364         - 39  # NDRPDR sel
1365         - 40  # NDRPDR sel
1366         - 43  # NDRPDR sel
1367         - 50  # NDRPDR sel
1368         - 51  # NDRPDR sel
1369
1370     vpp-compare-testbeds-hsw-clx-ref:
1371       csit-vpp-perf-report-iterative-2005-3n-hsw:
1372         - 3   # NDRPDR sel
1373         - 4   # NDRPDR sel
1374         - 5   # NDRPDR sel
1375         - 10  # NDRPDR sel
1376         - 11  # NDRPDR sel
1377         - 12  # NDRPDR sel
1378         - 15  # NDRPDR sel
1379         - 16  # NDRPDR sel
1380         - 18  # NDRPDR sel
1381         - 19  # NDRPDR sel
1382     vpp-compare-testbeds-hsw-clx-cmp:
1383       csit-vpp-perf-report-iterative-2005-2n-clx:
1384         - 7   # NDRPDR sel
1385         - 38  # NDRPDR sel
1386         - 9   # NDRPDR sel
1387         - 32  # NDRPDR sel ???
1388         - 33  # NDRPDR sel ???
1389         - 39  # NDRPDR sel
1390         - 40  # NDRPDR sel
1391         - 43  # NDRPDR sel
1392         - 50  # NDRPDR sel
1393         - 51  # NDRPDR sel
1394
1395     vpp-compare-testbeds-mrr-ref:
1396       csit-vpp-perf-report-iterative-2005-3n-hsw:
1397         - 13  # MRR
1398     vpp-compare-testbeds-mrr-cmp:
1399       csit-vpp-perf-report-iterative-2005-3n-skx:
1400         - 6   # MRR sel
1401
1402     vpp-compare-testbeds-mrr-skx-clx-ref:
1403       csit-vpp-perf-report-iterative-2005-2n-skx:
1404         - 42  # MRR sel
1405     vpp-compare-testbeds-mrr-skx-clx-cmp:
1406       csit-vpp-perf-report-iterative-2005-2n-clx:
1407         - 12   # MRR
1408
1409     vpp-compare-testbeds-mrr-hsw-clx-ref:
1410       csit-vpp-perf-report-iterative-2005-3n-hsw:
1411         - 13  # MRR
1412     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1413       csit-vpp-perf-report-iterative-2005-2n-clx:
1414         - 12   # MRR
1415
1416     dpdk-compare-testbeds-ref:
1417       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1418         - 5   # NDRPDR sel
1419         - 6   # NDRPDR sel
1420         - 7   # NDRPDR sel
1421         - 8   # NDRPDR sel
1422         - 9   # NDRPDR sel
1423         - 10  # NDRPDR sel
1424         - 11  # NDRPDR sel
1425         - 12  # NDRPDR sel
1426         - 13  # NDRPDR sel
1427         - 14  # NDRPDR sel
1428     dpdk-compare-testbeds-cmp:
1429       csit-dpdk-perf-report-iterative-2005-3n-skx:
1430         - 4   # NDRPDR sel
1431         - 5   # NDRPDR sel
1432         - 6   # NDRPDR sel
1433         - 7   # NDRPDR sel
1434         - 8   # NDRPDR sel
1435         - 11  # NDRPDR sel
1436         - 12  # NDRPDR sel
1437         - 13  # NDRPDR sel
1438         - 14  # NDRPDR sel
1439         - 15  # NDRPDR sel
1440
1441     dpdk-compare-testbeds-skx-clx-ref:
1442       csit-dpdk-perf-report-iterative-2005-2n-skx:
1443         - 1   # NDRPDR sel
1444         - 2   # NDRPDR sel
1445         - 3   # NDRPDR sel
1446         - 4   # NDRPDR sel
1447         - 5   # NDRPDR sel
1448         - 6   # NDRPDR sel
1449         - 7   # NDRPDR sel
1450         - 8   # NDRPDR sel
1451         - 9   # NDRPDR sel
1452         - 10  # NDRPDR sel
1453     dpdk-compare-testbeds-skx-clx-cmp:
1454       csit-dpdk-perf-report-iterative-2005-2n-clx:
1455         - 1   # NDRPDR sel
1456         - 2   # NDRPDR sel
1457         - 3   # NDRPDR sel
1458         - 4   # NDRPDR sel
1459         - 5   # NDRPDR sel
1460         - 6   # NDRPDR sel
1461         - 7   # NDRPDR sel
1462         - 8   # NDRPDR sel
1463         - 9   # NDRPDR sel
1464         - 10  # NDRPDR sel
1465
1466     # Compare topologies
1467
1468     vpp-compare-topologies-ref:
1469       # TODO: Add data:
1470       csit-vpp-perf-report-iterative-2005-3n-skx:
1471         - 4   # NDRPDR sel
1472         - 5   # NDRPDR sel ??? all x710 failed
1473         - 33  # NDRPDR sel
1474         - 28  # NDRPDR sel
1475         - 34  # NDRPDR sel
1476         - 36  # NDRPDR sel
1477         - 37  # NDRPDR sel
1478     vpp-compare-topologies-cmp:
1479       # TODO: Add data:
1480       csit-vpp-perf-report-iterative-2005-2n-skx:
1481         - 43  # NDRPDR sel
1482         - 38  # NDRPDR sel
1483         - 7   # NDRPDR sel
1484         - 47  # NDRPDR sel
1485         - 55  # NDRPDR sel
1486
1487     vpp-compare-topologies-mrr-ref:
1488       csit-vpp-perf-report-iterative-2005-3n-skx:
1489         - 6   # MRR sel
1490     vpp-compare-topologies-mrr-cmp:
1491       csit-vpp-perf-report-iterative-2005-2n-skx:
1492         - 42  # MRR sel
1493
1494     dpdk-compare-topologies-ref:
1495       csit-dpdk-perf-report-iterative-2005-3n-skx:
1496         - 4   # NDRPDR sel
1497         - 5   # NDRPDR sel
1498         - 6   # NDRPDR sel
1499         - 7   # NDRPDR sel
1500         - 8   # NDRPDR sel
1501         - 11  # NDRPDR sel
1502         - 12  # NDRPDR sel
1503         - 13  # NDRPDR sel
1504         - 14  # NDRPDR sel
1505         - 15  # NDRPDR sel
1506     dpdk-compare-topologies-cmp:
1507       csit-dpdk-perf-report-iterative-2005-2n-skx:
1508         - 1   # NDRPDR sel
1509         - 2   # NDRPDR sel
1510         - 3   # NDRPDR sel
1511         - 4   # NDRPDR sel
1512         - 5   # NDRPDR sel
1513         - 6   # NDRPDR sel
1514         - 7   # NDRPDR sel
1515         - 8   # NDRPDR sel
1516         - 9   # NDRPDR sel
1517         - 10  # NDRPDR sel
1518
1519   plot-layouts:
1520
1521     plot-soak-throughput:
1522       titlefont:
1523         size: 18
1524       xaxis:
1525         title: "<b>Test Cases [Index]</b>"
1526         titlefont:
1527           size: 16
1528         autorange: True
1529         fixedrange: False
1530         gridcolor: "rgb(230, 230, 230)"
1531         linecolor: "rgb(220, 220, 220)"
1532         linewidth: 1
1533         showgrid: True
1534         showline: True
1535         showticklabels: True
1536         tickcolor: "rgb(220, 220, 220)"
1537         tickmode: "linear"
1538         tickfont:
1539           size: 16
1540         zeroline: False
1541       yaxis:
1542         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1543         titlefont:
1544           size: 16
1545         gridcolor: "rgb(230, 230, 230)"
1546         hoverformat: ".4r"
1547         tickformat: ".3r"
1548         linecolor: "rgb(220, 220, 220)"
1549         linewidth: 1
1550         showgrid: True
1551         showline: True
1552         showticklabels: True
1553         tickcolor: "rgb(220, 220, 220)"
1554         tickfont:
1555           size: 16
1556         zeroline: False
1557         range: [0,50]
1558       autosize: False
1559       margin:
1560         t: 50
1561         b: 0
1562         l: 80
1563         r: 20
1564       showlegend: True
1565       legend:
1566         orientation: "h"
1567         font:
1568           size: 16
1569       width: 700
1570       height: 900
1571       paper_bgcolor: "#fff"
1572       plot_bgcolor: "#fff"
1573       hoverlabel:
1574         namelength: -1
1575
1576     plot-service-density:
1577       titlefont:
1578         size: 18
1579       xaxis:
1580         side: "top"
1581         autorange: True
1582         fixedrange: False
1583         showgrid: False
1584         showline: False
1585         showticklabels: False
1586         ticks: ""
1587         ticklen: 0
1588         tickwidth: 0
1589         zeroline: False
1590       yaxis:
1591         autorange: "reversed"
1592         showgrid: False
1593         showline: False
1594         showticklabels: False
1595         ticks: ""
1596         ticklen: 0
1597         tickwidth: 0
1598         zeroline: False
1599       showlegend: False
1600       paper_bgcolor: "#fff"
1601       plot_bgcolor: "#fff"
1602       width: 700
1603       height: 700
1604       hoverlabel:
1605         namelength: -1
1606
1607 #    plot-cps:
1608 #      titlefont:
1609 #        size: 18
1610 #      xaxis:
1611 #        title: "<b>Test Cases [Index]</b>"
1612 #        titlefont:
1613 #          size: 16
1614 #        autorange: True
1615 #        fixedrange: False
1616 #        gridcolor: "rgb(230, 230, 230)"
1617 #        linecolor: "rgb(220, 220, 220)"
1618 #        linewidth: 1
1619 #        showgrid: True
1620 #        showline: True
1621 #        showticklabels: True
1622 #        tickcolor: "rgb(220, 220, 220)"
1623 #        tickmode: "linear"
1624 #        tickfont:
1625 #          size: 16
1626 #        zeroline: False
1627 #      yaxis:
1628 #        title: "<b>Connections Per Second [cps]</b>"
1629 #        titlefont:
1630 #          size: 16
1631 #        gridcolor: "rgb(230, 230, 230)"
1632 #        hoverformat: ".4s"
1633 #        linecolor: "rgb(220, 220, 220)"
1634 #        linewidth: 1
1635 #        rangemode: "tozero"
1636 #        showgrid: True
1637 #        showline: True
1638 #        showticklabels: True
1639 #        tickcolor: "rgb(220, 220, 220)"
1640 #        tickformat: ".3s"
1641 #        tickfont:
1642 #          size: 16
1643 #        zeroline: False
1644 #      boxmode: "group"
1645 #      boxgroupgap: 0.5
1646 #      autosize: False
1647 #      margin:
1648 #        t: 50
1649 #        b: 20
1650 #        l: 80
1651 #        r: 20
1652 #      showlegend: True
1653 #      legend:
1654 #        orientation: "h"
1655 #        font:
1656 #          size: 16
1657 #      width: 700
1658 #      height: 800
1659 #      paper_bgcolor: "#fff"
1660 #      plot_bgcolor: "#fff"
1661 #      hoverlabel:
1662 #        namelength: -1
1663 #
1664 #    plot-rps:
1665 #      titlefont:
1666 #        size: 18
1667 #      xaxis:
1668 #        title: "<b>Test Cases [Index]</b>"
1669 #        titlefont:
1670 #          size: 16
1671 #        autorange: True
1672 #        fixedrange: False
1673 #        gridcolor: "rgb(230, 230, 230)"
1674 #        linecolor: "rgb(220, 220, 220)"
1675 #        linewidth: 1
1676 #        showgrid: True
1677 #        showline: True
1678 #        showticklabels: True
1679 #        tickcolor: "rgb(220, 220, 220)"
1680 #        tickmode: "linear"
1681 #        tickfont:
1682 #          size: 16
1683 #        zeroline: False
1684 #      yaxis:
1685 #        title: "<b>Requests Per Second [rps]</b>"
1686 #        titlefont:
1687 #          size: 16
1688 #        gridcolor: "rgb(230, 230, 230)"
1689 #        hoverformat: ".4s"
1690 #        linecolor: "rgb(220, 220, 220)"
1691 #        linewidth: 1
1692 #        rangemode: "tozero"
1693 #        showgrid: True
1694 #        showline: True
1695 #        showticklabels: True
1696 #        tickcolor: "rgb(230, 230, 230)"
1697 #        tickformat: ".3s"
1698 #        tickfont:
1699 #          size: 16
1700 #        zeroline: False
1701 #      boxmode: "group"
1702 #      boxgroupgap: 0.5
1703 #      autosize: False
1704 #      margin:
1705 #        t: 50
1706 #        b: 20
1707 #        l: 80
1708 #        r: 20
1709 #      showlegend: True
1710 #      legend:
1711 #        orientation: "h"
1712 #        font:
1713 #          size: 16
1714 #      width: 700
1715 #      height: 800
1716 #      paper_bgcolor: "#fff"
1717 #      plot_bgcolor: "#fff"
1718 #      hoverlabel:
1719 #        namelength: -1
1720
1721     plot-hoststack:
1722       titlefont:
1723         size: 16
1724       xaxis:
1725         title: "<b>Test Cases [Index]</b>"
1726         titlefont:
1727           size: 14
1728         autorange: True
1729         fixedrange: False
1730         gridcolor: "rgb(230, 230, 230)"
1731         linecolor: "rgb(220, 220, 220)"
1732         linewidth: 1
1733         showgrid: True
1734         showline: True
1735         showticklabels: True
1736         tickcolor: "rgb(220, 220, 220)"
1737         tickmode: "linear"
1738         tickfont:
1739           size: 14
1740         zeroline: False
1741       yaxis:
1742         title: "<b>Bandwidth [Gbps]</b>"
1743         titlefont:
1744           size: 14
1745         gridcolor: "rgb(230, 230, 230)"
1746         hoverformat: ".4s"
1747         linecolor: "rgb(220, 220, 220)"
1748         linewidth: 1
1749         rangemode: "tozero"
1750         showgrid: True
1751         showline: True
1752         showticklabels: True
1753         tickcolor: "rgb(230, 230, 230)"
1754         tickformat: ".3s"
1755         tickfont:
1756           size: 14
1757         zeroline: False
1758       boxmode: "group"
1759       boxgroupgap: 0.5
1760       autosize: False
1761       margin:
1762         t: 50
1763         b: 20
1764         l: 80
1765         r: 20
1766       showlegend: True
1767       legend:
1768         orientation: "h"
1769         font:
1770           size: 14
1771       width: 700
1772       height: 800
1773       paper_bgcolor: "#fff"
1774       plot_bgcolor: "#fff"
1775       hoverlabel:
1776         namelength: -1
1777
1778     plot-throughput:
1779       titlefont:
1780         size: 18
1781       xaxis:
1782         title: "<b>Test Cases [Index]</b>"
1783         titlefont:
1784           size: 16
1785         autorange: True
1786         fixedrange: False
1787         gridcolor: "rgb(230, 230, 230)"
1788         linecolor: "rgb(220, 220, 220)"
1789         linewidth: 1
1790         showgrid: True
1791         showline: True
1792         showticklabels: True
1793         tickcolor: "rgb(220, 220, 220)"
1794         tickmode: "linear"
1795         tickfont:
1796           size: 16
1797         zeroline: False
1798       yaxis:
1799         title: "<b>Packet Throughput [Mpps]</b>"
1800         titlefont:
1801           size: 16
1802         gridcolor: "rgb(230, 230, 230)"
1803         hoverformat: ".4r"
1804         tickformat: ".3r"
1805         linecolor: "rgb(220, 220, 220)"
1806         linewidth: 1
1807         showgrid: True
1808         showline: True
1809         showticklabels: True
1810         tickcolor: "rgb(220, 220, 220)"
1811         tickfont:
1812           size: 16
1813         zeroline: False
1814         range: [0,50]
1815       autosize: False
1816       margin:
1817         t: 50
1818         b: 0
1819         l: 80
1820         r: 20
1821       showlegend: True
1822       legend:
1823         orientation: "h"
1824         font:
1825           size: 16
1826       width: 700
1827       height: 900
1828       paper_bgcolor: "#fff"
1829       plot_bgcolor: "#fff"
1830       hoverlabel:
1831         namelength: -1
1832
1833     plot-throughput-speedup-analysis:
1834       titlefont:
1835         size: 18
1836       xaxis:
1837         title: "<b>Number of Cores [Qty]</b>"
1838         titlefont:
1839           size: 16
1840         autorange: True
1841         fixedrange: False
1842         gridcolor: "rgb(230, 230, 230)"
1843         linecolor: "rgb(220, 220, 220)"
1844         linewidth: 1
1845         showgrid: True
1846         showline: True
1847         showticklabels: True
1848         tickcolor: "rgb(238, 238, 238)"
1849         tickmode: "linear"
1850         tickfont:
1851           size: 16
1852         zeroline: False
1853       yaxis:
1854         title: "<b>Packet Throughput [Mpps]</b>"
1855         titlefont:
1856           size: 16
1857         type: "linear"
1858         gridcolor: "rgb(230, 230, 230)"
1859         hoverformat: ".4s"
1860         linecolor: "rgb(220, 220, 220)"
1861         linewidth: 1
1862         showgrid: True
1863         showline: True
1864         showticklabels: True
1865         tickcolor: "rgb(220, 220, 220)"
1866         tickformat: ".4s"
1867         tickfont:
1868           size: 16
1869         zeroline: True
1870         rangemode: "tozero"
1871         range: [0,100]
1872       legend:
1873         orientation: "h"
1874         font:
1875           size: 16
1876         xanchor: "left"
1877         yanchor: "top"
1878         x: 0
1879         y: -0.2
1880         bgcolor: "rgba(255, 255, 255, 0)"
1881         bordercolor: "rgba(255, 255, 255, 0)"
1882         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1883       autosize: False
1884       margin:
1885           't': 50
1886           'b': 150
1887           'l': 85
1888           'r': 10
1889       showlegend: True
1890       width: 700
1891       height: 700
1892       paper_bgcolor: "#fff"
1893       plot_bgcolor: "#fff"
1894       hoverlabel:
1895         namelength: -1
1896       annotations: [
1897         {
1898           text: "_ _          __          ...",
1899           align: "left",
1900           showarrow: False,
1901           xref: "paper",
1902           yref: "paper",
1903           xanchor: "left",
1904           yanchor: "top",
1905           x: 0,
1906           y: -0.13,
1907           font: {
1908             family: "Consolas, Courier New",
1909             size: 15
1910           },
1911         },
1912         {
1913           text: "    Perfect     Measured     Limit",
1914           align: "left",
1915           showarrow: False,
1916           xref: "paper",
1917           yref: "paper",
1918           xanchor: "left",
1919           yanchor: "top",
1920           x: 0,
1921           y: -0.15,
1922           font: {
1923             family: "Consolas, Courier New",
1924             size: 15
1925           },
1926         },
1927       ]
1928
1929     plot-latency:
1930       titlefont:
1931         size: 18
1932       xaxis:
1933         title: "<b>Direction</b>"
1934         titlefont:
1935           size: 16
1936         autorange: True
1937         fixedrange: False
1938         gridcolor: "rgb(230, 230, 230)"
1939         linecolor: "rgb(220, 220, 220)"
1940         linewidth: 1
1941         showgrid: True
1942         showline: True
1943         showticklabels: False
1944         tickcolor: "rgb(220, 220, 220)"
1945         tickmode: "linear"
1946         tickfont:
1947           size: 16
1948         zeroline: False
1949       yaxis:
1950         title: "<b>Packet Latency [uSec]</b>"
1951         titlefont:
1952           size: 16
1953         type: "linear"
1954         gridcolor: "rgb(230, 230, 230)"
1955         hoverformat: ".4s"
1956         linecolor: "rgb(220, 220, 220)"
1957         linewidth: 1
1958         showgrid: True
1959         showline: True
1960         showticklabels: True
1961         tickcolor: "rgb(220, 220, 220)"
1962         tickformat: ".4s"
1963         tickfont:
1964           size: 16
1965         zeroline: True
1966         rangemode: "tozero"
1967       legend:
1968         orientation: "h"
1969         font:
1970           size: 16
1971         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1972       autosize: False
1973       margin:
1974           't': 50
1975           'b': 150
1976           'l': 80
1977           'r': 10
1978       showlegend: True
1979       width: 700
1980       height: 700
1981       paper_bgcolor: "#fff"
1982       plot_bgcolor: "#fff"
1983       hoverlabel:
1984         namelength: -1
1985
1986     plot-hdrh-latency:
1987       title:
1988         text: ""
1989         xanchor: "center"
1990         x: 0.5
1991         font:
1992           size: 16
1993       width: 700
1994       plot_bgcolor: "white"
1995       annotations:
1996         - font:
1997             size: 14
1998           showarrow: False
1999           text: "<b>Packet Latency [uSec]</b>"
2000           x: 1
2001           xanchor: "right"
2002           xref: "paper"
2003           y: -0.045
2004           yanchor: "top"
2005           yref: "paper"
2006         - font:
2007             size: 14
2008           showarrow: False
2009           text: "<b>Probability [%]</b>"
2010           textangle: 270
2011           x: -0.06
2012           xanchor: "center"
2013           xref: "paper"
2014           y: 0.5
2015           yanchor: "middle"
2016           yref: "paper"
2017         - font:
2018             size: 14
2019           showarrow: False
2020           text: "<b>Direction: E-W</b>"
2021           x: 0.24
2022           xanchor: "center"
2023           xref: "paper"
2024           y: 1.05
2025           yanchor: "bottom"
2026           yref: "paper"
2027         - font:
2028             size: 14
2029           showarrow: False
2030           text: "<b>Direction: W-E</b>"
2031           x: 0.74
2032           xanchor: "center"
2033           xref: "paper"
2034           y: 1.05
2035           yanchor: "bottom"
2036           yref: "paper"
2037
2038     plot-hdrh-latency-percentile:
2039       title:
2040         text: ""
2041         xanchor: "center"
2042         x: 0.5
2043         font:
2044           size: 18
2045       xaxis:
2046         type: "log"
2047         title: "<b>Percentile [%]</b>"
2048         titlefont:
2049           size: 16
2050         autorange: True
2051         fixedrange: False
2052         gridcolor: "rgb(230, 230, 230)"
2053         linecolor: "rgb(220, 220, 220)"
2054         linewidth: 1
2055         showgrid: True
2056         showline: True
2057         showticklabels: True
2058         tickcolor: "rgb(220, 220, 220)"
2059         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2060         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2061         tickfont:
2062           size: 16
2063       yaxis:
2064         title: "<b>Packet Latency [uSec]</b>"
2065         titlefont:
2066           size: 16
2067         gridcolor: "rgb(230, 230, 230)"
2068         linecolor: "rgb(220, 220, 220)"
2069         linewidth: 1
2070         showgrid: True
2071         showline: True
2072         showticklabels: True
2073         tickcolor: "rgb(220, 220, 220)"
2074         tickfont:
2075           size: 16
2076       autosize: False
2077       showlegend: True
2078       legend:
2079         traceorder: "normal"
2080         orientation: "h"
2081         font:
2082           size: 16
2083         xanchor: "left"
2084         yanchor: "top"
2085         x: 0
2086         y: -0.15
2087         bgcolor: "rgba(255, 255, 255, 0)"
2088         bordercolor: "rgba(255, 255, 255, 0)"
2089       width: 700
2090       height: 700
2091       paper_bgcolor: "white"
2092       plot_bgcolor: "white"
2093
2094     plot-hdrh-latency-by-percentile:
2095       title:
2096         text: "<b>Latency by Percentile Distribution</b>"
2097         xanchor: "center"
2098         x: 0.5
2099         font:
2100           size: 18
2101       showlegend: True
2102       legend:
2103         traceorder: "normal"
2104         orientation: "h"
2105         font:
2106           size: 16
2107         xanchor: "left"
2108         yanchor: "top"
2109         x: 0
2110         y: -0.2
2111         bgcolor: "rgba(255, 255, 255, 0)"
2112         bordercolor: "rgba(255, 255, 255, 0)"
2113       xaxis:
2114         type: "linear"
2115         title: "<b>Percentile [%]</b>"
2116         titlefont:
2117           size: 14
2118         autorange: False
2119         fixedrange: False
2120         range: [0, 100]
2121         gridcolor: "rgb(230, 230, 230)"
2122         linecolor: "rgb(220, 220, 220)"
2123         linewidth: 1
2124         showgrid: True
2125         showline: True
2126         showticklabels: True
2127         tickcolor: "rgb(220, 220, 220)"
2128         tickvals: [0, 25, 50, 75, 100]
2129         ticktext: [0, 25, 50, 75, 100]
2130         tickfont:
2131           size: 14
2132       yaxis:
2133         title: "<b>One-Way Latency per Direction [uSec]</b>"
2134         titlefont:
2135           size: 14
2136         gridcolor: "rgb(230, 230, 230)"
2137         linecolor: "rgb(220, 220, 220)"
2138         linewidth: 1
2139         showgrid: True
2140         showline: True
2141         showticklabels: True
2142         tickcolor: "rgb(220, 220, 220)"
2143         tickfont:
2144           size: 14
2145       width: 700
2146       height: 700
2147       paper_bgcolor: "white"
2148       plot_bgcolor: "white"
2149
2150 - type: "static"
2151   src-path: "{DIR[RST]}"
2152   dst-path: "{DIR[WORKING,SRC]}"
2153
2154 - type: "input"
2155   general:
2156     file-name: "output_info.xml.gz"
2157     file-format: ".gz"
2158     arch-file-format:
2159       - ".gz"
2160       - ".zip"
2161     download-path: "{job}/{build}/archives/{filename}"
2162     extract: "output.xml"
2163
2164     zip-file-name: "robot-plugin.zip"
2165     zip-file-format: ".zip"
2166     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2167     zip-extract: "robot-plugin/output.xml"
2168
2169   builds:
2170
2171     csit-vpp-perf-verify-1908-3n-hsw:
2172       - 12  # NDRPDR sel
2173       - 13  # NDRPDR sel
2174       - 14  # NDRPDR sel
2175       - 15  # NDRPDR sel
2176       - 16  # NDRPDR sel
2177       - 17  # NDRPDR sel
2178       - 18  # NDRPDR sel
2179       - 19  # NDRPDR sel
2180       - 20  # NDRPDR sel
2181       - 21  # NDRPDR sel
2182       - 48  # NDRPDR sel vhost
2183       - 49  # NDRPDR sel vhost
2184       - 52  # NDRPDR sel vhost
2185       - 53  # NDRPDR sel vhost
2186       - 54  # NDRPDR sel vhost
2187       - 55  # NDRPDR sel vhost
2188       - 56  # NDRPDR sel vhost
2189       - 57  # NDRPDR sel vhost
2190       - 58  # NDRPDR sel vhost
2191       - 59  # NDRPDR sel vhost
2192       - 39  # MRR sel
2193     csit-vpp-perf-verify-2001-3n-hsw:
2194       - 21  # NDRPDR sel
2195       - 22  # NDRPDR sel
2196       - 23  # NDRPDR sel
2197       - 24  # NDRPDR sel
2198       - 25  # NDRPDR sel
2199       - 29  # NDRPDR sel
2200       - 30  # NDRPDR sel
2201       - 31  # NDRPDR sel
2202       - 32  # NDRPDR sel
2203       - 34  # NDRPDR sel
2204       - 17  # MRR sel
2205     csit-vpp-perf-report-iterative-2005-3n-hsw:
2206       - 3   # NDRPDR sel
2207       - 4   # NDRPDR sel
2208       - 5   # NDRPDR sel
2209       - 10  # NDRPDR sel
2210       - 11  # NDRPDR sel
2211       - 12  # NDRPDR sel
2212       - 15  # NDRPDR sel
2213       - 16  # NDRPDR sel
2214       - 18  # NDRPDR sel
2215       - 19  # NDRPDR sel
2216       - 13  # MRR
2217     csit-vpp-perf-verify-2005-3n-hsw:
2218       - 3   # hoststack
2219       - 5   # hoststack
2220       - 6   # hoststack
2221       - 7   # hoststack
2222       - 8   # hoststack
2223       - 9   # hoststack
2224       - 10  # hoststack
2225       - 11  # hoststack
2226       - 12  # hoststack
2227       - 13  # hoststack
2228     csit-vpp-perf-report-coverage-2005-3n-hsw:
2229       - 1   # perf-full-3n-dnv-crypto_I
2230       - 7   # perf-full-3n-hsw-crypto_II
2231       - 3   # perf-full-3n-hsw-crypto_III
2232       - 4   # perf-full-3n-dnv-crypto_IV
2233       - 5   # perf-full-3n-hsw-ip4_I
2234       - 6   # perf-full-3n-hsw-ip4_II
2235       - 8   # perf-full-3n-hsw-ip4_III
2236       - 9   # perf-full-3n-hsw-ip4_IV
2237       - 10  # perf-full-3n-hsw-ip4_V
2238       - 26  # perf-full-3n-hsw-ip4_VI
2239       - 18  # perf-full-3n-hsw-ip4_VII
2240       - 27  # perf-full-3n-hsw-ip4_VIII
2241       - 28  # perf-full-3n-hsw-ip4_IX
2242       - 29  # perf-full-3n-hsw-ip6_I
2243       - 35  # perf-full-3n-hsw-ip6_II
2244       - 42  # perf-full-3n-hsw-l2_I
2245       - 33  # perf-full-3n-hsw-l2_II
2246       - 37  # perf-full-3n-hsw-l2_III
2247       - 45  # perf-full-3n-hsw-l2_IV
2248       - 43  # perf-full-3n-hsw-l2_V
2249       - 40  # perf-full-3n-hsw-l2_VI
2250       - 44  # perf-full-3n-hsw-l2_VII
2251       - 51  # perf-full-3n-hsw-l2_VIII
2252       - 50  # perf-full-3n-hsw-l2_IX
2253       - 52  # perf-full-3n-hsw-l2_X
2254       - 53  # perf-full-3n-hsw-l2_XI
2255       - 54  # perf-full-3n-hsw-memif
2256       - 55  # perf-full-3n-hsw-ip4tunnels-I
2257       - 56  # perf-full-3n-hsw-ip4tunnels-II
2258       - 57  # perf-full-3n-hsw-ip4tunnels-III
2259       - 58  # perf-full-3n-hsw-ip6tunnels-I
2260       - 59  # perf-full-3n-hsw-srv6-I
2261       - 60  # perf-full-3n-hsw-srv6-II
2262       - 61  # perf-full-3n-hsw-vhost-I
2263       - 62  # perf-full-3n-hsw-vhost-II
2264       - 63  # perf-full-3n-hsw-vhost-III
2265
2266     csit-vpp-perf-verify-1908_1-3n-skx:
2267       - 26  # NDRPDR sel - new1908.1
2268       - 27  # NDRPDR sel - new1908.1
2269       - 28  # NDRPDR sel - new1908.1
2270       - 29  # NDRPDR sel - new1908.1
2271       - 30  # NDRPDR sel - new1908.1
2272       - 31  # NDRPDR sel - new1908.1
2273       - 33  # NDRPDR sel - new1908.1
2274       - 34  # NDRPDR sel - new1908.1
2275       - 35  # NDRPDR sel - new1908.1
2276       - 36  # NDRPDR sel - new1908.1
2277     csit-vpp-perf-verify-2001-3n-skx:
2278       - 69  # NDRPDR sel - new2001.0
2279       - 71  # NDRPDR sel - new2001.0
2280       - 72  # NDRPDR sel - new2001.0
2281       - 76  # NDRPDR sel - new2001.0
2282       - 77  # NDRPDR sel - new2001.0
2283       - 78  # NDRPDR sel - new2001.0
2284       - 80  # NDRPDR sel - new2001.0
2285       - 50  # MRR sel
2286       - 53  # MRR sel addition
2287     # TODO: Add data:
2288     csit-vpp-perf-report-iterative-2005-3n-skx:
2289       - 4   # NDRPDR sel
2290       - 5   # NDRPDR sel ??? all x710 failed
2291       - 33  # NDRPDR sel
2292       - 28  # NDRPDR sel
2293       - 34  # NDRPDR sel
2294       - 36  # NDRPDR sel
2295       - 37  # NDRPDR sel
2296       - 6   # MRR sel
2297
2298     csit-vpp-perf-verify-1908_1-2n-skx:
2299       - 39  # NDRPDR sel - new1908.1
2300       - 40  # NDRPDR sel - new1908.1
2301       - 41  # NDRPDR sel - new1908.1
2302       - 43  # NDRPDR sel - new1908.1
2303       - 44  # NDRPDR sel - new1908.1
2304       - 45  # NDRPDR sel - new1908.1
2305       - 46  # NDRPDR sel - new1908.1
2306       - 47  # NDRPDR sel - new1908.1
2307       - 48  # NDRPDR sel - new1908.1
2308       - 49  # NDRPDR sel - new1908.1
2309     csit-vpp-perf-verify-2001-2n-skx:
2310       - 143  # NDRPDR sel - new2001.0
2311       - 146  # NDRPDR sel - new2001.0
2312       - 147  # NDRPDR sel - new2001.0
2313       - 148  # NDRPDR sel - new2001.0
2314       - 149  # NDRPDR sel - new2001.0
2315       - 150  # NDRPDR sel - new2001.0
2316       - 151  # NDRPDR sel - new2001.0
2317       - 152  # NDRPDR sel - new2001.0
2318       - 153  # NDRPDR sel - new2001.0
2319       - 154  # NDRPDR sel - new2001.0
2320       - 101  # MRR sel - old
2321       - 128  # MRR sel addition - old
2322     # TODO: Add data:
2323     csit-vpp-perf-report-iterative-2005-2n-skx:
2324       - 43  # NDRPDR sel
2325       - 38  # NDRPDR sel
2326       - 7   # NDRPDR sel
2327       - 47  # NDRPDR sel
2328       - 55  # NDRPDR sel
2329       - 42  # MRR sel
2330       - 48  # Reconf
2331       - 50  # Reconf
2332       - 51  # Reconf
2333       - 52  # Reconf
2334       - 53  # Reconf
2335       - 60  # Reconf
2336       - 63  # Reconf
2337       - 66  # Reconf
2338       - 49  # Soak
2339       - 54  # Soak
2340 #    csit-vpp-perf-report-coverage-2005-2n-skx:
2341 #      -
2342
2343     csit-vpp-perf-verify-1908_1-2n-clx:
2344       - 5  # NDRPDR sel
2345       - 6  # NDRPDR sel
2346       - 7  # NDRPDR sel
2347       - 8  # NDRPDR sel
2348       - 9  # NDRPDR sel
2349     csit-vpp-perf-verify-2001-2n-clx:
2350       - 28  # NDRPDR sel
2351       - 29  # NDRPDR sel
2352       - 32  # NDRPDR sel
2353       - 40  # NDRPDR sel
2354       - 43  # NDRPDR sel
2355       - 44  # NDRPDR sel
2356       - 45  # NDRPDR sel
2357       - 47  # NDRPDR sel
2358       - 48  # NDRPDR sel
2359       - 49  # NDRPDR sel
2360       - 39  # MRR
2361     # TODO: Add data:
2362     csit-vpp-perf-report-iterative-2005-2n-clx:
2363       - 7   # NDRPDR sel
2364       - 38  # NDRPDR sel
2365       - 9   # NDRPDR sel
2366       - 32  # NDRPDR sel ???
2367       - 33  # NDRPDR sel ???
2368       - 39  # NDRPDR sel
2369       - 40  # NDRPDR sel
2370       - 43  # NDRPDR sel
2371       - 50  # NDRPDR sel
2372       - 51  # NDRPDR sel
2373       - 12  # MRR
2374       - 42  # Reconf
2375       - 45  # Reconf
2376       - 46  # Reconf
2377       - 47  # Reconf
2378       - 48  # Reconf
2379       - 52  # Reconf
2380       - 53  # Reconf
2381       - 54  # Reconf
2382       - 55  # Reconf
2383       - 56  # Reconf
2384       - 44  # Soak
2385       - 49  # Soak
2386     # TODO: Add data:
2387     csit-vpp-perf-report-coverage-2005-2n-clx:
2388       - 2   # perf-full-2n-clx-ip4_II
2389       - 3   # perf-full-2n-clx-ip4_III
2390       - 4   # perf-full-2n-clx-ip4_IV
2391       - 5   # perf-full-2n-clx-ip4_V
2392       - 7   # perf-full-2n-clx-ip6_I
2393       - 10  # perf-full-2n-clx-l2_II
2394       - 11  # perf-full-2n-clx-memif
2395
2396     csit-vpp-perf-verify-1908-3n-tsh:
2397       - 7   # NDRPDR sel
2398       - 8   # NDRPDR sel
2399       - 9   # NDRPDR sel
2400       - 10  # NDRPDR sel
2401       - 11  # NDRPDR sel
2402       - 12  # NDRPDR sel
2403       - 13  # NDRPDR sel
2404       - 14  # NDRPDR sel
2405       - 15  # NDRPDR sel
2406       - 16  # NDRPDR sel
2407       - 17  # MRR sel
2408     csit-vpp-perf-verify-2001-3n-tsh:
2409       - 3   # NDRPDR sel
2410       - 4   # NDRPDR sel
2411       - 7   # NDRPDR sel
2412       - 8   # NDRPDR sel
2413       - 10  # NDRPDR sel
2414       - 12  # NDRPDR sel
2415       - 13  # NDRPDR sel
2416       - 14  # NDRPDR sel
2417       - 15  # NDRPDR sel
2418       - 21  # NDRPDR sel
2419       - 9   # MRR sel
2420     # TODO: Add data:
2421     csit-vpp-perf-report-iterative-2005-3n-tsh:
2422       - 9   # NDRPDR sel
2423       - 11  # NDRPDR sel
2424       - 10  # MRR sel
2425
2426     csit-vpp-perf-verify-1908-3n-dnv:
2427       - 6   # NDRPDR sel
2428       - 7   # NDRPDR sel
2429       - 8   # NDRPDR sel
2430       - 9   # NDRPDR sel
2431       - 10  # NDRPDR sel
2432       - 12  # NDRPDR sel
2433       - 13  # NDRPDR sel
2434       - 14  # NDRPDR sel
2435       - 15  # NDRPDR sel
2436       - 16  # NDRPDR sel
2437       - 17  # MRR sel
2438     csit-vpp-perf-verify-2001-3n-dnv:
2439       - 5   # NDRPDR sel
2440       - 6   # NDRPDR sel
2441       - 7   # NDRPDR sel
2442       - 8   # NDRPDR sel
2443       - 9   # NDRPDR sel
2444       - 10  # NDRPDR sel
2445       - 12  # NDRPDR sel
2446       - 16  # NDRPDR sel
2447       - 17  # NDRPDR sel
2448       - 18  # NDRPDR sel
2449       - 11  # MRR sel
2450     csit-vpp-perf-report-iterative-2005-3n-dnv:
2451       - 2   # NDRPDR sel
2452       - 3   # NDRPDR sel
2453       - 4   # NDRPDR sel
2454       - 5   # NDRPDR sel
2455       - 6   # NDRPDR sel
2456       - 7   # NDRPDR sel
2457       - 9   # NDRPDR sel
2458       - 10  # NDRPDR sel
2459       - 11  # NDRPDR sel
2460       - 12  # NDRPDR sel
2461       - 8   # MRR
2462     csit-vpp-perf-report-coverage-2005-3n-dnv:
2463       - 1   # perf-full-3n-dnv-crypto_I
2464       - 24  # perf-full-3n-dnv-crypto_II
2465       - 5   # perf-full-3n-dnv-ip4_I
2466       - 13  # perf-full-3n-dnv-ip4_II
2467       - 17  # perf-full-3n-dnv-ip6_I
2468       - 18  # perf-full-3n-dnv-ip6_II
2469       - 21  # perf-full-3n-dnv-l2_I
2470       - 22  # perf-full-3n-dnv-l2_II
2471       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2472
2473     csit-vpp-perf-verify-1908-2n-dnv:
2474       - 1   # NDRPDR sel
2475       - 2   # NDRPDR sel
2476       - 3   # NDRPDR sel
2477       - 4   # NDRPDR sel
2478       - 5   # NDRPDR sel
2479       - 6   # NDRPDR sel
2480       - 7   # NDRPDR sel
2481       - 8   # NDRPDR sel
2482       - 9   # NDRPDR sel
2483       - 10  # NDRPDR sel
2484       - 11  # MRR sel
2485     csit-vpp-perf-verify-2001-2n-dnv:
2486       - 4   # NDRPDR sel
2487       - 5   # NDRPDR sel
2488       - 6   # NDRPDR sel
2489       - 7   # NDRPDR sel
2490       - 8   # NDRPDR sel
2491       - 9   # NDRPDR sel
2492       - 10  # NDRPDR sel
2493       - 11  # NDRPDR sel
2494       - 13  # NDRPDR sel
2495       - 16  # NDRPDR sel
2496       - 12  # MRR sel
2497     csit-vpp-perf-report-iterative-2005-2n-dnv:
2498       - 3   # NDRPDR sel
2499       - 6   # NDRPDR sel
2500       - 7   # NDRPDR sel
2501       - 8   # NDRPDR sel
2502       - 9   # NDRPDR sel
2503       - 10  # NDRPDR sel
2504       - 11  # NDRPDR sel
2505       - 12  # NDRPDR sel
2506       - 13  # NDRPDR sel
2507       - 14  # NDRPDR sel
2508       - 15  # MRR sel
2509     csit-vpp-perf-report-coverage-2005-2n-dnv:
2510       - 1   # perf-full-2n-dnv-ip4_I
2511       - 2   # perf-full-2n-dnv-ip4_II
2512       - 3   # perf-full-2n-dnv-ip6_I
2513       - 4   # perf-full-2n-dnv-ip6_II
2514       - 5   # perf-full-2n-dnv-l2_I
2515       - 6   # perf-full-2n-dnv-l2_II
2516
2517     csit-dpdk-perf-verify-1908-3n-hsw:
2518       - 2   # NDRPDR sel
2519       - 3   # NDRPDR sel
2520       - 4   # NDRPDR sel
2521       - 5   # NDRPDR sel
2522       - 6   # NDRPDR sel
2523       - 7   # NDRPDR sel
2524       - 8   # NDRPDR sel
2525       - 9   # NDRPDR sel
2526       - 10  # NDRPDR sel
2527       - 11  # NDRPDR sel
2528     csit-dpdk-perf-verify-2001-3n-hsw:
2529       - 4   # NDRPDR sel
2530       - 5   # NDRPDR sel
2531       - 6   # NDRPDR sel
2532       - 7   # NDRPDR sel
2533       - 8   # NDRPDR sel
2534       - 9   # NDRPDR sel
2535       - 10  # NDRPDR sel
2536       - 11  # NDRPDR sel
2537       - 12  # NDRPDR sel
2538       - 13  # NDRPDR sel
2539       - 15  # NDRPDR sel
2540       - 16  # NDRPDR sel
2541       - 17  # NDRPDR sel
2542       - 18  # NDRPDR sel
2543       - 19  # NDRPDR sel
2544       - 20  # NDRPDR sel
2545       - 21  # NDRPDR sel
2546       - 22  # NDRPDR sel
2547       - 23  # NDRPDR sel
2548       - 24  # NDRPDR sel
2549     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2550       - 5   # NDRPDR sel
2551       - 6   # NDRPDR sel
2552       - 7   # NDRPDR sel
2553       - 8   # NDRPDR sel
2554       - 9   # NDRPDR sel
2555       - 10  # NDRPDR sel
2556       - 11  # NDRPDR sel
2557       - 12  # NDRPDR sel
2558       - 13  # NDRPDR sel
2559       - 14  # NDRPDR sel
2560
2561     csit-dpdk-perf-verify-1908-3n-skx:
2562       - 3   # NDRPDR sel
2563       - 4   # NDRPDR sel
2564       - 5   # NDRPDR sel
2565       - 6   # NDRPDR sel
2566       - 7   # NDRPDR sel
2567       - 8   # NDRPDR sel
2568       - 9   # NDRPDR sel
2569       - 10  # NDRPDR sel
2570       - 11  # NDRPDR sel
2571       - 12  # NDRPDR sel
2572     csit-dpdk-perf-verify-2001-3n-skx:
2573       - 29  # NDRPDR sel xxv710
2574       - 33  # NDRPDR sel xxv710
2575       - 34  # NDRPDR sel xxv710
2576       - 35  # NDRPDR sel xxv710
2577       - 36  # NDRPDR sel xxv710
2578       - 37  # NDRPDR sel xxv710
2579       - 41  # NDRPDR sel xxv710
2580       - 42  # NDRPDR sel xxv710
2581       - 43  # NDRPDR sel xxv710
2582       - 45  # NDRPDR sel xxv710
2583       - 30  # NDRPDR sel x710
2584       - 31  # NDRPDR sel x710
2585       - 32  # NDRPDR sel x710
2586       - 38  # NDRPDR sel x710
2587       - 39  # NDRPDR sel x710
2588       - 40  # NDRPDR sel x710
2589       - 44  # NDRPDR sel x710
2590       - 46  # NDRPDR sel x710
2591       - 47  # NDRPDR sel x710
2592       - 48  # NDRPDR sel x710
2593     csit-dpdk-perf-report-iterative-2005-3n-skx:
2594       - 4   # NDRPDR sel
2595       - 5   # NDRPDR sel
2596       - 6   # NDRPDR sel
2597       - 7   # NDRPDR sel
2598       - 8   # NDRPDR sel
2599       - 11  # NDRPDR sel
2600       - 12  # NDRPDR sel
2601       - 13  # NDRPDR sel
2602       - 14  # NDRPDR sel
2603       - 15  # NDRPDR sel
2604
2605     csit-dpdk-perf-verify-1908-2n-skx:
2606       - 2   # NDRPDR sel
2607       - 3   # NDRPDR sel
2608       - 4   # NDRPDR sel
2609       - 5   # NDRPDR sel
2610       - 7   # NDRPDR sel
2611       - 8   # NDRPDR sel
2612       - 9   # NDRPDR sel
2613       - 10  # NDRPDR sel
2614       - 11  # NDRPDR sel
2615       - 12  # NDRPDR sel
2616     csit-dpdk-perf-verify-2001-2n-skx:
2617       - 35  # NDRPDR sel xxv710
2618       - 36  # NDRPDR sel xxv710
2619       - 37  # NDRPDR sel xxv710
2620       - 41  # NDRPDR sel xxv710
2621       - 42  # NDRPDR sel xxv710
2622       - 43  # NDRPDR sel xxv710
2623       - 46  # NDRPDR sel xxv710
2624       - 47  # NDRPDR sel xxv710
2625       - 52  # NDRPDR sel xxv710
2626       - 53  # NDRPDR sel xxv710
2627       - 38  # NDRPDR sel x710
2628       - 39  # NDRPDR sel x710
2629       - 40  # NDRPDR sel x710
2630       - 44  # NDRPDR sel x710
2631       - 45  # NDRPDR sel x710
2632       - 48  # NDRPDR sel x710
2633       - 49  # NDRPDR sel x710
2634       - 50  # NDRPDR sel x710
2635       - 51  # NDRPDR sel x710
2636       - 54  # NDRPDR sel x710
2637     csit-dpdk-perf-report-iterative-2005-2n-skx:
2638       - 1   # NDRPDR sel
2639       - 2   # NDRPDR sel
2640       - 3   # NDRPDR sel
2641       - 4   # NDRPDR sel
2642       - 5   # NDRPDR sel
2643       - 6   # NDRPDR sel
2644       - 7   # NDRPDR sel
2645       - 8   # NDRPDR sel
2646       - 9   # NDRPDR sel
2647       - 10  # NDRPDR sel
2648
2649     csit-dpdk-perf-verify-2001-2n-clx:
2650       - 15  # NDRPDR sel
2651       - 16  # NDRPDR sel
2652       - 17  # NDRPDR sel
2653       - 18  # NDRPDR sel
2654       - 19  # NDRPDR sel
2655       - 20  # NDRPDR sel
2656       - 21  # NDRPDR sel
2657       - 22  # NDRPDR sel
2658       - 23  # NDRPDR sel
2659       - 24  # NDRPDR sel
2660       - 25  # NDRPDR sel
2661       - 26  # NDRPDR sel
2662       - 27  # NDRPDR sel
2663       - 28  # NDRPDR sel
2664       - 29  # NDRPDR sel
2665       - 30  # NDRPDR sel
2666       - 31  # NDRPDR sel
2667       - 32  # NDRPDR sel
2668       - 33  # NDRPDR sel
2669       - 34  # NDRPDR sel
2670     csit-dpdk-perf-report-iterative-2005-2n-clx:
2671       - 1   # NDRPDR sel
2672       - 2   # NDRPDR sel
2673       - 3   # NDRPDR sel
2674       - 4   # NDRPDR sel
2675       - 5   # NDRPDR sel
2676       - 6   # NDRPDR sel
2677       - 7   # NDRPDR sel
2678       - 8   # NDRPDR sel
2679       - 9   # NDRPDR sel
2680       - 10  # NDRPDR sel
2681
2682     csit-dpdk-perf-verify-2001-2n-dnv:
2683       - 9   # NDRPDR sel
2684       - 10  # NDRPDR sel
2685       - 11  # NDRPDR sel
2686       - 12  # NDRPDR sel
2687       - 13  # NDRPDR sel
2688       - 14  # NDRPDR sel
2689       - 15  # NDRPDR sel
2690       - 16  # NDRPDR sel
2691       - 17  # NDRPDR sel
2692       - 18  # NDRPDR sel
2693     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2694       - 8   # NDRPDR sel
2695       - 9   # NDRPDR sel
2696       - 10  # NDRPDR sel
2697       - 11  # NDRPDR sel
2698       - 12  # NDRPDR sel
2699       - 13  # NDRPDR sel
2700       - 14  # NDRPDR sel
2701       - 15  # NDRPDR sel
2702       - 16  # NDRPDR sel
2703       - 17  # NDRPDR sel
2704
2705     csit-dpdk-perf-verify-2001-3n-dnv:
2706       - 12  # NDRPDR sel
2707       - 13  # NDRPDR sel
2708       - 14  # NDRPDR sel
2709       - 15  # NDRPDR sel
2710       - 16  # NDRPDR sel
2711       - 17  # NDRPDR sel
2712       - 18  # NDRPDR sel
2713       - 19  # NDRPDR sel
2714       - 20  # NDRPDR sel
2715       - 22  # NDRPDR sel
2716     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2717       - 6   # NDRPDR sel
2718       - 7   # NDRPDR sel
2719       - 8   # NDRPDR sel
2720       - 9   # NDRPDR sel
2721       - 10  # NDRPDR sel
2722       - 11  # NDRPDR sel
2723       - 12  # NDRPDR sel
2724       - 13  # NDRPDR sel
2725       - 14  # NDRPDR sel
2726       - 16  # NDRPDR sel
2727
2728     csit-dpdk-perf-verify-2001-3n-tsh:
2729       - 3   # NDRPDR sel
2730       - 4   # NDRPDR sel
2731       - 5   # NDRPDR sel
2732       - 9   # NDRPDR sel
2733       - 10  # NDRPDR sel
2734       - 11  # NDRPDR sel
2735       - 12  # NDRPDR sel
2736       - 14  # NDRPDR sel
2737       - 15  # NDRPDR sel
2738       - 18  # NDRPDR sel
2739     # TODO: Add data:
2740     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2741       - 5   # NDRPDR sel
2742
2743     csit-vpp-device-2005-ubuntu1804-1n-skx:
2744       - 35
2745
2746 - type: "output"
2747   output: "report"
2748   format:
2749     html:
2750     - full
2751 #    pdf:
2752 #    - minimal
2753
2754 ################################################################################
2755 ###                               T A B L E S                                ###
2756 ################################################################################
2757
2758 # VPP Soak vs NDR - 2n-skx
2759 - type: "table"
2760   title: "VPP Soak vs NDR 2n-skx"
2761   algorithm: "table_soak_vs_ndr"
2762   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2763   reference:
2764     title: "NDR"
2765     data: "vpp-soak-vs-ndr-2n-skx-ref"
2766   compare:
2767     title: "Soak"
2768     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2769   data: "vpp-soak-vs-ndr-2n-skx"
2770   include-tests: "NDR"
2771   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2772   parameters:
2773     - "throughput"
2774     - "name"
2775     - "parent"
2776
2777 # VPP Soak vs NDR - 2n-clx
2778 - type: "table"
2779   title: "VPP Soak vs NDR 2n-clx"
2780   algorithm: "table_soak_vs_ndr"
2781   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2782   reference:
2783     title: "NDR"
2784     data: "vpp-soak-vs-ndr-2n-clx-ref"
2785   compare:
2786     title: "Soak"
2787     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2788   data: "vpp-soak-vs-ndr-2n-clx"
2789   include-tests: "NDR"
2790   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2791   parameters:
2792     - "throughput"
2793     - "name"
2794     - "parent"
2795
2796 ################################################################################
2797
2798 # VPP Compare NICs 3n-skx 2t1c ndr
2799 - type: "table"
2800   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2801   algorithm: "table_comparison"
2802   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2803   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2804   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2805   columns:
2806     - title: "x710"
2807       data-set: "vpp-nic-comparison-3n-skx"
2808       tag: "NIC_Intel-X710"
2809     - title: "xxv710"
2810       data-set: "vpp-nic-comparison-3n-skx"
2811       tag: "NIC_Intel-XXV710"
2812   comparisons:
2813     - title: "Diff"
2814       reference: 1
2815       compare: 2
2816   legend:
2817     - "Legend to Table:"
2818     - "x710, xxv710 - NICs tested."
2819     - "Diff - difference between x710 and xxv710 NIC."
2820
2821 # VPP Compare NICs 3n-skx 4t2c ndr
2822 - type: "table"
2823   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2824   algorithm: "table_comparison"
2825   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2826   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2827   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2828   columns:
2829     - title: "x710"
2830       data-set: "vpp-nic-comparison-3n-skx"
2831       tag: "NIC_Intel-X710"
2832     - title: "xxv710"
2833       data-set: "vpp-nic-comparison-3n-skx"
2834       tag: "NIC_Intel-XXV710"
2835   comparisons:
2836     - title: "Diff"
2837       reference: 1
2838       compare: 2
2839   legend:
2840     - "Legend to Table:"
2841     - "x710, xxv710 - NICs tested."
2842     - "Diff - difference between x710 and xxv710 NIC."
2843
2844 # VPP Compare NICs 3n-skx 2t1c pdr
2845 - type: "table"
2846   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2847   algorithm: "table_comparison"
2848   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2850   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2851   columns:
2852     - title: "x710"
2853       data-set: "vpp-nic-comparison-3n-skx"
2854       tag: "NIC_Intel-X710"
2855     - title: "xxv710"
2856       data-set: "vpp-nic-comparison-3n-skx"
2857       tag: "NIC_Intel-XXV710"
2858   comparisons:
2859     - title: "Diff"
2860       reference: 1
2861       compare: 2
2862   legend:
2863     - "Legend to Table:"
2864     - "x710, xxv710 - NICs tested."
2865     - "Diff - difference between x710 and xxv710 NIC."
2866
2867 # VPP Compare NICs 3n-skx 4t2c pdr
2868 - type: "table"
2869   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2870   algorithm: "table_comparison"
2871   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2872   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2873   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2874   columns:
2875     - title: "x710"
2876       data-set: "vpp-nic-comparison-3n-skx"
2877       tag: "NIC_Intel-X710"
2878     - title: "xxv710"
2879       data-set: "vpp-nic-comparison-3n-skx"
2880       tag: "NIC_Intel-XXV710"
2881   comparisons:
2882     - title: "Diff"
2883       reference: 1
2884       compare: 2
2885   legend:
2886     - "Legend to Table:"
2887     - "x710, xxv710 - NICs tested."
2888     - "Diff - difference between x710 and xxv710 NIC."
2889
2890 ## VPP Compare NICs 3n-skx 2t1c mrr
2891 #- type: "table"
2892 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2893 #  algorithm: "table_comparison"
2894 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2895 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2896 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2897 #  columns:
2898 #    - title: "x710"
2899 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2900 #      tag: "NIC_Intel-X710"
2901 #    - title: "xxv710"
2902 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2903 #      tag: "NIC_Intel-XXV710"
2904 #  comparisons:
2905 #    - title: "Diff"
2906 #      reference: 1
2907 #      compare: 2
2908 #  legend:
2909 #    - "Legend to Table:"
2910 #    - "x710, xxv710 - NICs tested."
2911 #    - "Diff - difference between x710 and xxv710 NIC."
2912 #
2913 ## VPP Compare NICs 3n-skx 4t2c mrr
2914 #- type: "table"
2915 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2916 #  algorithm: "table_comparison"
2917 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2918 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2919 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2920 #  columns:
2921 #    - title: "x710"
2922 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2923 #      tag: "NIC_Intel-X710"
2924 #    - title: "xxv710"
2925 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2926 #      tag: "NIC_Intel-XXV710"
2927 #  comparisons:
2928 #    - title: "Diff"
2929 #      reference: 1
2930 #      compare: 2
2931 #  legend:
2932 #    - "Legend to Table:"
2933 #    - "x710, xxv710 - NICs tested."
2934 #    - "Diff - difference between x710 and xxv710 NIC."
2935 #
2936 ## VPP Compare NICs 3n-skx 8t4c mrr
2937 #- type: "table"
2938 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2939 #  algorithm: "table_comparison"
2940 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2941 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2942 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2943 #  columns:
2944 #    - title: "x710"
2945 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2946 #      tag: "NIC_Intel-X710"
2947 #    - title: "xxv710"
2948 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2949 #      tag: "NIC_Intel-XXV710"
2950 #  comparisons:
2951 #    - title: "Diff"
2952 #      reference: 1
2953 #      compare: 2
2954 #  legend:
2955 #    - "Legend to Table:"
2956 #    - "x710, xxv710 - NICs tested."
2957 #    - "Diff - difference between x710 and xxv710 NIC."
2958
2959 # VPP Compare NICs 2n-skx 2t1c ndr
2960 - type: "table"
2961   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2962   algorithm: "table_comparison"
2963   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2964   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2965   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2966   columns:
2967     - title: "x710"
2968       data-set: "vpp-nic-comparison-2n-skx"
2969       tag: "NIC_Intel-X710"
2970     - title: "xxv710"
2971       data-set: "vpp-nic-comparison-2n-skx"
2972       tag: "NIC_Intel-XXV710"
2973   comparisons:
2974     - title: "Diff"
2975       reference: 1
2976       compare: 2
2977   legend:
2978     - "Legend to Table:"
2979     - "x710, xxv710 - NICs tested."
2980     - "Diff - difference between x710 and xxv710 NIC."
2981
2982 # VPP Compare NICs 2n-skx 4t2c ndr
2983 - type: "table"
2984   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2985   algorithm: "table_comparison"
2986   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2988   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2989   columns:
2990     - title: "x710"
2991       data-set: "vpp-nic-comparison-2n-skx"
2992       tag: "NIC_Intel-X710"
2993     - title: "xxv710"
2994       data-set: "vpp-nic-comparison-2n-skx"
2995       tag: "NIC_Intel-XXV710"
2996   comparisons:
2997     - title: "Diff"
2998       reference: 1
2999       compare: 2
3000   legend:
3001     - "Legend to Table:"
3002     - "x710, xxv710 - NICs tested."
3003     - "Diff - difference between x710 and xxv710 NIC."
3004
3005 # VPP Compare NICs 2n-skx 2t1c pdr
3006 - type: "table"
3007   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3008   algorithm: "table_comparison"
3009   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3010   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3011   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3012   columns:
3013     - title: "x710"
3014       data-set: "vpp-nic-comparison-2n-skx"
3015       tag: "NIC_Intel-X710"
3016     - title: "xxv710"
3017       data-set: "vpp-nic-comparison-2n-skx"
3018       tag: "NIC_Intel-XXV710"
3019   comparisons:
3020     - title: "Diff"
3021       reference: 1
3022       compare: 2
3023   legend:
3024     - "Legend to Table:"
3025     - "x710, xxv710 - NICs tested."
3026     - "Diff - difference between x710 and xxv710 NIC."
3027
3028 # VPP Compare NICs 2n-skx 4t2c pdr
3029 - type: "table"
3030   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3031   algorithm: "table_comparison"
3032   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3034   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3035   columns:
3036     - title: "x710"
3037       data-set: "vpp-nic-comparison-2n-skx"
3038       tag: "NIC_Intel-X710"
3039     - title: "xxv710"
3040       data-set: "vpp-nic-comparison-2n-skx"
3041       tag: "NIC_Intel-XXV710"
3042   comparisons:
3043     - title: "Diff"
3044       reference: 1
3045       compare: 2
3046   legend:
3047     - "Legend to Table:"
3048     - "x710, xxv710 - NICs tested."
3049     - "Diff - difference between x710 and xxv710 NIC."
3050
3051 # VPP Compare NICs 2n-skx 2t1c mrr
3052 - type: "table"
3053   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3054   algorithm: "table_comparison"
3055   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3056   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3057   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3058   columns:
3059     - title: "x710"
3060       data-set: "vpp-nic-comparison-2n-skx-mrr"
3061       tag: "NIC_Intel-X710"
3062     - title: "xxv710"
3063       data-set: "vpp-nic-comparison-2n-skx-mrr"
3064       tag: "NIC_Intel-XXV710"
3065   comparisons:
3066     - title: "Diff"
3067       reference: 1
3068       compare: 2
3069   legend:
3070     - "Legend to Table:"
3071     - "x710, xxv710 - NICs tested."
3072     - "Diff - difference between x710 and xxv710 NIC."
3073
3074 # VPP Compare NICs 2n-skx 4t2c mrr
3075 - type: "table"
3076   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3077   algorithm: "table_comparison"
3078   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3079   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3080   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3081   columns:
3082     - title: "x710"
3083       data-set: "vpp-nic-comparison-2n-skx-mrr"
3084       tag: "NIC_Intel-X710"
3085     - title: "xxv710"
3086       data-set: "vpp-nic-comparison-2n-skx-mrr"
3087       tag: "NIC_Intel-XXV710"
3088   comparisons:
3089     - title: "Diff"
3090       reference: 1
3091       compare: 2
3092   legend:
3093     - "Legend to Table:"
3094     - "x710, xxv710 - NICs tested."
3095     - "Diff - difference between x710 and xxv710 NIC."
3096
3097 # VPP Compare NICs 2n-skx 8t4c mrr
3098 - type: "table"
3099   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3100   algorithm: "table_comparison"
3101   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3102   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3103   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3104   columns:
3105     - title: "x710"
3106       data-set: "vpp-nic-comparison-2n-skx-mrr"
3107       tag: "NIC_Intel-X710"
3108     - title: "xxv710"
3109       data-set: "vpp-nic-comparison-2n-skx-mrr"
3110       tag: "NIC_Intel-XXV710"
3111   comparisons:
3112     - title: "Diff"
3113       reference: 1
3114       compare: 2
3115   legend:
3116     - "Legend to Table:"
3117     - "x710, xxv710 - NICs tested."
3118     - "Diff - difference between x710 and xxv710 NIC."
3119
3120 ################################################################################
3121 # VPP
3122
3123 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3124 #- type: "table"
3125 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3126 #  algorithm: "table_comparison"
3127 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3128 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3129 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3130 #  columns:
3131 #    - title: "1908.1"
3132 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3133 #    - title: "1908.2"
3134 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3135 #  comparisons:
3136 #    - title: "Diff"
3137 #      reference: 1
3138 #      compare: 2
3139 #  legend:
3140 #    - "Legend to Table:"
3141 #    - "1908.1, 1908.2 - VPP versions tested."
3142 #    - "Diff - difference between the previous and the current VPP version."
3143 #
3144 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3145 #- type: "table"
3146 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3147 #  algorithm: "table_comparison"
3148 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3149 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3150 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3151 #  columns:
3152 #    - title: "1908.1"
3153 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3154 #    - title: "1908.2"
3155 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3156 #  comparisons:
3157 #    - title: "Diff"
3158 #      reference: 1
3159 #      compare: 2
3160 #  legend:
3161 #    - "Legend to Table:"
3162 #    - "1908.1, 1908.2 - VPP versions tested."
3163 #    - "Diff - difference between the previous and the current VPP version."
3164 #
3165 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3166 #- type: "table"
3167 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3168 #  algorithm: "table_comparison"
3169 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3170 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3171 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3172 #  columns:
3173 #    - title: "1908.1"
3174 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3175 #    - title: "1908.2"
3176 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3177 #  comparisons:
3178 #    - title: "Diff"
3179 #      reference: 1
3180 #      compare: 2
3181 #  legend:
3182 #    - "Legend to Table:"
3183 #    - "1908.1, 1908.2 - VPP versions tested."
3184 #    - "Diff - difference between the previous and the current VPP version."
3185 #
3186 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3187 #- type: "table"
3188 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3189 #  algorithm: "table_comparison"
3190 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3191 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3192 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3193 #  columns:
3194 #    - title: "1908.1"
3195 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3196 #    - title: "1908.2"
3197 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3198 #  comparisons:
3199 #    - title: "Diff"
3200 #      reference: 1
3201 #      compare: 2
3202 #  legend:
3203 #    - "Legend to Table:"
3204 #    - "1908.1, 1908.2 - VPP versions tested."
3205 #    - "Diff - difference between the previous and the current VPP version."
3206 #
3207 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3208 #- type: "table"
3209 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3210 #  algorithm: "table_comparison"
3211 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3212 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3213 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3214 #  columns:
3215 #    - title: "1908.1"
3216 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3217 #    - title: "1908.2"
3218 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3219 #  comparisons:
3220 #    - title: "Diff"
3221 #      reference: 1
3222 #      compare: 2
3223 #  legend:
3224 #    - "Legend to Table:"
3225 #    - "1908.1, 1908.2 - VPP versions tested."
3226 #    - "Diff - difference between the previous and the current VPP version."
3227 #
3228 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3229 #- type: "table"
3230 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3231 #  algorithm: "table_comparison"
3232 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3233 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3234 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3235 #  columns:
3236 #    - title: "1908.1"
3237 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3238 #    - title: "1908.2"
3239 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3240 #  comparisons:
3241 #    - title: "Diff"
3242 #      reference: 1
3243 #      compare: 2
3244 #  legend:
3245 #    - "Legend to Table:"
3246 #    - "1908.1, 1908.2 - VPP versions tested."
3247 #    - "Diff - difference between the previous and the current VPP version."
3248
3249 # VPP Performance Changes 3n-hsw 1t1c pdr
3250 - type: "table"
3251   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3252   algorithm: "table_comparison"
3253   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3254   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3255   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3256   columns:
3257     - title: "1908"
3258       data-set: "vpp-performance-changes-3n-hsw-h1"
3259     - title: "2001"
3260       data-set: "vpp-performance-changes-3n-hsw-ref"
3261     - title: "2005"
3262       data-set: "vpp-performance-changes-3n-hsw-cmp"
3263   comparisons:
3264     - title: "Diff"
3265       reference: 2
3266       compare: 3
3267   legend:
3268     - "Legend to Table"
3269     - "1908, 2001, 2005 - VPP versions tested."
3270     - "Diff - difference between 2001 and 2008 VPP version."
3271
3272 # VPP Performance Changes 3n-hsw 2t2c pdr
3273 - type: "table"
3274   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3275   algorithm: "table_comparison"
3276   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3277   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3278   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3279   columns:
3280     - title: "1908"
3281       data-set: "vpp-performance-changes-3n-hsw-h1"
3282     - title: "2001"
3283       data-set: "vpp-performance-changes-3n-hsw-ref"
3284     - title: "2005"
3285       data-set: "vpp-performance-changes-3n-hsw-cmp"
3286   comparisons:
3287     - title: "Diff"
3288       reference: 2
3289       compare: 3
3290   legend:
3291     - "Legend to Table"
3292     - "1908, 2001, 2005 - VPP versions tested."
3293     - "Diff - difference between 2001 and 2008 VPP version."
3294
3295 # VPP Performance Changes 3n-hsw 1t1c ndr
3296 - type: "table"
3297   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3298   algorithm: "table_comparison"
3299   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3300   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3301   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3302   columns:
3303     - title: "1908"
3304       data-set: "vpp-performance-changes-3n-hsw-h1"
3305     - title: "2001"
3306       data-set: "vpp-performance-changes-3n-hsw-ref"
3307     - title: "2005"
3308       data-set: "vpp-performance-changes-3n-hsw-cmp"
3309   comparisons:
3310     - title: "Diff"
3311       reference: 2
3312       compare: 3
3313   legend:
3314     - "Legend to Table"
3315     - "1908, 2001, 2005 - VPP versions tested."
3316     - "Diff - difference between 2001 and 2008 VPP version."
3317
3318 # VPP Performance Changes 3n-hsw 2t2c ndr
3319 - type: "table"
3320   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3321   algorithm: "table_comparison"
3322   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3324   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3325   columns:
3326     - title: "1908"
3327       data-set: "vpp-performance-changes-3n-hsw-h1"
3328     - title: "2001"
3329       data-set: "vpp-performance-changes-3n-hsw-ref"
3330     - title: "2005"
3331       data-set: "vpp-performance-changes-3n-hsw-cmp"
3332   comparisons:
3333     - title: "Diff"
3334       reference: 2
3335       compare: 3
3336   legend:
3337     - "Legend to Table"
3338     - "1908, 2001, 2005 - VPP versions tested."
3339     - "Diff - difference between 2001 and 2008 VPP version."
3340
3341 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3342 #- type: "table"
3343 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3344 #  algorithm: "table_comparison"
3345 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3346 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3347 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3348 #  rca:
3349 #    - title: "RCA1"
3350 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3351 #    - title: "RCA2"
3352 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3353 #  columns:
3354 #    - title: "1908.0-1"
3355 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3356 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3357 #    - title: "1908.1-1"
3358 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3359 #    - title: "1908.1-2"
3360 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3361 #    - title: "2001.0-2"
3362 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3363 #  comparisons:
3364 #    - title: "Diff1"
3365 #      reference: 2
3366 #      reference-alt: 1
3367 #      compare: 3
3368 #    - title: "Diff2"
3369 #      reference: 3
3370 #      compare: 4
3371 #  legend:
3372 #    - 'Legend to Table:'
3373 #    - '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).'
3374 #    - '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).'
3375 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3376 #    - 'RCA1 - root cause analysis reference for Diff1.'
3377 #    - 'RCA2 - root cause analysis reference for Diff2.'
3378 #
3379 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3380 #- type: "table"
3381 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3382 #  algorithm: "table_comparison"
3383 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3384 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3385 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3386 #  rca:
3387 #    - title: "RCA1"
3388 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3389 #    - title: "RCA2"
3390 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3391 #  columns:
3392 #    - title: "1908.0-1"
3393 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3394 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3395 #    - title: "1908.1-1"
3396 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3397 #    - title: "1908.1-2"
3398 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3399 #    - title: "2001.0-2"
3400 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3401 #  comparisons:
3402 #    - title: "Diff1"
3403 #      reference: 2
3404 #      reference-alt: 1
3405 #      compare: 3
3406 #    - title: "Diff2"
3407 #      reference: 3
3408 #      compare: 4
3409 #  legend:
3410 #    - 'Legend to Table:'
3411 #    - '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).'
3412 #    - '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).'
3413 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3414 #    - 'RCA1 - root cause analysis reference for Diff1.'
3415 #    - 'RCA2 - root cause analysis reference for Diff2.'
3416
3417 # VPP Performance Changes 3n-skx 2t1c pdr
3418 - type: "table"
3419   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3420   algorithm: "table_comparison"
3421   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3422   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3423   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3424   columns:
3425     - title: "1908"
3426       data-set: "vpp-performance-changes-3n-skx-h1"
3427       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3428     - title: "2001"
3429       data-set: "vpp-performance-changes-3n-skx-ref"
3430     - title: "2005"
3431       data-set: "vpp-performance-changes-3n-skx-cmp"
3432   comparisons:
3433     - title: "Diff"
3434       reference: 2
3435       compare: 3
3436   legend:
3437     - "Legend to Table"
3438     - "1908, 2001, 2005 - VPP versions tested."
3439     - "Diff - difference between 2001 and 2005 VPP version."
3440
3441 # VPP Performance Changes 3n-skx 4t2c pdr
3442 - type: "table"
3443   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3444   algorithm: "table_comparison"
3445   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3446   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3447   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3448   columns:
3449     - title: "1908"
3450       data-set: "vpp-performance-changes-3n-skx-h1"
3451       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3452     - title: "2001"
3453       data-set: "vpp-performance-changes-3n-skx-ref"
3454     - title: "2005"
3455       data-set: "vpp-performance-changes-3n-skx-cmp"
3456   comparisons:
3457     - title: "Diff"
3458       reference: 2
3459       compare: 3
3460   legend:
3461     - "Legend to Table"
3462     - "1908, 2001, 2005 - VPP versions tested."
3463     - "Diff - difference between 2001 and 2005 VPP version."
3464
3465 # VPP Performance Changes 3n-skx 2t1c ndr
3466 - type: "table"
3467   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3468   algorithm: "table_comparison"
3469   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3470   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3471   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3472   columns:
3473     - title: "1908"
3474       data-set: "vpp-performance-changes-3n-skx-h1"
3475       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3476     - title: "2001"
3477       data-set: "vpp-performance-changes-3n-skx-ref"
3478     - title: "2005"
3479       data-set: "vpp-performance-changes-3n-skx-cmp"
3480   comparisons:
3481     - title: "Diff"
3482       reference: 2
3483       compare: 3
3484   legend:
3485     - "Legend to Table"
3486     - "1908, 2001, 2005 - VPP versions tested."
3487     - "Diff - difference between 2001 and 2005 VPP version."
3488
3489 # VPP Performance Changes 3n-skx 4t2c ndr
3490 - type: "table"
3491   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3492   algorithm: "table_comparison"
3493   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3494   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3495   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3496   columns:
3497     - title: "1908"
3498       data-set: "vpp-performance-changes-3n-skx-h1"
3499       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3500     - title: "2001"
3501       data-set: "vpp-performance-changes-3n-skx-ref"
3502     - title: "2005"
3503       data-set: "vpp-performance-changes-3n-skx-cmp"
3504   comparisons:
3505     - title: "Diff"
3506       reference: 2
3507       compare: 3
3508   legend:
3509     - "Legend to Table"
3510     - "1908, 2001, 2005 - VPP versions tested."
3511     - "Diff - difference between 2001 and 2005 VPP version."
3512
3513 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3514 #- type: "table"
3515 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3516 #  algorithm: "table_comparison"
3517 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3518 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3519 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3520 #  rca:
3521 #    - title: "RCA1"
3522 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3523 #    - title: "RCA2"
3524 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3525 #  columns:
3526 #    - title: "1908.0-1"
3527 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3528 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3529 #    - title: "1908.1-1"
3530 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3531 #    - title: "1908.1-2"
3532 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3533 #    - title: "2001.0-2"
3534 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3535 #  comparisons:
3536 #    - title: "Diff1"
3537 #      reference: 2
3538 #      reference-alt: 1
3539 #      compare: 3
3540 #    - title: "Diff2"
3541 #      reference: 3
3542 #      compare: 4
3543 #  legend:
3544 #    - 'Legend to Table:'
3545 #    - '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).'
3546 #    - '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).'
3547 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3548 #    - 'RCA1 - root cause analysis reference for Diff1.'
3549 #    - 'RCA2 - root cause analysis reference for Diff2.'
3550 #
3551 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3552 #- type: "table"
3553 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3554 #  algorithm: "table_comparison"
3555 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3556 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3557 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3558 #  rca:
3559 #    - title: "RCA1"
3560 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3561 #    - title: "RCA2"
3562 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3563 #  columns:
3564 #    - title: "1908.0-1"
3565 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3566 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3567 #    - title: "1908.1-1"
3568 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3569 #    - title: "1908.1-2"
3570 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3571 #    - title: "2001.0-2"
3572 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3573 #  comparisons:
3574 #    - title: "Diff1"
3575 #      reference: 2
3576 #      reference-alt: 1
3577 #      compare: 3
3578 #    - title: "Diff2"
3579 #      reference: 3
3580 #      compare: 4
3581 #  legend:
3582 #    - 'Legend to Table:'
3583 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3584 #    - '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).'
3585 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3586 #    - 'RCA1 - root cause analysis reference for Diff1.'
3587 #    - 'RCA2 - root cause analysis reference for Diff2.'
3588
3589 # VPP Performance Changes 2n-skx 2t1c pdr
3590 - type: "table"
3591   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3592   algorithm: "table_comparison"
3593   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3594   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3595   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3596   columns:
3597     - title: "1908"
3598       data-set: "vpp-performance-changes-2n-skx-h1"
3599       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3600     - title: "2001"
3601       data-set: "vpp-performance-changes-2n-skx-ref"
3602     - title: "2005"
3603       data-set: "vpp-performance-changes-2n-skx-cmp"
3604   comparisons:
3605     - title: "Diff"
3606       reference: 2
3607       compare: 3
3608   legend:
3609     - "Legend to Table"
3610     - "1908, 2001, 2005 - VPP versions tested."
3611     - "Diff - difference between 2001 and 2005 VPP version."
3612
3613 # VPP Performance Changes 2n-skx 4t2c pdr
3614 - type: "table"
3615   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3616   algorithm: "table_comparison"
3617   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3618   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3619   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3620   columns:
3621     - title: "1908"
3622       data-set: "vpp-performance-changes-2n-skx-h1"
3623       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3624     - title: "2001"
3625       data-set: "vpp-performance-changes-2n-skx-ref"
3626     - title: "2005"
3627       data-set: "vpp-performance-changes-2n-skx-cmp"
3628   comparisons:
3629     - title: "Diff"
3630       reference: 2
3631       compare: 3
3632   legend:
3633     - "Legend to Table"
3634     - "1908, 2001, 2005 - VPP versions tested."
3635     - "Diff - difference between 2001 and 2005 VPP version."
3636
3637 # VPP Performance Changes 2n-skx 2t1c ndr
3638 - type: "table"
3639   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3640   algorithm: "table_comparison"
3641   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3642   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3643   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3644   columns:
3645     - title: "1908"
3646       data-set: "vpp-performance-changes-2n-skx-h1"
3647       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3648     - title: "2001"
3649       data-set: "vpp-performance-changes-2n-skx-ref"
3650     - title: "2005"
3651       data-set: "vpp-performance-changes-2n-skx-cmp"
3652   comparisons:
3653     - title: "Diff"
3654       reference: 2
3655       compare: 3
3656   legend:
3657     - "Legend to Table"
3658     - "1908, 2001, 2005 - VPP versions tested."
3659     - "Diff - difference between 2001 and 2005 VPP version."
3660
3661 # VPP Performance Changes 2n-skx 4t2c ndr
3662 - type: "table"
3663   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3664   algorithm: "table_comparison"
3665   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3666   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3667   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3668   columns:
3669     - title: "1908"
3670       data-set: "vpp-performance-changes-2n-skx-h1"
3671       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3672     - title: "2001"
3673       data-set: "vpp-performance-changes-2n-skx-ref"
3674     - title: "2005"
3675       data-set: "vpp-performance-changes-2n-skx-cmp"
3676   comparisons:
3677     - title: "Diff"
3678       reference: 2
3679       compare: 3
3680   legend:
3681     - "Legend to Table"
3682     - "1908, 2001, 2005 - VPP versions tested."
3683     - "Diff - difference between 2001 and 2005 VPP version."
3684
3685 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3686 - type: "table"
3687   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3688   algorithm: "table_comparison"
3689   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3690   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3691   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3692   columns:
3693     - title: "2001"
3694       data-set: "vpp-performance-changes-2n-clx-ref"
3695     - title: "2005"
3696       data-set: "vpp-performance-changes-2n-clx-cmp"
3697   comparisons:
3698     - title: "Diff"
3699       reference: 1
3700       compare: 2
3701   legend:
3702     - "Legend to Table"
3703     - "2001, 2005 - VPP versions tested."
3704     - "Diff - difference between 2001 and 2005 VPP version."
3705
3706 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3707 - type: "table"
3708   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3709   algorithm: "table_comparison"
3710   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3711   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3712   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3713   columns:
3714     - title: "2001"
3715       data-set: "vpp-performance-changes-2n-clx-ref"
3716     - title: "2005"
3717       data-set: "vpp-performance-changes-2n-clx-cmp"
3718   comparisons:
3719     - title: "Diff"
3720       reference: 1
3721       compare: 2
3722   legend:
3723     - "Legend to Table"
3724     - "2001, 2005 - VPP versions tested."
3725     - "Diff - difference between 2001 and 2005 VPP version."
3726
3727 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3728 - type: "table"
3729   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3730   algorithm: "table_comparison"
3731   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3733   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3734   columns:
3735     - title: "2001"
3736       data-set: "vpp-performance-changes-2n-clx-ref"
3737     - title: "2005"
3738       data-set: "vpp-performance-changes-2n-clx-cmp"
3739   comparisons:
3740     - title: "Diff"
3741       reference: 1
3742       compare: 2
3743   legend:
3744     - "Legend to Table"
3745     - "2001, 2005 - VPP versions tested."
3746     - "Diff - difference between 2001 and 2005 VPP version."
3747
3748 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3749 - type: "table"
3750   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3751   algorithm: "table_comparison"
3752   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3753   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3754   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3755   columns:
3756     - title: "2001"
3757       data-set: "vpp-performance-changes-2n-clx-ref"
3758     - title: "2005"
3759       data-set: "vpp-performance-changes-2n-clx-cmp"
3760   comparisons:
3761     - title: "Diff"
3762       reference: 1
3763       compare: 2
3764   legend:
3765     - "Legend to Table"
3766     - "2001, 2005 - VPP versions tested."
3767     - "Diff - difference between 2001 and 2005 VPP version."
3768
3769 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3770 - type: "table"
3771   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3772   algorithm: "table_comparison"
3773   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3774   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3775   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3776   columns:
3777     - title: "2001"
3778       data-set: "vpp-performance-changes-2n-clx-ref"
3779     - title: "2005"
3780       data-set: "vpp-performance-changes-2n-clx-cmp"
3781   comparisons:
3782     - title: "Diff"
3783       reference: 1
3784       compare: 2
3785   legend:
3786     - "Legend to Table"
3787     - "2001, 2005 - VPP versions tested."
3788     - "Diff - difference between 2001 and 2005 VPP version."
3789
3790 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3791 - type: "table"
3792   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3793   algorithm: "table_comparison"
3794   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3795   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3796   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3797   columns:
3798     - title: "2001"
3799       data-set: "vpp-performance-changes-2n-clx-ref"
3800     - title: "2005"
3801       data-set: "vpp-performance-changes-2n-clx-cmp"
3802   comparisons:
3803     - title: "Diff"
3804       reference: 1
3805       compare: 2
3806   legend:
3807     - "Legend to Table"
3808     - "2001, 2005 - VPP versions tested."
3809     - "Diff - difference between 2001 and 2005 VPP version."
3810
3811 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3812 - type: "table"
3813   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3814   algorithm: "table_comparison"
3815   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3816   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3817   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3818   columns:
3819     - title: "2001"
3820       data-set: "vpp-performance-changes-2n-clx-ref"
3821     - title: "2005"
3822       data-set: "vpp-performance-changes-2n-clx-cmp"
3823   comparisons:
3824     - title: "Diff"
3825       reference: 1
3826       compare: 2
3827   legend:
3828     - "Legend to Table"
3829     - "2001, 2005 - VPP versions tested."
3830     - "Diff - difference between 2001 and 2005 VPP version."
3831
3832 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3833 - type: "table"
3834   title: "VPP Performance Changes 2n-clx-x556 ndr"
3835   algorithm: "table_comparison"
3836   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3837   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3838   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3839   columns:
3840     - title: "2001"
3841       data-set: "vpp-performance-changes-2n-clx-ref"
3842     - title: "2005"
3843       data-set: "vpp-performance-changes-2n-clx-cmp"
3844   comparisons:
3845     - title: "Diff"
3846       reference: 1
3847       compare: 2
3848   legend:
3849     - "Legend to Table"
3850     - "2001, 2005 - VPP versions tested."
3851     - "Diff - difference between 2001 and 2005 VPP version."
3852
3853 # VPP Performance Changes 2n-dnv 1t1c pdr
3854 - type: "table"
3855   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3856   algorithm: "table_comparison"
3857   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3858   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3859   filter: "'1T1C'"
3860   columns:
3861     - title: "1908"
3862       data-set: "vpp-performance-changes-2n-dnv-h1"
3863     - title: "2001"
3864       data-set: "vpp-performance-changes-2n-dnv-ref"
3865     - title: "2005"
3866       data-set: "vpp-performance-changes-2n-dnv-cmp"
3867   comparisons:
3868     - title: "Diff"
3869       reference: 2
3870       compare: 3
3871   legend:
3872     - "Legend to Table"
3873     - "1908, 2001, 2005 - VPP versions tested."
3874     - "Diff - difference between 2001 and 2005 VPP version."
3875
3876 # VPP Performance Changes 2n-dnv 2t2c pdr
3877 - type: "table"
3878   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3879   algorithm: "table_comparison"
3880   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3881   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3882   filter: "'2T2C'"
3883   columns:
3884     - title: "1908"
3885       data-set: "vpp-performance-changes-2n-dnv-h1"
3886     - title: "2001"
3887       data-set: "vpp-performance-changes-2n-dnv-ref"
3888     - title: "2005"
3889       data-set: "vpp-performance-changes-2n-dnv-cmp"
3890   comparisons:
3891     - title: "Diff"
3892       reference: 2
3893       compare: 3
3894   legend:
3895     - "Legend to Table"
3896     - "1908, 2001, 2005 - VPP versions tested."
3897     - "Diff - difference between 2001 and 2005 VPP version."
3898
3899 # VPP Performance Changes 2n-dnv 1t1c ndr
3900 - type: "table"
3901   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3902   algorithm: "table_comparison"
3903   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3904   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3905   filter: "'1T1C'"
3906   columns:
3907     - title: "1908"
3908       data-set: "vpp-performance-changes-2n-dnv-h1"
3909     - title: "2001"
3910       data-set: "vpp-performance-changes-2n-dnv-ref"
3911     - title: "2005"
3912       data-set: "vpp-performance-changes-2n-dnv-cmp"
3913   comparisons:
3914     - title: "Diff"
3915       reference: 2
3916       compare: 3
3917   legend:
3918     - "Legend to Table"
3919     - "1908, 2001, 2005 - VPP versions tested."
3920     - "Diff - difference between 2001 and 2005 VPP version."
3921
3922 # VPP Performance Changes 2n-dnv 2t2c ndr
3923 - type: "table"
3924   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3925   algorithm: "table_comparison"
3926   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3927   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3928   filter: "'2T2C'"
3929   columns:
3930     - title: "1908"
3931       data-set: "vpp-performance-changes-2n-dnv-h1"
3932     - title: "2001"
3933       data-set: "vpp-performance-changes-2n-dnv-ref"
3934     - title: "2005"
3935       data-set: "vpp-performance-changes-2n-dnv-cmp"
3936   comparisons:
3937     - title: "Diff"
3938       reference: 2
3939       compare: 3
3940   legend:
3941     - "Legend to Table"
3942     - "1908, 2001, 2005 - VPP versions tested."
3943     - "Diff - difference between 2001 and 2005 VPP version."
3944
3945 # VPP Performance Changes 3n-dnv 1t1c pdr
3946 - type: "table"
3947   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3948   algorithm: "table_comparison"
3949   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3950   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3951   filter: "'1T1C'"
3952   columns:
3953     - title: "1908"
3954       data-set: "vpp-performance-changes-3n-dnv-h1"
3955     - title: "2001"
3956       data-set: "vpp-performance-changes-3n-dnv-ref"
3957     - title: "2005"
3958       data-set: "vpp-performance-changes-3n-dnv-cmp"
3959   comparisons:
3960     - title: "Diff"
3961       reference: 2
3962       compare: 3
3963   legend:
3964     - "Legend to Table"
3965     - "1908, 2001, 2005 - VPP versions tested."
3966     - "Diff - difference between 2001 and 2005 VPP version."
3967
3968 # VPP Performance Changes 3n-dnv 2t2c pdr
3969 - type: "table"
3970   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3971   algorithm: "table_comparison"
3972   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3973   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3974   filter: "'2T2C'"
3975   columns:
3976     - title: "1908"
3977       data-set: "vpp-performance-changes-3n-dnv-h1"
3978     - title: "2001"
3979       data-set: "vpp-performance-changes-3n-dnv-ref"
3980     - title: "2005"
3981       data-set: "vpp-performance-changes-3n-dnv-cmp"
3982   comparisons:
3983     - title: "Diff"
3984       reference: 2
3985       compare: 3
3986   legend:
3987     - "Legend to Table"
3988     - "1908, 2001, 2005 - VPP versions tested."
3989     - "Diff - difference between 2001 and 2005 VPP version."
3990
3991 # VPP Performance Changes 3n-dnv 1t1c ndr
3992 - type: "table"
3993   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3994   algorithm: "table_comparison"
3995   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3996   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3997   filter: "'1T1C'"
3998   columns:
3999     - title: "1908"
4000       data-set: "vpp-performance-changes-3n-dnv-h1"
4001     - title: "2001"
4002       data-set: "vpp-performance-changes-3n-dnv-ref"
4003     - title: "2005"
4004       data-set: "vpp-performance-changes-3n-dnv-cmp"
4005   comparisons:
4006     - title: "Diff"
4007       reference: 2
4008       compare: 3
4009   legend:
4010     - "Legend to Table"
4011     - "1908, 2001, 2005 - VPP versions tested."
4012     - "Diff - difference between 2001 and 2005 VPP version."
4013
4014 # VPP Performance Changes 3n-dnv 2t2c ndr
4015 - type: "table"
4016   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4017   algorithm: "table_comparison"
4018   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4019   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4020   filter: "'2T2C'"
4021   columns:
4022     - title: "1908"
4023       data-set: "vpp-performance-changes-3n-dnv-h1"
4024     - title: "2001"
4025       data-set: "vpp-performance-changes-3n-dnv-ref"
4026     - title: "2005"
4027       data-set: "vpp-performance-changes-3n-dnv-cmp"
4028   comparisons:
4029     - title: "Diff"
4030       reference: 2
4031       compare: 3
4032   legend:
4033     - "Legend to Table"
4034     - "1908, 2001, 2005 - VPP versions tested."
4035     - "Diff - difference between 2001 and 2005 VPP version."
4036
4037 # VPP Performance Changes 3n-tsh 1t1c pdr
4038 - type: "table"
4039   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4040   algorithm: "table_comparison"
4041   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4042   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4043   filter: "'1T1C'"
4044   columns:
4045     - title: "1908"
4046       data-set: "vpp-performance-changes-3n-tsh-h1"
4047     - title: "2001"
4048       data-set: "vpp-performance-changes-3n-tsh-ref"
4049     - title: "2005"
4050       data-set: "vpp-performance-changes-3n-tsh-cmp"
4051   comparisons:
4052     - title: "Diff"
4053       reference: 2
4054       compare: 3
4055   legend:
4056     - "Legend to Table"
4057     - "1908, 2001, 2005 - VPP versions tested."
4058     - "Diff - difference between 2001 and 2005 VPP version."
4059
4060 # VPP Performance Changes 3n-tsh 2t2c pdr
4061 - type: "table"
4062   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4063   algorithm: "table_comparison"
4064   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4065   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4066   filter: "'2T2C'"
4067   columns:
4068     - title: "1908"
4069       data-set: "vpp-performance-changes-3n-tsh-h1"
4070     - title: "2001"
4071       data-set: "vpp-performance-changes-3n-tsh-ref"
4072     - title: "2005"
4073       data-set: "vpp-performance-changes-3n-tsh-cmp"
4074   comparisons:
4075     - title: "Diff"
4076       reference: 2
4077       compare: 3
4078   legend:
4079     - "Legend to Table"
4080     - "1908, 2001, 2005 - VPP versions tested."
4081     - "Diff - difference between 2001 and 2005 VPP version."
4082
4083 # VPP Performance Changes 3n-tsh 1t1c ndr
4084 - type: "table"
4085   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4086   algorithm: "table_comparison"
4087   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4088   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4089   filter: "'1T1C'"
4090   columns:
4091     - title: "1908"
4092       data-set: "vpp-performance-changes-3n-tsh-h1"
4093     - title: "2001"
4094       data-set: "vpp-performance-changes-3n-tsh-ref"
4095     - title: "2005"
4096       data-set: "vpp-performance-changes-3n-tsh-cmp"
4097   comparisons:
4098     - title: "Diff"
4099       reference: 2
4100       compare: 3
4101   legend:
4102     - "Legend to Table"
4103     - "1908, 2001, 2005 - VPP versions tested."
4104     - "Diff - difference between 2001 and 2005 VPP version."
4105
4106 # VPP Performance Changes 3n-tsh 2t2c ndr
4107 - type: "table"
4108   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4109   algorithm: "table_comparison"
4110   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4111   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4112   filter: "'2T2C'"
4113   columns:
4114     - title: "1908"
4115       data-set: "vpp-performance-changes-3n-tsh-h1"
4116     - title: "2001"
4117       data-set: "vpp-performance-changes-3n-tsh-ref"
4118     - title: "2005"
4119       data-set: "vpp-performance-changes-3n-tsh-cmp"
4120   comparisons:
4121     - title: "Diff"
4122       reference: 2
4123       compare: 3
4124   legend:
4125     - "Legend to Table"
4126     - "1908, 2001, 2005 - VPP versions tested."
4127     - "Diff - difference between 2001 and 2005 VPP version."
4128
4129 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4130 - type: "table"
4131   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4132   algorithm: "table_comparison"
4133   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4134   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4135   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4136   columns:
4137     - title: "3n-hsw xl710"
4138       data-set: "vpp-compare-testbeds-ref"
4139       tag: "NIC_Intel-XL710"
4140     - title: "3n-skx xxv710"
4141       data-set: "vpp-compare-testbeds-cmp"
4142       tag: "NIC_Intel-XXV710"
4143   comparisons:
4144     - title: "Diff"
4145       reference: 1
4146       compare: 2
4147   legend:
4148     - "Legend to Table"
4149     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4150     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4151
4152 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4153 - type: "table"
4154   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4155   algorithm: "table_comparison"
4156   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4157   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4158   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4159   columns:
4160     - title: "3n-hsw xl710"
4161       data-set: "vpp-compare-testbeds-ref"
4162       tag: "NIC_Intel-XL710"
4163     - title: "3n-skx xxv710"
4164       data-set: "vpp-compare-testbeds-cmp"
4165       tag: "NIC_Intel-XXV710"
4166   comparisons:
4167     - title: "Diff"
4168       reference: 1
4169       compare: 2
4170   legend:
4171     - "Legend to Table"
4172     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4173     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4174
4175 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4176 - type: "table"
4177   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4178   algorithm: "table_comparison"
4179   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4180   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4181   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4182   columns:
4183     - title: "3n-hsw xl710"
4184       data-set: "vpp-compare-testbeds-ref"
4185       tag: "NIC_Intel-XL710"
4186     - title: "3n-skx xxv710"
4187       data-set: "vpp-compare-testbeds-cmp"
4188       tag: "NIC_Intel-XXV710"
4189   comparisons:
4190     - title: "Diff"
4191       reference: 1
4192       compare: 2
4193   legend:
4194     - "Legend to Table"
4195     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4196     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4197
4198 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4199 - type: "table"
4200   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4201   algorithm: "table_comparison"
4202   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4203   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4204   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4205   columns:
4206     - title: "3n-hsw xl710"
4207       data-set: "vpp-compare-testbeds-ref"
4208       tag: "NIC_Intel-XL710"
4209     - title: "3n-skx xxv710"
4210       data-set: "vpp-compare-testbeds-cmp"
4211       tag: "NIC_Intel-XXV710"
4212   comparisons:
4213     - title: "Diff"
4214       reference: 1
4215       compare: 2
4216   legend:
4217     - "Legend to Table"
4218     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4219     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4220
4221 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4222 - type: "table"
4223   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4224   algorithm: "table_comparison"
4225   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4226   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4227   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4228   columns:
4229     - title: "2n-skx"
4230       data-set: "vpp-compare-testbeds-skx-clx-ref"
4231     - title: "2n-clx"
4232       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4233   comparisons:
4234     - title: "Diff"
4235       reference: 1
4236       compare: 2
4237   legend:
4238     - "Legend to Table"
4239     - "2n-skx, 2n-clx - testbeds and NICs tested."
4240     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4241
4242 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4243 - type: "table"
4244   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4245   algorithm: "table_comparison"
4246   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4247   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4248   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4249   columns:
4250     - title: "2n-skx"
4251       data-set: "vpp-compare-testbeds-skx-clx-ref"
4252     - title: "2n-clx"
4253       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4254   comparisons:
4255     - title: "Diff"
4256       reference: 1
4257       compare: 2
4258   legend:
4259     - "Legend to Table"
4260     - "2n-skx, 2n-clx - testbeds and NICs tested."
4261     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4262
4263 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4264 - type: "table"
4265   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4266   algorithm: "table_comparison"
4267   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4268   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4269   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4270   columns:
4271     - title: "2n-skx"
4272       data-set: "vpp-compare-testbeds-skx-clx-ref"
4273     - title: "2n-clx"
4274       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4275   comparisons:
4276     - title: "Diff"
4277       reference: 1
4278       compare: 2
4279   legend:
4280     - "Legend to Table"
4281     - "2n-skx, 2n-clx - testbeds and NICs tested."
4282     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4283
4284 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4285 - type: "table"
4286   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4287   algorithm: "table_comparison"
4288   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4289   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4290   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4291   columns:
4292     - title: "2n-skx"
4293       data-set: "vpp-compare-testbeds-skx-clx-ref"
4294     - title: "2n-clx"
4295       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4296   comparisons:
4297     - title: "Diff"
4298       reference: 1
4299       compare: 2
4300   legend:
4301     - "Legend to Table"
4302     - "2n-skx, 2n-clx - testbeds and NICs tested."
4303     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4304
4305 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4306 - type: "table"
4307   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4308   algorithm: "table_comparison"
4309   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4310   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4311   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4312   columns:
4313     - title: "3n-hsw xl710"
4314       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4315       tag: "NIC_Intel-XL710"
4316     - title: "2n-clx xxv710"
4317       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4318       tag: "NIC_Intel-XXV710"
4319   comparisons:
4320     - title: "Diff"
4321       reference: 1
4322       compare: 2
4323   legend:
4324     - "Legend to Table"
4325     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4326     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4327
4328 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4329 - type: "table"
4330   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4331   algorithm: "table_comparison"
4332   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4333   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4334   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4335   columns:
4336     - title: "3n-hsw xl710"
4337       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4338       tag: "NIC_Intel-XL710"
4339     - title: "2n-clx xxv710"
4340       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4341       tag: "NIC_Intel-XXV710"
4342   comparisons:
4343     - title: "Diff"
4344       reference: 1
4345       compare: 2
4346   legend:
4347     - "Legend to Table"
4348     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4349     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4350
4351 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4352 - type: "table"
4353   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4354   algorithm: "table_comparison"
4355   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4356   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4357   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4358   columns:
4359     - title: "3n-hsw xl710"
4360       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4361       tag: "NIC_Intel-XL710"
4362     - title: "2n-clx xxv710"
4363       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4364       tag: "NIC_Intel-XXV710"
4365   comparisons:
4366     - title: "Diff"
4367       reference: 1
4368       compare: 2
4369   legend:
4370     - "Legend to Table"
4371     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4372     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4373
4374 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4375 - type: "table"
4376   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4377   algorithm: "table_comparison"
4378   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4379   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4380   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4381   columns:
4382     - title: "3n-hsw xl710"
4383       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4384       tag: "NIC_Intel-XL710"
4385     - title: "2n-clx xxv710"
4386       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4387       tag: "NIC_Intel-XXV710"
4388   comparisons:
4389     - title: "Diff"
4390       reference: 1
4391       compare: 2
4392   legend:
4393     - "Legend to Table"
4394     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4395     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4396
4397 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4398 - type: "table"
4399   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4400   algorithm: "table_comparison"
4401   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4402   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4403   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4404   columns:
4405     - title: "3n-skx"
4406       data-set: "vpp-compare-topologies-ref"
4407     - title: "2n-skx"
4408       data-set: "vpp-compare-topologies-cmp"
4409   comparisons:
4410     - title: "Diff"
4411       reference: 1
4412       compare: 2
4413   legend:
4414     - "Legend to Table"
4415     - "3n-skx, 2n-skx - topologies tested."
4416     - "Diff - difference between 3n-skx and 2n-skx topologies."
4417
4418 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4419 - type: "table"
4420   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4421   algorithm: "table_comparison"
4422   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4423   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4424   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4425   columns:
4426     - title: "3n-skx"
4427       data-set: "vpp-compare-topologies-ref"
4428     - title: "2n-skx"
4429       data-set: "vpp-compare-topologies-cmp"
4430   comparisons:
4431     - title: "Diff"
4432       reference: 1
4433       compare: 2
4434   legend:
4435     - "Legend to Table"
4436     - "3n-skx, 2n-skx - topologies tested."
4437     - "Diff - difference between 3n-skx and 2n-skx topologies."
4438
4439 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4440 - type: "table"
4441   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4442   algorithm: "table_comparison"
4443   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4444   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4445   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4446   columns:
4447     - title: "3n-skx"
4448       data-set: "vpp-compare-topologies-ref"
4449     - title: "2n-skx"
4450       data-set: "vpp-compare-topologies-cmp"
4451   comparisons:
4452     - title: "Diff"
4453       reference: 1
4454       compare: 2
4455   legend:
4456     - "Legend to Table"
4457     - "3n-skx, 2n-skx - topologies tested."
4458     - "Diff - difference between 3n-skx and 2n-skx topologies."
4459
4460 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4461 - type: "table"
4462   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4463   algorithm: "table_comparison"
4464   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4465   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4466   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4467   columns:
4468     - title: "3n-skx"
4469       data-set: "vpp-compare-topologies-ref"
4470     - title: "2n-skx"
4471       data-set: "vpp-compare-topologies-cmp"
4472   comparisons:
4473     - title: "Diff"
4474       reference: 1
4475       compare: 2
4476   legend:
4477     - "Legend to Table"
4478     - "3n-skx, 2n-skx - topologies tested."
4479     - "Diff - difference between 3n-skx and 2n-skx topologies."
4480
4481 # VPP Performance Changes 3n-hsw 1t1c mrr
4482 - type: "table"
4483   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4484   algorithm: "table_comparison"
4485   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4486   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4487   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4488   columns:
4489     - title: "1908"
4490       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4491     - title: "2001"
4492       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4493     - title: "2005"
4494       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4495   comparisons:
4496     - title: "Diff"
4497       reference: 2
4498       compare: 3
4499   legend:
4500     - "Legend to Table"
4501     - "1908, 2001, 2005 - VPP versions tested."
4502     - "Diff - difference between 2001 and 2005 VPP version."
4503
4504 # VPP Performance Changes 3n-hsw 2t2c mrr
4505 - type: "table"
4506   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4507   algorithm: "table_comparison"
4508   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4509   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4510   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4511   columns:
4512     - title: "1908"
4513       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4514     - title: "2001"
4515       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4516     - title: "2005"
4517       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4518   comparisons:
4519     - title: "Diff"
4520       reference: 2
4521       compare: 3
4522   legend:
4523     - "Legend to Table"
4524     - "1908, 2001, 2005 - VPP versions tested."
4525     - "Diff - difference between 2001 and 2005 VPP version."
4526
4527 # VPP Performance Changes 3n-hsw 4t4c mrr
4528 - type: "table"
4529   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4530   algorithm: "table_comparison"
4531   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4533   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4534   columns:
4535     - title: "1908"
4536       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4537     - title: "2001"
4538       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4539     - title: "2005"
4540       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4541   comparisons:
4542     - title: "Diff"
4543       reference: 2
4544       compare: 3
4545   legend:
4546     - "Legend to Table"
4547     - "1908, 2001, 2005 - VPP versions tested."
4548     - "Diff - difference between 2001 and 2005 VPP version."
4549
4550 # VPP Performance Changes 3n-skx 2t1c mrr
4551 - type: "table"
4552   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4553   algorithm: "table_comparison"
4554   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4555   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4556   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4557   columns:
4558     - title: "1908"
4559       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4560     - title: "2001"
4561       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4562     - title: "2005"
4563       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4564   comparisons:
4565     - title: "Diff"
4566       reference: 2
4567       compare: 3
4568   legend:
4569     - "Legend to Table"
4570     - "1908, 2001, 2005 - VPP versions tested."
4571     - "Diff - difference between 2001 and 2005 VPP version."
4572
4573 # VPP Performance Changes 3n-skx 4t2c mrr
4574 - type: "table"
4575   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4576   algorithm: "table_comparison"
4577   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4578   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4579   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4580   columns:
4581     - title: "1908"
4582       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4583     - title: "2001"
4584       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4585     - title: "2005"
4586       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4587   comparisons:
4588     - title: "Diff"
4589       reference: 2
4590       compare: 3
4591   legend:
4592     - "Legend to Table"
4593     - "1908, 2001, 2005 - VPP versions tested."
4594     - "Diff - difference between 2001 and 2005 VPP version."
4595
4596 # VPP Performance Changes 3n-skx 8t4c mrr
4597 - type: "table"
4598   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4599   algorithm: "table_comparison"
4600   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4601   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4602   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4603   columns:
4604     - title: "1908"
4605       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4606     - title: "2001"
4607       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4608     - title: "2005"
4609       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4610   comparisons:
4611     - title: "Diff"
4612       reference: 2
4613       compare: 3
4614   legend:
4615     - "Legend to Table"
4616     - "1908, 2001, 2005 - VPP versions tested."
4617     - "Diff - difference between 2001 and 2005 VPP version."
4618
4619 # VPP Performance Changes 2n-skx 2t1c mrr
4620 - type: "table"
4621   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4622   algorithm: "table_comparison"
4623   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4624   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4625   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4626   columns:
4627     - title: "1908"
4628       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4629     - title: "2001"
4630       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4631     - title: "2005"
4632       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4633   comparisons:
4634     - title: "Diff"
4635       reference: 2
4636       compare: 3
4637   legend:
4638     - "Legend to Table"
4639     - "1908, 2001, 2005 - VPP versions tested."
4640     - "Diff - difference between 2001 and 2005 VPP version."
4641
4642 # VPP Performance Changes 2n-skx 4t2c mrr
4643 - type: "table"
4644   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4645   algorithm: "table_comparison"
4646   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4647   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4648   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4649   columns:
4650     - title: "1908"
4651       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4652     - title: "2001"
4653       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4654     - title: "2005"
4655       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4656   comparisons:
4657     - title: "Diff"
4658       reference: 2
4659       compare: 3
4660   legend:
4661     - "Legend to Table"
4662     - "1908, 2001, 2005 - VPP versions tested."
4663     - "Diff - difference between 2001 and 2005 VPP version."
4664
4665 # VPP Performance Changes 2n-skx 8t4c mrr
4666 - type: "table"
4667   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4668   algorithm: "table_comparison"
4669   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4670   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4671   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4672   columns:
4673     - title: "1908"
4674       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4675     - title: "2001"
4676       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4677     - title: "2005"
4678       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4679   comparisons:
4680     - title: "Diff"
4681       reference: 2
4682       compare: 3
4683   legend:
4684     - "Legend to Table"
4685     - "1908, 2001, 2005 - VPP versions tested."
4686     - "Diff - difference between 2001 and 2005 VPP version."
4687
4688 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4689 - type: "table"
4690   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4691   algorithm: "table_comparison"
4692   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4693   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4694   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4695   columns:
4696     - title: "2001"
4697       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4698     - title: "2005"
4699       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4700   comparisons:
4701     - title: "Diff"
4702       reference: 1
4703       compare: 2
4704   legend:
4705     - "Legend to Table"
4706     - "2001, 2005 - VPP versions tested."
4707     - "Diff - difference between 2001 and 2005 VPP version."
4708
4709 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4710 - type: "table"
4711   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4712   algorithm: "table_comparison"
4713   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4714   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4715   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4716   columns:
4717     - title: "2001"
4718       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4719     - title: "2005"
4720       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4721   comparisons:
4722     - title: "Diff"
4723       reference: 1
4724       compare: 2
4725   legend:
4726     - "Legend to Table"
4727     - "2001, 2005 - VPP versions tested."
4728     - "Diff - difference between 2001 and 2005 VPP version."
4729
4730 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4731 - type: "table"
4732   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4733   algorithm: "table_comparison"
4734   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4735   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4736   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4737   columns:
4738     - title: "2001"
4739       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4740     - title: "2005"
4741       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4742   comparisons:
4743     - title: "Diff"
4744       reference: 1
4745       compare: 2
4746   legend:
4747     - "Legend to Table"
4748     - "2001, 2005 - VPP versions tested."
4749     - "Diff - difference between 2001 and 2005 VPP version."
4750
4751 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4752 - type: "table"
4753   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4754   algorithm: "table_comparison"
4755   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4756   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4757   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4758   columns:
4759     - title: "2001"
4760       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4761     - title: "2005"
4762       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4763   comparisons:
4764     - title: "Diff"
4765       reference: 1
4766       compare: 2
4767   legend:
4768     - "Legend to Table"
4769     - "2001, 2005 - VPP versions tested."
4770     - "Diff - difference between 2001 and 2005 VPP version."
4771
4772 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4773 - type: "table"
4774   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4775   algorithm: "table_comparison"
4776   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4778   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4779   columns:
4780     - title: "2001"
4781       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4782     - title: "2005"
4783       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4784   comparisons:
4785     - title: "Diff"
4786       reference: 1
4787       compare: 2
4788   legend:
4789     - "Legend to Table"
4790     - "2001, 2005 - VPP versions tested."
4791     - "Diff - difference between 2001 and 2005 VPP version."
4792
4793 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4794 - type: "table"
4795   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4796   algorithm: "table_comparison"
4797   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4798   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4799   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4800   columns:
4801     - title: "2001"
4802       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4803     - title: "2005"
4804       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4805   comparisons:
4806     - title: "Diff"
4807       reference: 1
4808       compare: 2
4809   legend:
4810     - "Legend to Table"
4811     - "2001, 2005 - VPP versions tested."
4812     - "Diff - difference between 2001 and 2005 VPP version."
4813
4814 # VPP Performance Changes 2n-dnv 1t1c mrr
4815 - type: "table"
4816   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4817   algorithm: "table_comparison"
4818   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4820   filter: "'1T1C'"
4821   columns:
4822     - title: "1908"
4823       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4824     - title: "2001"
4825       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4826     - title: "2005"
4827       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4828   comparisons:
4829     - title: "Diff"
4830       reference: 2
4831       compare: 3
4832   legend:
4833     - "Legend to Table"
4834     - "1908, 2001, 2005 - VPP versions tested."
4835     - "Diff - difference between 2001 and 2005 VPP version."
4836
4837 # VPP Performance Changes 2n-dnv 2t2c mrr
4838 - type: "table"
4839   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4840   algorithm: "table_comparison"
4841   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4842   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4843   filter: "'2T2C'"
4844   columns:
4845     - title: "1908"
4846       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4847     - title: "2001"
4848       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4849     - title: "2005"
4850       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4851   comparisons:
4852     - title: "Diff"
4853       reference: 2
4854       compare: 3
4855   legend:
4856     - "Legend to Table"
4857     - "1908, 2001, 2005 - VPP versions tested."
4858     - "Diff - difference between 2001 and 2005 VPP version."
4859
4860 # VPP Performance Changes 2n-dnv 4t4c mrr
4861 - type: "table"
4862   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4863   algorithm: "table_comparison"
4864   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4866   filter: "'4T4C'"
4867   columns:
4868     - title: "1908"
4869       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4870     - title: "2001"
4871       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4872     - title: "2005"
4873       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4874   comparisons:
4875     - title: "Diff"
4876       reference: 2
4877       compare: 3
4878   legend:
4879     - "Legend to Table"
4880     - "1908, 2001, 2005 - VPP versions tested."
4881     - "Diff - difference between 2001 and 2005 VPP version."
4882
4883 # VPP Performance Changes 3n-dnv 1t1c mrr
4884 - type: "table"
4885   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4886   algorithm: "table_comparison"
4887   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4888   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4889   filter: "'1T1C'"
4890   columns:
4891     - title: "1908"
4892       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4893     - title: "2001"
4894       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4895     - title: "2005"
4896       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4897   comparisons:
4898     - title: "Diff"
4899       reference: 2
4900       compare: 3
4901   legend:
4902     - "Legend to Table"
4903     - "1908, 2001, 2005 - VPP versions tested."
4904     - "Diff - difference between 2001 and 2005 VPP version."
4905
4906 # VPP Performance Changes 3n-dnv 2t2c mrr
4907 - type: "table"
4908   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4909   algorithm: "table_comparison"
4910   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4911   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4912   filter: "'2T2C'"
4913   columns:
4914     - title: "1908"
4915       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4916     - title: "2001"
4917       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4918     - title: "2005"
4919       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4920   comparisons:
4921     - title: "Diff"
4922       reference: 2
4923       compare: 3
4924   legend:
4925     - "Legend to Table"
4926     - "1908, 2001, 2005 - VPP versions tested."
4927     - "Diff - difference between 2001 and 2005 VPP version."
4928
4929 # VPP Performance Changes 3n-dnv 4t4c mrr
4930 - type: "table"
4931   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4932   algorithm: "table_comparison"
4933   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4934   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4935   filter: "'4T4C'"
4936   columns:
4937     - title: "1908"
4938       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4939     - title: "2001"
4940       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4941     - title: "2005"
4942       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4943   comparisons:
4944     - title: "Diff"
4945       reference: 2
4946       compare: 3
4947   legend:
4948     - "Legend to Table"
4949     - "1908, 2001, 2005 - VPP versions tested."
4950     - "Diff - difference between 2001 and 2005 VPP version."
4951
4952 # VPP Performance Changes 3n-tsh 1t1c mrr
4953 - type: "table"
4954   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4955   algorithm: "table_comparison"
4956   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4957   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4958   filter: "'1T1C'"
4959   columns:
4960     - title: "1908"
4961       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4962     - title: "2001"
4963       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4964     - title: "2005"
4965       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4966   comparisons:
4967     - title: "Diff"
4968       reference: 2
4969       compare: 3
4970   legend:
4971     - "Legend to Table"
4972     - "1908, 2001, 2005 - VPP versions tested."
4973     - "Diff - difference between 2001 and 2005 VPP version."
4974
4975 # VPP Performance Changes 3n-tsh 2t2c mrr
4976 - type: "table"
4977   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4978   algorithm: "table_comparison"
4979   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4980   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4981   filter: "'2T2C'"
4982   columns:
4983     - title: "1908"
4984       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4985     - title: "2001"
4986       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4987     - title: "2005"
4988       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4989   comparisons:
4990     - title: "Diff"
4991       reference: 2
4992       compare: 3
4993   legend:
4994     - "Legend to Table"
4995     - "1908, 2001, 2005 - VPP versions tested."
4996     - "Diff - difference between 2001 and 2005 VPP version."
4997
4998 # VPP Performance Changes 3n-tsh 4t4c mrr
4999 - type: "table"
5000   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5001   algorithm: "table_comparison"
5002   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5003   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5004   filter: "'4T4C'"
5005   columns:
5006     - title: "1908"
5007       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5008     - title: "2001"
5009       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5010     - title: "2005"
5011       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5012   comparisons:
5013     - title: "Diff"
5014       reference: 2
5015       compare: 3
5016   legend:
5017     - "Legend to Table"
5018     - "1908, 2001, 2005 - VPP versions tested."
5019     - "Diff - difference between 2001 and 2005 VPP version."
5020
5021 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5022 - type: "table"
5023   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5024   algorithm: "table_comparison"
5025   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5026   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5027   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5028   columns:
5029     - title: "3n-hsw xl710"
5030       data-set: "vpp-compare-testbeds-mrr-ref"
5031       tag: "NIC_Intel-XL710"
5032     - title: "3n-skx xxv710"
5033       data-set: "vpp-compare-testbeds-mrr-cmp"
5034       tag: "NIC_Intel-XXV710"
5035   comparisons:
5036     - title: "Diff"
5037       reference: 1
5038       compare: 2
5039   legend:
5040     - "Legend to Table"
5041     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5042     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5043
5044 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5045 - type: "table"
5046   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5047   algorithm: "table_comparison"
5048   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5049   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5050   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5051   columns:
5052     - title: "3n-hsw xl710"
5053       data-set: "vpp-compare-testbeds-mrr-ref"
5054       tag: "NIC_Intel-XL710"
5055     - title: "3n-skx xxv710"
5056       data-set: "vpp-compare-testbeds-mrr-cmp"
5057       tag: "NIC_Intel-XXV710"
5058   comparisons:
5059     - title: "Diff"
5060       reference: 1
5061       compare: 2
5062   legend:
5063     - "Legend to Table"
5064     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5065     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5066
5067 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5068 - type: "table"
5069   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5070   algorithm: "table_comparison"
5071   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5072   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5073   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5074   columns:
5075     - title: "3n-hsw xl710"
5076       data-set: "vpp-compare-testbeds-mrr-ref"
5077       tag: "NIC_Intel-XL710"
5078     - title: "3n-skx xxv710"
5079       data-set: "vpp-compare-testbeds-mrr-cmp"
5080       tag: "NIC_Intel-XXV710"
5081   comparisons:
5082     - title: "Diff"
5083       reference: 1
5084       compare: 2
5085   legend:
5086     - "Legend to Table"
5087     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5088     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5089
5090 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5091 - type: "table"
5092   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5093   algorithm: "table_comparison"
5094   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5095   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5096   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5097   columns:
5098     - title: "2n-skx"
5099       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5100     - title: "2n-clx"
5101       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5102   comparisons:
5103     - title: "Diff"
5104       reference: 1
5105       compare: 2
5106   legend:
5107     - "Legend to Table"
5108     - "2n-skx, 2n-clx - testbeds and NICs tested."
5109     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5110
5111 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5112 - type: "table"
5113   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5114   algorithm: "table_comparison"
5115   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5116   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5117   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5118   columns:
5119     - title: "2n-skx"
5120       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5121     - title: "2n-clx"
5122       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5123   comparisons:
5124     - title: "Diff"
5125       reference: 1
5126       compare: 2
5127   legend:
5128     - "Legend to Table"
5129     - "2n-skx, 2n-clx - testbeds and NICs tested."
5130     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5131
5132 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5133 - type: "table"
5134   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5135   algorithm: "table_comparison"
5136   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5137   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5138   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5139   columns:
5140     - title: "2n-skx"
5141       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5142     - title: "2n-clx"
5143       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5144   comparisons:
5145     - title: "Diff"
5146       reference: 1
5147       compare: 2
5148   legend:
5149     - "Legend to Table"
5150     - "2n-skx, 2n-clx - testbeds and NICs tested."
5151     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5152
5153 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5154 - type: "table"
5155   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5156   algorithm: "table_comparison"
5157   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5158   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5159   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5160   columns:
5161     - title: "3n-skx"
5162       data-set: "vpp-compare-topologies-mrr-ref"
5163     - title: "2n-skx"
5164       data-set: "vpp-compare-topologies-mrr-cmp"
5165   comparisons:
5166     - title: "Diff"
5167       reference: 1
5168       compare: 2
5169   legend:
5170     - "Legend to Table"
5171     - "3n-skx, 2n-skx - topologies tested."
5172     - "Diff - difference between 3n-skx and 2n-skx topologies."
5173
5174 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5175 - type: "table"
5176   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5177   algorithm: "table_comparison"
5178   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5179   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5180   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5181   columns:
5182     - title: "3n-skx"
5183       data-set: "vpp-compare-topologies-mrr-ref"
5184     - title: "2n-skx"
5185       data-set: "vpp-compare-topologies-mrr-cmp"
5186   comparisons:
5187     - title: "Diff"
5188       reference: 1
5189       compare: 2
5190   legend:
5191     - "Legend to Table"
5192     - "3n-skx, 2n-skx - topologies tested."
5193     - "Diff - difference between 3n-skx and 2n-skx topologies."
5194
5195 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5196 - type: "table"
5197   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5198   algorithm: "table_comparison"
5199   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5200   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5201   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5202   columns:
5203     - title: "3n-skx"
5204       data-set: "vpp-compare-topologies-mrr-ref"
5205     - title: "2n-skx"
5206       data-set: "vpp-compare-topologies-mrr-cmp"
5207   comparisons:
5208     - title: "Diff"
5209       reference: 1
5210       compare: 2
5211   legend:
5212     - "Legend to Table"
5213     - "3n-skx, 2n-skx - topologies tested."
5214     - "Diff - difference between 3n-skx and 2n-skx topologies."
5215
5216 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5217 - type: "table"
5218   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5219   algorithm: "table_comparison"
5220   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5221   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5222   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5223   columns:
5224     - title: "3n-hsw xl710"
5225       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5226       tag: "NIC_Intel-XL710"
5227     - title: "2n-clx xxv710"
5228       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5229       tag: "NIC_Intel-XXV710"
5230   comparisons:
5231     - title: "Diff"
5232       reference: 1
5233       compare: 2
5234   legend:
5235     - "Legend to Table"
5236     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5237     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5238
5239 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5240 - type: "table"
5241   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5242   algorithm: "table_comparison"
5243   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5245   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5246   columns:
5247     - title: "3n-hsw xl710"
5248       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5249       tag: "NIC_Intel-XL710"
5250     - title: "2n-clx xxv710"
5251       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5252       tag: "NIC_Intel-XXV710"
5253   comparisons:
5254     - title: "Diff"
5255       reference: 1
5256       compare: 2
5257   legend:
5258     - "Legend to Table"
5259     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5260     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5261
5262 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5263 - type: "table"
5264   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5265   algorithm: "table_comparison"
5266   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5267   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5268   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5269   columns:
5270     - title: "3n-hsw xl710"
5271       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5272       tag: "NIC_Intel-XL710"
5273     - title: "2n-clx xxv710"
5274       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5275       tag: "NIC_Intel-XXV710"
5276   comparisons:
5277     - title: "Diff"
5278       reference: 1
5279       compare: 2
5280   legend:
5281     - "Legend to Table"
5282     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5283     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5284
5285 # Detailed Test Results - VPP Performance Results 3n-hsw
5286 - type: "table"
5287   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5288   algorithm: "table_merged_details"
5289   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5290   columns:
5291     - title: " |prein| Test Name |preout| "
5292       data: "data name"
5293     - 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| "
5294       data: "data msg"
5295   data: "vpp-perf-results-3n-hsw"
5296   filter: "all"
5297   parameters:
5298   - "name"
5299   - "parent"
5300   - "msg"
5301
5302 # Detailed Test Results - VPP Performance Results 3n-skx
5303 - type: "table"
5304   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5305   algorithm: "table_merged_details"
5306   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5307   columns:
5308     - title: " |prein| Test Name |preout| "
5309       data: "data name"
5310     - 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| "
5311       data: "data msg"
5312   data: "vpp-perf-results-3n-skx"
5313   filter: "all"
5314   remove-ndr: False
5315   parameters:
5316   - "name"
5317   - "parent"
5318   - "msg"
5319
5320 # Detailed Test Results - VPP Performance Results 2n-skx
5321 - type: "table"
5322   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5323   algorithm: "table_merged_details"
5324   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5325   columns:
5326     - title: " |prein| Test Name |preout| "
5327       data: "data name"
5328     - 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| "
5329       data: "data msg"
5330   data: "vpp-perf-results-2n-skx"
5331   filter: "all"
5332   remove-ndr: False
5333   parameters:
5334   - "name"
5335   - "parent"
5336   - "msg"
5337
5338 # Detailed Test Results - VPP Performance Results 2n-clx
5339 - type: "table"
5340   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5341   algorithm: "table_merged_details"
5342   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5343   columns:
5344     - title: " |prein| Test Name |preout| "
5345       data: "data name"
5346     - 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| "
5347       data: "data msg"
5348   data: "vpp-perf-results-2n-clx"
5349   filter: "all"
5350   parameters:
5351   - "name"
5352   - "parent"
5353   - "msg"
5354
5355 # Detailed Test Results - VPP Performance Results 3n-tsh
5356 - type: "table"
5357   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5358   algorithm: "table_merged_details"
5359   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5360   columns:
5361     - title: " |prein| Test Name |preout| "
5362       data: "data name"
5363     - 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| "
5364       data: "data msg"
5365   data: "vpp-perf-results-3n-tsh"
5366   filter: "all"
5367   parameters:
5368   - "name"
5369   - "parent"
5370   - "msg"
5371
5372 # Detailed Test Results - VPP Performance Results 3n-dnv
5373 - type: "table"
5374   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5375   algorithm: "table_merged_details"
5376   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5377   columns:
5378     - title: " |prein| Test Name |preout| "
5379       data: "data name"
5380     - 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| "
5381       data: "data msg"
5382   data: "vpp-perf-results-3n-dnv"
5383   filter: "all"
5384   parameters:
5385   - "name"
5386   - "parent"
5387   - "msg"
5388
5389 # Detailed Test Results - VPP Performance Results 2n-dnv
5390 - type: "table"
5391   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5392   algorithm: "table_merged_details"
5393   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5394   columns:
5395     - title: " |prein| Test Name |preout| "
5396       data: "data name"
5397     - 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| "
5398       data: "data msg"
5399   data: "vpp-perf-results-2n-dnv"
5400   filter: "all"
5401   parameters:
5402   - "name"
5403   - "parent"
5404   - "msg"
5405
5406 # Test configuration - VPP Performance Test Configs 3n-hsw
5407 - type: "table"
5408   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5409   algorithm: "table_merged_details"
5410   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5411   columns:
5412     - title: " |prein| Test Name |preout| "
5413       data: "data name"
5414     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5415       data: "data conf-history"
5416   data: "vpp-perf-results-3n-hsw"
5417   filter: "all"
5418   parameters:
5419   - "parent"
5420   - "name"
5421   - "conf-history"
5422
5423 # Test configuration - VPP Performance Test Configs 3n-skx
5424 - type: "table"
5425   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5426   algorithm: "table_merged_details"
5427   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5428   columns:
5429     - title: " |prein| Test Name |preout| "
5430       data: "data name"
5431     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5432       data: "data conf-history"
5433   data: "vpp-perf-results-3n-skx"
5434   filter: "all"
5435   parameters:
5436   - "parent"
5437   - "name"
5438   - "conf-history"
5439
5440 # Test configuration - VPP Performance Test Configs 2n-skx
5441 - type: "table"
5442   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5443   algorithm: "table_merged_details"
5444   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5445   columns:
5446     - title: " |prein| Test Name |preout| "
5447       data: "data name"
5448     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5449       data: "data conf-history"
5450   data: "vpp-perf-results-2n-skx"
5451   filter: "all"
5452   parameters:
5453   - "parent"
5454   - "name"
5455   - "conf-history"
5456
5457 # Test configuration - VPP Performance Test Configs 2n-clx
5458 - type: "table"
5459   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5460   algorithm: "table_merged_details"
5461   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5462   columns:
5463     - title: " |prein| Test Name |preout| "
5464       data: "data name"
5465     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5466       data: "data conf-history"
5467   data: "vpp-perf-results-2n-clx"
5468   filter: "all"
5469   parameters:
5470   - "parent"
5471   - "name"
5472   - "conf-history"
5473
5474 # Test configuration - VPP Performance Test Configs 3n-tsh
5475 - type: "table"
5476   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5477   algorithm: "table_merged_details"
5478   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5479   columns:
5480     - title: " |prein| Test Name |preout| "
5481       data: "data name"
5482     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5483       data: "data conf-history"
5484   data: "vpp-perf-results-3n-tsh"
5485   filter: "all"
5486   parameters:
5487   - "parent"
5488   - "name"
5489   - "conf-history"
5490
5491 # Test configuration - VPP Performance Test Configs 3n-dnv
5492 - type: "table"
5493   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5494   algorithm: "table_merged_details"
5495   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5496   columns:
5497     - title: " |prein| Test Name |preout| "
5498       data: "data name"
5499     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5500       data: "data conf-history"
5501   data: "vpp-perf-results-3n-dnv"
5502   filter: "all"
5503   parameters:
5504   - "parent"
5505   - "name"
5506   - "conf-history"
5507
5508 # Test configuration - VPP Performance Test Configs 2n-dnv
5509 - type: "table"
5510   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5511   algorithm: "table_merged_details"
5512   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5513   columns:
5514     - title: " |prein| Test Name |preout| "
5515       data: "data name"
5516     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5517       data: "data conf-history"
5518   data: "vpp-perf-results-2n-dnv"
5519   filter: "all"
5520   parameters:
5521   - "parent"
5522   - "name"
5523   - "conf-history"
5524
5525 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5526 - type: "table"
5527   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5528   algorithm: "table_oper_data_html"
5529   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5530   data: "vpp-perf-results-3n-hsw"
5531   filter: "all"
5532
5533 # Test Operational Data - VPP Performance Operational Data 3n-skx
5534 - type: "table"
5535   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5536   algorithm: "table_oper_data_html"
5537   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5538   data: "vpp-perf-results-3n-skx"
5539   filter: "all"
5540
5541 # Test Operational Data - VPP Performance Operational Data 2n-skx
5542 - type: "table"
5543   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5544   algorithm: "table_oper_data_html"
5545   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5546   data: "vpp-perf-results-2n-skx"
5547   filter: "all"
5548
5549 # Test Operational Data - VPP Performance Operational Data 2n-clx
5550 - type: "table"
5551   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5552   algorithm: "table_oper_data_html"
5553   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5554   data: "vpp-perf-results-2n-clx"
5555   filter: "all"
5556
5557 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5558 - type: "table"
5559   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5560   algorithm: "table_oper_data_html"
5561   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5562   data: "vpp-perf-results-3n-tsh"
5563   filter: "all"
5564
5565 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5566 - type: "table"
5567   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5568   algorithm: "table_oper_data_html"
5569   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5570   data: "vpp-perf-results-3n-dnv"
5571   filter: "all"
5572
5573 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5574 - type: "table"
5575   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5576   algorithm: "table_oper_data_html"
5577   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5578   data: "vpp-perf-results-2n-dnv"
5579   filter: "all"
5580
5581 # Detailed Test Results - VPP MRR Results 3n-hsw
5582 - type: "table"
5583   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5584   algorithm: "table_merged_details"
5585   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5586   columns:
5587     - title: " |prein| Test Name |preout| "
5588       data: "data name"
5589     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5590       data: "data msg"
5591   data: "vpp-mrr-results-3n-hsw"
5592   filter: "all"
5593   parameters:
5594   - "name"
5595   - "parent"
5596   - "msg"
5597
5598 # Detailed Test Results - VPP MRR Results 3n-skx
5599 - type: "table"
5600   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5601   algorithm: "table_merged_details"
5602   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5603   columns:
5604     - title: " |prein| Test Name |preout| "
5605       data: "data name"
5606     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5607       data: "data msg"
5608   data: "vpp-mrr-results-3n-skx"
5609   filter: "all"
5610   parameters:
5611   - "name"
5612   - "parent"
5613   - "msg"
5614
5615 # Detailed Test Results - VPP MRR Results 2n-skx
5616 - type: "table"
5617   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5618   algorithm: "table_merged_details"
5619   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5620   columns:
5621     - title: " |prein| Test Name |preout| "
5622       data: "data name"
5623     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5624       data: "data msg"
5625   data: "vpp-mrr-results-2n-skx"
5626   filter: "all"
5627   parameters:
5628   - "name"
5629   - "parent"
5630   - "msg"
5631
5632 # Detailed Test Results - VPP MRR Results 2n-clx
5633 - type: "table"
5634   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5635   algorithm: "table_merged_details"
5636   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5637   columns:
5638     - title: " |prein| Test Name |preout| "
5639       data: "data name"
5640     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5641       data: "data msg"
5642   data: "vpp-mrr-results-2n-clx"
5643   filter: "all"
5644   parameters:
5645   - "name"
5646   - "parent"
5647   - "msg"
5648
5649 # Detailed Test Results - VPP MRR Results 3n-tsh
5650 - type: "table"
5651   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5652   algorithm: "table_merged_details"
5653   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5654   columns:
5655     - title: " |prein| Test Name |preout| "
5656       data: "data name"
5657     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5658       data: "data msg"
5659   data: "vpp-mrr-results-3n-tsh"
5660   filter: "all"
5661   parameters:
5662   - "name"
5663   - "parent"
5664   - "msg"
5665
5666 # Detailed Test Results - VPP MRR Results 3n-dnv
5667 - type: "table"
5668   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5669   algorithm: "table_merged_details"
5670   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5671   columns:
5672     - title: " |prein| Test Name |preout| "
5673       data: "data name"
5674     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5675       data: "data msg"
5676   data: "vpp-mrr-results-3n-dnv"
5677   filter: "all"
5678   parameters:
5679   - "name"
5680   - "parent"
5681   - "msg"
5682
5683 # Detailed Test Results - VPP MRR Results 2n-dnv
5684 - type: "table"
5685   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5686   algorithm: "table_merged_details"
5687   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5688   columns:
5689     - title: " |prein| Test Name |preout| "
5690       data: "data name"
5691     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5692       data: "data msg"
5693   data: "vpp-mrr-results-2n-dnv"
5694   filter: "all"
5695   parameters:
5696   - "name"
5697   - "parent"
5698   - "msg"
5699
5700 # Test configuration - VPP MRR Test Configs 3n-hsw
5701 - type: "table"
5702   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5703   algorithm: "table_merged_details"
5704   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5705   columns:
5706     - title: " |prein| Test Name |preout| "
5707       data: "data name"
5708     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5709       data: "data conf-history"
5710   data: "vpp-mrr-results-3n-hsw"
5711   filter: "all"
5712   parameters:
5713   - "parent"
5714   - "name"
5715   - "conf-history"
5716
5717 # Test configuration - VPP MRR Test Configs 3n-skx
5718 - type: "table"
5719   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5720   algorithm: "table_merged_details"
5721   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5722   columns:
5723     - title: " |prein| Test Name |preout| "
5724       data: "data name"
5725     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5726       data: "data conf-history"
5727   data: "vpp-mrr-results-3n-skx"
5728   filter: "all"
5729   parameters:
5730   - "parent"
5731   - "name"
5732   - "conf-history"
5733
5734 # Test configuration - VPP MRR Test Configs 2n-skx
5735 - type: "table"
5736   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5737   algorithm: "table_merged_details"
5738   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5739   columns:
5740     - title: " |prein| Test Name |preout| "
5741       data: "data name"
5742     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5743       data: "data conf-history"
5744   data: "vpp-mrr-results-2n-skx"
5745   filter: "all"
5746   parameters:
5747   - "parent"
5748   - "name"
5749   - "conf-history"
5750
5751 # Test configuration - VPP MRR Test Configs 2n-clx
5752 - type: "table"
5753   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5754   algorithm: "table_merged_details"
5755   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5756   columns:
5757     - title: " |prein| Test Name |preout| "
5758       data: "data name"
5759     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5760       data: "data conf-history"
5761   data: "vpp-mrr-results-2n-clx"
5762   filter: "all"
5763   parameters:
5764   - "parent"
5765   - "name"
5766   - "conf-history"
5767
5768 # Test configuration - VPP MRR Test Configs 3n-tsh
5769 - type: "table"
5770   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5771   algorithm: "table_merged_details"
5772   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5773   columns:
5774     - title: " |prein| Test Name |preout| "
5775       data: "data name"
5776     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5777       data: "data conf-history"
5778   data: "vpp-mrr-results-3n-tsh"
5779   filter: "all"
5780   parameters:
5781   - "parent"
5782   - "name"
5783   - "conf-history"
5784
5785 # Test configuration - VPP MRR Test Configs 3n-dnv
5786 - type: "table"
5787   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5788   algorithm: "table_merged_details"
5789   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5790   columns:
5791     - title: " |prein| Test Name |preout| "
5792       data: "data name"
5793     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5794       data: "data conf-history"
5795   data: "vpp-mrr-results-3n-dnv"
5796   filter: "all"
5797   parameters:
5798   - "parent"
5799   - "name"
5800   - "conf-history"
5801
5802 # Test configuration - VPP MRR Test Configs 2n-dnv
5803 - type: "table"
5804   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5805   algorithm: "table_merged_details"
5806   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5807   columns:
5808     - title: " |prein| Test Name |preout| "
5809       data: "data name"
5810     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5811       data: "data conf-history"
5812   data: "vpp-mrr-results-2n-dnv"
5813   filter: "all"
5814   parameters:
5815   - "parent"
5816   - "name"
5817   - "conf-history"
5818
5819 # Detailed Test Results - VPP Device Results - Ubuntu
5820 - type: "table"
5821   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5822   algorithm: "table_merged_details"
5823   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5824   columns:
5825     - title: " |prein| Test Name |preout| "
5826       data: "data name"
5827     - title: " |prein| Status |preout| "
5828       data: "data status"
5829   data: "vpp-device-results-ubuntu"
5830   filter: "all"
5831   parameters:
5832   - "name"
5833   - "parent"
5834   - "doc"
5835   - "status"
5836
5837 # Test configuration - VPP Device Test Configs - Ubuntu
5838 - type: "table"
5839   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5840   algorithm: "table_merged_details"
5841   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5842   columns:
5843     - title: " |prein| Test Name |preout| "
5844       data: "data name"
5845     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5846       data: "data conf-history"
5847   data: "vpp-device-results-ubuntu"
5848   filter: "all"
5849   parameters:
5850   - "parent"
5851   - "name"
5852   - "conf-history"
5853
5854 ################################################################################
5855
5856 # DPDK Performance Changes 3n-hsw 1t1c pdr
5857 - type: "table"
5858   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5859   algorithm: "table_comparison"
5860   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5861   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5862   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5863   columns:
5864     - title: "1908"
5865       data-set: "dpdk-performance-changes-3n-hsw-h1"
5866     - title: "2001"
5867       data-set: "dpdk-performance-changes-3n-hsw-ref"
5868     - title: "2005"
5869       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5870   comparisons:
5871     - title: "Diff"
5872       reference: 2
5873       compare: 3
5874   legend:
5875     - "Legend to Table"
5876     - "1908, 2001, 2005 - DPDK versions tested."
5877     - "Diff - difference between 2001 and 2005 DPDK version."
5878
5879 # DPDK Performance Changes 3n-hsw 2t2c pdr
5880 - type: "table"
5881   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5882   algorithm: "table_comparison"
5883   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5884   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5885   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5886   columns:
5887     - title: "1908"
5888       data-set: "dpdk-performance-changes-3n-hsw-h1"
5889     - title: "2001"
5890       data-set: "dpdk-performance-changes-3n-hsw-ref"
5891     - title: "2005"
5892       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5893   comparisons:
5894     - title: "Diff"
5895       reference: 2
5896       compare: 3
5897   legend:
5898     - "Legend to Table"
5899     - "1908, 2001, 2005 - DPDK versions tested."
5900     - "Diff - difference between 2001 and 2005 DPDK version."
5901
5902 # DPDK Performance Changes 3n-hsw 1t1c pdr
5903 - type: "table"
5904   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5905   algorithm: "table_comparison"
5906   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5907   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5908   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5909   columns:
5910     - title: "1908"
5911       data-set: "dpdk-performance-changes-3n-hsw-h1"
5912     - title: "2001"
5913       data-set: "dpdk-performance-changes-3n-hsw-ref"
5914     - title: "2005"
5915       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5916   comparisons:
5917     - title: "Diff"
5918       reference: 2
5919       compare: 3
5920   legend:
5921     - "Legend to Table"
5922     - "1908, 2001, 2005 - DPDK versions tested."
5923     - "Diff - difference between 2001 and 2005 DPDK version."
5924
5925 # DPDK Performance Changes 3n-hsw 2t2c ndr
5926 - type: "table"
5927   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5928   algorithm: "table_comparison"
5929   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5930   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5931   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5932   columns:
5933     - title: "1908"
5934       data-set: "dpdk-performance-changes-3n-hsw-h1"
5935     - title: "2001"
5936       data-set: "dpdk-performance-changes-3n-hsw-ref"
5937     - title: "2005"
5938       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5939   comparisons:
5940     - title: "Diff"
5941       reference: 2
5942       compare: 3
5943   legend:
5944     - "Legend to Table"
5945     - "1908, 2001, 2005 - DPDK versions tested."
5946     - "Diff - difference between 2001 and 2005 DPDK version."
5947
5948 # DPDK Performance Changes 3n-skx 2t1c pdr
5949 - type: "table"
5950   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5951   algorithm: "table_comparison"
5952   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5953   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5954   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5955   columns:
5956     - title: "1908"
5957       data-set: "dpdk-performance-changes-3n-skx-h1"
5958     - title: "2001"
5959       data-set: "dpdk-performance-changes-3n-skx-ref"
5960     - title: "2005"
5961       data-set: "dpdk-performance-changes-3n-skx-cmp"
5962   comparisons:
5963     - title: "Diff"
5964       reference: 2
5965       compare: 3
5966   legend:
5967     - "Legend to Table"
5968     - "1908, 2001, 2005 - DPDK versions tested."
5969     - "Diff - difference between 2001 and 2005 DPDK version."
5970
5971 # DPDK Performance Changes 3n-skx 4t2c pdr
5972 - type: "table"
5973   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5974   algorithm: "table_comparison"
5975   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5976   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5977   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5978   columns:
5979     - title: "1908"
5980       data-set: "dpdk-performance-changes-3n-skx-h1"
5981     - title: "2001"
5982       data-set: "dpdk-performance-changes-3n-skx-ref"
5983     - title: "2005"
5984       data-set: "dpdk-performance-changes-3n-skx-cmp"
5985   comparisons:
5986     - title: "Diff"
5987       reference: 2
5988       compare: 3
5989   legend:
5990     - "Legend to Table"
5991     - "1908, 2001, 2005 - DPDK versions tested."
5992     - "Diff - difference between 2001 and 2005 DPDK version."
5993
5994 # DPDK Performance Changes 3n-skx 2t1c ndr
5995 - type: "table"
5996   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5997   algorithm: "table_comparison"
5998   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5999   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6000   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6001   columns:
6002     - title: "1908"
6003       data-set: "dpdk-performance-changes-3n-skx-h1"
6004     - title: "2001"
6005       data-set: "dpdk-performance-changes-3n-skx-ref"
6006     - title: "2005"
6007       data-set: "dpdk-performance-changes-3n-skx-cmp"
6008   comparisons:
6009     - title: "Diff"
6010       reference: 2
6011       compare: 3
6012   legend:
6013     - "Legend to Table"
6014     - "1908, 2001, 2005 - DPDK versions tested."
6015     - "Diff - difference between 2001 and 2005 DPDK version."
6016
6017 # DPDK Performance Changes 3n-skx 4t2c ndr
6018 - type: "table"
6019   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6020   algorithm: "table_comparison"
6021   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6022   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6023   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6024   columns:
6025     - title: "1908"
6026       data-set: "dpdk-performance-changes-3n-skx-h1"
6027     - title: "2001"
6028       data-set: "dpdk-performance-changes-3n-skx-ref"
6029     - title: "2005"
6030       data-set: "dpdk-performance-changes-3n-skx-cmp"
6031   comparisons:
6032     - title: "Diff"
6033       reference: 2
6034       compare: 3
6035   legend:
6036     - "Legend to Table"
6037     - "1908, 2001, 2005 - DPDK versions tested."
6038     - "Diff - difference between 2001 and 2005 DPDK version."
6039
6040 # DPDK Performance Changes 2n-skx 2t1c pdr
6041 - type: "table"
6042   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6043   algorithm: "table_comparison"
6044   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6045   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6046   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6047   columns:
6048     - title: "1908"
6049       data-set: "dpdk-performance-changes-2n-skx-h1"
6050     - title: "2001"
6051       data-set: "dpdk-performance-changes-2n-skx-ref"
6052     - title: "2005"
6053       data-set: "dpdk-performance-changes-2n-skx-cmp"
6054   comparisons:
6055     - title: "Diff"
6056       reference: 2
6057       compare: 3
6058   legend:
6059     - "Legend to Table"
6060     - "1908, 2001, 2005 - DPDK versions tested."
6061     - "Diff - difference between 2001 and 2005 DPDK version."
6062
6063 # DPDK Performance Changes 2n-skx 4t2c pdr
6064 - type: "table"
6065   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6066   algorithm: "table_comparison"
6067   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6068   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6069   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6070   columns:
6071     - title: "1908"
6072       data-set: "dpdk-performance-changes-2n-skx-h1"
6073     - title: "2001"
6074       data-set: "dpdk-performance-changes-2n-skx-ref"
6075     - title: "2005"
6076       data-set: "dpdk-performance-changes-2n-skx-cmp"
6077   comparisons:
6078     - title: "Diff"
6079       reference: 2
6080       compare: 3
6081   legend:
6082     - "Legend to Table"
6083     - "1908, 2001, 2005 - DPDK versions tested."
6084     - "Diff - difference between 2001 and 2005 DPDK version."
6085
6086 # DPDK Performance Changes 2n-skx 2t1c ndr
6087 - type: "table"
6088   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6089   algorithm: "table_comparison"
6090   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6091   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6092   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6093   columns:
6094     - title: "1908"
6095       data-set: "dpdk-performance-changes-2n-skx-h1"
6096     - title: "2001"
6097       data-set: "dpdk-performance-changes-2n-skx-ref"
6098     - title: "2005"
6099       data-set: "dpdk-performance-changes-2n-skx-cmp"
6100   comparisons:
6101     - title: "Diff"
6102       reference: 2
6103       compare: 3
6104   legend:
6105     - "Legend to Table"
6106     - "1908, 2001, 2005 - DPDK versions tested."
6107     - "Diff - difference between 2001 and 2005 DPDK version."
6108
6109 # DPDK Performance Changes 2n-skx 4t2c ndr
6110 - type: "table"
6111   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6112   algorithm: "table_comparison"
6113   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6115   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6116   columns:
6117     - title: "1908"
6118       data-set: "dpdk-performance-changes-2n-skx-h1"
6119     - title: "2001"
6120       data-set: "dpdk-performance-changes-2n-skx-ref"
6121     - title: "2005"
6122       data-set: "dpdk-performance-changes-2n-skx-cmp"
6123   comparisons:
6124     - title: "Diff"
6125       reference: 2
6126       compare: 3
6127   legend:
6128     - "Legend to Table"
6129     - "1908, 2001, 2005 - DPDK versions tested."
6130     - "Diff - difference between 2001 and 2005 DPDK version."
6131
6132 # DPDK Performance Changes 2n-clx 2t1c pdr
6133 - type: "table"
6134   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6135   algorithm: "table_comparison"
6136   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6137   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6138   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6139   columns:
6140     - title: "2001"
6141       data-set: "dpdk-performance-changes-2n-clx-ref"
6142     - title: "2005"
6143       data-set: "dpdk-performance-changes-2n-clx-cmp"
6144   comparisons:
6145     - title: "Diff"
6146       reference: 1
6147       compare: 2
6148   legend:
6149     - "Legend to Table"
6150     - "2001, 2005 - DPDK versions tested."
6151     - "Diff - difference between 2001 and 2005 DPDK version."
6152
6153 # DPDK Performance Changes 2n-clx 4t2c pdr
6154 - type: "table"
6155   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6156   algorithm: "table_comparison"
6157   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6158   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6159   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6160   columns:
6161     - title: "2001"
6162       data-set: "dpdk-performance-changes-2n-clx-ref"
6163     - title: "2005"
6164       data-set: "dpdk-performance-changes-2n-clx-cmp"
6165   comparisons:
6166     - title: "Diff"
6167       reference: 1
6168       compare: 2
6169   legend:
6170     - "Legend to Table"
6171     - "2001, 2005 - DPDK versions tested."
6172     - "Diff - difference between 2001 and 2005 DPDK version."
6173
6174 # DPDK Performance Changes 2n-clx 2t1c ndr
6175 - type: "table"
6176   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6177   algorithm: "table_comparison"
6178   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6179   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6180   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6181   columns:
6182     - title: "2001"
6183       data-set: "dpdk-performance-changes-2n-clx-ref"
6184     - title: "2005"
6185       data-set: "dpdk-performance-changes-2n-clx-cmp"
6186   comparisons:
6187     - title: "Diff"
6188       reference: 1
6189       compare: 2
6190   legend:
6191     - "Legend to Table"
6192     - "2001, 2005 - DPDK versions tested."
6193     - "Diff - difference between 2001 and 2005 DPDK version."
6194
6195 # DPDK Performance Changes 2n-clx 4t2c ndr
6196 - type: "table"
6197   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6198   algorithm: "table_comparison"
6199   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6200   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6201   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6202   columns:
6203     - title: "2001"
6204       data-set: "dpdk-performance-changes-2n-clx-ref"
6205     - title: "2005"
6206       data-set: "dpdk-performance-changes-2n-clx-cmp"
6207   comparisons:
6208     - title: "Diff"
6209       reference: 1
6210       compare: 2
6211   legend:
6212     - "Legend to Table"
6213     - "2001, 2005 - DPDK versions tested."
6214     - "Diff - difference between 2001 and 2005 DPDK version."
6215
6216 # DPDK Performance Changes 2n-dnv 1t1c pdr
6217 - type: "table"
6218   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6219   algorithm: "table_comparison"
6220   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6221   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6222   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6223   columns:
6224     - title: "2001"
6225       data-set: "dpdk-performance-changes-2n-dnv-ref"
6226     - title: "2005"
6227       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6228   comparisons:
6229     - title: "Diff"
6230       reference: 1
6231       compare: 2
6232   legend:
6233     - "Legend to Table"
6234     - "2001, 2005 - DPDK versions tested."
6235     - "Diff - difference between 2001 and 2005 DPDK version."
6236
6237 # DPDK Performance Changes 2n-dnv 2t2c pdr
6238 - type: "table"
6239   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6240   algorithm: "table_comparison"
6241   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6242   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6243   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6244   columns:
6245     - title: "2001"
6246       data-set: "dpdk-performance-changes-2n-dnv-ref"
6247     - title: "2005"
6248       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6249   comparisons:
6250     - title: "Diff"
6251       reference: 1
6252       compare: 2
6253   legend:
6254     - "Legend to Table"
6255     - "2001, 2005 - DPDK versions tested."
6256     - "Diff - difference between 2001 and 2005 DPDK version."
6257
6258 # DPDK Performance Changes 2n-dnv 1t1c ndr
6259 - type: "table"
6260   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6261   algorithm: "table_comparison"
6262   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6263   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6264   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6265   columns:
6266     - title: "2001"
6267       data-set: "dpdk-performance-changes-2n-dnv-ref"
6268     - title: "2005"
6269       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6270   comparisons:
6271     - title: "Diff"
6272       reference: 1
6273       compare: 2
6274   legend:
6275     - "Legend to Table"
6276     - "2001, 2005 - DPDK versions tested."
6277     - "Diff - difference between 2001 and 2005 DPDK version."
6278
6279 # DPDK Performance Changes 2n-dnv 2t2c ndr
6280 - type: "table"
6281   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6282   algorithm: "table_comparison"
6283   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6284   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6285   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6286   columns:
6287     - title: "2001"
6288       data-set: "dpdk-performance-changes-2n-dnv-ref"
6289     - title: "2005"
6290       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6291   comparisons:
6292     - title: "Diff"
6293       reference: 1
6294       compare: 2
6295   legend:
6296     - "Legend to Table"
6297     - "2001, 2005 - DPDK versions tested."
6298     - "Diff - difference between 2001 and 2005 DPDK version."
6299
6300 # DPDK Performance Changes 3n-dnv 1t1c pdr
6301 - type: "table"
6302   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6303   algorithm: "table_comparison"
6304   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6305   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6306   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6307   columns:
6308     - title: "2001"
6309       data-set: "dpdk-performance-changes-3n-dnv-ref"
6310     - title: "2005"
6311       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6312   comparisons:
6313     - title: "Diff"
6314       reference: 1
6315       compare: 2
6316   legend:
6317     - "Legend to Table"
6318     - "2001, 2005 - DPDK versions tested."
6319     - "Diff - difference between 2001 and 2005 DPDK version."
6320
6321 # DPDK Performance Changes 3n-dnv 2t2c pdr
6322 - type: "table"
6323   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6324   algorithm: "table_comparison"
6325   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6327   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6328   columns:
6329     - title: "2001"
6330       data-set: "dpdk-performance-changes-3n-dnv-ref"
6331     - title: "2005"
6332       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6333   comparisons:
6334     - title: "Diff"
6335       reference: 1
6336       compare: 2
6337   legend:
6338     - "Legend to Table"
6339     - "2001, 2005 - DPDK versions tested."
6340     - "Diff - difference between 2001 and 2005 DPDK version."
6341
6342 # DPDK Performance Changes 3n-dnv 1t1c ndr
6343 - type: "table"
6344   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6345   algorithm: "table_comparison"
6346   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6347   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6348   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6349   columns:
6350     - title: "2001"
6351       data-set: "dpdk-performance-changes-3n-dnv-ref"
6352     - title: "2005"
6353       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6354   comparisons:
6355     - title: "Diff"
6356       reference: 1
6357       compare: 2
6358   legend:
6359     - "Legend to Table"
6360     - "2001, 2005 - DPDK versions tested."
6361     - "Diff - difference between 2001 and 2005 DPDK version."
6362
6363 # DPDK Performance Changes 3n-dnv 2t2c ndr
6364 - type: "table"
6365   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6366   algorithm: "table_comparison"
6367   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6368   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6369   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6370   columns:
6371     - title: "2001"
6372       data-set: "dpdk-performance-changes-3n-dnv-ref"
6373     - title: "2005"
6374       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6375   comparisons:
6376     - title: "Diff"
6377       reference: 1
6378       compare: 2
6379   legend:
6380     - "Legend to Table"
6381     - "2001, 2005 - DPDK versions tested."
6382     - "Diff - difference between 2001 and 2005 DPDK version."
6383
6384 # DPDK Performance Changes 3n-tsh 1t1c pdr
6385 - type: "table"
6386   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6387   algorithm: "table_comparison"
6388   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6389   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6390   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6391   columns:
6392     - title: "2001"
6393       data-set: "dpdk-performance-changes-3n-tsh-ref"
6394     - title: "2005"
6395       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6396   comparisons:
6397     - title: "Diff"
6398       reference: 1
6399       compare: 2
6400   legend:
6401     - "Legend to Table"
6402     - "2001, 2005 - DPDK versions tested."
6403     - "Diff - difference between 2001 and 2005 DPDK version."
6404
6405 # DPDK Performance Changes 3n-tsh 2t2c pdr
6406 - type: "table"
6407   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6408   algorithm: "table_comparison"
6409   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6410   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6411   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6412   columns:
6413     - title: "2001"
6414       data-set: "dpdk-performance-changes-3n-tsh-ref"
6415     - title: "2005"
6416       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6417   comparisons:
6418     - title: "Diff"
6419       reference: 1
6420       compare: 2
6421   legend:
6422     - "Legend to Table"
6423     - "2001, 2005 - DPDK versions tested."
6424     - "Diff - difference between 2001 and 2005 DPDK version."
6425
6426 # DPDK Performance Changes 3n-tsh 1t1c ndr
6427 - type: "table"
6428   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6429   algorithm: "table_comparison"
6430   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6431   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6432   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6433   columns:
6434     - title: "2001"
6435       data-set: "dpdk-performance-changes-3n-tsh-ref"
6436     - title: "2005"
6437       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6438   comparisons:
6439     - title: "Diff"
6440       reference: 1
6441       compare: 2
6442   legend:
6443     - "Legend to Table"
6444     - "2001, 2005 - DPDK versions tested."
6445     - "Diff - difference between 2001 and 2005 DPDK version."
6446
6447 # DPDK Performance Changes 3n-tsh 2t2c ndr
6448 - type: "table"
6449   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6450   algorithm: "table_comparison"
6451   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6453   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6454   columns:
6455     - title: "2001"
6456       data-set: "dpdk-performance-changes-3n-tsh-ref"
6457     - title: "2005"
6458       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6459   comparisons:
6460     - title: "Diff"
6461       reference: 1
6462       compare: 2
6463   legend:
6464     - "Legend to Table"
6465     - "2001, 2005 - DPDK versions tested."
6466     - "Diff - difference between 2001 and 2005 DPDK version."
6467
6468 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6469 - type: "table"
6470   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6471   algorithm: "table_comparison"
6472   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6473   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6474   filter: "'NIC_Intel-X710'"
6475   columns:
6476     - title: "3n-hsw x710"
6477       data-set: "dpdk-compare-testbeds-ref"
6478     - title: "3n-skx x710"
6479       data-set: "dpdk-compare-testbeds-cmp"
6480   comparisons:
6481     - title: "Diff"
6482       reference: 1
6483       compare: 2
6484   legend:
6485     - "Legend to Table"
6486     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6487     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6488
6489 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6490 - type: "table"
6491   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6492   algorithm: "table_comparison"
6493   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6494   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6495   filter: "'NIC_Intel-X710'"
6496   columns:
6497     - title: "3n-hsw x710"
6498       data-set: "dpdk-compare-testbeds-ref"
6499     - title: "3n-skx x710"
6500       data-set: "dpdk-compare-testbeds-cmp"
6501   comparisons:
6502     - title: "Diff"
6503       reference: 1
6504       compare: 2
6505   legend:
6506     - "Legend to Table"
6507     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6508     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6509
6510 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6511 - type: "table"
6512   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6513   algorithm: "table_comparison"
6514   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6515   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6516   filter: "'NIC_Intel-XXV710'"
6517   columns:
6518     - title: "2n-skx"
6519       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6520     - title: "2n-clx"
6521       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6522   comparisons:
6523     - title: "Diff"
6524       reference: 1
6525       compare: 2
6526   legend:
6527     - "Legend to Table"
6528     - "2n-skx, 2n-clx - testbeds and NICs tested."
6529     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6530
6531 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6532 - type: "table"
6533   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6534   algorithm: "table_comparison"
6535   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6536   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6537   filter: "'NIC_Intel-XXV710'"
6538   columns:
6539     - title: "2n-skx"
6540       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6541     - title: "2n-clx"
6542       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6543   comparisons:
6544     - title: "Diff"
6545       reference: 1
6546       compare: 2
6547   legend:
6548     - "Legend to Table"
6549     - "2n-skx, 2n-clx - testbeds and NICs tested."
6550     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6551
6552 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6553 - type: "table"
6554   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6555   algorithm: "table_comparison"
6556   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6557   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6558   filter: "'NIC_Intel-XXV710'"
6559   columns:
6560     - title: "3n-skx"
6561       data-set: "dpdk-compare-topologies-ref"
6562     - title: "2n-skx"
6563       data-set: "dpdk-compare-topologies-cmp"
6564   comparisons:
6565     - title: "Diff"
6566       reference: 1
6567       compare: 2
6568   legend:
6569     - "Legend to Table"
6570     - "3n-skx, 2n-skx - topologies tested."
6571     - "Diff - difference between 3n-skx and 2n-skx topologies."
6572
6573 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6574 - type: "table"
6575   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6576   algorithm: "table_comparison"
6577   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6578   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6579   filter: "'NIC_Intel-XXV710'"
6580   columns:
6581     - title: "3n-skx"
6582       data-set: "dpdk-compare-topologies-ref"
6583     - title: "2n-skx"
6584       data-set: "dpdk-compare-topologies-cmp"
6585   comparisons:
6586     - title: "Diff"
6587       reference: 1
6588       compare: 2
6589   legend:
6590     - "Legend to Table"
6591     - "3n-skx, 2n-skx - topologies tested."
6592     - "Diff - difference between 3n-skx and 2n-skx topologies."
6593
6594 # Detailed Test Results - DPDK Performance Results 3n-hsw
6595 - type: "table"
6596   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6597   algorithm: "table_merged_details"
6598   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6599   columns:
6600     - title: " |prein| Test Name |preout| "
6601       data: "data name"
6602     - 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| "
6603       data: "data msg"
6604   data: "dpdk-perf-results-3n-hsw"
6605   filter: "all"
6606   parameters:
6607   - "name"
6608   - "parent"
6609   - "msg"
6610
6611 # Detailed Test Results - DPDK Performance Results 3n-skx
6612 - type: "table"
6613   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6614   algorithm: "table_merged_details"
6615   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6616   columns:
6617     - title: " |prein| Test Name |preout| "
6618       data: "data name"
6619     - 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| "
6620       data: "data msg"
6621   data: "dpdk-perf-results-3n-skx"
6622   filter: "all"
6623   remove-ndr: False
6624   parameters:
6625   - "name"
6626   - "parent"
6627   - "msg"
6628
6629 # Detailed Test Results - DPDK Performance Results 2n-skx
6630 - type: "table"
6631   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6632   algorithm: "table_merged_details"
6633   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6634   columns:
6635     - title: " |prein| Test Name |preout| "
6636       data: "data name"
6637     - 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| "
6638       data: "data msg"
6639   data: "dpdk-perf-results-2n-skx"
6640   filter: "all"
6641   remove-ndr: False
6642   parameters:
6643   - "name"
6644   - "parent"
6645   - "msg"
6646
6647 # Detailed Test Results - DPDK Performance Results 2n-clx
6648 - type: "table"
6649   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6650   algorithm: "table_merged_details"
6651   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6652   columns:
6653     - title: " |prein| Test Name |preout| "
6654       data: "data name"
6655     - 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| "
6656       data: "data msg"
6657   data: "dpdk-perf-results-2n-clx"
6658   filter: "all"
6659   parameters:
6660   - "name"
6661   - "parent"
6662   - "msg"
6663
6664 # Detailed Test Results - DPDK Performance Results 2n-dnv
6665 - type: "table"
6666   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6667   algorithm: "table_merged_details"
6668   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6669   columns:
6670     - title: " |prein| Test Name |preout| "
6671       data: "data name"
6672     - 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| "
6673       data: "data msg"
6674   data: "dpdk-perf-results-2n-dnv"
6675   filter: "all"
6676   parameters:
6677   - "name"
6678   - "parent"
6679   - "msg"
6680
6681 # Detailed Test Results - DPDK Performance Results 3n-dnv
6682 - type: "table"
6683   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6684   algorithm: "table_merged_details"
6685   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6686   columns:
6687     - title: " |prein| Test Name |preout| "
6688       data: "data name"
6689     - 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| "
6690       data: "data msg"
6691   data: "dpdk-perf-results-3n-dnv"
6692   filter: "all"
6693   parameters:
6694   - "name"
6695   - "parent"
6696   - "msg"
6697
6698 # Detailed Test Results - DPDK Performance Results 3n-tsh
6699 - type: "table"
6700   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6701   algorithm: "table_merged_details"
6702   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6703   columns:
6704     - title: " |prein| Test Name |preout| "
6705       data: "data name"
6706     - 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| "
6707       data: "data msg"
6708   data: "dpdk-perf-results-3n-tsh"
6709   filter: "all"
6710   parameters:
6711   - "name"
6712   - "parent"
6713   - "msg"
6714
6715 ################################################################################
6716 ###                                F I L E S                                 ###
6717 ################################################################################
6718
6719 # VPP Performance Results
6720 - type: "file"
6721   title: "VPP Performance Results"
6722   algorithm: "file_details_split"
6723   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6724   dir-tables:
6725     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6726     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6727     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6728     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6729     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6730     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6731     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6732   data:
6733     - "vpp-perf-results-2n-skx"
6734     - "vpp-perf-results-3n-skx"
6735     - "vpp-perf-results-2n-clx"
6736     - "vpp-perf-results-3n-hsw"
6737     - "vpp-perf-results-3n-tsh"
6738     - "vpp-perf-results-2n-dnv"
6739     - "vpp-perf-results-3n-dnv"
6740   filter: "all"
6741   data-start-level: 4
6742   order-chapters:
6743     level-1:
6744       - "l2"
6745       - "ip4"
6746       - "ip6"
6747       - "srv6"
6748       - "ip4_tunnels"
6749       - "ip6_tunnels"
6750       - "vm_vhost"
6751       - "container_memif"
6752       - "crypto"
6753       - "vts"
6754       - "lb"
6755       - "nfv_density"
6756       - "hoststack"
6757     level-2:
6758       - "2n-skx"
6759       - "3n-skx"
6760       - "2n-clx"
6761       - "3n-hsw"
6762       - "3n-tsh"
6763       - "2n-dnv"
6764       - "3n-dnv"
6765     level-3:
6766       - "xl710"
6767       - "x520"
6768       - "xxv710"
6769       - "x710"
6770       - "x553"
6771       - "cx556a"
6772       - "vic1227"
6773       - "vic1385"
6774
6775 # VPP Performance Configuration
6776 - type: "file"
6777   title: "VPP Performance Configuration"
6778   algorithm: "file_details_split"
6779   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6780   dir-tables:
6781     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6782     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6783     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6784     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6785     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6786     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6787     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6788   data:
6789     - "vpp-perf-results-2n-skx"
6790     - "vpp-perf-results-3n-skx"
6791     - "vpp-perf-results-2n-clx"
6792     - "vpp-perf-results-3n-hsw"
6793     - "vpp-perf-results-3n-tsh"
6794     - "vpp-perf-results-2n-dnv"
6795     - "vpp-perf-results-3n-dnv"
6796   filter: "all"
6797   data-start-level: 4
6798   order-chapters:
6799     level-1:
6800       - "l2"
6801       - "ip4"
6802       - "ip6"
6803       - "srv6"
6804       - "ip4_tunnels"
6805       - "ip6_tunnels"
6806       - "vm_vhost"
6807       - "container_memif"
6808       - "crypto"
6809       - "vts"
6810       - "lb"
6811       - "nfv_density"
6812       - "hoststack"
6813     level-2:
6814       - "2n-skx"
6815       - "3n-skx"
6816       - "2n-clx"
6817       - "3n-hsw"
6818       - "3n-tsh"
6819       - "2n-dnv"
6820       - "3n-dnv"
6821     level-3:
6822       - "xl710"
6823       - "x520"
6824       - "xxv710"
6825       - "x710"
6826       - "x553"
6827       - "cx556a"
6828       - "vic1227"
6829       - "vic1385"
6830
6831 # VPP Performance Operational
6832 - type: "file"
6833   title: "VPP Performance Operational"
6834   algorithm: "file_details_split_html"
6835   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6836   dir-tables:
6837     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6838     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6839     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6840     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6841     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6842     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6843     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6844   data:
6845     - "vpp-perf-results-2n-skx"
6846     - "vpp-perf-results-3n-skx"
6847     - "vpp-perf-results-2n-clx"
6848     - "vpp-perf-results-3n-hsw"
6849     - "vpp-perf-results-3n-tsh"
6850     - "vpp-perf-results-2n-dnv"
6851     - "vpp-perf-results-3n-dnv"
6852   filter: "all"
6853   data-start-level: 4
6854   order-chapters:
6855     level-1:
6856       - "l2"
6857       - "ip4"
6858       - "ip6"
6859       - "srv6"
6860       - "ip4_tunnels"
6861       - "ip6_tunnels"
6862       - "vm_vhost"
6863       - "container_memif"
6864       - "crypto"
6865       - "vts"
6866       - "lb"
6867       - "nfv_density"
6868       - "hoststack"
6869     level-2:
6870       - "2n-skx"
6871       - "3n-skx"
6872       - "2n-clx"
6873       - "3n-hsw"
6874       - "3n-tsh"
6875       - "2n-dnv"
6876       - "3n-dnv"
6877     level-3:
6878       - "xl710"
6879       - "x520"
6880       - "xxv710"
6881       - "x710"
6882       - "x553"
6883       - "cx556a"
6884       - "vic1227"
6885       - "vic1385"
6886
6887 # VPP MRR Results
6888 - type: "file"
6889   title: "VPP MRR Results"
6890   algorithm: "file_details_split"
6891   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6892   dir-tables:
6893     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6894     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6895     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6896     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6897     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6898     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6899     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6900   data:
6901     - "vpp-mrr-results-2n-skx"
6902     - "vpp-mrr-results-3n-skx"
6903     - "vpp-mrr-results-2n-clx"
6904     - "vpp-mrr-results-3n-hsw"
6905     - "vpp-mrr-results-3n-tsh"
6906     - "vpp-mrr-results-2n-dnv"
6907     - "vpp-mrr-results-3n-dnv"
6908   filter: "all"
6909   data-start-level: 4
6910   order-chapters:
6911     level-1:
6912       - "l2"
6913       - "ip4"
6914       - "ip6"
6915       - "srv6"
6916       - "ip4_tunnels"
6917       - "ip6_tunnels"
6918       - "vm_vhost"
6919       - "container_memif"
6920       - "crypto"
6921       - "vts"
6922       - "lb"
6923       - "nfv_density"
6924       - "hoststack"
6925     level-2:
6926       - "2n-skx"
6927       - "3n-skx"
6928       - "2n-clx"
6929       - "3n-hsw"
6930       - "3n-tsh"
6931       - "2n-dnv"
6932       - "3n-dnv"
6933     level-3:
6934       - "xl710"
6935       - "x520"
6936       - "xxv710"
6937       - "x710"
6938       - "x553"
6939       - "cx556a"
6940       - "vic1227"
6941       - "vic1385"
6942
6943 # VPP MRR Configuration
6944 - type: "file"
6945   title: "VPP MRR Configuration"
6946   algorithm: "file_details_split"
6947   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6948   dir-tables:
6949     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6950     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6951     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6952     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6953     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6954     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6955     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6956   data:
6957     - "vpp-mrr-results-2n-skx"
6958     - "vpp-mrr-results-3n-skx"
6959     - "vpp-mrr-results-2n-clx"
6960     - "vpp-mrr-results-3n-hsw"
6961     - "vpp-mrr-results-3n-tsh"
6962     - "vpp-mrr-results-2n-dnv"
6963     - "vpp-mrr-results-3n-dnv"
6964   filter: "all"
6965   data-start-level: 4
6966   order-chapters:
6967     level-1:
6968       - "l2"
6969       - "ip4"
6970       - "ip6"
6971       - "srv6"
6972       - "ip4_tunnels"
6973       - "ip6_tunnels"
6974       - "vm_vhost"
6975       - "container_memif"
6976       - "crypto"
6977       - "vts"
6978       - "lb"
6979       - "nfv_density"
6980       - "hoststack"
6981     level-2:
6982       - "2n-skx"
6983       - "3n-skx"
6984       - "2n-clx"
6985       - "3n-hsw"
6986       - "3n-tsh"
6987       - "2n-dnv"
6988       - "3n-dnv"
6989     level-3:
6990       - "xl710"
6991       - "x520"
6992       - "xxv710"
6993       - "x710"
6994       - "x553"
6995       - "cx556a"
6996       - "vic1227"
6997       - "vic1385"
6998
6999 # VPP Device Results - Ubuntu
7000 - type: "file"
7001   title: "VPP Device Results - Ubuntu"
7002   algorithm: "file_test_results"
7003   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7004   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7005   data: "vpp-device-results-ubuntu"
7006   filter: "all"
7007   data-start-level: 4
7008
7009 # VPP Device Configuration - Ubuntu
7010 - type: "file"
7011   title: "VPP Device Configuration - Ubuntu"
7012   algorithm: "file_test_results"
7013   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7014   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7015   data: "vpp-device-results-ubuntu"
7016   filter: "all"
7017   data-start-level: 4
7018
7019 # DPDK Performance Results 3n-hsw
7020 - type: "file"
7021   title: "DPDK Performance Results 3n-hsw"
7022   algorithm: "file_test_results"
7023   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7024   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7025   data: "dpdk-perf-results-3n-hsw"
7026   filter: "all"
7027   data-start-level: 4
7028
7029 # DPDK Performance Results 3n-skx
7030 - type: "file"
7031   title: "DPDK Performance Results 3n-skx"
7032   algorithm: "file_test_results"
7033   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7034   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7035   data: "dpdk-perf-results-3n-skx"
7036   filter: "all"
7037   data-start-level: 4
7038
7039 # DPDK Performance Results 2n-skx
7040 - type: "file"
7041   title: "DPDK Performance Results 2n-skx"
7042   algorithm: "file_test_results"
7043   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7044   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7045   data: "dpdk-perf-results-2n-skx"
7046   filter: "all"
7047   data-start-level: 4
7048
7049 # DPDK Performance Results 2n-clx
7050 - type: "file"
7051   title: "DPDK Performance Results 2n-clx"
7052   algorithm: "file_test_results"
7053   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7054   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7055   data: "dpdk-perf-results-2n-clx"
7056   filter: "all"
7057   data-start-level: 4
7058
7059 # DPDK Performance Results 2n-dnv
7060 - type: "file"
7061   title: "DPDK Performance Results 2n-dnv"
7062   algorithm: "file_test_results"
7063   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7064   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7065   data: "dpdk-perf-results-2n-dnv"
7066   filter: "all"
7067   data-start-level: 4
7068
7069 # DPDK Performance Results 3n-dnv
7070 - type: "file"
7071   title: "DPDK Performance Results 3n-dnv"
7072   algorithm: "file_test_results"
7073   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7074   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7075   data: "dpdk-perf-results-3n-dnv"
7076   filter: "all"
7077   data-start-level: 4
7078
7079 # DPDK Performance Results 3n-tsh
7080 - type: "file"
7081   title: "DPDK Performance Results 3n-tsh"
7082   algorithm: "file_test_results"
7083   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7084   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7085   data: "dpdk-perf-results-3n-tsh"
7086   filter: "all"
7087   data-start-level: 4
7088
7089 ################################################################################
7090 ###                                P L O T S                                 ###
7091 ################################################################################
7092
7093 # Hoststack tests 3n-hsw
7094
7095 - type: "plot"
7096   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7097   algorithm: "plot_perf_box_name"
7098   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7099   data: "plot-vpp-hoststack-3n-hsw"
7100   include:
7101     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7102     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7103   layout:
7104     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7105     layout: "plot-hoststack"
7106
7107 - type: "plot"
7108   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7109   algorithm: "plot_perf_box_name"
7110   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7111   data: "plot-vpp-hoststack-3n-hsw"
7112   include:
7113     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7114     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7115   layout:
7116     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7117     layout: "plot-hoststack"
7118
7119 - type: "plot"
7120   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7121   algorithm: "plot_perf_box_name"
7122   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7123   data: "plot-vpp-hoststack-3n-hsw"
7124   include:
7125     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7126     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7127     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7128     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7129   layout:
7130     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7131     layout: "plot-hoststack"
7132
7133 ## Plots VPP HTTP Server Performance
7134 #- type: "plot"
7135 #  title: "VPP HTTP Server Performance"
7136 #  algorithm: "plot_http_server_perf_box"
7137 #  output-file-type: ".html"
7138 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7139 #  data:
7140 #    "plot-vpp-http-server-performance"
7141 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7142 #  parameters:
7143 #  - "result"
7144 #  - "name"
7145 #  traces:
7146 #    hoverinfo: "y+name"
7147 #    boxpoints: "outliers"
7148 #    whiskerwidth: 0
7149 #  layout:
7150 #    title: "VPP HTTP Server Performance"
7151 #    layout:
7152 #      "plot-cps"
7153 #
7154 #- type: "plot"
7155 #  title: "VPP HTTP Server Performance"
7156 #  algorithm: "plot_http_server_perf_box"
7157 #  output-file-type: ".html"
7158 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7159 #  data:
7160 #    "plot-vpp-http-server-performance"
7161 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7162 #  parameters:
7163 #  - "result"
7164 #  - "name"
7165 #  traces:
7166 #    hoverinfo: "y+name"
7167 #    boxpoints: "outliers"
7168 #    whiskerwidth: 0
7169 #  layout:
7170 #    title: "VPP HTTP Server Performance"
7171 #    layout:
7172 #      "plot-rps"
7173
7174 ################################################################################
7175
7176 # Soak Test (PLRsearch), boxes - 2n-clx
7177 - type: "plot"
7178   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7179   algorithm: "plot_perf_box_name"
7180   output-file-type: ".html"
7181   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7182   data: "plot-vpp-soak-2n-clx"
7183   include:
7184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7190   layout:
7191     title: "30 Minutes Soak Test (PLRsearch)"
7192     layout: "plot-soak-throughput"
7193
7194 # Soak Test (PLRsearch), boxes - 2n-clx
7195 - type: "plot"
7196   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7197   algorithm: "plot_perf_box_name"
7198   output-file-type: ".html"
7199   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7200   data: "plot-vpp-soak-2n-clx"
7201   include:
7202     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7203     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7204     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7205     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7206     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7207     - "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"
7208   layout:
7209     title: "30 Minutes Soak Test (PLRsearch)"
7210     layout: "plot-soak-throughput"
7211
7212 # Soak Test (PLRsearch), boxes - 2n-skx
7213 - type: "plot"
7214   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7215   algorithm: "plot_perf_box_name"
7216   output-file-type: ".html"
7217   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7218   data: "plot-vpp-soak-2n-skx"
7219   include:
7220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7226   layout:
7227     title: "30 Minutes Soak Test (PLRsearch)"
7228     layout: "plot-soak-throughput"
7229
7230 # Soak Test (PLRsearch), boxes - 2n-skx
7231 - type: "plot"
7232   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7233   algorithm: "plot_perf_box_name"
7234   output-file-type: ".html"
7235   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7236   data: "plot-vpp-soak-2n-skx"
7237   include:
7238     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7239     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7240     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7241     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7243     - "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"
7244   layout:
7245     title: "30 Minutes Soak Test (PLRsearch)"
7246     layout: "plot-soak-throughput"
7247
7248 ###############################################################################
7249
7250 # Reconf tests 2n-skx
7251
7252 - type: "plot"
7253   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7254   algorithm: "plot_nf_reconf_box_name"
7255   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7256   data: "plot-vpp-nfv-reconf-2n-skx"
7257   include:
7258     - "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"
7259     - "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"
7260     - "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"
7261     - "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"
7262     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7263     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7264   layout:
7265     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7266     layout: "plot-throughput"
7267
7268 - type: "plot"
7269   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7270   algorithm: "plot_nf_reconf_box_name"
7271   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7272   data: "plot-vpp-nfv-reconf-2n-skx"
7273   include:
7274     - "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"
7275     - "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"
7276     - "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"
7277     - "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"
7278     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7279     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7280   layout:
7281     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7282     layout: "plot-throughput"
7283
7284 - type: "plot"
7285   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7286   algorithm: "plot_nf_reconf_box_name"
7287   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7288   data: "plot-vpp-nfv-reconf-2n-skx"
7289   include:
7290     - "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"
7291     - "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"
7292     - "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"
7293     - "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"
7294     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
7295     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
7296   layout:
7297     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7298     layout: "plot-throughput"
7299
7300 ###############################################################################
7301
7302 # Reconf tests 2n-clx
7303
7304 - type: "plot"
7305   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7306   algorithm: "plot_nf_reconf_box_name"
7307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7308   data: "plot-vpp-nfv-reconf-2n-clx"
7309   include:
7310     - "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"
7311     - "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"
7312     - "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"
7313     - "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"
7314   layout:
7315     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7316     layout: "plot-throughput"
7317
7318 - type: "plot"
7319   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7320   algorithm: "plot_nf_reconf_box_name"
7321   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7322   data: "plot-vpp-nfv-reconf-2n-clx"
7323   include:
7324     - "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"
7325     - "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"
7326     - "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"
7327     - "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"
7328   layout:
7329     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7330     layout: "plot-throughput"
7331
7332 - type: "plot"
7333   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7334   algorithm: "plot_nf_reconf_box_name"
7335   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7336   data: "plot-vpp-nfv-reconf-2n-clx"
7337   include:
7338     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7339     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7340     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7341     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7342   layout:
7343     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7344     layout: "plot-throughput"
7345
7346 ################################################################################
7347 ## Plots - NF Density - VSC - MRR 64b
7348 #- type: "plot"
7349 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7350 #  algorithm: "plot_nf_heatmap"
7351 #  output-file-type: ".html"
7352 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
7353 #  data: "plot-vpp-nfv-2n-skx-mrr"
7354 #  filter: "'NIC_Intel-XXV710' and
7355 #           'NF_DENSITY' and
7356 #           'VHOST' and
7357 #           not 'VXLAN' and
7358 #           'CHAIN' and
7359 #           'NF_VPPIP4' and
7360 #           '64B' and
7361 #           '2T1C' and
7362 #           'MRR'"
7363 #  parameters:
7364 #  - "result"
7365 #  - "name"
7366 #  - "tags"
7367 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7368 #  x-axis: "X = VNFs per Service Chain"
7369 #  y-axis: "Y = Number of Service Chains"
7370 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7371 #  layout:
7372 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7373 #    layout: "plot-service-density"
7374 #
7375 #- type: "plot"
7376 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7377 #  algorithm: "plot_nf_heatmap"
7378 #  output-file-type: ".html"
7379 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
7380 #  data: "plot-vpp-nfv-2n-skx-mrr"
7381 #  filter: "'NIC_Intel-XXV710' and
7382 #           'NF_DENSITY' and
7383 #           'VHOST' and
7384 #           not 'VXLAN' and
7385 #           'CHAIN' and
7386 #           'NF_VPPIP4' and
7387 #           '64B' and
7388 #           '4T2C' and
7389 #           'MRR'"
7390 #  parameters:
7391 #  - "result"
7392 #  - "name"
7393 #  - "tags"
7394 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7395 #  x-axis: "X = VNFs per Service Chain"
7396 #  y-axis: "Y = Number of Service Chains"
7397 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7398 #  layout:
7399 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7400 #    layout: "plot-service-density"
7401 #
7402 #- type: "plot"
7403 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7404 #  algorithm: "plot_nf_heatmap"
7405 #  output-file-type: ".html"
7406 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7407 #  data: "plot-vpp-nfv-2n-skx-mrr"
7408 #  filter: "'NIC_Intel-XXV710' and
7409 #           'NF_DENSITY' and
7410 #           'VHOST' and
7411 #           not 'VXLAN' and
7412 #           'CHAIN' and
7413 #           'NF_VPPIP4' and
7414 #           '64B' and
7415 #           '8T4C' and
7416 #           'MRR'"
7417 #  parameters:
7418 #  - "result"
7419 #  - "name"
7420 #  - "tags"
7421 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7422 #  x-axis: "X = VNFs per Service Chain"
7423 #  y-axis: "Y = Number of Service Chains"
7424 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7425 #  layout:
7426 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7427 #    layout: "plot-service-density"
7428 #
7429 ## Plots - NF Density - VSC - MRR IMIX
7430 #- type: "plot"
7431 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7432 #  algorithm: "plot_nf_heatmap"
7433 #  output-file-type: ".html"
7434 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7435 #  data: "plot-vpp-nfv-2n-skx-mrr"
7436 #  filter: "'NIC_Intel-XXV710' and
7437 #           'NF_DENSITY' and
7438 #           'VHOST' and
7439 #           not 'VXLAN' and
7440 #           'CHAIN' and
7441 #           'NF_VPPIP4' and
7442 #           'IMIX' and
7443 #           '2T1C' and
7444 #           'MRR'"
7445 #  parameters:
7446 #  - "result"
7447 #  - "name"
7448 #  - "tags"
7449 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7450 #  x-axis: "X = VNFs per Service Chain"
7451 #  y-axis: "Y = Number of Service Chains"
7452 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7453 #  layout:
7454 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7455 #    layout: "plot-service-density"
7456 #
7457 #- type: "plot"
7458 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7459 #  algorithm: "plot_nf_heatmap"
7460 #  output-file-type: ".html"
7461 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7462 #  data: "plot-vpp-nfv-2n-skx-mrr"
7463 #  filter: "'NIC_Intel-XXV710' and
7464 #           'NF_DENSITY' and
7465 #           'VHOST' and
7466 #           not 'VXLAN' and
7467 #           'CHAIN' and
7468 #           'NF_VPPIP4' and
7469 #           'IMIX' and
7470 #           '4T2C' and
7471 #           'MRR'"
7472 #  parameters:
7473 #  - "result"
7474 #  - "name"
7475 #  - "tags"
7476 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7477 #  x-axis: "X = VNFs per Service Chain"
7478 #  y-axis: "Y = Number of Service Chains"
7479 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7480 #  layout:
7481 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7482 #    layout: "plot-service-density"
7483 #
7484 #- type: "plot"
7485 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7486 #  algorithm: "plot_nf_heatmap"
7487 #  output-file-type: ".html"
7488 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7489 #  data: "plot-vpp-nfv-2n-skx-mrr"
7490 #  filter: "'NIC_Intel-XXV710' and
7491 #           'NF_DENSITY' and
7492 #           'VHOST' and
7493 #           not 'VXLAN' and
7494 #           'CHAIN' and
7495 #           'NF_VPPIP4' and
7496 #           'IMIX' and
7497 #           '8T4C' and
7498 #           'MRR'"
7499 #  parameters:
7500 #  - "result"
7501 #  - "name"
7502 #  - "tags"
7503 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7504 #  x-axis: "X = VNFs per Service Chain"
7505 #  y-axis: "Y = Number of Service Chains"
7506 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7507 #  layout:
7508 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7509 #    layout: "plot-service-density"
7510 #
7511 ## Plots - NF Density - VSC - NDR 64b
7512 #- type: "plot"
7513 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7514 #  algorithm: "plot_nf_heatmap"
7515 #  output-file-type: ".html"
7516 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7517 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7518 #  filter: "'NIC_Intel-XXV710' and
7519 #           'NF_DENSITY' and
7520 #           'VHOST' and
7521 #           not 'VXLAN' and
7522 #           'CHAIN' and
7523 #           'NF_VPPIP4' and
7524 #           '64B' and
7525 #           '2T1C' and
7526 #           'NDRPDR'"
7527 #  parameters:
7528 #  - "throughput"
7529 #  - "name"
7530 #  - "tags"
7531 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7532 #  x-axis: "X = VNFs per Service Chain"
7533 #  y-axis: "Y = Number of Service Chains"
7534 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7535 #  layout:
7536 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7537 #    layout: "plot-service-density"
7538 #
7539 #- type: "plot"
7540 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7541 #  algorithm: "plot_nf_heatmap"
7542 #  output-file-type: ".html"
7543 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7544 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7545 #  filter: "'NIC_Intel-XXV710' and
7546 #           'NF_DENSITY' and
7547 #           'VHOST' and
7548 #           not 'VXLAN' and
7549 #           'CHAIN' and
7550 #           'NF_VPPIP4' and
7551 #           '64B' and
7552 #           '4T2C' and
7553 #           'NDRPDR'"
7554 #  parameters:
7555 #  - "throughput"
7556 #  - "name"
7557 #  - "tags"
7558 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7559 #  x-axis: "X = VNFs per Service Chain"
7560 #  y-axis: "Y = Number of Service Chains"
7561 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7562 #  layout:
7563 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7564 #    layout: "plot-service-density"
7565 #
7566 #- type: "plot"
7567 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7568 #  algorithm: "plot_nf_heatmap"
7569 #  output-file-type: ".html"
7570 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7571 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7572 #  filter: "'NIC_Intel-XXV710' and
7573 #           'NF_DENSITY' and
7574 #           'VHOST' and
7575 #           not 'VXLAN' and
7576 #           'CHAIN' and
7577 #           'NF_VPPIP4' and
7578 #           '64B' and
7579 #           '8T4C' and
7580 #           'NDRPDR'"
7581 #  parameters:
7582 #  - "throughput"
7583 #  - "name"
7584 #  - "tags"
7585 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7586 #  x-axis: "X = VNFs per Service Chain"
7587 #  y-axis: "Y = Number of Service Chains"
7588 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7589 #  layout:
7590 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7591 #    layout: "plot-service-density"
7592 #
7593 ## Plots - NF Density - VSC - NDR IMIX
7594 #- type: "plot"
7595 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7596 #  algorithm: "plot_nf_heatmap"
7597 #  output-file-type: ".html"
7598 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7599 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7600 #  filter: "'NIC_Intel-XXV710' and
7601 #           'NF_DENSITY' and
7602 #           'VHOST' and
7603 #           not 'VXLAN' and
7604 #           'CHAIN' and
7605 #           'NF_VPPIP4' and
7606 #           'IMIX' and
7607 #           '2T1C' and
7608 #           'NDRPDR'"
7609 #  parameters:
7610 #  - "throughput"
7611 #  - "name"
7612 #  - "tags"
7613 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7614 #  x-axis: "X = VNFs per Service Chain"
7615 #  y-axis: "Y = Number of Service Chains"
7616 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7617 #  layout:
7618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7619 #    layout: "plot-service-density"
7620 #
7621 #- type: "plot"
7622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7623 #  algorithm: "plot_nf_heatmap"
7624 #  output-file-type: ".html"
7625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7626 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7627 #  filter: "'NIC_Intel-XXV710' and
7628 #           'NF_DENSITY' and
7629 #           'VHOST' and
7630 #           not 'VXLAN' and
7631 #           'CHAIN' and
7632 #           'NF_VPPIP4' and
7633 #           'IMIX' and
7634 #           '4T2C' and
7635 #           'NDRPDR'"
7636 #  parameters:
7637 #  - "throughput"
7638 #  - "name"
7639 #  - "tags"
7640 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7641 #  x-axis: "X = VNFs per Service Chain"
7642 #  y-axis: "Y = Number of Service Chains"
7643 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7644 #  layout:
7645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7646 #    layout: "plot-service-density"
7647 #
7648 #- type: "plot"
7649 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7650 #  algorithm: "plot_nf_heatmap"
7651 #  output-file-type: ".html"
7652 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7653 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7654 #  filter: "'NIC_Intel-XXV710' and
7655 #           'NF_DENSITY' and
7656 #           'VHOST' and
7657 #           not 'VXLAN' and
7658 #           'CHAIN' and
7659 #           'NF_VPPIP4' and
7660 #           'IMIX' and
7661 #           '8T4C' and
7662 #           'NDRPDR'"
7663 #  parameters:
7664 #  - "throughput"
7665 #  - "name"
7666 #  - "tags"
7667 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7668 #  x-axis: "X = VNFs per Service Chain"
7669 #  y-axis: "Y = Number of Service Chains"
7670 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7671 #  layout:
7672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7673 #    layout: "plot-service-density"
7674 #
7675 ## Plots - NF Density - VSC - PDR 64b
7676 #- type: "plot"
7677 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7678 #  algorithm: "plot_nf_heatmap"
7679 #  output-file-type: ".html"
7680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7681 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7682 #  filter: "'NIC_Intel-XXV710' and
7683 #           'NF_DENSITY' and
7684 #           'VHOST' and
7685 #           not 'VXLAN' and
7686 #           'CHAIN' and
7687 #           'NF_VPPIP4' and
7688 #           '64B' and
7689 #           '2T1C' and
7690 #           'NDRPDR'"
7691 #  parameters:
7692 #  - "throughput"
7693 #  - "name"
7694 #  - "tags"
7695 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7696 #  x-axis: "X = VNFs per Service Chain"
7697 #  y-axis: "Y = Number of Service Chains"
7698 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7699 #  layout:
7700 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7701 #    layout: "plot-service-density"
7702 #
7703 #- type: "plot"
7704 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7705 #  algorithm: "plot_nf_heatmap"
7706 #  output-file-type: ".html"
7707 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7708 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7709 #  filter: "'NIC_Intel-XXV710' and
7710 #           'NF_DENSITY' and
7711 #           'VHOST' and
7712 #           not 'VXLAN' and
7713 #           'CHAIN' and
7714 #           'NF_VPPIP4' and
7715 #           '64B' and
7716 #           '4T2C' and
7717 #           'NDRPDR'"
7718 #  parameters:
7719 #  - "throughput"
7720 #  - "name"
7721 #  - "tags"
7722 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7723 #  x-axis: "X = VNFs per Service Chain"
7724 #  y-axis: "Y = Number of Service Chains"
7725 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7726 #  layout:
7727 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7728 #    layout: "plot-service-density"
7729 #
7730 #- type: "plot"
7731 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7732 #  algorithm: "plot_nf_heatmap"
7733 #  output-file-type: ".html"
7734 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7735 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7736 #  filter: "'NIC_Intel-XXV710' and
7737 #           'NF_DENSITY' and
7738 #           'VHOST' and
7739 #           not 'VXLAN' and
7740 #           'CHAIN' and
7741 #           'NF_VPPIP4' and
7742 #           '64B' and
7743 #           '8T4C' and
7744 #           'NDRPDR'"
7745 #  parameters:
7746 #  - "throughput"
7747 #  - "name"
7748 #  - "tags"
7749 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7750 #  x-axis: "X = VNFs per Service Chain"
7751 #  y-axis: "Y = Number of Service Chains"
7752 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7753 #  layout:
7754 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7755 #    layout: "plot-service-density"
7756 #
7757 ## Plots - NF Density - VSC - PDR IMIX
7758 #- type: "plot"
7759 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7760 #  algorithm: "plot_nf_heatmap"
7761 #  output-file-type: ".html"
7762 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7763 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7764 #  filter: "'NIC_Intel-XXV710' and
7765 #           'NF_DENSITY' and
7766 #           'VHOST' and
7767 #           not 'VXLAN' and
7768 #           'CHAIN' and
7769 #           'NF_VPPIP4' and
7770 #           'IMIX' and
7771 #           '2T1C' and
7772 #           'NDRPDR'"
7773 #  parameters:
7774 #  - "throughput"
7775 #  - "name"
7776 #  - "tags"
7777 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7778 #  x-axis: "X = VNFs per Service Chain"
7779 #  y-axis: "Y = Number of Service Chains"
7780 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7781 #  layout:
7782 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7783 #    layout: "plot-service-density"
7784 #
7785 #- type: "plot"
7786 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7787 #  algorithm: "plot_nf_heatmap"
7788 #  output-file-type: ".html"
7789 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7790 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7791 #  filter: "'NIC_Intel-XXV710' and
7792 #           'NF_DENSITY' and
7793 #           'VHOST' and
7794 #           not 'VXLAN' and
7795 #           'CHAIN' and
7796 #           'NF_VPPIP4' and
7797 #           'IMIX' and
7798 #           '4T2C' and
7799 #           'NDRPDR'"
7800 #  parameters:
7801 #  - "throughput"
7802 #  - "name"
7803 #  - "tags"
7804 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7805 #  x-axis: "X = VNFs per Service Chain"
7806 #  y-axis: "Y = Number of Service Chains"
7807 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7808 #  layout:
7809 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7810 #    layout: "plot-service-density"
7811 #
7812 #- type: "plot"
7813 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7814 #  algorithm: "plot_nf_heatmap"
7815 #  output-file-type: ".html"
7816 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7817 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7818 #  filter: "'NIC_Intel-XXV710' and
7819 #           'NF_DENSITY' and
7820 #           'VHOST' and
7821 #           not 'VXLAN' and
7822 #           'CHAIN' and
7823 #           'NF_VPPIP4' and
7824 #           'IMIX' and
7825 #           '8T4C' and
7826 #           'NDRPDR'"
7827 #  parameters:
7828 #  - "throughput"
7829 #  - "name"
7830 #  - "tags"
7831 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7832 #  x-axis: "X = VNFs per Service Chain"
7833 #  y-axis: "Y = Number of Service Chains"
7834 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7835 #  layout:
7836 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7837 #    layout: "plot-service-density"
7838 #
7839 ################################################################################
7840 ## Plots - NF Density - VSC - MRR 64b
7841 #- type: "plot"
7842 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7843 #  algorithm: "plot_nf_heatmap"
7844 #  output-file-type: ".html"
7845 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7846 #  data: "plot-vpp-nfv-2n-skx-mrr"
7847 #  filter: "'NIC_Intel-XXV710' and
7848 #           'NF_DENSITY' and
7849 #           'VHOST' and
7850 #           'VXLAN' and
7851 #           'CHAIN' and
7852 #           '118' and
7853 #           '2T1C' and
7854 #           'MRR'"
7855 #  parameters:
7856 #  - "result"
7857 #  - "name"
7858 #  - "tags"
7859 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7860 #  x-axis: "X = VNFs per Service Chain"
7861 #  y-axis: "Y = Number of Service Chains"
7862 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7863 #  layout:
7864 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7865 #    layout: "plot-service-density"
7866 #
7867 #- type: "plot"
7868 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7869 #  algorithm: "plot_nf_heatmap"
7870 #  output-file-type: ".html"
7871 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7872 #  data: "plot-vpp-nfv-2n-skx-mrr"
7873 #  filter: "'NIC_Intel-XXV710' and
7874 #           'NF_DENSITY' and
7875 #           'VHOST' and
7876 #           'VXLAN' and
7877 #           'CHAIN' and
7878 #           '118' and
7879 #           '4T2C' and
7880 #           'MRR'"
7881 #  parameters:
7882 #  - "result"
7883 #  - "name"
7884 #  - "tags"
7885 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7886 #  x-axis: "X = VNFs per Service Chain"
7887 #  y-axis: "Y = Number of Service Chains"
7888 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7889 #  layout:
7890 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7891 #    layout: "plot-service-density"
7892 #
7893 #- type: "plot"
7894 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7895 #  algorithm: "plot_nf_heatmap"
7896 #  output-file-type: ".html"
7897 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7898 #  data: "plot-vpp-nfv-2n-skx-mrr"
7899 #  filter: "'NIC_Intel-XXV710' and
7900 #           'NF_DENSITY' and
7901 #           'VHOST' and
7902 #           'VXLAN' and
7903 #           'CHAIN' and
7904 #           '118' and
7905 #           '8T4C' and
7906 #           'MRR'"
7907 #  parameters:
7908 #  - "result"
7909 #  - "name"
7910 #  - "tags"
7911 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7912 #  x-axis: "X = VNFs per Service Chain"
7913 #  y-axis: "Y = Number of Service Chains"
7914 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7915 #  layout:
7916 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7917 #    layout: "plot-service-density"
7918 #
7919 ## Plots - NF Density - VSC - MRR IMIX
7920 #- type: "plot"
7921 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7922 #  algorithm: "plot_nf_heatmap"
7923 #  output-file-type: ".html"
7924 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7925 #  data: "plot-vpp-nfv-2n-skx-mrr"
7926 #  filter: "'NIC_Intel-XXV710' and
7927 #           'NF_DENSITY' and
7928 #           'VHOST' and
7929 #           'VXLAN' and
7930 #           'CHAIN' and
7931 #           'IMIX' and
7932 #           '2T1C' and
7933 #           'MRR'"
7934 #  parameters:
7935 #  - "result"
7936 #  - "name"
7937 #  - "tags"
7938 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7939 #  x-axis: "X = VNFs per Service Chain"
7940 #  y-axis: "Y = Number of Service Chains"
7941 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7942 #  layout:
7943 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7944 #    layout: "plot-service-density"
7945 #
7946 #- type: "plot"
7947 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7948 #  algorithm: "plot_nf_heatmap"
7949 #  output-file-type: ".html"
7950 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7951 #  data: "plot-vpp-nfv-2n-skx-mrr"
7952 #  filter: "'NIC_Intel-XXV710' and
7953 #           'NF_DENSITY' and
7954 #           'VHOST' and
7955 #           'VXLAN' and
7956 #           'CHAIN' and
7957 #           'IMIX' and
7958 #           '4T2C' and
7959 #           'MRR'"
7960 #  parameters:
7961 #  - "result"
7962 #  - "name"
7963 #  - "tags"
7964 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7965 #  x-axis: "X = VNFs per Service Chain"
7966 #  y-axis: "Y = Number of Service Chains"
7967 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7968 #  layout:
7969 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7970 #    layout: "plot-service-density"
7971 #
7972 #- type: "plot"
7973 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7974 #  algorithm: "plot_nf_heatmap"
7975 #  output-file-type: ".html"
7976 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7977 #  data: "plot-vpp-nfv-2n-skx-mrr"
7978 #  filter: "'NIC_Intel-XXV710' and
7979 #           'NF_DENSITY' and
7980 #           'VHOST' and
7981 #           'VXLAN' and
7982 #           'CHAIN' and
7983 #           'IMIX' and
7984 #           '8T4C' and
7985 #           'MRR'"
7986 #  parameters:
7987 #  - "result"
7988 #  - "name"
7989 #  - "tags"
7990 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7991 #  x-axis: "X = VNFs per Service Chain"
7992 #  y-axis: "Y = Number of Service Chains"
7993 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7994 #  layout:
7995 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7996 #    layout: "plot-service-density"
7997 #
7998 ## Plots - NF Density - VSC - NDR 64b
7999 #- type: "plot"
8000 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8001 #  algorithm: "plot_nf_heatmap"
8002 #  output-file-type: ".html"
8003 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
8004 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8005 #  filter: "'NIC_Intel-XXV710' and
8006 #           'NF_DENSITY' and
8007 #           'VHOST' and
8008 #           'VXLAN' and
8009 #           'CHAIN' and
8010 #           '118' and
8011 #           '2T1C' and
8012 #           'NDRPDR'"
8013 #  parameters:
8014 #  - "throughput"
8015 #  - "name"
8016 #  - "tags"
8017 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8018 #  x-axis: "X = VNFs per Service Chain"
8019 #  y-axis: "Y = Number of Service Chains"
8020 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8021 #  layout:
8022 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8023 #    layout: "plot-service-density"
8024 #
8025 #- type: "plot"
8026 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8027 #  algorithm: "plot_nf_heatmap"
8028 #  output-file-type: ".html"
8029 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
8030 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8031 #  filter: "'NIC_Intel-XXV710' and
8032 #           'NF_DENSITY' and
8033 #           'VHOST' and
8034 #           'VXLAN' and
8035 #           'CHAIN' and
8036 #           '118' and
8037 #           '4T2C' and
8038 #           'NDRPDR'"
8039 #  parameters:
8040 #  - "throughput"
8041 #  - "name"
8042 #  - "tags"
8043 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8044 #  x-axis: "X = VNFs per Service Chain"
8045 #  y-axis: "Y = Number of Service Chains"
8046 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8047 #  layout:
8048 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8049 #    layout: "plot-service-density"
8050 #
8051 #- type: "plot"
8052 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8053 #  algorithm: "plot_nf_heatmap"
8054 #  output-file-type: ".html"
8055 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
8056 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8057 #  filter: "'NIC_Intel-XXV710' and
8058 #           'NF_DENSITY' and
8059 #           'VHOST' and
8060 #           'VXLAN' and
8061 #           'CHAIN' and
8062 #           '118' and
8063 #           '8T4C' and
8064 #           'NDRPDR'"
8065 #  parameters:
8066 #  - "throughput"
8067 #  - "name"
8068 #  - "tags"
8069 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8070 #  x-axis: "X = VNFs per Service Chain"
8071 #  y-axis: "Y = Number of Service Chains"
8072 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8073 #  layout:
8074 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8075 #    layout: "plot-service-density"
8076 #
8077 ## Plots - NF Density - VSC - NDR IMIX
8078 #- type: "plot"
8079 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8080 #  algorithm: "plot_nf_heatmap"
8081 #  output-file-type: ".html"
8082 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8083 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8084 #  filter: "'NIC_Intel-XXV710' and
8085 #           'NF_DENSITY' and
8086 #           'VHOST' and
8087 #           'VXLAN' and
8088 #           'CHAIN' and
8089 #           'IMIX' and
8090 #           '2T1C' and
8091 #           'NDRPDR'"
8092 #  parameters:
8093 #  - "throughput"
8094 #  - "name"
8095 #  - "tags"
8096 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8097 #  x-axis: "X = VNFs per Service Chain"
8098 #  y-axis: "Y = Number of Service Chains"
8099 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8100 #  layout:
8101 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8102 #    layout: "plot-service-density"
8103 #
8104 #- type: "plot"
8105 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8106 #  algorithm: "plot_nf_heatmap"
8107 #  output-file-type: ".html"
8108 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8109 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8110 #  filter: "'NIC_Intel-XXV710' and
8111 #           'NF_DENSITY' and
8112 #           'VHOST' and
8113 #           'VXLAN' and
8114 #           'CHAIN' and
8115 #           'IMIX' and
8116 #           '4T2C' and
8117 #           'NDRPDR'"
8118 #  parameters:
8119 #  - "throughput"
8120 #  - "name"
8121 #  - "tags"
8122 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8123 #  x-axis: "X = VNFs per Service Chain"
8124 #  y-axis: "Y = Number of Service Chains"
8125 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8126 #  layout:
8127 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8128 #    layout: "plot-service-density"
8129 #
8130 #- type: "plot"
8131 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8132 #  algorithm: "plot_nf_heatmap"
8133 #  output-file-type: ".html"
8134 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8135 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8136 #  filter: "'NIC_Intel-XXV710' and
8137 #           'NF_DENSITY' and
8138 #           'VHOST' and
8139 #           'VXLAN' and
8140 #           'CHAIN' and
8141 #           'IMIX' and
8142 #           '8T4C' and
8143 #           'NDRPDR'"
8144 #  parameters:
8145 #  - "throughput"
8146 #  - "name"
8147 #  - "tags"
8148 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8149 #  x-axis: "X = VNFs per Service Chain"
8150 #  y-axis: "Y = Number of Service Chains"
8151 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8152 #  layout:
8153 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8154 #    layout: "plot-service-density"
8155 #
8156 ## Plots - NF Density - VSC - PDR 64b
8157 #- type: "plot"
8158 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8159 #  algorithm: "plot_nf_heatmap"
8160 #  output-file-type: ".html"
8161 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
8162 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8163 #  filter: "'NIC_Intel-XXV710' and
8164 #           'NF_DENSITY' and
8165 #           'VHOST' and
8166 #           'VXLAN' and
8167 #           'CHAIN' and
8168 #           '118' and
8169 #           '2T1C' and
8170 #           'NDRPDR'"
8171 #  parameters:
8172 #  - "throughput"
8173 #  - "name"
8174 #  - "tags"
8175 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8176 #  x-axis: "X = VNFs per Service Chain"
8177 #  y-axis: "Y = Number of Service Chains"
8178 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8179 #  layout:
8180 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8181 #    layout: "plot-service-density"
8182 #
8183 #- type: "plot"
8184 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8185 #  algorithm: "plot_nf_heatmap"
8186 #  output-file-type: ".html"
8187 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
8188 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8189 #  filter: "'NIC_Intel-XXV710' and
8190 #           'NF_DENSITY' and
8191 #           'VHOST' and
8192 #           'VXLAN' and
8193 #           'CHAIN' and
8194 #           '118' and
8195 #           '4T2C' and
8196 #           'NDRPDR'"
8197 #  parameters:
8198 #  - "throughput"
8199 #  - "name"
8200 #  - "tags"
8201 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8202 #  x-axis: "X = VNFs per Service Chain"
8203 #  y-axis: "Y = Number of Service Chains"
8204 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8205 #  layout:
8206 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8207 #    layout: "plot-service-density"
8208 #
8209 #- type: "plot"
8210 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8211 #  algorithm: "plot_nf_heatmap"
8212 #  output-file-type: ".html"
8213 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
8214 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8215 #  filter: "'NIC_Intel-XXV710' and
8216 #           'NF_DENSITY' and
8217 #           'VHOST' and
8218 #           'VXLAN' and
8219 #           'CHAIN' and
8220 #           '118' and
8221 #           '8T4C' and
8222 #           'NDRPDR'"
8223 #  parameters:
8224 #  - "throughput"
8225 #  - "name"
8226 #  - "tags"
8227 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8228 #  x-axis: "X = VNFs per Service Chain"
8229 #  y-axis: "Y = Number of Service Chains"
8230 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8231 #  layout:
8232 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8233 #    layout: "plot-service-density"
8234 #
8235 ## Plots - NF Density - VSC - PDR IMIX
8236 #- type: "plot"
8237 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8238 #  algorithm: "plot_nf_heatmap"
8239 #  output-file-type: ".html"
8240 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8241 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8242 #  filter: "'NIC_Intel-XXV710' and
8243 #           'NF_DENSITY' and
8244 #           'VHOST' and
8245 #           'VXLAN' and
8246 #           'CHAIN' and
8247 #           'IMIX' and
8248 #           '2T1C' and
8249 #           'NDRPDR'"
8250 #  parameters:
8251 #  - "throughput"
8252 #  - "name"
8253 #  - "tags"
8254 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8255 #  x-axis: "X = VNFs per Service Chain"
8256 #  y-axis: "Y = Number of Service Chains"
8257 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8258 #  layout:
8259 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8260 #    layout: "plot-service-density"
8261 #
8262 #- type: "plot"
8263 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8264 #  algorithm: "plot_nf_heatmap"
8265 #  output-file-type: ".html"
8266 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8267 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8268 #  filter: "'NIC_Intel-XXV710' and
8269 #           'NF_DENSITY' and
8270 #           'VHOST' and
8271 #           'VXLAN' and
8272 #           'CHAIN' and
8273 #           'IMIX' and
8274 #           '4T2C' and
8275 #           'NDRPDR'"
8276 #  parameters:
8277 #  - "throughput"
8278 #  - "name"
8279 #  - "tags"
8280 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8281 #  x-axis: "X = VNFs per Service Chain"
8282 #  y-axis: "Y = Number of Service Chains"
8283 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8284 #  layout:
8285 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8286 #    layout: "plot-service-density"
8287 #
8288 #- type: "plot"
8289 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8290 #  algorithm: "plot_nf_heatmap"
8291 #  output-file-type: ".html"
8292 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8293 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8294 #  filter: "'NIC_Intel-XXV710' and
8295 #           'NF_DENSITY' and
8296 #           'VHOST' and
8297 #           'VXLAN' and
8298 #           'CHAIN' and
8299 #           'IMIX' and
8300 #           '8T4C' and
8301 #           'NDRPDR'"
8302 #  parameters:
8303 #  - "throughput"
8304 #  - "name"
8305 #  - "tags"
8306 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8307 #  x-axis: "X = VNFs per Service Chain"
8308 #  y-axis: "Y = Number of Service Chains"
8309 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8310 #  layout:
8311 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8312 #    layout: "plot-service-density"
8313 #
8314 ################################################################################
8315 ## Plots - NF Density - CSC - MRR 64b
8316 #- type: "plot"
8317 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8318 #  algorithm: "plot_nf_heatmap"
8319 #  output-file-type: ".html"
8320 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
8321 #  data: "plot-vpp-nfv-2n-skx-mrr"
8322 #  filter: "'NIC_Intel-XXV710' and
8323 #           'NF_DENSITY' and
8324 #           'DOCKER' and
8325 #           'CHAIN' and
8326 #           'NF_VPPIP4' and
8327 #           '64B' and
8328 #           '2T1C' and
8329 #           'MRR'"
8330 #  parameters:
8331 #  - "result"
8332 #  - "name"
8333 #  - "tags"
8334 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8335 #  x-axis: "X = CNFs per Service Chain"
8336 #  y-axis: "Y = Number of Service Chains"
8337 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8338 #  layout:
8339 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8340 #    layout: "plot-service-density"
8341 #
8342 #- type: "plot"
8343 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8344 #  algorithm: "plot_nf_heatmap"
8345 #  output-file-type: ".html"
8346 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
8347 #  data: "plot-vpp-nfv-2n-skx-mrr"
8348 #  filter: "'NIC_Intel-XXV710' and
8349 #           'NF_DENSITY' and
8350 #           'DOCKER' and
8351 #           'CHAIN' and
8352 #           'NF_VPPIP4' and
8353 #           '64B' and
8354 #           '4T2C' and
8355 #           'MRR'"
8356 #  parameters:
8357 #  - "result"
8358 #  - "name"
8359 #  - "tags"
8360 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8361 #  x-axis: "X = CNFs per Service Chain"
8362 #  y-axis: "Y = Number of Service Chains"
8363 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8364 #  layout:
8365 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8366 #    layout: "plot-service-density"
8367 #
8368 #- type: "plot"
8369 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8370 #  algorithm: "plot_nf_heatmap"
8371 #  output-file-type: ".html"
8372 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
8373 #  data: "plot-vpp-nfv-2n-skx-mrr"
8374 #  filter: "'NIC_Intel-XXV710' and
8375 #           'NF_DENSITY' and
8376 #           'DOCKER' and
8377 #           'CHAIN' and
8378 #           'NF_VPPIP4' and
8379 #           '64B' and
8380 #           '8T4C' and
8381 #           'MRR'"
8382 #  parameters:
8383 #  - "result"
8384 #  - "name"
8385 #  - "tags"
8386 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8387 #  x-axis: "X = CNFs per Service Chain"
8388 #  y-axis: "Y = Number of Service Chains"
8389 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8390 #  layout:
8391 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8392 #    layout: "plot-service-density"
8393 #
8394 ## Plots - NF Density - CSC - MRR IMIX
8395 #- type: "plot"
8396 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8397 #  algorithm: "plot_nf_heatmap"
8398 #  output-file-type: ".html"
8399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8400 #  data: "plot-vpp-nfv-2n-skx-mrr"
8401 #  filter: "'NIC_Intel-XXV710' and
8402 #           'NF_DENSITY' and
8403 #           'DOCKER' and
8404 #           'CHAIN' and
8405 #           'NF_VPPIP4' and
8406 #           'IMIX' and
8407 #           '2T1C' and
8408 #           'MRR'"
8409 #  parameters:
8410 #  - "result"
8411 #  - "name"
8412 #  - "tags"
8413 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8414 #  x-axis: "X = CNFs per Service Chain"
8415 #  y-axis: "Y = Number of Service Chains"
8416 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8417 #  layout:
8418 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8419 #    layout: "plot-service-density"
8420 #
8421 #- type: "plot"
8422 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8423 #  algorithm: "plot_nf_heatmap"
8424 #  output-file-type: ".html"
8425 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8426 #  data: "plot-vpp-nfv-2n-skx-mrr"
8427 #  filter: "'NIC_Intel-XXV710' and
8428 #           'NF_DENSITY' and
8429 #           'DOCKER' and
8430 #           'CHAIN' and
8431 #           'NF_VPPIP4' and
8432 #           'IMIX' and
8433 #           '4T2C' and
8434 #           'MRR'"
8435 #  parameters:
8436 #  - "result"
8437 #  - "name"
8438 #  - "tags"
8439 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8440 #  x-axis: "X = CNFs per Service Chain"
8441 #  y-axis: "Y = Number of Service Chains"
8442 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8443 #  layout:
8444 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8445 #    layout: "plot-service-density"
8446 #
8447 #- type: "plot"
8448 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8449 #  algorithm: "plot_nf_heatmap"
8450 #  output-file-type: ".html"
8451 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8452 #  data: "plot-vpp-nfv-2n-skx-mrr"
8453 #  filter: "'NIC_Intel-XXV710' and
8454 #           'NF_DENSITY' and
8455 #           'DOCKER' and
8456 #           'CHAIN' and
8457 #           'NF_VPPIP4' and
8458 #           'IMIX' and
8459 #           '8T4C' and
8460 #           'MRR'"
8461 #  parameters:
8462 #  - "result"
8463 #  - "name"
8464 #  - "tags"
8465 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8466 #  x-axis: "X = CNFs per Service Chain"
8467 #  y-axis: "Y = Number of Service Chains"
8468 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8469 #  layout:
8470 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8471 #    layout: "plot-service-density"
8472 #
8473 ## Plots - NF Density - CSC - NDR 64b
8474 #- type: "plot"
8475 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8476 #  algorithm: "plot_nf_heatmap"
8477 #  output-file-type: ".html"
8478 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8479 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8480 #  filter: "'NIC_Intel-XXV710' and
8481 #           'NF_DENSITY' and
8482 #           'DOCKER' and
8483 #           'CHAIN' and
8484 #           'NF_VPPIP4' and
8485 #           '64B' and
8486 #           '2T1C' and
8487 #           'NDRPDR'"
8488 #  parameters:
8489 #  - "throughput"
8490 #  - "name"
8491 #  - "tags"
8492 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8493 #  x-axis: "X = CNFs per Service Chain"
8494 #  y-axis: "Y = Number of Service Chains"
8495 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8496 #  layout:
8497 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8498 #    layout: "plot-service-density"
8499 #
8500 #- type: "plot"
8501 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8502 #  algorithm: "plot_nf_heatmap"
8503 #  output-file-type: ".html"
8504 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8505 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8506 #  filter: "'NIC_Intel-XXV710' and
8507 #           'NF_DENSITY' and
8508 #           'DOCKER' and
8509 #           'CHAIN' and
8510 #           'NF_VPPIP4' and
8511 #           '64B' and
8512 #           '4T2C' and
8513 #           'NDRPDR'"
8514 #  parameters:
8515 #  - "throughput"
8516 #  - "name"
8517 #  - "tags"
8518 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8519 #  x-axis: "X = CNFs per Service Chain"
8520 #  y-axis: "Y = Number of Service Chains"
8521 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8522 #  layout:
8523 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8524 #    layout: "plot-service-density"
8525 #
8526 #- type: "plot"
8527 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8528 #  algorithm: "plot_nf_heatmap"
8529 #  output-file-type: ".html"
8530 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8531 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8532 #  filter: "'NIC_Intel-XXV710' and
8533 #           'NF_DENSITY' and
8534 #           'DOCKER' and
8535 #           'CHAIN' and
8536 #           'NF_VPPIP4' and
8537 #           '64B' and
8538 #           '8T4C' and
8539 #           'NDRPDR'"
8540 #  parameters:
8541 #  - "throughput"
8542 #  - "name"
8543 #  - "tags"
8544 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8545 #  x-axis: "X = CNFs per Service Chain"
8546 #  y-axis: "Y = Number of Service Chains"
8547 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8548 #  layout:
8549 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8550 #    layout: "plot-service-density"
8551 #
8552 ## Plots - NF Density - CSC - NDR IMIX
8553 #- type: "plot"
8554 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8555 #  algorithm: "plot_nf_heatmap"
8556 #  output-file-type: ".html"
8557 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8558 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8559 #  filter: "'NIC_Intel-XXV710' and
8560 #           'NF_DENSITY' and
8561 #           'DOCKER' and
8562 #           'CHAIN' and
8563 #           'NF_VPPIP4' and
8564 #           'IMIX' and
8565 #           '2T1C' and
8566 #           'NDRPDR'"
8567 #  parameters:
8568 #  - "throughput"
8569 #  - "name"
8570 #  - "tags"
8571 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8572 #  x-axis: "X = CNFs per Service Chain"
8573 #  y-axis: "Y = Number of Service Chains"
8574 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8575 #  layout:
8576 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8577 #    layout: "plot-service-density"
8578 #
8579 #- type: "plot"
8580 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8581 #  algorithm: "plot_nf_heatmap"
8582 #  output-file-type: ".html"
8583 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8584 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8585 #  filter: "'NIC_Intel-XXV710' and
8586 #           'NF_DENSITY' and
8587 #           'DOCKER' and
8588 #           'CHAIN' and
8589 #           'NF_VPPIP4' and
8590 #           'IMIX' and
8591 #           '4T2C' and
8592 #           'NDRPDR'"
8593 #  parameters:
8594 #  - "throughput"
8595 #  - "name"
8596 #  - "tags"
8597 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8598 #  x-axis: "X = CNFs per Service Chain"
8599 #  y-axis: "Y = Number of Service Chains"
8600 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8601 #  layout:
8602 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8603 #    layout: "plot-service-density"
8604 #
8605 #- type: "plot"
8606 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8607 #  algorithm: "plot_nf_heatmap"
8608 #  output-file-type: ".html"
8609 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8610 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8611 #  filter: "'NIC_Intel-XXV710' and
8612 #           'NF_DENSITY' and
8613 #           'DOCKER' and
8614 #           'CHAIN' and
8615 #           'NF_VPPIP4' and
8616 #           'IMIX' and
8617 #           '8T4C' and
8618 #           'NDRPDR'"
8619 #  parameters:
8620 #  - "throughput"
8621 #  - "name"
8622 #  - "tags"
8623 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8624 #  x-axis: "X = CNFs per Service Chain"
8625 #  y-axis: "Y = Number of Service Chains"
8626 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8627 #  layout:
8628 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8629 #    layout: "plot-service-density"
8630 #
8631 ## Plots - NF Density - CSC - PDR 64b
8632 #- type: "plot"
8633 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8634 #  algorithm: "plot_nf_heatmap"
8635 #  output-file-type: ".html"
8636 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8637 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8638 #  filter: "'NIC_Intel-XXV710' and
8639 #           'NF_DENSITY' and
8640 #           'DOCKER' and
8641 #           'CHAIN' and
8642 #           'NF_VPPIP4' and
8643 #           '64B' and
8644 #           '2T1C' and
8645 #           'NDRPDR'"
8646 #  parameters:
8647 #  - "throughput"
8648 #  - "name"
8649 #  - "tags"
8650 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8651 #  x-axis: "X = CNFs per Service Chain"
8652 #  y-axis: "Y = Number of Service Chains"
8653 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8654 #  layout:
8655 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8656 #    layout: "plot-service-density"
8657 #
8658 #- type: "plot"
8659 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8660 #  algorithm: "plot_nf_heatmap"
8661 #  output-file-type: ".html"
8662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8663 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8664 #  filter: "'NIC_Intel-XXV710' and
8665 #           'NF_DENSITY' and
8666 #           'DOCKER' and
8667 #           'CHAIN' and
8668 #           'NF_VPPIP4' and
8669 #           '64B' and
8670 #           '4T2C' and
8671 #           'NDRPDR'"
8672 #  parameters:
8673 #  - "throughput"
8674 #  - "name"
8675 #  - "tags"
8676 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8677 #  x-axis: "X = CNFs per Service Chain"
8678 #  y-axis: "Y = Number of Service Chains"
8679 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8680 #  layout:
8681 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8682 #    layout: "plot-service-density"
8683 #
8684 #- type: "plot"
8685 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8686 #  algorithm: "plot_nf_heatmap"
8687 #  output-file-type: ".html"
8688 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8689 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8690 #  filter: "'NIC_Intel-XXV710' and
8691 #           'NF_DENSITY' and
8692 #           'DOCKER' and
8693 #           'CHAIN' and
8694 #           'NF_VPPIP4' and
8695 #           '64B' and
8696 #           '8T4C' and
8697 #           'NDRPDR'"
8698 #  parameters:
8699 #  - "throughput"
8700 #  - "name"
8701 #  - "tags"
8702 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8703 #  x-axis: "X = CNFs per Service Chain"
8704 #  y-axis: "Y = Number of Service Chains"
8705 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8706 #  layout:
8707 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8708 #    layout: "plot-service-density"
8709 #
8710 ## Plots - NF Density - CSC - PDR IMIX
8711 #- type: "plot"
8712 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8713 #  algorithm: "plot_nf_heatmap"
8714 #  output-file-type: ".html"
8715 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8716 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8717 #  filter: "'NIC_Intel-XXV710' and
8718 #           'NF_DENSITY' and
8719 #           'DOCKER' and
8720 #           'CHAIN' and
8721 #           'NF_VPPIP4' and
8722 #           'IMIX' and
8723 #           '2T1C' and
8724 #           'NDRPDR'"
8725 #  parameters:
8726 #  - "throughput"
8727 #  - "name"
8728 #  - "tags"
8729 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8730 #  x-axis: "X = CNFs per Service Chain"
8731 #  y-axis: "Y = Number of Service Chains"
8732 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8733 #  layout:
8734 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8735 #    layout: "plot-service-density"
8736 #
8737 #- type: "plot"
8738 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8739 #  algorithm: "plot_nf_heatmap"
8740 #  output-file-type: ".html"
8741 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8742 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8743 #  filter: "'NIC_Intel-XXV710' and
8744 #           'NF_DENSITY' and
8745 #           'DOCKER' and
8746 #           'CHAIN' and
8747 #           'NF_VPPIP4' and
8748 #           'IMIX' and
8749 #           '4T2C' and
8750 #           'NDRPDR'"
8751 #  parameters:
8752 #  - "throughput"
8753 #  - "name"
8754 #  - "tags"
8755 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8756 #  x-axis: "X = CNFs per Service Chain"
8757 #  y-axis: "Y = Number of Service Chains"
8758 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8759 #  layout:
8760 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8761 #    layout: "plot-service-density"
8762 #
8763 #- type: "plot"
8764 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8765 #  algorithm: "plot_nf_heatmap"
8766 #  output-file-type: ".html"
8767 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8768 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8769 #  filter: "'NIC_Intel-XXV710' and
8770 #           'NF_DENSITY' and
8771 #           'DOCKER' and
8772 #           'CHAIN' and
8773 #           'NF_VPPIP4' and
8774 #           'IMIX' and
8775 #           '8T4C' and
8776 #           'NDRPDR'"
8777 #  parameters:
8778 #  - "throughput"
8779 #  - "name"
8780 #  - "tags"
8781 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8782 #  x-axis: "X = CNFs per Service Chain"
8783 #  y-axis: "Y = Number of Service Chains"
8784 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8785 #  layout:
8786 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8787 #    layout: "plot-service-density"
8788 #
8789 ################################################################################
8790 #
8791 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8792 #- type: "plot"
8793 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8794 #  algorithm: "plot_nf_heatmap"
8795 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8796 #  data: "plot-vpp-nfv-3n-skx-mrr"
8797 #  filter: "'NIC_Intel-XXV710' and
8798 #           'NF_DENSITY' and
8799 #           'DOCKER' and
8800 #           'CHAIN' and
8801 #           'NF_VPPIP4' and
8802 #           'IPSEC' and
8803 #           'TNL_4' and
8804 #           'IMIX' and
8805 #           '2T1C' and
8806 #           'MRR'"
8807 #  parameters:
8808 #  - "result"
8809 #  - "name"
8810 #  - "tags"
8811 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8812 #  x-axis: "X = CNFs per Service Chain"
8813 #  y-axis: "Y = Number of Service Chains"
8814 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8815 #  layout:
8816 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8817 #    layout: "plot-service-density"
8818 #
8819 #- type: "plot"
8820 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8821 #  algorithm: "plot_nf_heatmap"
8822 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8823 #  data: "plot-vpp-nfv-3n-skx-mrr"
8824 #  filter: "'NIC_Intel-XXV710' and
8825 #           'NF_DENSITY' and
8826 #           'DOCKER' and
8827 #           'CHAIN' and
8828 #           'NF_VPPIP4' and
8829 #           'IPSEC' and
8830 #           'TNL_4' and
8831 #           'IMIX' and
8832 #           '4T2C' and
8833 #           'MRR'"
8834 #  parameters:
8835 #  - "result"
8836 #  - "name"
8837 #  - "tags"
8838 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8839 #  x-axis: "X = CNFs per Service Chain"
8840 #  y-axis: "Y = Number of Service Chains"
8841 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8842 #  layout:
8843 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8844 #    layout: "plot-service-density"
8845 #
8846 #- type: "plot"
8847 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8848 #  algorithm: "plot_nf_heatmap"
8849 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8850 #  data: "plot-vpp-nfv-3n-skx-mrr"
8851 #  filter: "'NIC_Intel-XXV710' and
8852 #           'NF_DENSITY' and
8853 #           'DOCKER' and
8854 #           'CHAIN' and
8855 #           'NF_VPPIP4' and
8856 #           'IPSEC' and
8857 #           'TNL_4' and
8858 #           'IMIX' and
8859 #           '8T4C' and
8860 #           'MRR'"
8861 #  parameters:
8862 #  - "result"
8863 #  - "name"
8864 #  - "tags"
8865 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8866 #  x-axis: "X = CNFs per Service Chain"
8867 #  y-axis: "Y = Number of Service Chains"
8868 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8869 #  layout:
8870 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8871 #    layout: "plot-service-density"
8872
8873 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8874 - type: "plot"
8875   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8876   algorithm: "plot_nf_heatmap"
8877   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8878   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8879   filter: "'NIC_Intel-XXV710' and
8880            'NF_DENSITY' and
8881            'DOCKER' and
8882            'CHAIN' and
8883            'NF_VPPIP4' and
8884            'IPSEC' and
8885            'TNL_4' and
8886            'IMIX' and
8887            '2T1C' and
8888            'NDRPDR'"
8889   parameters:
8890   - "throughput"
8891   - "name"
8892   - "tags"
8893   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8894   x-axis: "X = CNFs per Service Chain"
8895   y-axis: "Y = Number of Service Chains"
8896   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8897   layout:
8898     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8899     layout: "plot-service-density"
8900
8901 - type: "plot"
8902   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8903   algorithm: "plot_nf_heatmap"
8904   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8905   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8906   filter: "'NIC_Intel-XXV710' and
8907            'NF_DENSITY' and
8908            'DOCKER' and
8909            'CHAIN' and
8910            'NF_VPPIP4' and
8911            'IPSEC' and
8912            'TNL_4' and
8913            'IMIX' and
8914            '4T2C' and
8915            'NDRPDR'"
8916   parameters:
8917   - "throughput"
8918   - "name"
8919   - "tags"
8920   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8921   x-axis: "X = CNFs per Service Chain"
8922   y-axis: "Y = Number of Service Chains"
8923   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8924   layout:
8925     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8926     layout: "plot-service-density"
8927
8928 - type: "plot"
8929   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8930   algorithm: "plot_nf_heatmap"
8931   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8932   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8933   filter: "'NIC_Intel-XXV710' and
8934            'NF_DENSITY' and
8935            'DOCKER' and
8936            'CHAIN' and
8937            'NF_VPPIP4' and
8938            'IPSEC' and
8939            'TNL_4' and
8940            'IMIX' and
8941            '8T4C' and
8942            'NDRPDR'"
8943   parameters:
8944   - "throughput"
8945   - "name"
8946   - "tags"
8947   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8948   x-axis: "X = CNFs per Service Chain"
8949   y-axis: "Y = Number of Service Chains"
8950   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8951   layout:
8952     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8953     layout: "plot-service-density"
8954
8955 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8956 - type: "plot"
8957   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8958   algorithm: "plot_nf_heatmap"
8959   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8960   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8961   filter: "'NIC_Intel-XXV710' and
8962            'NF_DENSITY' and
8963            'DOCKER' and
8964            'CHAIN' and
8965            'NF_VPPIP4' and
8966            'IPSEC' and
8967            'TNL_4' and
8968            'IMIX' and
8969            '2T1C' and
8970            'NDRPDR'"
8971   parameters:
8972   - "throughput"
8973   - "name"
8974   - "tags"
8975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8976   x-axis: "X = CNFs per Service Chain"
8977   y-axis: "Y = Number of Service Chains"
8978   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8979   layout:
8980     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8981     layout: "plot-service-density"
8982
8983 - type: "plot"
8984   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8985   algorithm: "plot_nf_heatmap"
8986   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8987   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8988   filter: "'NIC_Intel-XXV710' and
8989            'NF_DENSITY' and
8990            'DOCKER' and
8991            'CHAIN' and
8992            'NF_VPPIP4' and
8993            'IPSEC' and
8994            'TNL_4' and
8995            'IMIX' and
8996            '4T2C' and
8997            'NDRPDR'"
8998   parameters:
8999   - "throughput"
9000   - "name"
9001   - "tags"
9002   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9003   x-axis: "X = CNFs per Service Chain"
9004   y-axis: "Y = Number of Service Chains"
9005   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9006   layout:
9007     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9008     layout: "plot-service-density"
9009
9010 - type: "plot"
9011   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9012   algorithm: "plot_nf_heatmap"
9013   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9014   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9015   filter: "'NIC_Intel-XXV710' and
9016            'NF_DENSITY' and
9017            'DOCKER' and
9018            'CHAIN' and
9019            'NF_VPPIP4' and
9020            'IPSEC' and
9021            'TNL_4' and
9022            'IMIX' and
9023            '8T4C' and
9024            'NDRPDR'"
9025   parameters:
9026   - "throughput"
9027   - "name"
9028   - "tags"
9029   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9030   x-axis: "X = CNFs per Service Chain"
9031   y-axis: "Y = Number of Service Chains"
9032   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9033   layout:
9034     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9035     layout: "plot-service-density"
9036
9037 ###############################################################################
9038
9039 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9040 - type: "plot"
9041   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9042   algorithm: "plot_nf_heatmap"
9043   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9044   data: "plot-vpp-nfv-3n-hsw-mrr"
9045   filter: "'NIC_Intel-XL710' and
9046            'NF_DENSITY' and
9047            'DOCKER' and
9048            'CHAIN' and
9049            'NF_VPPIP4' and
9050            'IMIX' and
9051            'TNL_4' and
9052            '1T1C' and
9053            'MRR'"
9054   parameters:
9055   - "result"
9056   - "name"
9057   - "tags"
9058   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9059   x-axis: "X = CNFs per Service Chain"
9060   y-axis: "Y = Number of Service Chains"
9061   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9062   layout:
9063     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9064     layout: "plot-service-density"
9065
9066 - type: "plot"
9067   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9068   algorithm: "plot_nf_heatmap"
9069   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9070   data: "plot-vpp-nfv-3n-hsw-mrr"
9071   filter: "'NIC_Intel-XL710' and
9072            'NF_DENSITY' and
9073            'DOCKER' and
9074            'CHAIN' and
9075            'NF_VPPIP4' and
9076            'IPSEC' and
9077            'TNL_4' and
9078            'IMIX' and
9079            '2T2C' and
9080            'MRR'"
9081   parameters:
9082   - "result"
9083   - "name"
9084   - "tags"
9085   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9086   x-axis: "X = CNFs per Service Chain"
9087   y-axis: "Y = Number of Service Chains"
9088   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9089   layout:
9090     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9091     layout: "plot-service-density"
9092
9093 - type: "plot"
9094   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9095   algorithm: "plot_nf_heatmap"
9096   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9097   data: "plot-vpp-nfv-3n-hsw-mrr"
9098   filter: "'NIC_Intel-XL710' and
9099            'NF_DENSITY' and
9100            'DOCKER' and
9101            'CHAIN' and
9102            'NF_VPPIP4' and
9103            'IPSEC' and
9104            'TNL_4' and
9105            'IMIX' and
9106            '4T4C' and
9107            'MRR'"
9108   parameters:
9109   - "result"
9110   - "name"
9111   - "tags"
9112   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9113   x-axis: "X = CNFs per Service Chain"
9114   y-axis: "Y = Number of Service Chains"
9115   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9116   layout:
9117     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9118     layout: "plot-service-density"
9119
9120 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9121 - type: "plot"
9122   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9123   algorithm: "plot_nf_heatmap"
9124   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9125   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9126   filter: "'NIC_Intel-XL710' and
9127            'NF_DENSITY' and
9128            'DOCKER' and
9129            'CHAIN' and
9130            'NF_VPPIP4' and
9131            'IPSEC' and
9132            'TNL_4' and
9133            'IMIX' and
9134            '1T1C' and
9135            'NDRPDR'"
9136   parameters:
9137   - "throughput"
9138   - "name"
9139   - "tags"
9140   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9141   x-axis: "X = CNFs per Service Chain"
9142   y-axis: "Y = Number of Service Chains"
9143   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9144   layout:
9145     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9146     layout: "plot-service-density"
9147
9148 - type: "plot"
9149   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9150   algorithm: "plot_nf_heatmap"
9151   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9152   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9153   filter: "'NIC_Intel-XL710' and
9154            'NF_DENSITY' and
9155            'DOCKER' and
9156            'CHAIN' and
9157            'NF_VPPIP4' and
9158            'IPSEC' and
9159            'TNL_4' and
9160            'IMIX' and
9161            '2T2C' and
9162            'NDRPDR'"
9163   parameters:
9164   - "throughput"
9165   - "name"
9166   - "tags"
9167   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9168   x-axis: "X = CNFs per Service Chain"
9169   y-axis: "Y = Number of Service Chains"
9170   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9171   layout:
9172     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9173     layout: "plot-service-density"
9174
9175 - type: "plot"
9176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9177   algorithm: "plot_nf_heatmap"
9178   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9179   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9180   filter: "'NIC_Intel-XL710' and
9181            'NF_DENSITY' and
9182            'DOCKER' and
9183            'CHAIN' and
9184            'NF_VPPIP4' and
9185            'IPSEC' and
9186            'TNL_4' and
9187            'IMIX' and
9188            '4T4C' and
9189            'NDRPDR'"
9190   parameters:
9191   - "throughput"
9192   - "name"
9193   - "tags"
9194   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9195   x-axis: "X = CNFs per Service Chain"
9196   y-axis: "Y = Number of Service Chains"
9197   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9198   layout:
9199     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9200     layout: "plot-service-density"
9201
9202 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9203 - type: "plot"
9204   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9205   algorithm: "plot_nf_heatmap"
9206   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9207   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9208   filter: "'NIC_Intel-XL710' and
9209            'NF_DENSITY' and
9210            'DOCKER' and
9211            'CHAIN' and
9212            'NF_VPPIP4' and
9213            'IPSEC' and
9214            'TNL_4' and
9215            'IMIX' and
9216            '1T1C' and
9217            'NDRPDR'"
9218   parameters:
9219   - "throughput"
9220   - "name"
9221   - "tags"
9222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9223   x-axis: "X = CNFs per Service Chain"
9224   y-axis: "Y = Number of Service Chains"
9225   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9226   layout:
9227     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9228     layout: "plot-service-density"
9229
9230 - type: "plot"
9231   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9232   algorithm: "plot_nf_heatmap"
9233   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9234   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9235   filter: "'NIC_Intel-XL710' and
9236            'NF_DENSITY' and
9237            'DOCKER' and
9238            'CHAIN' and
9239            'NF_VPPIP4' and
9240            'IPSEC' and
9241            'TNL_4' and
9242            'IMIX' and
9243            '2T2C' and
9244            'NDRPDR'"
9245   parameters:
9246   - "throughput"
9247   - "name"
9248   - "tags"
9249   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9250   x-axis: "X = CNFs per Service Chain"
9251   y-axis: "Y = Number of Service Chains"
9252   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9253   layout:
9254     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9255     layout: "plot-service-density"
9256
9257 - type: "plot"
9258   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9259   algorithm: "plot_nf_heatmap"
9260   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9261   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9262   filter: "'NIC_Intel-XL710' and
9263            'NF_DENSITY' and
9264            'DOCKER' and
9265            'CHAIN' and
9266            'NF_VPPIP4' and
9267            'IPSEC' and
9268            'TNL_4' and
9269            'IMIX' and
9270            '4T4C' and
9271            'NDRPDR'"
9272   parameters:
9273   - "throughput"
9274   - "name"
9275   - "tags"
9276   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9277   x-axis: "X = CNFs per Service Chain"
9278   y-axis: "Y = Number of Service Chains"
9279   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9280   layout:
9281     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9282     layout: "plot-service-density"
9283
9284 ###############################################################################
9285
9286 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9287 #- type: "plot"
9288 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9289 #  algorithm: "plot_nf_heatmap"
9290 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9291 #  data: "plot-vpp-nfv-3n-skx-mrr"
9292 #  filter: "'NIC_Intel-XXV710' and
9293 #           'NF_DENSITY' and
9294 #           'DOCKER' and
9295 #           'CHAIN' and
9296 #           'NF_VPPIP4' and
9297 #           'IPSEC' and
9298 #           'TNL_1000' and
9299 #           'IMIX' and
9300 #           '2T1C' and
9301 #           'MRR'"
9302 #  parameters:
9303 #  - "result"
9304 #  - "name"
9305 #  - "tags"
9306 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9307 #  x-axis: "X = CNFs per Service Chain"
9308 #  y-axis: "Y = Number of Service Chains"
9309 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9310 #  layout:
9311 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9312 #    layout: "plot-service-density"
9313 #
9314 #- type: "plot"
9315 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9316 #  algorithm: "plot_nf_heatmap"
9317 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9318 #  data: "plot-vpp-nfv-3n-skx-mrr"
9319 #  filter: "'NIC_Intel-XXV710' and
9320 #           'NF_DENSITY' and
9321 #           'DOCKER' and
9322 #           'CHAIN' and
9323 #           'NF_VPPIP4' and
9324 #           'IPSEC' and
9325 #           'TNL_1000' and
9326 #           'IMIX' and
9327 #           '4T2C' and
9328 #           'MRR'"
9329 #  parameters:
9330 #  - "result"
9331 #  - "name"
9332 #  - "tags"
9333 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9334 #  x-axis: "X = CNFs per Service Chain"
9335 #  y-axis: "Y = Number of Service Chains"
9336 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9337 #  layout:
9338 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9339 #    layout: "plot-service-density"
9340 #
9341 #- type: "plot"
9342 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9343 #  algorithm: "plot_nf_heatmap"
9344 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9345 #  data: "plot-vpp-nfv-3n-skx-mrr"
9346 #  filter: "'NIC_Intel-XXV710' and
9347 #           'NF_DENSITY' and
9348 #           'DOCKER' and
9349 #           'CHAIN' and
9350 #           'NF_VPPIP4' and
9351 #           'IPSEC' and
9352 #           'TNL_1000' and
9353 #           'IMIX' and
9354 #           '8T4C' and
9355 #           'MRR'"
9356 #  parameters:
9357 #  - "result"
9358 #  - "name"
9359 #  - "tags"
9360 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9361 #  x-axis: "X = CNFs per Service Chain"
9362 #  y-axis: "Y = Number of Service Chains"
9363 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9364 #  layout:
9365 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9366 #    layout: "plot-service-density"
9367
9368 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9369 - type: "plot"
9370   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9371   algorithm: "plot_nf_heatmap"
9372   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9373   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9374   filter: "'NIC_Intel-XXV710' and
9375            'NF_DENSITY' and
9376            'DOCKER' and
9377            'CHAIN' and
9378            'NF_VPPIP4' and
9379            'IPSEC' and
9380            'TNL_1000' and
9381            'IMIX' and
9382            '2T1C' and
9383            'NDRPDR'"
9384   parameters:
9385   - "throughput"
9386   - "name"
9387   - "tags"
9388   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9389   x-axis: "X = CNFs per Service Chain"
9390   y-axis: "Y = Number of Service Chains"
9391   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9392   layout:
9393     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9394     layout: "plot-service-density"
9395
9396 - type: "plot"
9397   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9398   algorithm: "plot_nf_heatmap"
9399   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9400   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9401   filter: "'NIC_Intel-XXV710' and
9402            'NF_DENSITY' and
9403            'DOCKER' and
9404            'CHAIN' and
9405            'NF_VPPIP4' and
9406            'IPSEC' and
9407            'TNL_1000' and
9408            'IMIX' and
9409            '4T2C' and
9410            'NDRPDR'"
9411   parameters:
9412   - "throughput"
9413   - "name"
9414   - "tags"
9415   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9416   x-axis: "X = CNFs per Service Chain"
9417   y-axis: "Y = Number of Service Chains"
9418   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9419   layout:
9420     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9421     layout: "plot-service-density"
9422
9423 - type: "plot"
9424   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9425   algorithm: "plot_nf_heatmap"
9426   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9427   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9428   filter: "'NIC_Intel-XXV710' and
9429            'NF_DENSITY' and
9430            'DOCKER' and
9431            'CHAIN' and
9432            'NF_VPPIP4' and
9433            'IPSEC' and
9434            'TNL_1000' and
9435            'IMIX' and
9436            '8T4C' and
9437            'NDRPDR'"
9438   parameters:
9439   - "throughput"
9440   - "name"
9441   - "tags"
9442   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9443   x-axis: "X = CNFs per Service Chain"
9444   y-axis: "Y = Number of Service Chains"
9445   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9446   layout:
9447     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9448     layout: "plot-service-density"
9449
9450 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9451 - type: "plot"
9452   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9453   algorithm: "plot_nf_heatmap"
9454   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9455   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9456   filter: "'NIC_Intel-XXV710' and
9457            'NF_DENSITY' and
9458            'DOCKER' and
9459            'CHAIN' and
9460            'NF_VPPIP4' and
9461            'IPSEC' and
9462            'TNL_1000' and
9463            'IMIX' and
9464            '2T1C' and
9465            'NDRPDR'"
9466   parameters:
9467   - "throughput"
9468   - "name"
9469   - "tags"
9470   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9471   x-axis: "X = CNFs per Service Chain"
9472   y-axis: "Y = Number of Service Chains"
9473   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9474   layout:
9475     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9476     layout: "plot-service-density"
9477
9478 - type: "plot"
9479   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9480   algorithm: "plot_nf_heatmap"
9481   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9482   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9483   filter: "'NIC_Intel-XXV710' and
9484            'NF_DENSITY' and
9485            'DOCKER' and
9486            'CHAIN' and
9487            'NF_VPPIP4' and
9488            'IPSEC' and
9489            'TNL_1000' and
9490            'IMIX' and
9491            '4T2C' and
9492            'NDRPDR'"
9493   parameters:
9494   - "throughput"
9495   - "name"
9496   - "tags"
9497   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9498   x-axis: "X = CNFs per Service Chain"
9499   y-axis: "Y = Number of Service Chains"
9500   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9501   layout:
9502     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9503     layout: "plot-service-density"
9504
9505 - type: "plot"
9506   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9507   algorithm: "plot_nf_heatmap"
9508   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9509   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9510   filter: "'NIC_Intel-XXV710' and
9511            'NF_DENSITY' and
9512            'DOCKER' and
9513            'CHAIN' and
9514            'NF_VPPIP4' and
9515            'IPSEC' and
9516            'TNL_1000' and
9517            'IMIX' and
9518            '8T4C' and
9519            'NDRPDR'"
9520   parameters:
9521   - "throughput"
9522   - "name"
9523   - "tags"
9524   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9525   x-axis: "X = CNFs per Service Chain"
9526   y-axis: "Y = Number of Service Chains"
9527   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9528   layout:
9529     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9530     layout: "plot-service-density"
9531
9532 ###############################################################################
9533
9534 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9535 - type: "plot"
9536   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9537   algorithm: "plot_nf_heatmap"
9538   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9539   data: "plot-vpp-nfv-3n-hsw-mrr"
9540   filter: "'NIC_Intel-XL710' and
9541            'NF_DENSITY' and
9542            'DOCKER' and
9543            'CHAIN' and
9544            'NF_VPPIP4' and
9545            'IMIX' and
9546            'TNL_1000' and
9547            '1T1C' and
9548            'MRR'"
9549   parameters:
9550   - "result"
9551   - "name"
9552   - "tags"
9553   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9554   x-axis: "X = CNFs per Service Chain"
9555   y-axis: "Y = Number of Service Chains"
9556   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9557   layout:
9558     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9559     layout: "plot-service-density"
9560
9561 - type: "plot"
9562   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9563   algorithm: "plot_nf_heatmap"
9564   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9565   data: "plot-vpp-nfv-3n-hsw-mrr"
9566   filter: "'NIC_Intel-XL710' and
9567            'NF_DENSITY' and
9568            'DOCKER' and
9569            'CHAIN' and
9570            'NF_VPPIP4' and
9571            'IPSEC' and
9572            'TNL_1000' and
9573            'IMIX' and
9574            '2T2C' and
9575            'MRR'"
9576   parameters:
9577   - "result"
9578   - "name"
9579   - "tags"
9580   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9581   x-axis: "X = CNFs per Service Chain"
9582   y-axis: "Y = Number of Service Chains"
9583   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9584   layout:
9585     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9586     layout: "plot-service-density"
9587
9588 - type: "plot"
9589   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9590   algorithm: "plot_nf_heatmap"
9591   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9592   data: "plot-vpp-nfv-3n-hsw-mrr"
9593   filter: "'NIC_Intel-XL710' and
9594            'NF_DENSITY' and
9595            'DOCKER' and
9596            'CHAIN' and
9597            'NF_VPPIP4' and
9598            'IPSEC' and
9599            'TNL_1000' and
9600            'IMIX' and
9601            '4T4C' and
9602            'MRR'"
9603   parameters:
9604   - "result"
9605   - "name"
9606   - "tags"
9607   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9608   x-axis: "X = CNFs per Service Chain"
9609   y-axis: "Y = Number of Service Chains"
9610   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9611   layout:
9612     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9613     layout: "plot-service-density"
9614
9615 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9616 - type: "plot"
9617   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9618   algorithm: "plot_nf_heatmap"
9619   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9620   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9621   filter: "'NIC_Intel-XL710' and
9622            'NF_DENSITY' and
9623            'DOCKER' and
9624            'CHAIN' and
9625            'NF_VPPIP4' and
9626            'IPSEC' and
9627            'TNL_1000' and
9628            'IMIX' and
9629            '1T1C' and
9630            'NDRPDR'"
9631   parameters:
9632   - "throughput"
9633   - "name"
9634   - "tags"
9635   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9636   x-axis: "X = CNFs per Service Chain"
9637   y-axis: "Y = Number of Service Chains"
9638   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9639   layout:
9640     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9641     layout: "plot-service-density"
9642
9643 - type: "plot"
9644   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9645   algorithm: "plot_nf_heatmap"
9646   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9647   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9648   filter: "'NIC_Intel-XL710' and
9649            'NF_DENSITY' and
9650            'DOCKER' and
9651            'CHAIN' and
9652            'NF_VPPIP4' and
9653            'IPSEC' and
9654            'TNL_1000' and
9655            'IMIX' and
9656            '2T2C' and
9657            'NDRPDR'"
9658   parameters:
9659   - "throughput"
9660   - "name"
9661   - "tags"
9662   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9663   x-axis: "X = CNFs per Service Chain"
9664   y-axis: "Y = Number of Service Chains"
9665   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9666   layout:
9667     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9668     layout: "plot-service-density"
9669
9670 - type: "plot"
9671   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9672   algorithm: "plot_nf_heatmap"
9673   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9674   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9675   filter: "'NIC_Intel-XL710' and
9676            'NF_DENSITY' and
9677            'DOCKER' and
9678            'CHAIN' and
9679            'NF_VPPIP4' and
9680            'IPSEC' and
9681            'TNL_1000' and
9682            'IMIX' and
9683            '4T4C' and
9684            'NDRPDR'"
9685   parameters:
9686   - "throughput"
9687   - "name"
9688   - "tags"
9689   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9690   x-axis: "X = CNFs per Service Chain"
9691   y-axis: "Y = Number of Service Chains"
9692   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9693   layout:
9694     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9695     layout: "plot-service-density"
9696
9697 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9698 - type: "plot"
9699   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9700   algorithm: "plot_nf_heatmap"
9701   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9702   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9703   filter: "'NIC_Intel-XL710' and
9704            'NF_DENSITY' and
9705            'DOCKER' and
9706            'CHAIN' and
9707            'NF_VPPIP4' and
9708            'IPSEC' and
9709            'TNL_1000' and
9710            'IMIX' and
9711            '1T1C' and
9712            'NDRPDR'"
9713   parameters:
9714   - "throughput"
9715   - "name"
9716   - "tags"
9717   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9718   x-axis: "X = CNFs per Service Chain"
9719   y-axis: "Y = Number of Service Chains"
9720   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9721   layout:
9722     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9723     layout: "plot-service-density"
9724
9725 - type: "plot"
9726   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9727   algorithm: "plot_nf_heatmap"
9728   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9729   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9730   filter: "'NIC_Intel-XL710' and
9731            'NF_DENSITY' and
9732            'DOCKER' and
9733            'CHAIN' and
9734            'NF_VPPIP4' and
9735            'IPSEC' and
9736            'TNL_1000' and
9737            'IMIX' and
9738            '2T2C' and
9739            'NDRPDR'"
9740   parameters:
9741   - "throughput"
9742   - "name"
9743   - "tags"
9744   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9745   x-axis: "X = CNFs per Service Chain"
9746   y-axis: "Y = Number of Service Chains"
9747   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9748   layout:
9749     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9750     layout: "plot-service-density"
9751
9752 - type: "plot"
9753   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9754   algorithm: "plot_nf_heatmap"
9755   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9756   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9757   filter: "'NIC_Intel-XL710' and
9758            'NF_DENSITY' and
9759            'DOCKER' and
9760            'CHAIN' and
9761            'NF_VPPIP4' and
9762            'IPSEC' and
9763            'TNL_1000' and
9764            'IMIX' and
9765            '4T4C' and
9766            'NDRPDR'"
9767   parameters:
9768   - "throughput"
9769   - "name"
9770   - "tags"
9771   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9772   x-axis: "X = CNFs per Service Chain"
9773   y-axis: "Y = Number of Service Chains"
9774   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9775   layout:
9776     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9777     layout: "plot-service-density"
9778
9779 ###############################################################################
9780
9781 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9782 #- type: "plot"
9783 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9784 #  algorithm: "plot_nf_heatmap"
9785 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9786 #  data: "plot-vpp-nfv-3n-skx-mrr"
9787 #  filter: "'NIC_Intel-XXV710' and
9788 #           'NF_DENSITY' and
9789 #           'DOCKER' and
9790 #           'CHAIN' and
9791 #           'NF_VPPIP4' and
9792 #           'IPSEC' and
9793 #           'TNL_10000' and
9794 #           'IMIX' and
9795 #           '2T1C' and
9796 #           'MRR'"
9797 #  parameters:
9798 #  - "result"
9799 #  - "name"
9800 #  - "tags"
9801 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9802 #  x-axis: "X = CNFs per Service Chain"
9803 #  y-axis: "Y = Number of Service Chains"
9804 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9805 #  layout:
9806 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9807 #    layout: "plot-service-density"
9808 #
9809 #- type: "plot"
9810 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9811 #  algorithm: "plot_nf_heatmap"
9812 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9813 #  data: "plot-vpp-nfv-3n-skx-mrr"
9814 #  filter: "'NIC_Intel-XXV710' and
9815 #           'NF_DENSITY' and
9816 #           'DOCKER' and
9817 #           'CHAIN' and
9818 #           'NF_VPPIP4' and
9819 #           'IPSEC' and
9820 #           'TNL_10000' and
9821 #           'IMIX' and
9822 #           '4T2C' and
9823 #           'MRR'"
9824 #  parameters:
9825 #  - "result"
9826 #  - "name"
9827 #  - "tags"
9828 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9829 #  x-axis: "X = CNFs per Service Chain"
9830 #  y-axis: "Y = Number of Service Chains"
9831 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9832 #  layout:
9833 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9834 #    layout: "plot-service-density"
9835 #
9836 #- type: "plot"
9837 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9838 #  algorithm: "plot_nf_heatmap"
9839 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9840 #  data: "plot-vpp-nfv-3n-skx-mrr"
9841 #  filter: "'NIC_Intel-XXV710' and
9842 #           'NF_DENSITY' and
9843 #           'DOCKER' and
9844 #           'CHAIN' and
9845 #           'NF_VPPIP4' and
9846 #           'IPSEC' and
9847 #           'TNL_10000' and
9848 #           'IMIX' and
9849 #           '8T4C' and
9850 #           'MRR'"
9851 #  parameters:
9852 #  - "result"
9853 #  - "name"
9854 #  - "tags"
9855 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9856 #  x-axis: "X = CNFs per Service Chain"
9857 #  y-axis: "Y = Number of Service Chains"
9858 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9859 #  layout:
9860 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9861 #    layout: "plot-service-density"
9862
9863 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9864 - type: "plot"
9865   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9866   algorithm: "plot_nf_heatmap"
9867   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9868   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9869   filter: "'NIC_Intel-XXV710' and
9870            'NF_DENSITY' and
9871            'DOCKER' and
9872            'CHAIN' and
9873            'NF_VPPIP4' and
9874            'IPSEC' and
9875            'TNL_10000' and
9876            'IMIX' and
9877            '2T1C' and
9878            'NDRPDR'"
9879   parameters:
9880   - "throughput"
9881   - "name"
9882   - "tags"
9883   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9884   x-axis: "X = CNFs per Service Chain"
9885   y-axis: "Y = Number of Service Chains"
9886   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9887   layout:
9888     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9889     layout: "plot-service-density"
9890
9891 - type: "plot"
9892   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9893   algorithm: "plot_nf_heatmap"
9894   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9895   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9896   filter: "'NIC_Intel-XXV710' and
9897            'NF_DENSITY' and
9898            'DOCKER' and
9899            'CHAIN' and
9900            'NF_VPPIP4' and
9901            'IPSEC' and
9902            'TNL_10000' and
9903            'IMIX' and
9904            '4T2C' and
9905            'NDRPDR'"
9906   parameters:
9907   - "throughput"
9908   - "name"
9909   - "tags"
9910   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9911   x-axis: "X = CNFs per Service Chain"
9912   y-axis: "Y = Number of Service Chains"
9913   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9914   layout:
9915     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9916     layout: "plot-service-density"
9917
9918 - type: "plot"
9919   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9920   algorithm: "plot_nf_heatmap"
9921   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9922   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9923   filter: "'NIC_Intel-XXV710' and
9924            'NF_DENSITY' and
9925            'DOCKER' and
9926            'CHAIN' and
9927            'NF_VPPIP4' and
9928            'IPSEC' and
9929            'TNL_10000' and
9930            'IMIX' and
9931            '8T4C' and
9932            'NDRPDR'"
9933   parameters:
9934   - "throughput"
9935   - "name"
9936   - "tags"
9937   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9938   x-axis: "X = CNFs per Service Chain"
9939   y-axis: "Y = Number of Service Chains"
9940   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9941   layout:
9942     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9943     layout: "plot-service-density"
9944
9945 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9946 - type: "plot"
9947   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9948   algorithm: "plot_nf_heatmap"
9949   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9950   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9951   filter: "'NIC_Intel-XXV710' and
9952            'NF_DENSITY' and
9953            'DOCKER' and
9954            'CHAIN' and
9955            'NF_VPPIP4' and
9956            'IPSEC' and
9957            'TNL_10000' and
9958            'IMIX' and
9959            '2T1C' and
9960            'NDRPDR'"
9961   parameters:
9962   - "throughput"
9963   - "name"
9964   - "tags"
9965   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9966   x-axis: "X = CNFs per Service Chain"
9967   y-axis: "Y = Number of Service Chains"
9968   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9969   layout:
9970     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9971     layout: "plot-service-density"
9972
9973 - type: "plot"
9974   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9975   algorithm: "plot_nf_heatmap"
9976   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9977   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9978   filter: "'NIC_Intel-XXV710' and
9979            'NF_DENSITY' and
9980            'DOCKER' and
9981            'CHAIN' and
9982            'NF_VPPIP4' and
9983            'IPSEC' and
9984            'TNL_10000' and
9985            'IMIX' and
9986            '4T2C' and
9987            'NDRPDR'"
9988   parameters:
9989   - "throughput"
9990   - "name"
9991   - "tags"
9992   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9993   x-axis: "X = CNFs per Service Chain"
9994   y-axis: "Y = Number of Service Chains"
9995   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9996   layout:
9997     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9998     layout: "plot-service-density"
9999
10000 - type: "plot"
10001   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10002   algorithm: "plot_nf_heatmap"
10003   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10004   data: "plot-vpp-nfv-3n-skx-ndrpdr"
10005   filter: "'NIC_Intel-XXV710' and
10006            'NF_DENSITY' and
10007            'DOCKER' and
10008            'CHAIN' and
10009            'NF_VPPIP4' and
10010            'IPSEC' and
10011            'TNL_10000' and
10012            'IMIX' and
10013            '8T4C' and
10014            'NDRPDR'"
10015   parameters:
10016   - "throughput"
10017   - "name"
10018   - "tags"
10019   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10020   x-axis: "X = CNFs per Service Chain"
10021   y-axis: "Y = Number of Service Chains"
10022   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10023   layout:
10024     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10025     layout: "plot-service-density"
10026
10027 ###############################################################################
10028
10029 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10030 - type: "plot"
10031   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10032   algorithm: "plot_nf_heatmap"
10033   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10034   data: "plot-vpp-nfv-3n-hsw-mrr"
10035   filter: "'NIC_Intel-XL710' and
10036            'NF_DENSITY' and
10037            'DOCKER' and
10038            'CHAIN' and
10039            'NF_VPPIP4' and
10040            'IMIX' and
10041            'TNL_10000' and
10042            '1T1C' and
10043            'MRR'"
10044   parameters:
10045   - "result"
10046   - "name"
10047   - "tags"
10048   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10049   x-axis: "X = CNFs per Service Chain"
10050   y-axis: "Y = Number of Service Chains"
10051   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10052   layout:
10053     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10054     layout: "plot-service-density"
10055
10056 - type: "plot"
10057   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10058   algorithm: "plot_nf_heatmap"
10059   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10060   data: "plot-vpp-nfv-3n-hsw-mrr"
10061   filter: "'NIC_Intel-XL710' and
10062            'NF_DENSITY' and
10063            'DOCKER' and
10064            'CHAIN' and
10065            'NF_VPPIP4' and
10066            'IPSEC' and
10067            'TNL_10000' and
10068            'IMIX' and
10069            '2T2C' and
10070            'MRR'"
10071   parameters:
10072   - "result"
10073   - "name"
10074   - "tags"
10075   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10076   x-axis: "X = CNFs per Service Chain"
10077   y-axis: "Y = Number of Service Chains"
10078   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10079   layout:
10080     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10081     layout: "plot-service-density"
10082
10083 - type: "plot"
10084   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10085   algorithm: "plot_nf_heatmap"
10086   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10087   data: "plot-vpp-nfv-3n-hsw-mrr"
10088   filter: "'NIC_Intel-XL710' and
10089            'NF_DENSITY' and
10090            'DOCKER' and
10091            'CHAIN' and
10092            'NF_VPPIP4' and
10093            'IPSEC' and
10094            'TNL_10000' and
10095            'IMIX' and
10096            '4T4C' and
10097            'MRR'"
10098   parameters:
10099   - "result"
10100   - "name"
10101   - "tags"
10102   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10103   x-axis: "X = CNFs per Service Chain"
10104   y-axis: "Y = Number of Service Chains"
10105   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10106   layout:
10107     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10108     layout: "plot-service-density"
10109
10110 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10111 - type: "plot"
10112   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10113   algorithm: "plot_nf_heatmap"
10114   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10115   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10116   filter: "'NIC_Intel-XL710' and
10117            'NF_DENSITY' and
10118            'DOCKER' and
10119            'CHAIN' and
10120            'NF_VPPIP4' and
10121            'IPSEC' and
10122            'TNL_10000' and
10123            'IMIX' and
10124            '1T1C' and
10125            'NDRPDR'"
10126   parameters:
10127   - "throughput"
10128   - "name"
10129   - "tags"
10130   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10131   x-axis: "X = CNFs per Service Chain"
10132   y-axis: "Y = Number of Service Chains"
10133   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10134   layout:
10135     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10136     layout: "plot-service-density"
10137
10138 - type: "plot"
10139   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10140   algorithm: "plot_nf_heatmap"
10141   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10142   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10143   filter: "'NIC_Intel-XL710' and
10144            'NF_DENSITY' and
10145            'DOCKER' and
10146            'CHAIN' and
10147            'NF_VPPIP4' and
10148            'IPSEC' and
10149            'TNL_10000' and
10150            'IMIX' and
10151            '2T2C' and
10152            'NDRPDR'"
10153   parameters:
10154   - "throughput"
10155   - "name"
10156   - "tags"
10157   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10158   x-axis: "X = CNFs per Service Chain"
10159   y-axis: "Y = Number of Service Chains"
10160   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10161   layout:
10162     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10163     layout: "plot-service-density"
10164
10165 - type: "plot"
10166   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10167   algorithm: "plot_nf_heatmap"
10168   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10169   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10170   filter: "'NIC_Intel-XL710' and
10171            'NF_DENSITY' and
10172            'DOCKER' and
10173            'CHAIN' and
10174            'NF_VPPIP4' and
10175            'IPSEC' and
10176            'TNL_10000' and
10177            'IMIX' and
10178            '4T4C' and
10179            'NDRPDR'"
10180   parameters:
10181   - "throughput"
10182   - "name"
10183   - "tags"
10184   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10185   x-axis: "X = CNFs per Service Chain"
10186   y-axis: "Y = Number of Service Chains"
10187   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10188   layout:
10189     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10190     layout: "plot-service-density"
10191
10192 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10193 - type: "plot"
10194   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10195   algorithm: "plot_nf_heatmap"
10196   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10197   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10198   filter: "'NIC_Intel-XL710' and
10199            'NF_DENSITY' and
10200            'DOCKER' and
10201            'CHAIN' and
10202            'NF_VPPIP4' and
10203            'IPSEC' and
10204            'TNL_10000' and
10205            'IMIX' and
10206            '1T1C' and
10207            'NDRPDR'"
10208   parameters:
10209   - "throughput"
10210   - "name"
10211   - "tags"
10212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10213   x-axis: "X = CNFs per Service Chain"
10214   y-axis: "Y = Number of Service Chains"
10215   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10216   layout:
10217     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10218     layout: "plot-service-density"
10219
10220 - type: "plot"
10221   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10222   algorithm: "plot_nf_heatmap"
10223   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10224   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10225   filter: "'NIC_Intel-XL710' and
10226            'NF_DENSITY' and
10227            'DOCKER' and
10228            'CHAIN' and
10229            'NF_VPPIP4' and
10230            'IPSEC' and
10231            'TNL_10000' and
10232            'IMIX' and
10233            '2T2C' and
10234            'NDRPDR'"
10235   parameters:
10236   - "throughput"
10237   - "name"
10238   - "tags"
10239   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10240   x-axis: "X = CNFs per Service Chain"
10241   y-axis: "Y = Number of Service Chains"
10242   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10243   layout:
10244     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10245     layout: "plot-service-density"
10246
10247 - type: "plot"
10248   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10249   algorithm: "plot_nf_heatmap"
10250   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10251   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10252   filter: "'NIC_Intel-XL710' and
10253            'NF_DENSITY' and
10254            'DOCKER' and
10255            'CHAIN' and
10256            'NF_VPPIP4' and
10257            'IPSEC' and
10258            'TNL_10000' and
10259            'IMIX' and
10260            '4T4C' and
10261            'NDRPDR'"
10262   parameters:
10263   - "throughput"
10264   - "name"
10265   - "tags"
10266   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10267   x-axis: "X = CNFs per Service Chain"
10268   y-axis: "Y = Number of Service Chains"
10269   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10270   layout:
10271     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10272     layout: "plot-service-density"
10273
10274 ###############################################################################
10275
10276 # Plots - NF Density - CSP - MRR 64b
10277
10278 #- type: "plot"
10279 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10280 #  algorithm: "plot_nf_heatmap"
10281 #  output-file-type: ".html"
10282 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
10283 #  data: "plot-vpp-nfv-2n-skx-mrr"
10284 #  filter: "'NIC_Intel-XXV710' and
10285 #           'NF_DENSITY' and
10286 #           'DOCKER' and
10287 #           'PIPELINE' and
10288 #           'NF_VPPIP4' and
10289 #           '64B' and
10290 #           '2T1C' and
10291 #           'MRR'"
10292 #  parameters:
10293 #  - "result"
10294 #  - "name"
10295 #  - "tags"
10296 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10297 #  x-axis: "X = CNFs per Service Pipeline"
10298 #  y-axis: "Y = Number of Service Pipelines"
10299 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10300 #  layout:
10301 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10302 #    layout: "plot-service-density"
10303 #
10304 #- type: "plot"
10305 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10306 #  algorithm: "plot_nf_heatmap"
10307 #  output-file-type: ".html"
10308 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
10309 #  data: "plot-vpp-nfv-2n-skx-mrr"
10310 #  filter: "'NIC_Intel-XXV710' and
10311 #           'NF_DENSITY' and
10312 #           'DOCKER' and
10313 #           'PIPELINE' and
10314 #           'NF_VPPIP4' and
10315 #           '64B' and
10316 #           '4T2C' and
10317 #           'MRR'"
10318 #  parameters:
10319 #  - "result"
10320 #  - "name"
10321 #  - "tags"
10322 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10323 #  x-axis: "X = CNFs per Service Pipeline"
10324 #  y-axis: "Y = Number of Service Pipelines"
10325 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10326 #  layout:
10327 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10328 #    layout: "plot-service-density"
10329 #
10330 #- type: "plot"
10331 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10332 #  algorithm: "plot_nf_heatmap"
10333 #  output-file-type: ".html"
10334 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
10335 #  data: "plot-vpp-nfv-2n-skx-mrr"
10336 #  filter: "'NIC_Intel-XXV710' and
10337 #           'NF_DENSITY' and
10338 #           'DOCKER' and
10339 #           'PIPELINE' and
10340 #           'NF_VPPIP4' and
10341 #           '64B' and
10342 #           '8T4C' and
10343 #           'MRR'"
10344 #  parameters:
10345 #  - "result"
10346 #  - "name"
10347 #  - "tags"
10348 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10349 #  x-axis: "X = CNFs per Service Pipeline"
10350 #  y-axis: "Y = Number of Service Pipelines"
10351 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10352 #  layout:
10353 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10354 #    layout: "plot-service-density"
10355 #
10356 ## Plots - NF Density - CSP - MRR IMIX
10357 #- type: "plot"
10358 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10359 #  algorithm: "plot_nf_heatmap"
10360 #  output-file-type: ".html"
10361 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10362 #  data: "plot-vpp-nfv-2n-skx-mrr"
10363 #  filter: "'NIC_Intel-XXV710' and
10364 #           'NF_DENSITY' and
10365 #           'DOCKER' and
10366 #           'PIPELINE' and
10367 #           'NF_VPPIP4' and
10368 #           'IMIX' and
10369 #           '2T1C' and
10370 #           'MRR'"
10371 #  parameters:
10372 #  - "result"
10373 #  - "name"
10374 #  - "tags"
10375 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10376 #  x-axis: "X = CNFs per Service Pipeline"
10377 #  y-axis: "Y = Number of Service Pipelines"
10378 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10379 #  layout:
10380 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10381 #    layout: "plot-service-density"
10382 #
10383 #- type: "plot"
10384 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10385 #  algorithm: "plot_nf_heatmap"
10386 #  output-file-type: ".html"
10387 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10388 #  data: "plot-vpp-nfv-2n-skx-mrr"
10389 #  filter: "'NIC_Intel-XXV710' and
10390 #           'NF_DENSITY' and
10391 #           'DOCKER' and
10392 #           'PIPELINE' and
10393 #           'NF_VPPIP4' and
10394 #           'IMIX' and
10395 #           '4T2C' and
10396 #           'MRR'"
10397 #  parameters:
10398 #  - "result"
10399 #  - "name"
10400 #  - "tags"
10401 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10402 #  x-axis: "X = CNFs per Service Pipeline"
10403 #  y-axis: "Y = Number of Service Pipelines"
10404 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10405 #  layout:
10406 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10407 #    layout: "plot-service-density"
10408 #
10409 #- type: "plot"
10410 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10411 #  algorithm: "plot_nf_heatmap"
10412 #  output-file-type: ".html"
10413 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10414 #  data: "plot-vpp-nfv-2n-skx-mrr"
10415 #  filter: "'NIC_Intel-XXV710' and
10416 #           'NF_DENSITY' and
10417 #           'DOCKER' and
10418 #           'PIPELINE' and
10419 #           'NF_VPPIP4' and
10420 #           'IMIX' and
10421 #           '8T4C' and
10422 #           'MRR'"
10423 #  parameters:
10424 #  - "result"
10425 #  - "name"
10426 #  - "tags"
10427 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10428 #  x-axis: "X = CNFs per Service Pipeline"
10429 #  y-axis: "Y = Number of Service Pipelines"
10430 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10431 #  layout:
10432 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10433 #    layout: "plot-service-density"
10434 #
10435 ## Plots - NF Density - CSP - NDR 64b
10436 #- type: "plot"
10437 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10438 #  algorithm: "plot_nf_heatmap"
10439 #  output-file-type: ".html"
10440 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10441 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10442 #  filter: "'NIC_Intel-XXV710' and
10443 #           'NF_DENSITY' and
10444 #           'DOCKER' and
10445 #           'PIPELINE' and
10446 #           'NF_VPPIP4' and
10447 #           '64B' and
10448 #           '2T1C' and
10449 #           'NDRPDR'"
10450 #  parameters:
10451 #  - "throughput"
10452 #  - "name"
10453 #  - "tags"
10454 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10455 #  x-axis: "X = CNFs per Service Pipeline"
10456 #  y-axis: "Y = Number of Service Pipelines"
10457 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10458 #  layout:
10459 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10460 #    layout: "plot-service-density"
10461 #
10462 #- type: "plot"
10463 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10464 #  algorithm: "plot_nf_heatmap"
10465 #  output-file-type: ".html"
10466 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10467 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10468 #  filter: "'NIC_Intel-XXV710' and
10469 #           'NF_DENSITY' and
10470 #           'DOCKER' and
10471 #           'PIPELINE' and
10472 #           'NF_VPPIP4' and
10473 #           '64B' and
10474 #           '4T2C' and
10475 #           'NDRPDR'"
10476 #  parameters:
10477 #  - "throughput"
10478 #  - "name"
10479 #  - "tags"
10480 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10481 #  x-axis: "X = CNFs per Service Pipeline"
10482 #  y-axis: "Y = Number of Service Pipelines"
10483 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10484 #  layout:
10485 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10486 #    layout: "plot-service-density"
10487 #
10488 #- type: "plot"
10489 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10490 #  algorithm: "plot_nf_heatmap"
10491 #  output-file-type: ".html"
10492 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10493 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10494 #  filter: "'NIC_Intel-XXV710' and
10495 #           'NF_DENSITY' and
10496 #           'DOCKER' and
10497 #           'PIPELINE' and
10498 #           'NF_VPPIP4' and
10499 #           '64B' and
10500 #           '8T4C' and
10501 #           'NDRPDR'"
10502 #  parameters:
10503 #  - "throughput"
10504 #  - "name"
10505 #  - "tags"
10506 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10507 #  x-axis: "X = CNFs per Service Pipeline"
10508 #  y-axis: "Y = Number of Service Pipelines"
10509 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10510 #  layout:
10511 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10512 #    layout: "plot-service-density"
10513 #
10514 ## Plots - NF Density - CSP - NDR IMIX
10515 #- type: "plot"
10516 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10517 #  algorithm: "plot_nf_heatmap"
10518 #  output-file-type: ".html"
10519 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10520 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10521 #  filter: "'NIC_Intel-XXV710' and
10522 #           'NF_DENSITY' and
10523 #           'DOCKER' and
10524 #           'PIPELINE' and
10525 #           'NF_VPPIP4' and
10526 #           'IMIX' and
10527 #           '2T1C' and
10528 #           'NDRPDR'"
10529 #  parameters:
10530 #  - "throughput"
10531 #  - "name"
10532 #  - "tags"
10533 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10534 #  x-axis: "X = CNFs per Service Pipeline"
10535 #  y-axis: "Y = Number of Service Pipelines"
10536 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10537 #  layout:
10538 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10539 #    layout: "plot-service-density"
10540 #
10541 #- type: "plot"
10542 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10543 #  algorithm: "plot_nf_heatmap"
10544 #  output-file-type: ".html"
10545 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10546 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10547 #  filter: "'NIC_Intel-XXV710' and
10548 #           'NF_DENSITY' and
10549 #           'DOCKER' and
10550 #           'PIPELINE' and
10551 #           'NF_VPPIP4' and
10552 #           'IMIX' and
10553 #           '4T2C' and
10554 #           'NDRPDR'"
10555 #  parameters:
10556 #  - "throughput"
10557 #  - "name"
10558 #  - "tags"
10559 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10560 #  x-axis: "X = CNFs per Service Pipeline"
10561 #  y-axis: "Y = Number of Service Pipelines"
10562 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10563 #  layout:
10564 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10565 #    layout: "plot-service-density"
10566 #
10567 #- type: "plot"
10568 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10569 #  algorithm: "plot_nf_heatmap"
10570 #  output-file-type: ".html"
10571 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10572 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10573 #  filter: "'NIC_Intel-XXV710' and
10574 #           'NF_DENSITY' and
10575 #           'DOCKER' and
10576 #           'PIPELINE' and
10577 #           'NF_VPPIP4' and
10578 #           'IMIX' and
10579 #           '8T4C' and
10580 #           'NDRPDR'"
10581 #  parameters:
10582 #  - "throughput"
10583 #  - "name"
10584 #  - "tags"
10585 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10586 #  x-axis: "X = CNFs per Service Pipeline"
10587 #  y-axis: "Y = Number of Service Pipelines"
10588 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10589 #  layout:
10590 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10591 #    layout: "plot-service-density"
10592 #
10593 ## Plots - NF Density - CSP - PDR 64b
10594 #- type: "plot"
10595 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10596 #  algorithm: "plot_nf_heatmap"
10597 #  output-file-type: ".html"
10598 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10599 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10600 #  filter: "'NIC_Intel-XXV710' and
10601 #           'NF_DENSITY' and
10602 #           'DOCKER' and
10603 #           'PIPELINE' and
10604 #           'NF_VPPIP4' and
10605 #           '64B' and
10606 #           '2T1C' and
10607 #           'NDRPDR'"
10608 #  parameters:
10609 #  - "throughput"
10610 #  - "name"
10611 #  - "tags"
10612 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10613 #  x-axis: "X = CNFs per Service Pipeline"
10614 #  y-axis: "Y = Number of Service Pipelines"
10615 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10616 #  layout:
10617 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10618 #    layout: "plot-service-density"
10619 #
10620 #- type: "plot"
10621 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10622 #  algorithm: "plot_nf_heatmap"
10623 #  output-file-type: ".html"
10624 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10625 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10626 #  filter: "'NIC_Intel-XXV710' and
10627 #           'NF_DENSITY' and
10628 #           'DOCKER' and
10629 #           'PIPELINE' and
10630 #           'NF_VPPIP4' and
10631 #           '64B' and
10632 #           '4T2C' and
10633 #           'NDRPDR'"
10634 #  parameters:
10635 #  - "throughput"
10636 #  - "name"
10637 #  - "tags"
10638 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10639 #  x-axis: "X = CNFs per Service Pipeline"
10640 #  y-axis: "Y = Number of Service Pipelines"
10641 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10642 #  layout:
10643 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10644 #    layout: "plot-service-density"
10645 #
10646 #- type: "plot"
10647 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10648 #  algorithm: "plot_nf_heatmap"
10649 #  output-file-type: ".html"
10650 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10651 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10652 #  filter: "'NIC_Intel-XXV710' and
10653 #           'NF_DENSITY' and
10654 #           'DOCKER' and
10655 #           'PIPELINE' and
10656 #           'NF_VPPIP4' and
10657 #           '64B' and
10658 #           '8T4C' and
10659 #           'NDRPDR'"
10660 #  parameters:
10661 #  - "throughput"
10662 #  - "name"
10663 #  - "tags"
10664 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10665 #  x-axis: "X = CNFs per Service Pipeline"
10666 #  y-axis: "Y = Number of Service Pipelines"
10667 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10668 #  layout:
10669 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10670 #    layout: "plot-service-density"
10671 #
10672 ## Plots - NF Density - CSP - PDR IMIX
10673 #- type: "plot"
10674 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10675 #  algorithm: "plot_nf_heatmap"
10676 #  output-file-type: ".html"
10677 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10678 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10679 #  filter: "'NIC_Intel-XXV710' and
10680 #           'NF_DENSITY' and
10681 #           'DOCKER' and
10682 #           'PIPELINE' and
10683 #           'NF_VPPIP4' and
10684 #           'IMIX' and
10685 #           '2T1C' and
10686 #           'NDRPDR'"
10687 #  parameters:
10688 #  - "throughput"
10689 #  - "name"
10690 #  - "tags"
10691 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10692 #  x-axis: "X = CNFs per Service Pipeline"
10693 #  y-axis: "Y = Number of Service Pipelines"
10694 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10695 #  layout:
10696 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10697 #    layout: "plot-service-density"
10698 #
10699 #- type: "plot"
10700 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10701 #  algorithm: "plot_nf_heatmap"
10702 #  output-file-type: ".html"
10703 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10704 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10705 #  filter: "'NIC_Intel-XXV710' and
10706 #           'NF_DENSITY' and
10707 #           'DOCKER' and
10708 #           'PIPELINE' and
10709 #           'NF_VPPIP4' and
10710 #           'IMIX' and
10711 #           '4T2C' and
10712 #           'NDRPDR'"
10713 #  parameters:
10714 #  - "throughput"
10715 #  - "name"
10716 #  - "tags"
10717 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10718 #  x-axis: "X = CNFs per Service Pipeline"
10719 #  y-axis: "Y = Number of Service Pipelines"
10720 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10721 #  layout:
10722 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10723 #    layout: "plot-service-density"
10724 #
10725 #- type: "plot"
10726 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10727 #  algorithm: "plot_nf_heatmap"
10728 #  output-file-type: ".html"
10729 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10730 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10731 #  filter: "'NIC_Intel-XXV710' and
10732 #           'NF_DENSITY' and
10733 #           'DOCKER' and
10734 #           'PIPELINE' and
10735 #           'NF_VPPIP4' and
10736 #           'IMIX' and
10737 #           '8T4C' and
10738 #           'NDRPDR'"
10739 #  parameters:
10740 #  - "throughput"
10741 #  - "name"
10742 #  - "tags"
10743 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10744 #  x-axis: "X = CNFs per Service Pipeline"
10745 #  y-axis: "Y = Number of Service Pipelines"
10746 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10747 #  layout:
10748 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10749 #    layout: "plot-service-density"
10750
10751 ###############################################################################
10752 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10753
10754 - type: "plot"
10755   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10756   algorithm: "plot_nf_heatmap"
10757   output-file-type: ".html"
10758   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10759   data: "plot-vpp-nfv-2n-clx-mrr"
10760   filter: "'NIC_Intel-XXV710' and
10761            'NF_DENSITY' and
10762            'VHOST' and
10763            not 'VXLAN' and
10764            'CHAIN' and
10765            'NF_VPPIP4' and
10766            'IMIX' and
10767            '2T1C' and
10768            'MRR'"
10769   parameters:
10770   - "result"
10771   - "name"
10772   - "tags"
10773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10774   x-axis: "X = VNFs per Service Chain"
10775   y-axis: "Y = Number of Service Chains"
10776   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10777   layout:
10778     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10779     layout: "plot-service-density"
10780
10781 - type: "plot"
10782   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10783   algorithm: "plot_nf_heatmap"
10784   output-file-type: ".html"
10785   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10786   data: "plot-vpp-nfv-2n-clx-mrr"
10787   filter: "'NIC_Intel-XXV710' and
10788            'NF_DENSITY' and
10789            'VHOST' and
10790            not 'VXLAN' and
10791            'CHAIN' and
10792            'NF_VPPIP4' and
10793            'IMIX' and
10794            '4T2C' and
10795            'MRR'"
10796   parameters:
10797   - "result"
10798   - "name"
10799   - "tags"
10800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10801   x-axis: "X = VNFs per Service Chain"
10802   y-axis: "Y = Number of Service Chains"
10803   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10804   layout:
10805     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10806     layout: "plot-service-density"
10807
10808 - type: "plot"
10809   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10810   algorithm: "plot_nf_heatmap"
10811   output-file-type: ".html"
10812   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10813   data: "plot-vpp-nfv-2n-clx-mrr"
10814   filter: "'NIC_Intel-XXV710' and
10815            'NF_DENSITY' and
10816            'VHOST' and
10817            not 'VXLAN' and
10818            'CHAIN' and
10819            'NF_VPPIP4' and
10820            'IMIX' and
10821            '8T4C' and
10822            'MRR'"
10823   parameters:
10824   - "result"
10825   - "name"
10826   - "tags"
10827   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10828   x-axis: "X = VNFs per Service Chain"
10829   y-axis: "Y = Number of Service Chains"
10830   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10831   layout:
10832     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10833     layout: "plot-service-density"
10834
10835 # Plots - NF Density - VSC - NDR IMIX
10836 - type: "plot"
10837   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10838   algorithm: "plot_nf_heatmap"
10839   output-file-type: ".html"
10840   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10841   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10842   filter: "'NIC_Intel-XXV710' and
10843            'NF_DENSITY' and
10844            'VHOST' and
10845            not 'VXLAN' and
10846            'CHAIN' and
10847            'NF_VPPIP4' and
10848            'IMIX' and
10849            '2T1C' and
10850            'NDRPDR'"
10851   parameters:
10852   - "throughput"
10853   - "name"
10854   - "tags"
10855   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10856   x-axis: "X = VNFs per Service Chain"
10857   y-axis: "Y = Number of Service Chains"
10858   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10859   layout:
10860     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10861     layout: "plot-service-density"
10862
10863 - type: "plot"
10864   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10865   algorithm: "plot_nf_heatmap"
10866   output-file-type: ".html"
10867   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10868   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10869   filter: "'NIC_Intel-XXV710' and
10870            'NF_DENSITY' and
10871            'VHOST' and
10872            not 'VXLAN' and
10873            'CHAIN' and
10874            'NF_VPPIP4' and
10875            'IMIX' and
10876            '4T2C' and
10877            'NDRPDR'"
10878   parameters:
10879   - "throughput"
10880   - "name"
10881   - "tags"
10882   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10883   x-axis: "X = VNFs per Service Chain"
10884   y-axis: "Y = Number of Service Chains"
10885   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10886   layout:
10887     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10888     layout: "plot-service-density"
10889
10890 - type: "plot"
10891   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10892   algorithm: "plot_nf_heatmap"
10893   output-file-type: ".html"
10894   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10895   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10896   filter: "'NIC_Intel-XXV710' and
10897            'NF_DENSITY' and
10898            'VHOST' and
10899            not 'VXLAN' and
10900            'CHAIN' and
10901            'NF_VPPIP4' and
10902            'IMIX' and
10903            '8T4C' and
10904            'NDRPDR'"
10905   parameters:
10906   - "throughput"
10907   - "name"
10908   - "tags"
10909   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10910   x-axis: "X = VNFs per Service Chain"
10911   y-axis: "Y = Number of Service Chains"
10912   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10913   layout:
10914     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10915     layout: "plot-service-density"
10916
10917 # Plots - NF Density - VSC - PDR IMIX
10918 - type: "plot"
10919   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10920   algorithm: "plot_nf_heatmap"
10921   output-file-type: ".html"
10922   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10923   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10924   filter: "'NIC_Intel-XXV710' and
10925            'NF_DENSITY' and
10926            'VHOST' and
10927            not 'VXLAN' and
10928            'CHAIN' and
10929            'NF_VPPIP4' and
10930            'IMIX' and
10931            '2T1C' and
10932            'NDRPDR'"
10933   parameters:
10934   - "throughput"
10935   - "name"
10936   - "tags"
10937   include-tests: "PDR" # "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 PDR) [Mpps]"
10941   layout:
10942     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10943     layout: "plot-service-density"
10944
10945 - type: "plot"
10946   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10947   algorithm: "plot_nf_heatmap"
10948   output-file-type: ".html"
10949   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10950   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10951   filter: "'NIC_Intel-XXV710' and
10952            'NF_DENSITY' and
10953            'VHOST' and
10954            not 'VXLAN' and
10955            'CHAIN' and
10956            'NF_VPPIP4' and
10957            'IMIX' and
10958            '4T2C' and
10959            'NDRPDR'"
10960   parameters:
10961   - "throughput"
10962   - "name"
10963   - "tags"
10964   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10965   x-axis: "X = VNFs per Service Chain"
10966   y-axis: "Y = Number of Service Chains"
10967   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10968   layout:
10969     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10970     layout: "plot-service-density"
10971
10972 - type: "plot"
10973   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10974   algorithm: "plot_nf_heatmap"
10975   output-file-type: ".html"
10976   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10977   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10978   filter: "'NIC_Intel-XXV710' and
10979            'NF_DENSITY' and
10980            'VHOST' and
10981            not 'VXLAN' and
10982            'CHAIN' and
10983            'NF_VPPIP4' and
10984            'IMIX' and
10985            '8T4C' and
10986            'NDRPDR'"
10987   parameters:
10988   - "throughput"
10989   - "name"
10990   - "tags"
10991   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10992   x-axis: "X = VNFs per Service Chain"
10993   y-axis: "Y = Number of Service Chains"
10994   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10995   layout:
10996     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10997     layout: "plot-service-density"
10998
10999 # Plots - NF Density - VSC - MRR IMIX
11000 - type: "plot"
11001   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11002   algorithm: "plot_nf_heatmap"
11003   output-file-type: ".html"
11004   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
11005   data: "plot-vpp-nfv-2n-clx-mrr"
11006   filter: "'NIC_Intel-XXV710' and
11007            'NF_DENSITY' and
11008            'VHOST' and
11009            'VXLAN' and
11010            'CHAIN' and
11011            'IMIX' and
11012            '2T1C' and
11013            'MRR'"
11014   parameters:
11015   - "result"
11016   - "name"
11017   - "tags"
11018   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11019   x-axis: "X = VNFs per Service Chain"
11020   y-axis: "Y = Number of Service Chains"
11021   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11022   layout:
11023     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11024     layout: "plot-service-density"
11025
11026 - type: "plot"
11027   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11028   algorithm: "plot_nf_heatmap"
11029   output-file-type: ".html"
11030   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11031   data: "plot-vpp-nfv-2n-clx-mrr"
11032   filter: "'NIC_Intel-XXV710' and
11033            'NF_DENSITY' and
11034            'VHOST' and
11035            'VXLAN' and
11036            'CHAIN' and
11037            'IMIX' and
11038            '4T2C' and
11039            'MRR'"
11040   parameters:
11041   - "result"
11042   - "name"
11043   - "tags"
11044   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11045   x-axis: "X = VNFs per Service Chain"
11046   y-axis: "Y = Number of Service Chains"
11047   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11048   layout:
11049     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11050     layout: "plot-service-density"
11051
11052 - type: "plot"
11053   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11054   algorithm: "plot_nf_heatmap"
11055   output-file-type: ".html"
11056   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11057   data: "plot-vpp-nfv-2n-clx-mrr"
11058   filter: "'NIC_Intel-XXV710' and
11059            'NF_DENSITY' and
11060            'VHOST' and
11061            'VXLAN' and
11062            'CHAIN' and
11063            'IMIX' and
11064            '8T4C' and
11065            'MRR'"
11066   parameters:
11067   - "result"
11068   - "name"
11069   - "tags"
11070   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11071   x-axis: "X = VNFs per Service Chain"
11072   y-axis: "Y = Number of Service Chains"
11073   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11074   layout:
11075     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11076     layout: "plot-service-density"
11077
11078 # Plots - NF Density - VSC - NDR IMIX
11079 - type: "plot"
11080   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11081   algorithm: "plot_nf_heatmap"
11082   output-file-type: ".html"
11083   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11084   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11085   filter: "'NIC_Intel-XXV710' and
11086            'NF_DENSITY' and
11087            'VHOST' and
11088            'VXLAN' and
11089            'CHAIN' and
11090            'IMIX' and
11091            '2T1C' and
11092            'NDRPDR'"
11093   parameters:
11094   - "throughput"
11095   - "name"
11096   - "tags"
11097   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11098   x-axis: "X = VNFs per Service Chain"
11099   y-axis: "Y = Number of Service Chains"
11100   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11101   layout:
11102     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11103     layout: "plot-service-density"
11104
11105 - type: "plot"
11106   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11107   algorithm: "plot_nf_heatmap"
11108   output-file-type: ".html"
11109   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11110   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11111   filter: "'NIC_Intel-XXV710' and
11112            'NF_DENSITY' and
11113            'VHOST' and
11114            'VXLAN' and
11115            'CHAIN' and
11116            'IMIX' and
11117            '4T2C' and
11118            'NDRPDR'"
11119   parameters:
11120   - "throughput"
11121   - "name"
11122   - "tags"
11123   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11124   x-axis: "X = VNFs per Service Chain"
11125   y-axis: "Y = Number of Service Chains"
11126   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11127   layout:
11128     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11129     layout: "plot-service-density"
11130
11131 - type: "plot"
11132   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11133   algorithm: "plot_nf_heatmap"
11134   output-file-type: ".html"
11135   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11136   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11137   filter: "'NIC_Intel-XXV710' and
11138            'NF_DENSITY' and
11139            'VHOST' and
11140            'VXLAN' and
11141            'CHAIN' and
11142            'IMIX' and
11143            '8T4C' and
11144            'NDRPDR'"
11145   parameters:
11146   - "throughput"
11147   - "name"
11148   - "tags"
11149   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11150   x-axis: "X = VNFs per Service Chain"
11151   y-axis: "Y = Number of Service Chains"
11152   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11153   layout:
11154     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11155     layout: "plot-service-density"
11156
11157 # Plots - NF Density - VSC - PDR IMIX
11158 - type: "plot"
11159   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11160   algorithm: "plot_nf_heatmap"
11161   output-file-type: ".html"
11162   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11163   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11164   filter: "'NIC_Intel-XXV710' and
11165            'NF_DENSITY' and
11166            'VHOST' and
11167            'VXLAN' and
11168            'CHAIN' and
11169            'IMIX' and
11170            '2T1C' and
11171            'NDRPDR'"
11172   parameters:
11173   - "throughput"
11174   - "name"
11175   - "tags"
11176   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11177   x-axis: "X = VNFs per Service Chain"
11178   y-axis: "Y = Number of Service Chains"
11179   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11180   layout:
11181     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11182     layout: "plot-service-density"
11183
11184 - type: "plot"
11185   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11186   algorithm: "plot_nf_heatmap"
11187   output-file-type: ".html"
11188   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11189   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11190   filter: "'NIC_Intel-XXV710' and
11191            'NF_DENSITY' and
11192            'VHOST' and
11193            'VXLAN' and
11194            'CHAIN' and
11195            'IMIX' and
11196            '4T2C' and
11197            'NDRPDR'"
11198   parameters:
11199   - "throughput"
11200   - "name"
11201   - "tags"
11202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11203   x-axis: "X = VNFs per Service Chain"
11204   y-axis: "Y = Number of Service Chains"
11205   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11206   layout:
11207     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11208     layout: "plot-service-density"
11209
11210 - type: "plot"
11211   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11212   algorithm: "plot_nf_heatmap"
11213   output-file-type: ".html"
11214   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11215   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11216   filter: "'NIC_Intel-XXV710' and
11217            'NF_DENSITY' and
11218            'VHOST' and
11219            'VXLAN' and
11220            'CHAIN' and
11221            'IMIX' and
11222            '8T4C' and
11223            'NDRPDR'"
11224   parameters:
11225   - "throughput"
11226   - "name"
11227   - "tags"
11228   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11229   x-axis: "X = VNFs per Service Chain"
11230   y-axis: "Y = Number of Service Chains"
11231   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11232   layout:
11233     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11234     layout: "plot-service-density"
11235
11236 # Plots - NF Density - CSC - MRR IMIX
11237 - type: "plot"
11238   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11239   algorithm: "plot_nf_heatmap"
11240   output-file-type: ".html"
11241   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11242   data: "plot-vpp-nfv-2n-clx-mrr"
11243   filter: "'NIC_Intel-XXV710' and
11244            'NF_DENSITY' and
11245            'DOCKER' and
11246            'CHAIN' and
11247            'NF_VPPIP4' and
11248            'IMIX' and
11249            '2T1C' and
11250            'MRR'"
11251   parameters:
11252   - "result"
11253   - "name"
11254   - "tags"
11255   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11256   x-axis: "X = CNFs per Service Chain"
11257   y-axis: "Y = Number of Service Chains"
11258   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11259   layout:
11260     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11261     layout: "plot-service-density"
11262
11263 - type: "plot"
11264   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11265   algorithm: "plot_nf_heatmap"
11266   output-file-type: ".html"
11267   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11268   data: "plot-vpp-nfv-2n-clx-mrr"
11269   filter: "'NIC_Intel-XXV710' and
11270            'NF_DENSITY' and
11271            'DOCKER' and
11272            'CHAIN' and
11273            'NF_VPPIP4' and
11274            'IMIX' and
11275            '4T2C' and
11276            'MRR'"
11277   parameters:
11278   - "result"
11279   - "name"
11280   - "tags"
11281   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11282   x-axis: "X = CNFs per Service Chain"
11283   y-axis: "Y = Number of Service Chains"
11284   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11285   layout:
11286     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11287     layout: "plot-service-density"
11288
11289 - type: "plot"
11290   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11291   algorithm: "plot_nf_heatmap"
11292   output-file-type: ".html"
11293   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11294   data: "plot-vpp-nfv-2n-clx-mrr"
11295   filter: "'NIC_Intel-XXV710' and
11296            'NF_DENSITY' and
11297            'DOCKER' and
11298            'CHAIN' and
11299            'NF_VPPIP4' and
11300            'IMIX' and
11301            '8T4C' and
11302            'MRR'"
11303   parameters:
11304   - "result"
11305   - "name"
11306   - "tags"
11307   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11308   x-axis: "X = CNFs per Service Chain"
11309   y-axis: "Y = Number of Service Chains"
11310   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11311   layout:
11312     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11313     layout: "plot-service-density"
11314
11315 # Plots - NF Density - CSC - NDR IMIX
11316 - type: "plot"
11317   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11318   algorithm: "plot_nf_heatmap"
11319   output-file-type: ".html"
11320   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11321   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11322   filter: "'NIC_Intel-XXV710' and
11323            'NF_DENSITY' and
11324            'DOCKER' and
11325            'CHAIN' and
11326            'NF_VPPIP4' and
11327            'IMIX' and
11328            '2T1C' and
11329            'NDRPDR'"
11330   parameters:
11331   - "throughput"
11332   - "name"
11333   - "tags"
11334   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11335   x-axis: "X = CNFs per Service Chain"
11336   y-axis: "Y = Number of Service Chains"
11337   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11338   layout:
11339     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11340     layout: "plot-service-density"
11341
11342 - type: "plot"
11343   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11344   algorithm: "plot_nf_heatmap"
11345   output-file-type: ".html"
11346   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11347   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11348   filter: "'NIC_Intel-XXV710' and
11349            'NF_DENSITY' and
11350            'DOCKER' and
11351            'CHAIN' and
11352            'NF_VPPIP4' and
11353            'IMIX' and
11354            '4T2C' and
11355            'NDRPDR'"
11356   parameters:
11357   - "throughput"
11358   - "name"
11359   - "tags"
11360   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11361   x-axis: "X = CNFs per Service Chain"
11362   y-axis: "Y = Number of Service Chains"
11363   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11364   layout:
11365     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11366     layout: "plot-service-density"
11367
11368 - type: "plot"
11369   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11370   algorithm: "plot_nf_heatmap"
11371   output-file-type: ".html"
11372   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11373   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11374   filter: "'NIC_Intel-XXV710' and
11375            'NF_DENSITY' and
11376            'DOCKER' and
11377            'CHAIN' and
11378            'NF_VPPIP4' and
11379            'IMIX' and
11380            '8T4C' and
11381            'NDRPDR'"
11382   parameters:
11383   - "throughput"
11384   - "name"
11385   - "tags"
11386   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11387   x-axis: "X = CNFs per Service Chain"
11388   y-axis: "Y = Number of Service Chains"
11389   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11390   layout:
11391     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11392     layout: "plot-service-density"
11393
11394 # Plots - NF Density - CSC - PDR IMIX
11395 - type: "plot"
11396   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11397   algorithm: "plot_nf_heatmap"
11398   output-file-type: ".html"
11399   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11400   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11401   filter: "'NIC_Intel-XXV710' and
11402            'NF_DENSITY' and
11403            'DOCKER' and
11404            'CHAIN' and
11405            'NF_VPPIP4' and
11406            'IMIX' and
11407            '2T1C' and
11408            'NDRPDR'"
11409   parameters:
11410   - "throughput"
11411   - "name"
11412   - "tags"
11413   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11414   x-axis: "X = CNFs per Service Chain"
11415   y-axis: "Y = Number of Service Chains"
11416   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11417   layout:
11418     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11419     layout: "plot-service-density"
11420
11421 - type: "plot"
11422   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11423   algorithm: "plot_nf_heatmap"
11424   output-file-type: ".html"
11425   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11426   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11427   filter: "'NIC_Intel-XXV710' and
11428            'NF_DENSITY' and
11429            'DOCKER' and
11430            'CHAIN' and
11431            'NF_VPPIP4' and
11432            'IMIX' and
11433            '4T2C' and
11434            'NDRPDR'"
11435   parameters:
11436   - "throughput"
11437   - "name"
11438   - "tags"
11439   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11440   x-axis: "X = CNFs per Service Chain"
11441   y-axis: "Y = Number of Service Chains"
11442   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11443   layout:
11444     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11445     layout: "plot-service-density"
11446
11447 - type: "plot"
11448   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11449   algorithm: "plot_nf_heatmap"
11450   output-file-type: ".html"
11451   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11452   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11453   filter: "'NIC_Intel-XXV710' and
11454            'NF_DENSITY' and
11455            'DOCKER' and
11456            'CHAIN' and
11457            'NF_VPPIP4' and
11458            'IMIX' and
11459            '8T4C' and
11460            'NDRPDR'"
11461   parameters:
11462   - "throughput"
11463   - "name"
11464   - "tags"
11465   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11466   x-axis: "X = CNFs per Service Chain"
11467   y-axis: "Y = Number of Service Chains"
11468   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11469   layout:
11470     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11471     layout: "plot-service-density"
11472
11473 # Plots - NF Density - CSP - MRR IMIX
11474 - type: "plot"
11475   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11476   algorithm: "plot_nf_heatmap"
11477   output-file-type: ".html"
11478   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11479   data: "plot-vpp-nfv-2n-clx-mrr"
11480   filter: "'NIC_Intel-XXV710' and
11481            'NF_DENSITY' and
11482            'DOCKER' and
11483            'PIPELINE' and
11484            'NF_VPPIP4' and
11485            'IMIX' and
11486            '2T1C' and
11487            'MRR'"
11488   parameters:
11489   - "result"
11490   - "name"
11491   - "tags"
11492   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11493   x-axis: "X = CNFs per Service Pipeline"
11494   y-axis: "Y = Number of Service Pipelines"
11495   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11496   layout:
11497     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11498     layout: "plot-service-density"
11499
11500 - type: "plot"
11501   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11502   algorithm: "plot_nf_heatmap"
11503   output-file-type: ".html"
11504   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11505   data: "plot-vpp-nfv-2n-clx-mrr"
11506   filter: "'NIC_Intel-XXV710' and
11507            'NF_DENSITY' and
11508            'DOCKER' and
11509            'PIPELINE' and
11510            'NF_VPPIP4' and
11511            'IMIX' and
11512            '4T2C' and
11513            'MRR'"
11514   parameters:
11515   - "result"
11516   - "name"
11517   - "tags"
11518   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11519   x-axis: "X = CNFs per Service Pipeline"
11520   y-axis: "Y = Number of Service Pipelines"
11521   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11522   layout:
11523     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11524     layout: "plot-service-density"
11525
11526 - type: "plot"
11527   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11528   algorithm: "plot_nf_heatmap"
11529   output-file-type: ".html"
11530   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11531   data: "plot-vpp-nfv-2n-clx-mrr"
11532   filter: "'NIC_Intel-XXV710' and
11533            'NF_DENSITY' and
11534            'DOCKER' and
11535            'PIPELINE' and
11536            'NF_VPPIP4' and
11537            'IMIX' and
11538            '8T4C' and
11539            'MRR'"
11540   parameters:
11541   - "result"
11542   - "name"
11543   - "tags"
11544   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11545   x-axis: "X = CNFs per Service Pipeline"
11546   y-axis: "Y = Number of Service Pipelines"
11547   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11548   layout:
11549     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11550     layout: "plot-service-density"
11551
11552 # Plots - NF Density - CSP - NDR IMIX
11553 - type: "plot"
11554   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11555   algorithm: "plot_nf_heatmap"
11556   output-file-type: ".html"
11557   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11558   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11559   filter: "'NIC_Intel-XXV710' and
11560            'NF_DENSITY' and
11561            'DOCKER' and
11562            'PIPELINE' and
11563            'NF_VPPIP4' and
11564            'IMIX' and
11565            '2T1C' and
11566            'NDRPDR'"
11567   parameters:
11568   - "throughput"
11569   - "name"
11570   - "tags"
11571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11572   x-axis: "X = CNFs per Service Pipeline"
11573   y-axis: "Y = Number of Service Pipelines"
11574   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11575   layout:
11576     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11577     layout: "plot-service-density"
11578
11579 - type: "plot"
11580   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11581   algorithm: "plot_nf_heatmap"
11582   output-file-type: ".html"
11583   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11584   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11585   filter: "'NIC_Intel-XXV710' and
11586            'NF_DENSITY' and
11587            'DOCKER' and
11588            'PIPELINE' and
11589            'NF_VPPIP4' and
11590            'IMIX' and
11591            '4T2C' and
11592            'NDRPDR'"
11593   parameters:
11594   - "throughput"
11595   - "name"
11596   - "tags"
11597   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11598   x-axis: "X = CNFs per Service Pipeline"
11599   y-axis: "Y = Number of Service Pipelines"
11600   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11601   layout:
11602     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11603     layout: "plot-service-density"
11604
11605 - type: "plot"
11606   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11607   algorithm: "plot_nf_heatmap"
11608   output-file-type: ".html"
11609   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11610   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11611   filter: "'NIC_Intel-XXV710' and
11612            'NF_DENSITY' and
11613            'DOCKER' and
11614            'PIPELINE' and
11615            'NF_VPPIP4' and
11616            'IMIX' and
11617            '8T4C' and
11618            'NDRPDR'"
11619   parameters:
11620   - "throughput"
11621   - "name"
11622   - "tags"
11623   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11624   x-axis: "X = CNFs per Service Pipeline"
11625   y-axis: "Y = Number of Service Pipelines"
11626   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11627   layout:
11628     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11629     layout: "plot-service-density"
11630
11631 # Plots - NF Density - CSP - PDR IMIX
11632 - type: "plot"
11633   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11634   algorithm: "plot_nf_heatmap"
11635   output-file-type: ".html"
11636   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11637   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11638   filter: "'NIC_Intel-XXV710' and
11639            'NF_DENSITY' and
11640            'DOCKER' and
11641            'PIPELINE' and
11642            'NF_VPPIP4' and
11643            'IMIX' and
11644            '2T1C' and
11645            'NDRPDR'"
11646   parameters:
11647   - "throughput"
11648   - "name"
11649   - "tags"
11650   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11651   x-axis: "X = CNFs per Service Pipeline"
11652   y-axis: "Y = Number of Service Pipelines"
11653   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11654   layout:
11655     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11656     layout: "plot-service-density"
11657
11658 - type: "plot"
11659   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11660   algorithm: "plot_nf_heatmap"
11661   output-file-type: ".html"
11662   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11663   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11664   filter: "'NIC_Intel-XXV710' and
11665            'NF_DENSITY' and
11666            'DOCKER' and
11667            'PIPELINE' and
11668            'NF_VPPIP4' and
11669            'IMIX' and
11670            '4T2C' and
11671            'NDRPDR'"
11672   parameters:
11673   - "throughput"
11674   - "name"
11675   - "tags"
11676   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11677   x-axis: "X = CNFs per Service Pipeline"
11678   y-axis: "Y = Number of Service Pipelines"
11679   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11680   layout:
11681     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11682     layout: "plot-service-density"
11683
11684 - type: "plot"
11685   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11686   algorithm: "plot_nf_heatmap"
11687   output-file-type: ".html"
11688   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11689   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11690   filter: "'NIC_Intel-XXV710' and
11691            'NF_DENSITY' and
11692            'DOCKER' and
11693            'PIPELINE' and
11694            'NF_VPPIP4' and
11695            'IMIX' and
11696            '8T4C' and
11697            'NDRPDR'"
11698   parameters:
11699   - "throughput"
11700   - "name"
11701   - "tags"
11702   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11703   x-axis: "X = CNFs per Service Pipeline"
11704   y-axis: "Y = Number of Service Pipelines"
11705   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11706   layout:
11707     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11708     layout: "plot-service-density"
11709
11710 ################################################################################
11711
11712 # Packet Throughput
11713
11714 - type: "plot"
11715   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11716   algorithm: "plot_perf_box_name"
11717   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11718   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11719   include:
11720     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11721     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11722     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11723     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11724   layout:
11725     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11726     layout: "plot-throughput"
11727
11728 - type: "plot"
11729   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11730   algorithm: "plot_perf_box_name"
11731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11733   include:
11734     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11735     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11736     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11737     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11738   layout:
11739     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11740     layout: "plot-throughput"
11741
11742 - type: "plot"
11743   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11744   algorithm: "plot_perf_box_name"
11745   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11746   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11747   include:
11748     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11749     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11750     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11751     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11752   layout:
11753     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11754     layout: "plot-throughput"
11755
11756 - type: "plot"
11757   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11758   algorithm: "plot_perf_box_name"
11759   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11761   include:
11762     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11763     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11764     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11765     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11766   layout:
11767     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11768     layout: "plot-throughput"
11769
11770 - type: "plot"
11771   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11772   algorithm: "plot_perf_box_name"
11773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11775   include:
11776     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11777     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11778     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11779     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11780     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11781   layout:
11782     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11783     layout: "plot-throughput"
11784
11785 - type: "plot"
11786   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11787   algorithm: "plot_perf_box_name"
11788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11790   include:
11791     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11792     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11793     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11794     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11795     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11796   layout:
11797     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11798     layout: "plot-throughput"
11799
11800 - type: "plot"
11801   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11802   algorithm: "plot_perf_box_name"
11803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11805   include:
11806     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11807     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11808     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11809     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11810     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11811   layout:
11812     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11813     layout: "plot-throughput"
11814
11815 - type: "plot"
11816   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11817   algorithm: "plot_perf_box_name"
11818   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11820   include:
11821     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11822     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11823     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11824     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11825     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11826   layout:
11827     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11828     layout: "plot-throughput"
11829
11830 - type: "plot"
11831   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11832   algorithm: "plot_perf_box_name"
11833   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11834   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11835   include:
11836     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11837     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11838     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11839     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11840     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11841   layout:
11842     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11843     layout: "plot-throughput"
11844
11845 - type: "plot"
11846   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11847   algorithm: "plot_perf_box_name"
11848   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11849   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11850   include:
11851     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11852     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11853     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11854     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11855     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11856   layout:
11857     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11858     layout: "plot-throughput"
11859
11860 - type: "plot"
11861   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11862   algorithm: "plot_perf_box_name"
11863   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11864   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11865   include:
11866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11872   layout:
11873     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11874     layout: "plot-throughput"
11875
11876 - type: "plot"
11877   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11878   algorithm: "plot_perf_box_name"
11879   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11880   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11881   include:
11882     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11888   layout:
11889     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11890     layout: "plot-throughput"
11891
11892 - type: "plot"
11893   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11894   algorithm: "plot_perf_box_name"
11895   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11896   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11897   include:
11898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11903   layout:
11904     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11905     layout: "plot-throughput"
11906
11907 - type: "plot"
11908   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11909   algorithm: "plot_perf_box_name"
11910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11911   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11912   include:
11913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11918   layout:
11919     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11920     layout: "plot-throughput"
11921
11922 - type: "plot"
11923   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11924   algorithm: "plot_perf_box_name"
11925   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11927   include:
11928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11931   layout:
11932     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11933     layout: "plot-throughput"
11934
11935 - type: "plot"
11936   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11937   algorithm: "plot_perf_box_name"
11938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11940   include:
11941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11944   layout:
11945     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11946     layout: "plot-throughput"
11947
11948 - type: "plot"
11949   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11950   algorithm: "plot_perf_box_name"
11951   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11952   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11953   include:
11954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11959   layout:
11960     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11961     layout: "plot-throughput"
11962
11963 - type: "plot"
11964   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11965   algorithm: "plot_perf_box_name"
11966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11968   include:
11969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11974   layout:
11975     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11976     layout: "plot-throughput"
11977
11978 - type: "plot"
11979   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11980   algorithm: "plot_perf_box_name"
11981   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11983   include:
11984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11987   layout:
11988     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11996   include:
11997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
12000   layout:
12001     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
12002     layout: "plot-throughput"
12003
12004 - type: "plot"
12005   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12006   algorithm: "plot_perf_box_name"
12007   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12009   include:
12010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12016   layout:
12017     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12018     layout: "plot-throughput"
12019
12020 - type: "plot"
12021   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12022   algorithm: "plot_perf_box_name"
12023   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12025   include:
12026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12032   layout:
12033     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12034     layout: "plot-throughput"
12035
12036 - type: "plot"
12037   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12038   algorithm: "plot_perf_box_name"
12039   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12041   include:
12042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12048   layout:
12049     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12050     layout: "plot-throughput"
12051
12052 - type: "plot"
12053   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12054   algorithm: "plot_perf_box_name"
12055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12057   include:
12058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12064   layout:
12065     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12066     layout: "plot-throughput"
12067
12068 - type: "plot"
12069   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12070   algorithm: "plot_perf_box_name"
12071   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12073   include:
12074     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12076     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12077   layout:
12078     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12079     layout: "plot-throughput"
12080
12081 - type: "plot"
12082   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12083   algorithm: "plot_perf_box_name"
12084   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12085   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12086   include:
12087     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12090   layout:
12091     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12092     layout: "plot-throughput"
12093
12094 - type: "plot"
12095   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12096   algorithm: "plot_perf_box_name"
12097   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12099   include:
12100     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12101     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12102     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12103 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12104 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12105   layout:
12106     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12107     layout: "plot-throughput"
12108
12109 - type: "plot"
12110   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12111   algorithm: "plot_perf_box_name"
12112   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12114   include:
12115     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12118 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12119 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12120   layout:
12121     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12122     layout: "plot-throughput"
12123
12124 - type: "plot"
12125   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12126   algorithm: "plot_perf_box_name"
12127   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12129   include:
12130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12135   layout:
12136     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12137     layout: "plot-throughput"
12138
12139 - type: "plot"
12140   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12141   algorithm: "plot_perf_box_name"
12142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12144   include:
12145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12150   layout:
12151     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12152     layout: "plot-throughput"
12153
12154 - type: "plot"
12155   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12156   algorithm: "plot_perf_box_name"
12157   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12159   include:
12160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12161     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12165   layout:
12166     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12167     layout: "plot-throughput"
12168
12169 - type: "plot"
12170   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12171   algorithm: "plot_perf_box_name"
12172   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12174   include:
12175     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12176     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12179     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12180   layout:
12181     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12182     layout: "plot-throughput"
12183
12184 - type: "plot"
12185   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12186   algorithm: "plot_perf_box_name"
12187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12189   include:
12190     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12196   layout:
12197     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12198     layout: "plot-throughput"
12199
12200 - type: "plot"
12201   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12202   algorithm: "plot_perf_box_name"
12203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12205   include:
12206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12212   layout:
12213     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12214     layout: "plot-throughput"
12215
12216 - type: "plot"
12217   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12218   algorithm: "plot_perf_box_name"
12219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12221   include:
12222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12228   layout:
12229     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12230     layout: "plot-throughput"
12231
12232 - type: "plot"
12233   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12234   algorithm: "plot_perf_box_name"
12235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12237   include:
12238     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12244   layout:
12245     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12246     layout: "plot-throughput"
12247
12248 - type: "plot"
12249   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12250   algorithm: "plot_perf_box_name"
12251   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12252   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12253   include:
12254     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12255     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12256     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12257     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12259   layout:
12260     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12261     layout: "plot-throughput"
12262
12263 - type: "plot"
12264   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12265   algorithm: "plot_perf_box_name"
12266   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12267   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12268   include:
12269     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12271     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12272     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12273     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12274   layout:
12275     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12276     layout: "plot-throughput"
12277
12278 - type: "plot"
12279   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12280   algorithm: "plot_perf_box_name"
12281   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12282   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12283   include:
12284     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12285     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12286     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12287     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12290   layout:
12291     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12292     layout: "plot-throughput"
12293
12294 - type: "plot"
12295   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12296   algorithm: "plot_perf_box_name"
12297   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12298   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12299   include:
12300     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12306   layout:
12307     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12308     layout: "plot-throughput"
12309
12310 - type: "plot"
12311   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12312   algorithm: "plot_perf_box_name"
12313   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12314   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12315   include:
12316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12320     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12321   layout:
12322     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12323     layout: "plot-throughput"
12324
12325 - type: "plot"
12326   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12327   algorithm: "plot_perf_box_name"
12328   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12329   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12330   include:
12331     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12332     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12333     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12334     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12335     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12336   layout:
12337     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12338     layout: "plot-throughput"
12339
12340 - type: "plot"
12341   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12342   algorithm: "plot_perf_box_name"
12343   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12344   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12345   include:
12346     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12349     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12350     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12351     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12352   layout:
12353     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12354     layout: "plot-throughput"
12355
12356 - type: "plot"
12357   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12358   algorithm: "plot_perf_box_name"
12359   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12360   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12361   include:
12362     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12363     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12364     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12365     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12366     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12367     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12368   layout:
12369     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12370     layout: "plot-throughput"
12371
12372 - type: "plot"
12373   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12374   algorithm: "plot_perf_box_name"
12375   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12376   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12377   include:
12378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12383   layout:
12384     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12385     layout: "plot-throughput"
12386
12387 - type: "plot"
12388   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12389   algorithm: "plot_perf_box_name"
12390   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12391   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12392   include:
12393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12398   layout:
12399     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12400     layout: "plot-throughput"
12401
12402 - type: "plot"
12403   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12404   algorithm: "plot_perf_box_name"
12405   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12406   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12407   include:
12408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12410     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12411     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12412     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12414   layout:
12415     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12416     layout: "plot-throughput"
12417
12418 - type: "plot"
12419   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12420   algorithm: "plot_perf_box_name"
12421   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12422   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12423   include:
12424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12425     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12426     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12430   layout:
12431     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12432     layout: "plot-throughput"
12433
12434 - type: "plot"
12435   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12436   algorithm: "plot_perf_box_name"
12437   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12438   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12439   include:
12440     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12441     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12442   layout:
12443     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12444     layout: "plot-throughput"
12445
12446 - type: "plot"
12447   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12448   algorithm: "plot_perf_box_name"
12449   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12450   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12451   include:
12452     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12453     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12454   layout:
12455     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12456     layout: "plot-throughput"
12457
12458 - type: "plot"
12459   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12460   algorithm: "plot_perf_box_name"
12461   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12463   include:
12464     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12465     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12466     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12467     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12468   layout:
12469     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12470     layout: "plot-throughput"
12471
12472 - type: "plot"
12473   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12474   algorithm: "plot_perf_box_name"
12475   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12476   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12477   include:
12478     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12480     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12481     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12482   layout:
12483     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12484     layout: "plot-throughput"
12485
12486 - type: "plot"
12487   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12488   algorithm: "plot_perf_box_name"
12489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12491   include:
12492     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12493     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12494     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12495     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12496   layout:
12497     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12498     layout: "plot-throughput"
12499
12500 - type: "plot"
12501   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12502   algorithm: "plot_perf_box_name"
12503   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12505   include:
12506     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12508     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12509     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12510   layout:
12511     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12512     layout: "plot-throughput"
12513
12514 - type: "plot"
12515   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12516   algorithm: "plot_perf_box_name"
12517   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12518   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12519   include:
12520     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12521     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12522     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12523     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12524   layout:
12525     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12526     layout: "plot-throughput"
12527
12528 - type: "plot"
12529   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12530   algorithm: "plot_perf_box_name"
12531   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12532   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12533   include:
12534     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12535     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12536     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12537     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12538   layout:
12539     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12540     layout: "plot-throughput"
12541
12542 - type: "plot"
12543   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12544   algorithm: "plot_perf_box_name"
12545   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12546   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12547   include:
12548     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12549     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12550     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12551     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12552   layout:
12553     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12554     layout: "plot-throughput"
12555
12556 - type: "plot"
12557   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12558   algorithm: "plot_perf_box_name"
12559   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12560   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12561   include:
12562     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12563     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12564     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12565     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12566   layout:
12567     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12568     layout: "plot-throughput"
12569
12570 - type: "plot"
12571   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12572   algorithm: "plot_perf_box_name"
12573   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12574   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12575   include:
12576     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12577     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12578     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12579     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12580     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12581     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12582   layout:
12583     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12584     layout: "plot-throughput"
12585
12586 - type: "plot"
12587   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12588   algorithm: "plot_perf_box_name"
12589   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12590   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12591   include:
12592     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12593     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12594     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12595     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12596     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12597     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12598   layout:
12599     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12600     layout: "plot-throughput"
12601
12602 - type: "plot"
12603   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12604   algorithm: "plot_perf_box_name"
12605   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12606   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12607   include:
12608     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12609     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12612     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12613   layout:
12614     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12615     layout: "plot-throughput"
12616
12617 - type: "plot"
12618   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12619   algorithm: "plot_perf_box_name"
12620   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12621   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12622   include:
12623     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12624     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12625     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12626     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12627     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12628   layout:
12629     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12630     layout: "plot-throughput"
12631
12632 - type: "plot"
12633   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12634   algorithm: "plot_perf_box_name"
12635   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12636   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12637   include:
12638     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12639     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12642     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12643   layout:
12644     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12645     layout: "plot-throughput"
12646
12647 - type: "plot"
12648   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12649   algorithm: "plot_perf_box_name"
12650   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12652   include:
12653     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12654     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12655     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12656     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12657     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12658   layout:
12659     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12660     layout: "plot-throughput"
12661
12662 - type: "plot"
12663   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12664   algorithm: "plot_perf_box_name"
12665   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12666   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12667   include:
12668     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12669     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12670     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12671   layout:
12672     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12673     layout: "plot-throughput"
12674
12675 - type: "plot"
12676   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12677   algorithm: "plot_perf_box_name"
12678   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12679   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12680   include:
12681     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12682     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12683     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12684   layout:
12685     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12686     layout: "plot-throughput"
12687
12688 - type: "plot"
12689   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12690   algorithm: "plot_perf_box_name"
12691   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12693   include:
12694     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12695     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12696     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12697   layout:
12698     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12699     layout: "plot-throughput"
12700
12701 - type: "plot"
12702   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12703   algorithm: "plot_perf_box_name"
12704   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12706   include:
12707     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12709     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12710   layout:
12711     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12712     layout: "plot-throughput"
12713
12714 - type: "plot"
12715   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12716   algorithm: "plot_perf_box_name"
12717   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12719   include:
12720     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12721     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12722     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12724     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12725   layout:
12726     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12727     layout: "plot-throughput"
12728
12729 - type: "plot"
12730   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12731   algorithm: "plot_perf_box_name"
12732   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12734   include:
12735     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12736     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12737     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12738     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12739     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12740   layout:
12741     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12742     layout: "plot-throughput"
12743
12744 - type: "plot"
12745   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12746   algorithm: "plot_perf_box_name"
12747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12749   include:
12750     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12751     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12752     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12753     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12754     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12755   layout:
12756     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12757     layout: "plot-throughput"
12758
12759 - type: "plot"
12760   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12761   algorithm: "plot_perf_box_name"
12762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12764   include:
12765     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12766     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12767     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12768     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12769     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12770   layout:
12771     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12772     layout: "plot-throughput"
12773
12774 - type: "plot"
12775   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12776   algorithm: "plot_perf_box_name"
12777   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12778   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12779   include:
12780     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12781     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12782     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12783     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12784     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12785   layout:
12786     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12787     layout: "plot-throughput"
12788
12789 - type: "plot"
12790   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12791   algorithm: "plot_perf_box_name"
12792   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12793   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12794   include:
12795     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12796     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12797     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12798     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12799     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12800   layout:
12801     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12802     layout: "plot-throughput"
12803
12804 - type: "plot"
12805   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12806   algorithm: "plot_perf_box_name"
12807   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12808   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12809   include:
12810     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12811     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12812     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12813     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12814     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12815   layout:
12816     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12817     layout: "plot-throughput"
12818
12819 - type: "plot"
12820   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12821   algorithm: "plot_perf_box_name"
12822   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12823   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12824   include:
12825     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12826     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12827     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12828     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12829     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12830   layout:
12831     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12832     layout: "plot-throughput"
12833
12834 - type: "plot"
12835   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12836   algorithm: "plot_perf_box_name"
12837   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12838   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12839   include:
12840     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12841     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12842     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12843     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12844     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12845   layout:
12846     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12847     layout: "plot-throughput"
12848
12849 - type: "plot"
12850   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12851   algorithm: "plot_perf_box_name"
12852   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12853   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12854   include:
12855     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12856     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12857     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12858     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12859     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12860   layout:
12861     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12862     layout: "plot-throughput"
12863
12864 - type: "plot"
12865   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12866   algorithm: "plot_perf_box_name"
12867   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12869   include:
12870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12876   layout:
12877     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12878     layout: "plot-throughput"
12879
12880 - type: "plot"
12881   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12882   algorithm: "plot_perf_box_name"
12883   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12884   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12885   include:
12886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12887     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12888     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12890     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12891     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12892   layout:
12893     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12894     layout: "plot-throughput"
12895
12896 - type: "plot"
12897   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12898   algorithm: "plot_perf_box_name"
12899   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12900   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12901   include:
12902     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12903     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12904     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12905     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12906   layout:
12907     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12908     layout: "plot-throughput"
12909
12910 - type: "plot"
12911   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12912   algorithm: "plot_perf_box_name"
12913   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12914   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12915   include:
12916     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12917     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12918     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12919     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12920   layout:
12921     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12922     layout: "plot-throughput"
12923
12924 - type: "plot"
12925   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12926   algorithm: "plot_perf_box_name"
12927   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12929   include:
12930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12933     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12934     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12935     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12936   layout:
12937     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12938     layout: "plot-throughput"
12939
12940 - type: "plot"
12941   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12942   algorithm: "plot_perf_box_name"
12943   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12944   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12945   include:
12946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12947     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12948     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12949     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12950     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12951     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12952   layout:
12953     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12954     layout: "plot-throughput"
12955
12956 - type: "plot"
12957   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12958   algorithm: "plot_perf_box_name"
12959   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12961   include:
12962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12963     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12964     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12965     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12966     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12967     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12968   layout:
12969     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12970     layout: "plot-throughput"
12971
12972 - type: "plot"
12973   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12974   algorithm: "plot_perf_box_name"
12975   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12976   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12977   include:
12978     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12979     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12980     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12981     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12982     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12983     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12984   layout:
12985     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12986     layout: "plot-throughput"
12987
12988 - type: "plot"
12989   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12990   algorithm: "plot_perf_box_name"
12991   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12993   include:
12994     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12995     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12996     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12998     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12999     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13000   layout:
13001     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13002     layout: "plot-throughput"
13003
13004 - type: "plot"
13005   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13006   algorithm: "plot_perf_box_name"
13007   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13009   include:
13010     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13011     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13012     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13013     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13014     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13015     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13016   layout:
13017     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13018     layout: "plot-throughput"
13019
13020 - type: "plot"
13021   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13022   algorithm: "plot_perf_box_name"
13023   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13024   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13025   include:
13026     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13027     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13028     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13029     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13030     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13032   layout:
13033     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13034     layout: "plot-throughput"
13035
13036 - type: "plot"
13037   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13038   algorithm: "plot_perf_box_name"
13039   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13040   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13041   include:
13042     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13043     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13044     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13045     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13046     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13047     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13048   layout:
13049     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13050     layout: "plot-throughput"
13051
13052 - type: "plot"
13053   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13054   algorithm: "plot_perf_box_name"
13055   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13056   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13057   include:
13058     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13059     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13060     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13061     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13062     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13063     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13064   layout:
13065     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13066     layout: "plot-throughput"
13067
13068 - type: "plot"
13069   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13070   algorithm: "plot_perf_box_name"
13071   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13072   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13073   include:
13074     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13075     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13076     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13077     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13078     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13079     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13080   layout:
13081     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13082     layout: "plot-throughput"
13083
13084 - type: "plot"
13085   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13086   algorithm: "plot_perf_box_name"
13087   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13088   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13089   include:
13090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13091     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13092     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13093     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13094     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13095     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13096   layout:
13097     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13098     layout: "plot-throughput"
13099
13100 - type: "plot"
13101   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13102   algorithm: "plot_perf_box_name"
13103   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13105   include:
13106     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13107     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13109     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13110     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13112   layout:
13113     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13114     layout: "plot-throughput"
13115
13116 - type: "plot"
13117   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13118   algorithm: "plot_perf_box_name"
13119   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13121   include:
13122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13128   layout:
13129     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13130     layout: "plot-throughput"
13131
13132 - type: "plot"
13133   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13134   algorithm: "plot_perf_box_name"
13135   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13137   include:
13138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13144   layout:
13145     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13146     layout: "plot-throughput"
13147
13148 - type: "plot"
13149   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13150   algorithm: "plot_perf_box_name"
13151   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13153   include:
13154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13160   layout:
13161     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13162     layout: "plot-throughput"
13163
13164 - type: "plot"
13165   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13166   algorithm: "plot_perf_box_name"
13167   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13169   include:
13170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13176   layout:
13177     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13178     layout: "plot-throughput"
13179
13180 - type: "plot"
13181   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13182   algorithm: "plot_perf_box_name"
13183   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13184   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13185   include:
13186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13190   layout:
13191     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13192     layout: "plot-throughput"
13193
13194 - type: "plot"
13195   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13196   algorithm: "plot_perf_box_name"
13197   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13198   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13199   include:
13200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13204   layout:
13205     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13206     layout: "plot-throughput"
13207
13208 - type: "plot"
13209   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13210   algorithm: "plot_perf_box_name"
13211   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13213   include:
13214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13218   layout:
13219     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13220     layout: "plot-throughput"
13221
13222 - type: "plot"
13223   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13224   algorithm: "plot_perf_box_name"
13225   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13226   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13227   include:
13228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13232   layout:
13233     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13234     layout: "plot-throughput"
13235
13236 - type: "plot"
13237   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13238   algorithm: "plot_perf_box_name"
13239   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13240   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13241   include:
13242     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13243     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13244     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13245     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13246     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13247     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13248   layout:
13249     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13250     layout: "plot-throughput"
13251
13252 - type: "plot"
13253   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13254   algorithm: "plot_perf_box_name"
13255   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13256   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13257   include:
13258     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13259     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13260     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13261     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13263     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13264   layout:
13265     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13266     layout: "plot-throughput"
13267
13268 - type: "plot"
13269   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13270   algorithm: "plot_perf_box_name"
13271   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13273   include:
13274     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13275     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13276     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13277     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13278     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13279   layout:
13280     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13281     layout: "plot-throughput"
13282
13283 - type: "plot"
13284   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13285   algorithm: "plot_perf_box_name"
13286   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13288   include:
13289     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13290     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13291     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13292     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13293     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13294   layout:
13295     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13296     layout: "plot-throughput"
13297
13298 - type: "plot"
13299   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13300   algorithm: "plot_perf_box_name"
13301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13303   include:
13304     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13305     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13309   layout:
13310     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13311     layout: "plot-throughput"
13312
13313 - type: "plot"
13314   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13315   algorithm: "plot_perf_box_name"
13316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13318   include:
13319     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13320     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13321     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13322     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13323     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13324   layout:
13325     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13326     layout: "plot-throughput"
13327
13328 - type: "plot"
13329   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13330   algorithm: "plot_perf_box_name"
13331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13333   include:
13334     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13335     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13337     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13338   layout:
13339     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13340     layout: "plot-throughput"
13341
13342 - type: "plot"
13343   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13344   algorithm: "plot_perf_box_name"
13345   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13346   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13347   include:
13348     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13349     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13350     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13351     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13352   layout:
13353     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13354     layout: "plot-throughput"
13355
13356 - type: "plot"
13357   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13358   algorithm: "plot_perf_box_name"
13359   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13361   include:
13362     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13363     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13366     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13368   layout:
13369     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13370     layout: "plot-throughput"
13371
13372 - type: "plot"
13373   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13374   algorithm: "plot_perf_box_name"
13375   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13376   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13377   include:
13378     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13384   layout:
13385     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13386     layout: "plot-throughput"
13387
13388 - type: "plot"
13389   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13390   algorithm: "plot_perf_box_name"
13391   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13393   include:
13394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13400   layout:
13401     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13402     layout: "plot-throughput"
13403
13404 - type: "plot"
13405   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13406   algorithm: "plot_perf_box_name"
13407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13409   include:
13410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13416   layout:
13417     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13418     layout: "plot-throughput"
13419
13420 - type: "plot"
13421   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13422   algorithm: "plot_perf_box_name"
13423   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13424   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13425   include:
13426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13432   layout:
13433     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13434     layout: "plot-throughput"
13435
13436 - type: "plot"
13437   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13438   algorithm: "plot_perf_box_name"
13439   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13441   include:
13442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13448   layout:
13449     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13450     layout: "plot-throughput"
13451
13452 - type: "plot"
13453   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13454   algorithm: "plot_perf_box_name"
13455   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13457   include:
13458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13464   layout:
13465     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13466     layout: "plot-throughput"
13467
13468 - type: "plot"
13469   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13470   algorithm: "plot_perf_box_name"
13471   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13473   include:
13474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13480   layout:
13481     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13482     layout: "plot-throughput"
13483
13484 - type: "plot"
13485   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13486   algorithm: "plot_perf_box_name"
13487   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13488   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13489   include:
13490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13494   layout:
13495     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13496     layout: "plot-throughput"
13497
13498 - type: "plot"
13499   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13500   algorithm: "plot_perf_box_name"
13501   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13502   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13503   include:
13504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13508   layout:
13509     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13510     layout: "plot-throughput"
13511
13512 - type: "plot"
13513   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13514   algorithm: "plot_perf_box_name"
13515   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13516   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13517   include:
13518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13524   layout:
13525     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13526     layout: "plot-throughput"
13527
13528 - type: "plot"
13529   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13530   algorithm: "plot_perf_box_name"
13531   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13532   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13533   include:
13534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13540   layout:
13541     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13542     layout: "plot-throughput"
13543
13544 - type: "plot"
13545   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13546   algorithm: "plot_perf_box_name"
13547   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13548   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13549   include:
13550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13556   layout:
13557     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13558     layout: "plot-throughput"
13559
13560 - type: "plot"
13561   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13562   algorithm: "plot_perf_box_name"
13563   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13564   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13565   include:
13566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13572   layout:
13573     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13574     layout: "plot-throughput"
13575
13576 #- type: "plot"
13577 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13578 #  algorithm: "plot_perf_box_name"
13579 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13580 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13581 #  include:
13582 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13583 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13584 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13585 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13586 #  layout:
13587 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13588 #    layout: "plot-throughput"
13589 #
13590 #- type: "plot"
13591 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13592 #  algorithm: "plot_perf_box_name"
13593 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13594 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13595 #  include:
13596 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13597 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13598 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13599 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13600 #  layout:
13601 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13602 #    layout: "plot-throughput"
13603
13604 - type: "plot"
13605   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13606   algorithm: "plot_perf_box_name"
13607   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13608   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13609   include:
13610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13616   layout:
13617     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13618     layout: "plot-throughput"
13619
13620 - type: "plot"
13621   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13622   algorithm: "plot_perf_box_name"
13623   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13624   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13625   include:
13626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13632   layout:
13633     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13634     layout: "plot-throughput"
13635
13636 #- type: "plot"
13637 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13638 #  algorithm: "plot_perf_box_name"
13639 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13640 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13641 #  include:
13642 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13643 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13644 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13645 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13646 #  layout:
13647 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13648 #    layout: "plot-throughput"
13649 #
13650 #- type: "plot"
13651 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13652 #  algorithm: "plot_perf_box_name"
13653 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13654 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13655 #  include:
13656 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13657 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13658 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13659 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13660 #  layout:
13661 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13662 #    layout: "plot-throughput"
13663
13664 - type: "plot"
13665   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13666   algorithm: "plot_perf_box_name"
13667   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13668   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13669   include:
13670     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13671     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13672     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13673     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13674     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13675     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13676   layout:
13677     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13678     layout: "plot-throughput"
13679
13680 - type: "plot"
13681   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13682   algorithm: "plot_perf_box_name"
13683   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13684   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13685   include:
13686     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13687     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13688     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13689     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13690     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13691     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13692   layout:
13693     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13694     layout: "plot-throughput"
13695
13696 #- type: "plot"
13697 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13698 #  algorithm: "plot_perf_box_name"
13699 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13700 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13701 #  include:
13702 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13703 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13704 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13705 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13706 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13707 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13708 #  layout:
13709 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13710 #    layout: "plot-throughput"
13711 #
13712 #- type: "plot"
13713 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13714 #  algorithm: "plot_perf_box_name"
13715 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13716 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13717 #  include:
13718 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13719 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13720 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13721 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13722 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13723 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13724 #  layout:
13725 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13726 #    layout: "plot-throughput"
13727
13728 - type: "plot"
13729   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13730   algorithm: "plot_perf_box_name"
13731   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13732   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13733   include:
13734     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13735     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13736     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13737     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13738     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13739     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13740   layout:
13741     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13742     layout: "plot-throughput"
13743
13744 - type: "plot"
13745   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13746   algorithm: "plot_perf_box_name"
13747   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13748   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13749   include:
13750     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13751     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13752     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13753     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13754     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13755     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13756   layout:
13757     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13758     layout: "plot-throughput"
13759
13760 - type: "plot"
13761   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13762   algorithm: "plot_perf_box_name"
13763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13765   include:
13766     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13767     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13768     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13769     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13770     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13771     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13772   layout:
13773     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13774     layout: "plot-throughput"
13775
13776 - type: "plot"
13777   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13778   algorithm: "plot_perf_box_name"
13779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13781   include:
13782     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13783     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13784     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13785     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13786     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13787     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13788   layout:
13789     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13790     layout: "plot-throughput"
13791
13792 - type: "plot"
13793   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13794   algorithm: "plot_perf_box_name"
13795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13797   include:
13798     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13799     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13800     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13801     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13802     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13803     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13804   layout:
13805     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13806     layout: "plot-throughput"
13807
13808 - type: "plot"
13809   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13810   algorithm: "plot_perf_box_name"
13811   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13812   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13813   include:
13814     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13815     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13816     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13817     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13818     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13819     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13820   layout:
13821     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13822     layout: "plot-throughput"
13823
13824 - type: "plot"
13825   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13826   algorithm: "plot_perf_box_name"
13827   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13828   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13829   include:
13830     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13831     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13832     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13833     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13834     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13835     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13836   layout:
13837     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13838     layout: "plot-throughput"
13839
13840 - type: "plot"
13841   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13842   algorithm: "plot_perf_box_name"
13843   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13844   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13845   include:
13846     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13847     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13848     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13849     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13850     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13851     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13852   layout:
13853     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13854     layout: "plot-throughput"
13855
13856 #- type: "plot"
13857 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13858 #  algorithm: "plot_perf_box_name"
13859 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13860 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13861 #  include:
13862 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13863 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13864 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13865 #  layout:
13866 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13867 #    layout: "plot-throughput"
13868 #
13869 #- type: "plot"
13870 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13871 #  algorithm: "plot_perf_box_name"
13872 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13873 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13874 #  include:
13875 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13876 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13877 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13878 #  layout:
13879 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13880 #    layout: "plot-throughput"
13881
13882 - type: "plot"
13883   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13884   algorithm: "plot_perf_box_name"
13885   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13887   include:
13888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13893   layout:
13894     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13895     layout: "plot-throughput"
13896
13897 - type: "plot"
13898   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13899   algorithm: "plot_perf_box_name"
13900   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13902   include:
13903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13908   layout:
13909     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13910     layout: "plot-throughput"
13911
13912 - type: "plot"
13913   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13914   algorithm: "plot_perf_box_name"
13915   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13916   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13917   include:
13918     - "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"
13919     - "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"
13920     - "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"
13921     - "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"
13922     - "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"
13923   layout:
13924     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13925     layout: "plot-throughput"
13926
13927 - type: "plot"
13928   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13929   algorithm: "plot_perf_box_name"
13930   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13932   include:
13933     - "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"
13934     - "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"
13935     - "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"
13936     - "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"
13937     - "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"
13938   layout:
13939     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13940     layout: "plot-throughput"
13941
13942 - type: "plot"
13943   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13944   algorithm: "plot_perf_box_name"
13945   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13946   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13947   include:
13948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13953   layout:
13954     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13955     layout: "plot-throughput"
13956
13957 - type: "plot"
13958   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13959   algorithm: "plot_perf_box_name"
13960   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13961   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13962   include:
13963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13968   layout:
13969     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13970     layout: "plot-throughput"
13971
13972 - type: "plot"
13973   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13974   algorithm: "plot_perf_box_name"
13975   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13976   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13977   include:
13978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13983   layout:
13984     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13985     layout: "plot-throughput"
13986
13987 - type: "plot"
13988   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13989   algorithm: "plot_perf_box_name"
13990   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13991   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13992   include:
13993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13998   layout:
13999     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14000     layout: "plot-throughput"
14001
14002 - type: "plot"
14003   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14004   algorithm: "plot_perf_box_name"
14005   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14006   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14007   include:
14008     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14009     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14010     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14011     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14012     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14013   layout:
14014     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14015     layout: "plot-throughput"
14016
14017 - type: "plot"
14018   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14019   algorithm: "plot_perf_box_name"
14020   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14021   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14022   include:
14023     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14024     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14025     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14026     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14027     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14028   layout:
14029     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14030     layout: "plot-throughput"
14031
14032 - type: "plot"
14033   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14034   algorithm: "plot_perf_box_name"
14035   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14036   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14037   include:
14038     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14039     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14040     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14041     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14042     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14043   layout:
14044     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14045     layout: "plot-throughput"
14046
14047 - type: "plot"
14048   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14049   algorithm: "plot_perf_box_name"
14050   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14051   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14052   include:
14053     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14054     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14055     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14056     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14057     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14058   layout:
14059     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14060     layout: "plot-throughput"
14061
14062 - type: "plot"
14063   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14064   algorithm: "plot_perf_box_name"
14065   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14067   include:
14068     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14069     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14070     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14071     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14072   layout:
14073     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14074     layout: "plot-throughput"
14075
14076 - type: "plot"
14077   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14078   algorithm: "plot_perf_box_name"
14079   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14080   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14081   include:
14082     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14083     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14084     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14085     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14086   layout:
14087     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14088     layout: "plot-throughput"
14089
14090 - type: "plot"
14091   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14092   algorithm: "plot_perf_box_name"
14093   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14095   include:
14096     - "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"
14097     - "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"
14098     - "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"
14099     - "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"
14100   layout:
14101     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14102     layout: "plot-throughput"
14103
14104 - type: "plot"
14105   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14106   algorithm: "plot_perf_box_name"
14107   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14108   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14109   include:
14110     - "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"
14111     - "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"
14112     - "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"
14113     - "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"
14114   layout:
14115     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14116     layout: "plot-throughput"
14117
14118 - type: "plot"
14119   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14120   algorithm: "plot_perf_box_name"
14121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14123   include:
14124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14130   layout:
14131     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14132     layout: "plot-throughput"
14133
14134 - type: "plot"
14135   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14136   algorithm: "plot_perf_box_name"
14137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14139   include:
14140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14146   layout:
14147     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14148     layout: "plot-throughput"
14149
14150 - type: "plot"
14151   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14152   algorithm: "plot_perf_box_name"
14153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14155   include:
14156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14162   layout:
14163     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14164     layout: "plot-throughput"
14165
14166 - type: "plot"
14167   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14168   algorithm: "plot_perf_box_name"
14169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14171   include:
14172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14178   layout:
14179     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14180     layout: "plot-throughput"
14181
14182 - type: "plot"
14183   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14184   algorithm: "plot_perf_box_name"
14185   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14187   include:
14188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14194   layout:
14195     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14196     layout: "plot-throughput"
14197
14198 - type: "plot"
14199   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14200   algorithm: "plot_perf_box_name"
14201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14203   include:
14204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14210   layout:
14211     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14212     layout: "plot-throughput"
14213
14214 - type: "plot"
14215   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14216   algorithm: "plot_perf_box_name"
14217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14219   include:
14220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14225   layout:
14226     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14227     layout: "plot-throughput"
14228
14229 - type: "plot"
14230   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14231   algorithm: "plot_perf_box_name"
14232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14234   include:
14235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14240   layout:
14241     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14242     layout: "plot-throughput"
14243
14244 - type: "plot"
14245   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14246   algorithm: "plot_perf_box_name"
14247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14249   include:
14250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14252   layout:
14253     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14254     layout: "plot-throughput"
14255
14256 - type: "plot"
14257   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14258   algorithm: "plot_perf_box_name"
14259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14261   include:
14262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14264   layout:
14265     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14266     layout: "plot-throughput"
14267
14268 - type: "plot"
14269   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14270   algorithm: "plot_perf_box_name"
14271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14273   include:
14274     - "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"
14275     - "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"
14276   layout:
14277     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14278     layout: "plot-throughput"
14279
14280 - type: "plot"
14281   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14282   algorithm: "plot_perf_box_name"
14283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14285   include:
14286     - "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"
14287     - "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"
14288   layout:
14289     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14290     layout: "plot-throughput"
14291
14292 - type: "plot"
14293   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14294   algorithm: "plot_perf_box_name"
14295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14297   include:
14298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14300   layout:
14301     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14302     layout: "plot-throughput"
14303
14304 - type: "plot"
14305   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14306   algorithm: "plot_perf_box_name"
14307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14309   include:
14310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14312   layout:
14313     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14314     layout: "plot-throughput"
14315
14316 - type: "plot"
14317   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14318   algorithm: "plot_perf_box_name"
14319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14321   include:
14322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14324   layout:
14325     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14326     layout: "plot-throughput"
14327
14328 - type: "plot"
14329   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14330   algorithm: "plot_perf_box_name"
14331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14333   include:
14334     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14335     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14336   layout:
14337     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14338     layout: "plot-throughput"
14339
14340 - type: "plot"
14341   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14342   algorithm: "plot_perf_box_name"
14343   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14344   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14345   include:
14346     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14347     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14348     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14349     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14350     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14351     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14352   layout:
14353     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14354     layout: "plot-throughput"
14355
14356 - type: "plot"
14357   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14358   algorithm: "plot_perf_box_name"
14359   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14360   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14361   include:
14362     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14363     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14364     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14365     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14366     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14367     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14368   layout:
14369     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14370     layout: "plot-throughput"
14371
14372 - type: "plot"
14373   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14374   algorithm: "plot_perf_box_name"
14375   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14376   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14377   include:
14378     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14379     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14380     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14381     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14382     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14383     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14384   layout:
14385     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14386     layout: "plot-throughput"
14387
14388 - type: "plot"
14389   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14390   algorithm: "plot_perf_box_name"
14391   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14392   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14393   include:
14394     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14395     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14396     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14397     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14398     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14399     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14400   layout:
14401     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14402     layout: "plot-throughput"
14403
14404 #- type: "plot"
14405 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14406 #  algorithm: "plot_perf_box_name"
14407 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14408 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14409 #  include:
14410 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14411 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14412 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14413 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14414 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14415 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14416 #  layout:
14417 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14418 #    layout: "plot-throughput"
14419 #
14420 #- type: "plot"
14421 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14422 #  algorithm: "plot_perf_box_name"
14423 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14424 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14425 #  include:
14426 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14427 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14428 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14429 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14430 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14431 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14432 #  layout:
14433 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14434 #    layout: "plot-throughput"
14435
14436 - type: "plot"
14437   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14438   algorithm: "plot_perf_box_name"
14439   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14441   include:
14442     - "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"
14443     - "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"
14444     - "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"
14445     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14446     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14447     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14448   layout:
14449     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14450     layout: "plot-throughput"
14451
14452 - type: "plot"
14453   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14454   algorithm: "plot_perf_box_name"
14455   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14456   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14457   include:
14458     - "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"
14459     - "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"
14460     - "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"
14461     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14462     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14463     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14464   layout:
14465     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14466     layout: "plot-throughput"
14467
14468 ################################################################################
14469
14470 # Packet Speedup
14471
14472 - type: "plot"
14473   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14474   algorithm: "plot_tsa_name"
14475   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14476   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14477   include:
14478     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14479     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14480     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14481     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14482   layout:
14483     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14484     layout: "plot-throughput-speedup-analysis"
14485
14486 - type: "plot"
14487   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14488   algorithm: "plot_tsa_name"
14489   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14490   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14491   include:
14492     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14493     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14494     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14495     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14496   layout:
14497     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14498     layout: "plot-throughput-speedup-analysis"
14499
14500 - type: "plot"
14501   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14502   algorithm: "plot_tsa_name"
14503   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14505   include:
14506     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14507     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14508     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14509     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14510   layout:
14511     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14512     layout: "plot-throughput-speedup-analysis"
14513
14514 - type: "plot"
14515   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14516   algorithm: "plot_tsa_name"
14517   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14518   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14519   include:
14520     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14521     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14522     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14523     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14524   layout:
14525     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14526     layout: "plot-throughput-speedup-analysis"
14527
14528 - type: "plot"
14529   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14530   algorithm: "plot_tsa_name"
14531   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14532   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14533   include:
14534     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14535     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14536     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14537     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14538     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14539   layout:
14540     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14541     layout: "plot-throughput-speedup-analysis"
14542
14543 - type: "plot"
14544   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14545   algorithm: "plot_tsa_name"
14546   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14547   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14548   include:
14549     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14550     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14551     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14552     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14553     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14554   layout:
14555     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14556     layout: "plot-throughput-speedup-analysis"
14557
14558 - type: "plot"
14559   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14560   algorithm: "plot_tsa_name"
14561   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14563   include:
14564     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14565     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14566     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14567     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14568     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14569   layout:
14570     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14571     layout: "plot-throughput-speedup-analysis"
14572
14573 - type: "plot"
14574   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14575   algorithm: "plot_tsa_name"
14576   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14578   include:
14579     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14580     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14581     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14582     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14583     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14584   layout:
14585     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14586     layout: "plot-throughput-speedup-analysis"
14587
14588 - type: "plot"
14589   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14590   algorithm: "plot_tsa_name"
14591   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14592   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14593   include:
14594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14598     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14599     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14600   layout:
14601     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14602     layout: "plot-throughput-speedup-analysis"
14603
14604 - type: "plot"
14605   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14606   algorithm: "plot_tsa_name"
14607   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14609   include:
14610     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14613     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14614     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14615     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14616   layout:
14617     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14618     layout: "plot-throughput-speedup-analysis"
14619
14620 - type: "plot"
14621   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14622   algorithm: "plot_tsa_name"
14623   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14624   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14625   include:
14626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14631   layout:
14632     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14633     layout: "plot-throughput-speedup-analysis"
14634
14635 - type: "plot"
14636   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14637   algorithm: "plot_tsa_name"
14638   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14639   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14640   include:
14641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14646   layout:
14647     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14648     layout: "plot-throughput-speedup-analysis"
14649
14650 - type: "plot"
14651   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14652   algorithm: "plot_tsa_name"
14653   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14655   include:
14656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14659   layout:
14660     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14661     layout: "plot-throughput-speedup-analysis"
14662
14663 - type: "plot"
14664   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14665   algorithm: "plot_tsa_name"
14666   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14667   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14668   include:
14669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14672   layout:
14673     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14674     layout: "plot-throughput-speedup-analysis"
14675
14676 - type: "plot"
14677   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14678   algorithm: "plot_tsa_name"
14679   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14680   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14681   include:
14682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14687   layout:
14688     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14689     layout: "plot-throughput-speedup-analysis"
14690
14691 - type: "plot"
14692   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14693   algorithm: "plot_tsa_name"
14694   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14695   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14696   include:
14697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14702   layout:
14703     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14704     layout: "plot-throughput-speedup-analysis"
14705
14706 - type: "plot"
14707   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14708   algorithm: "plot_tsa_name"
14709   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14710   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14711   include:
14712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14715   layout:
14716     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14717     layout: "plot-throughput-speedup-analysis"
14718
14719 - type: "plot"
14720   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14721   algorithm: "plot_tsa_name"
14722   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14724   include:
14725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14728   layout:
14729     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14730     layout: "plot-throughput-speedup-analysis"
14731
14732 - type: "plot"
14733   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14734   algorithm: "plot_tsa_name"
14735   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14736   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14737   include:
14738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14744   layout:
14745     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14746     layout: "plot-throughput-speedup-analysis"
14747
14748 - type: "plot"
14749   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14750   algorithm: "plot_tsa_name"
14751   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14753   include:
14754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14760   layout:
14761     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14762     layout: "plot-throughput-speedup-analysis"
14763
14764 - type: "plot"
14765   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14766   algorithm: "plot_tsa_name"
14767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14769   include:
14770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14776   layout:
14777     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14778     layout: "plot-throughput-speedup-analysis"
14779
14780 - type: "plot"
14781   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14782   algorithm: "plot_tsa_name"
14783   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14784   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14785   include:
14786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14792   layout:
14793     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14794     layout: "plot-throughput-speedup-analysis"
14795
14796 - type: "plot"
14797   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14798   algorithm: "plot_tsa_name"
14799   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14800   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14801   include:
14802     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14803     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14804     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14805   layout:
14806     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14807     layout: "plot-throughput-speedup-analysis"
14808
14809 - type: "plot"
14810   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14811   algorithm: "plot_tsa_name"
14812   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14814   include:
14815     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14816     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14817     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14818   layout:
14819     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14820     layout: "plot-throughput-speedup-analysis"
14821
14822 - type: "plot"
14823   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14824   algorithm: "plot_tsa_name"
14825   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14827   include:
14828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14831 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14832 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14833   layout:
14834     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14835     layout: "plot-throughput-speedup-analysis"
14836
14837 - type: "plot"
14838   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14839   algorithm: "plot_tsa_name"
14840   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14842   include:
14843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14846 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14847 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14848   layout:
14849     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14850     layout: "plot-throughput-speedup-analysis"
14851
14852 - type: "plot"
14853   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14854   algorithm: "plot_tsa_name"
14855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14857   include:
14858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14859     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14860     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14861     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14862     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14863   layout:
14864     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14865     layout: "plot-throughput-speedup-analysis"
14866
14867 - type: "plot"
14868   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14869   algorithm: "plot_tsa_name"
14870   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14872   include:
14873     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14874     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14875     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14876     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14877     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14878   layout:
14879     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14880     layout: "plot-throughput-speedup-analysis"
14881
14882 - type: "plot"
14883   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14884   algorithm: "plot_tsa_name"
14885   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14886   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14887   include:
14888     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14889     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14890     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14891     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14892     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14893   layout:
14894     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14895     layout: "plot-throughput-speedup-analysis"
14896
14897 - type: "plot"
14898   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14899   algorithm: "plot_tsa_name"
14900   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14902   include:
14903     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14904     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14905     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14906     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14907     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14908   layout:
14909     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14910     layout: "plot-throughput-speedup-analysis"
14911
14912 - type: "plot"
14913   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14914   algorithm: "plot_tsa_name"
14915   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14917   include:
14918     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14919     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14920     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14921     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14922     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14923     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14924   layout:
14925     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14926     layout: "plot-throughput-speedup-analysis"
14927
14928 - type: "plot"
14929   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14930   algorithm: "plot_tsa_name"
14931   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14933   include:
14934     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14935     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14936     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14937     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14938     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14939     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14940   layout:
14941     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14942     layout: "plot-throughput-speedup-analysis"
14943
14944 - type: "plot"
14945   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14946   algorithm: "plot_tsa_name"
14947   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14948   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14949   include:
14950     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14952     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14953     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14954     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14955     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14956   layout:
14957     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14958     layout: "plot-throughput-speedup-analysis"
14959
14960 - type: "plot"
14961   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14962   algorithm: "plot_tsa_name"
14963   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14964   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14965   include:
14966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14967     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14968     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14969     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14970     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14972   layout:
14973     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14974     layout: "plot-throughput-speedup-analysis"
14975
14976 - type: "plot"
14977   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14978   algorithm: "plot_tsa_name"
14979   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14980   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14981   include:
14982     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14983     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14984   layout:
14985     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14986     layout: "plot-throughput-speedup-analysis"
14987
14988 - type: "plot"
14989   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14990   algorithm: "plot_tsa_name"
14991   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14992   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14993   include:
14994     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14995     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14996   layout:
14997     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14998     layout: "plot-throughput-speedup-analysis"
14999
15000 - type: "plot"
15001   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15002   algorithm: "plot_tsa_name"
15003   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15004   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15005   include:
15006     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15007     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15008     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15009     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15010   layout:
15011     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15012     layout: "plot-throughput-speedup-analysis"
15013
15014 - type: "plot"
15015   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15016   algorithm: "plot_tsa_name"
15017   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15018   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15019   include:
15020     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15021     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15022     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15023     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15024   layout:
15025     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15026     layout: "plot-throughput-speedup-analysis"
15027
15028 - type: "plot"
15029   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15030   algorithm: "plot_tsa_name"
15031   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15032   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15033   include:
15034     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15035     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15036     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15037     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15038   layout:
15039     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15040     layout: "plot-throughput-speedup-analysis"
15041
15042 - type: "plot"
15043   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15044   algorithm: "plot_tsa_name"
15045   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15046   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15047   include:
15048     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15049     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15050     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15051     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15052   layout:
15053     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15054     layout: "plot-throughput-speedup-analysis"
15055
15056 - type: "plot"
15057   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15058   algorithm: "plot_tsa_name"
15059   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15061   include:
15062     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15063     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15064     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15065     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15066     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15067     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15068   layout:
15069     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15070     layout: "plot-throughput-speedup-analysis"
15071
15072 - type: "plot"
15073   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15074   algorithm: "plot_tsa_name"
15075   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15076   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15077   include:
15078     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15079     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15080     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15081     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15082     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15083     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15084   layout:
15085     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15086     layout: "plot-throughput-speedup-analysis"
15087
15088 - type: "plot"
15089   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15090   algorithm: "plot_tsa_name"
15091   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15092   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15093   include:
15094     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15095     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15096     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15097     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15098     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15099   layout:
15100     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15101     layout: "plot-throughput-speedup-analysis"
15102
15103 - type: "plot"
15104   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15105   algorithm: "plot_tsa_name"
15106   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15107   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15108   include:
15109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15110     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15111     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15112     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15113     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15114   layout:
15115     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15116     layout: "plot-throughput-speedup-analysis"
15117
15118 - type: "plot"
15119   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15120   algorithm: "plot_tsa_name"
15121   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15123   include:
15124     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15125     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15126     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15127     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15128     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15129   layout:
15130     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15131     layout: "plot-throughput-speedup-analysis"
15132
15133 - type: "plot"
15134   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15135   algorithm: "plot_tsa_name"
15136   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15138   include:
15139     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15140     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15141     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15142     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15143     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15144   layout:
15145     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15146     layout: "plot-throughput-speedup-analysis"
15147
15148 - type: "plot"
15149   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15150   algorithm: "plot_tsa_name"
15151   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15152   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15153   include:
15154     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15155     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15156     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15157   layout:
15158     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15159     layout: "plot-throughput-speedup-analysis"
15160
15161 - type: "plot"
15162   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15163   algorithm: "plot_tsa_name"
15164   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15165   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15166   include:
15167     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15168     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15169     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15170   layout:
15171     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15172     layout: "plot-throughput-speedup-analysis"
15173
15174 - type: "plot"
15175   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15176   algorithm: "plot_tsa_name"
15177   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15179   include:
15180     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15181     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15182     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15183   layout:
15184     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15185     layout: "plot-throughput-speedup-analysis"
15186
15187 - type: "plot"
15188   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15189   algorithm: "plot_tsa_name"
15190   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15192   include:
15193     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15194     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15195     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15196   layout:
15197     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15198     layout: "plot-throughput-speedup-analysis"
15199
15200 - type: "plot"
15201   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15202   algorithm: "plot_tsa_name"
15203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15205   include:
15206     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15207     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15208     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15210     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15211   layout:
15212     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15213     layout: "plot-throughput-speedup-analysis"
15214
15215 - type: "plot"
15216   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15217   algorithm: "plot_tsa_name"
15218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15220   include:
15221     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15222     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15223     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15224     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15225     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15226   layout:
15227     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15228     layout: "plot-throughput-speedup-analysis"
15229
15230 - type: "plot"
15231   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15232   algorithm: "plot_tsa_name"
15233   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15234   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15235   include:
15236     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15237     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15238     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15239     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15240     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15241   layout:
15242     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15243     layout: "plot-throughput-speedup-analysis"
15244
15245 - type: "plot"
15246   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15247   algorithm: "plot_tsa_name"
15248   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15250   include:
15251     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15252     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15253     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15254     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15255     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15256   layout:
15257     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15258     layout: "plot-throughput-speedup-analysis"
15259
15260 - type: "plot"
15261   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15262   algorithm: "plot_tsa_name"
15263   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15265   include:
15266     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15267     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15268     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15269     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15270     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15271     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15272   layout:
15273     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15274     layout: "plot-throughput-speedup-analysis"
15275
15276 - type: "plot"
15277   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15278   algorithm: "plot_tsa_name"
15279   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15280   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15281   include:
15282     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15283     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15284     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15285     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15286     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15287     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15288   layout:
15289     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15290     layout: "plot-throughput-speedup-analysis"
15291
15292 - type: "plot"
15293   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15294   algorithm: "plot_tsa_name"
15295   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15296   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15297   include:
15298     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15299     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15300     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15301     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15302   layout:
15303     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15304     layout: "plot-throughput-speedup-analysis"
15305
15306 - type: "plot"
15307   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15308   algorithm: "plot_tsa_name"
15309   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15310   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15311   include:
15312     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15313     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15314     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15315     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15316   layout:
15317     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15318     layout: "plot-throughput-speedup-analysis"
15319
15320 - type: "plot"
15321   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15322   algorithm: "plot_tsa_name"
15323   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15324   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15325   include:
15326     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15327     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15328     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15329     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15330     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15331     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15332   layout:
15333     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15334     layout: "plot-throughput-speedup-analysis"
15335
15336 - type: "plot"
15337   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15338   algorithm: "plot_tsa_name"
15339   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15341   include:
15342     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15343     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15344     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15345     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15346     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15347     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15348   layout:
15349     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15350     layout: "plot-throughput-speedup-analysis"
15351
15352 - type: "plot"
15353   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15354   algorithm: "plot_tsa_name"
15355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15357   include:
15358     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15359     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15360     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15361     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15362     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15363     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15364   layout:
15365     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15366     layout: "plot-throughput-speedup-analysis"
15367
15368 - type: "plot"
15369   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15370   algorithm: "plot_tsa_name"
15371   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15373   include:
15374     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15375     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15376     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15377     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15378     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15379     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15380   layout:
15381     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15382     layout: "plot-throughput-speedup-analysis"
15383
15384 - type: "plot"
15385   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15386   algorithm: "plot_tsa_name"
15387   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15388   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15389   include:
15390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15396   layout:
15397     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15398     layout: "plot-throughput-speedup-analysis"
15399
15400 - type: "plot"
15401   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15402   algorithm: "plot_tsa_name"
15403   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15404   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15405   include:
15406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15408     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15409     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15410     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15411     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15412   layout:
15413     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15414     layout: "plot-throughput-speedup-analysis"
15415
15416 - type: "plot"
15417   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15418   algorithm: "plot_tsa_name"
15419   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15420   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15421   include:
15422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15424     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15425     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15428   layout:
15429     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15430     layout: "plot-throughput-speedup-analysis"
15431
15432 - type: "plot"
15433   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15434   algorithm: "plot_tsa_name"
15435   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15436   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15437   include:
15438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15439     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15444   layout:
15445     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15446     layout: "plot-throughput-speedup-analysis"
15447
15448 - type: "plot"
15449   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15450   algorithm: "plot_tsa_name"
15451   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15453   include:
15454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15456     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15458     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15460   layout:
15461     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15462     layout: "plot-throughput-speedup-analysis"
15463
15464 - type: "plot"
15465   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15466   algorithm: "plot_tsa_name"
15467   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15468   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15469   include:
15470     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15471     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15476   layout:
15477     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15478     layout: "plot-throughput-speedup-analysis"
15479
15480 - type: "plot"
15481   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15482   algorithm: "plot_tsa_name"
15483   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15485   include:
15486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15490   layout:
15491     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15492     layout: "plot-throughput-speedup-analysis"
15493
15494 - type: "plot"
15495   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15496   algorithm: "plot_tsa_name"
15497   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15498   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15499   include:
15500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15504   layout:
15505     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15506     layout: "plot-throughput-speedup-analysis"
15507
15508 - type: "plot"
15509   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15510   algorithm: "plot_tsa_name"
15511   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15512   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15513   include:
15514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15518   layout:
15519     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15520     layout: "plot-throughput-speedup-analysis"
15521
15522 - type: "plot"
15523   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15524   algorithm: "plot_tsa_name"
15525   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15526   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15527   include:
15528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15532   layout:
15533     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15534     layout: "plot-throughput-speedup-analysis"
15535
15536 - type: "plot"
15537   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15538   algorithm: "plot_tsa_name"
15539   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15541   include:
15542     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15543     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15544     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15545     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15546     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15547     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15548   layout:
15549     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15550     layout: "plot-throughput-speedup-analysis"
15551
15552 - type: "plot"
15553   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15554   algorithm: "plot_tsa_name"
15555   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15557   include:
15558     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15559     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15560     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15561     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15562     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15563     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15564   layout:
15565     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15566     layout: "plot-throughput-speedup-analysis"
15567
15568 - type: "plot"
15569   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15570   algorithm: "plot_tsa_name"
15571   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15573   include:
15574     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15575     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15576     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15577     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15578     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15579   layout:
15580     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15581     layout: "plot-throughput-speedup-analysis"
15582
15583 - type: "plot"
15584   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15585   algorithm: "plot_tsa_name"
15586   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15588   include:
15589     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15590     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15591     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15592     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15593     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15594   layout:
15595     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15596     layout: "plot-throughput-speedup-analysis"
15597
15598 - type: "plot"
15599   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15600   algorithm: "plot_tsa_name"
15601   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15603   include:
15604     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15605     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15606     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15607     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15608     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15609   layout:
15610     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15611     layout: "plot-throughput-speedup-analysis"
15612
15613 - type: "plot"
15614   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15615   algorithm: "plot_tsa_name"
15616   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15618   include:
15619     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15620     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15621     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15623     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15624   layout:
15625     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15626     layout: "plot-throughput-speedup-analysis"
15627
15628 - type: "plot"
15629   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15630   algorithm: "plot_tsa_name"
15631   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15633   include:
15634     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15635     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15636     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15637     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15638   layout:
15639     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15640     layout: "plot-throughput-speedup-analysis"
15641
15642 - type: "plot"
15643   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15644   algorithm: "plot_tsa_name"
15645   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15647   include:
15648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15650     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15651     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15652   layout:
15653     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15654     layout: "plot-throughput-speedup-analysis"
15655
15656 - type: "plot"
15657   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15658   algorithm: "plot_tsa_name"
15659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15661   include:
15662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15668   layout:
15669     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15670     layout: "plot-throughput-speedup-analysis"
15671
15672 - type: "plot"
15673   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15674   algorithm: "plot_tsa_name"
15675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15677   include:
15678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15684   layout:
15685     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15686     layout: "plot-throughput-speedup-analysis"
15687
15688 - type: "plot"
15689   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15690   algorithm: "plot_tsa_name"
15691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15693   include:
15694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15697     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15700   layout:
15701     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15702     layout: "plot-throughput-speedup-analysis"
15703
15704 - type: "plot"
15705   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15706   algorithm: "plot_tsa_name"
15707   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15709   include:
15710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15711     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15716   layout:
15717     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15718     layout: "plot-throughput-speedup-analysis"
15719
15720 - type: "plot"
15721   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15722   algorithm: "plot_tsa_name"
15723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15725   include:
15726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15727     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15732   layout:
15733     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15734     layout: "plot-throughput-speedup-analysis"
15735
15736 - type: "plot"
15737   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15738   algorithm: "plot_tsa_name"
15739   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15741   include:
15742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15743     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15744     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15748   layout:
15749     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15750     layout: "plot-throughput-speedup-analysis"
15751
15752 - type: "plot"
15753   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15754   algorithm: "plot_tsa_name"
15755   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15756   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15757   include:
15758     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15759     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15760     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15761     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15762     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15763     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15764   layout:
15765     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15766     layout: "plot-throughput-speedup-analysis"
15767
15768 - type: "plot"
15769   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15770   algorithm: "plot_tsa_name"
15771   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15772   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15773   include:
15774     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15775     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15776     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15777     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15778     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15779     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15780   layout:
15781     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15782     layout: "plot-throughput-speedup-analysis"
15783
15784 - type: "plot"
15785   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15786   algorithm: "plot_tsa_name"
15787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15789   include:
15790     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15791     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15792     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15793     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15794     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15795     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15796   layout:
15797     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15798     layout: "plot-throughput-speedup-analysis"
15799
15800 - type: "plot"
15801   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15802   algorithm: "plot_tsa_name"
15803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15805   include:
15806     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15807     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15808     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15809     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15810     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15811     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15812   layout:
15813     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15814     layout: "plot-throughput-speedup-analysis"
15815
15816 - type: "plot"
15817   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15818   algorithm: "plot_tsa_name"
15819   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15820   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15821   include:
15822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15823     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15827   layout:
15828     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15829     layout: "plot-throughput-speedup-analysis"
15830
15831 - type: "plot"
15832   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15833   algorithm: "plot_tsa_name"
15834   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15836   include:
15837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15838     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15839     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15842   layout:
15843     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15844     layout: "plot-throughput-speedup-analysis"
15845
15846 - type: "plot"
15847   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15848   algorithm: "plot_tsa_name"
15849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15850   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15851   include:
15852     - "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"
15853     - "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"
15854     - "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"
15855     - "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"
15856     - "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"
15857   layout:
15858     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15859     layout: "plot-throughput-speedup-analysis"
15860
15861 - type: "plot"
15862   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15863   algorithm: "plot_tsa_name"
15864   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15866   include:
15867     - "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"
15868     - "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"
15869     - "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"
15870     - "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"
15871     - "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"
15872   layout:
15873     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15874     layout: "plot-throughput-speedup-analysis"
15875
15876 - type: "plot"
15877   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15878   algorithm: "plot_tsa_name"
15879   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15880   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15881   include:
15882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15887   layout:
15888     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15889     layout: "plot-throughput-speedup-analysis"
15890
15891 - type: "plot"
15892   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15893   algorithm: "plot_tsa_name"
15894   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15896   include:
15897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15902   layout:
15903     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15904     layout: "plot-throughput-speedup-analysis"
15905
15906 - type: "plot"
15907   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15908   algorithm: "plot_tsa_name"
15909   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15910   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15911   include:
15912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15917   layout:
15918     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15919     layout: "plot-throughput-speedup-analysis"
15920
15921 - type: "plot"
15922   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15923   algorithm: "plot_tsa_name"
15924   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15925   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15926   include:
15927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15932   layout:
15933     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15934     layout: "plot-throughput-speedup-analysis"
15935
15936 - type: "plot"
15937   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15938   algorithm: "plot_tsa_name"
15939   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15940   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15941   include:
15942     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15943     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15944     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15945     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15946     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15947   layout:
15948     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15949     layout: "plot-throughput-speedup-analysis"
15950
15951 - type: "plot"
15952   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15953   algorithm: "plot_tsa_name"
15954   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15955   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15956   include:
15957     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15958     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15959     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15960     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15961     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15962   layout:
15963     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15964     layout: "plot-throughput-speedup-analysis"
15965
15966 - type: "plot"
15967   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15968   algorithm: "plot_tsa_name"
15969   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15970   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15971   include:
15972     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15973     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15974     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15975     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15976     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15977   layout:
15978     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15979     layout: "plot-throughput-speedup-analysis"
15980
15981 - type: "plot"
15982   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15983   algorithm: "plot_tsa_name"
15984   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15985   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15986   include:
15987     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15988     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15989     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15990     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15991     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15992   layout:
15993     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15994     layout: "plot-throughput-speedup-analysis"
15995
15996 - type: "plot"
15997   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15998   algorithm: "plot_tsa_name"
15999   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16000   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16001   include:
16002     - "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"
16003     - "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"
16004     - "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"
16005     - "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"
16006   layout:
16007     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16008     layout: "plot-throughput-speedup-analysis"
16009
16010 - type: "plot"
16011   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16012   algorithm: "plot_tsa_name"
16013   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16015   include:
16016     - "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"
16017     - "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"
16018     - "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"
16019     - "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"
16020   layout:
16021     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16022     layout: "plot-throughput-speedup-analysis"
16023
16024 - type: "plot"
16025   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16026   algorithm: "plot_tsa_name"
16027   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16029   include:
16030     - "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"
16031     - "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"
16032     - "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"
16033     - "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"
16034   layout:
16035     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16036     layout: "plot-throughput-speedup-analysis"
16037
16038 - type: "plot"
16039   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16040   algorithm: "plot_tsa_name"
16041   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16042   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16043   include:
16044     - "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"
16045     - "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"
16046     - "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"
16047     - "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"
16048   layout:
16049     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16050     layout: "plot-throughput-speedup-analysis"
16051
16052 - type: "plot"
16053   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16054   algorithm: "plot_tsa_name"
16055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16057   include:
16058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16060     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16061     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16062     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16063     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16064   layout:
16065     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16066     layout: "plot-throughput-speedup-analysis"
16067
16068 - type: "plot"
16069   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16070   algorithm: "plot_tsa_name"
16071   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16072   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16073   include:
16074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16076     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16077     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16078     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16079     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16080   layout:
16081     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16082     layout: "plot-throughput-speedup-analysis"
16083
16084 - type: "plot"
16085   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16086   algorithm: "plot_tsa_name"
16087   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16089   include:
16090     - "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"
16091     - "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"
16092     - "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"
16093     - "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"
16094     - "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"
16095     - "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"
16096   layout:
16097     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16098     layout: "plot-throughput-speedup-analysis"
16099
16100 - type: "plot"
16101   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16102   algorithm: "plot_tsa_name"
16103   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16105   include:
16106     - "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"
16107     - "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"
16108     - "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"
16109     - "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"
16110     - "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"
16111     - "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"
16112   layout:
16113     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16114     layout: "plot-throughput-speedup-analysis"
16115
16116 - type: "plot"
16117   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16118   algorithm: "plot_tsa_name"
16119   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16121   include:
16122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16128   layout:
16129     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16130     layout: "plot-throughput-speedup-analysis"
16131
16132 - type: "plot"
16133   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16134   algorithm: "plot_tsa_name"
16135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16137   include:
16138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16144   layout:
16145     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16146     layout: "plot-throughput-speedup-analysis"
16147
16148 - type: "plot"
16149   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16150   algorithm: "plot_tsa_name"
16151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16153   include:
16154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16159   layout:
16160     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16161     layout: "plot-throughput-speedup-analysis"
16162
16163 - type: "plot"
16164   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16165   algorithm: "plot_tsa_name"
16166   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16168   include:
16169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16174   layout:
16175     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16176     layout: "plot-throughput-speedup-analysis"
16177
16178 - type: "plot"
16179   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16180   algorithm: "plot_tsa_name"
16181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16183   include:
16184     - "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"
16185     - "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"
16186   layout:
16187     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16188     layout: "plot-throughput-speedup-analysis"
16189
16190 - type: "plot"
16191   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16192   algorithm: "plot_tsa_name"
16193   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16195   include:
16196     - "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"
16197     - "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"
16198   layout:
16199     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16200     layout: "plot-throughput-speedup-analysis"
16201
16202 - type: "plot"
16203   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16204   algorithm: "plot_tsa_name"
16205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16207   include:
16208     - "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"
16209     - "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"
16210   layout:
16211     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16212     layout: "plot-throughput-speedup-analysis"
16213
16214 - type: "plot"
16215   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16216   algorithm: "plot_tsa_name"
16217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16219   include:
16220     - "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"
16221     - "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"
16222   layout:
16223     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16224     layout: "plot-throughput-speedup-analysis"
16225
16226 - type: "plot"
16227   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16228   algorithm: "plot_tsa_name"
16229   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16230   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16231   include:
16232     - "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"
16233     - "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"
16234     - "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"
16235     - "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"
16236     - "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"
16237     - "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"
16238   layout:
16239     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16240     layout: "plot-throughput-speedup-analysis"
16241
16242 - type: "plot"
16243   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16244   algorithm: "plot_tsa_name"
16245   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16246   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16247   include:
16248     - "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"
16249     - "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"
16250     - "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"
16251     - "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"
16252     - "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"
16253     - "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"
16254   layout:
16255     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16256     layout: "plot-throughput-speedup-analysis"
16257
16258 - type: "plot"
16259   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16260   algorithm: "plot_tsa_name"
16261   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16262   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16263   include:
16264     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16265     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16266     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16267     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16268     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16269   layout:
16270     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16271     layout: "plot-throughput-speedup-analysis"
16272
16273 - type: "plot"
16274   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16275   algorithm: "plot_tsa_name"
16276   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16277   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16278   include:
16279     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16280     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16281     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16282     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16283     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16284   layout:
16285     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16286     layout: "plot-throughput-speedup-analysis"
16287
16288 - type: "plot"
16289   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16290   algorithm: "plot_tsa_name"
16291   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16292   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16293   include:
16294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16295     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16296     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16297     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16298     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16299   layout:
16300     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16301     layout: "plot-throughput-speedup-analysis"
16302
16303 - type: "plot"
16304   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16305   algorithm: "plot_tsa_name"
16306   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16307   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16308   include:
16309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16312     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16313     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16314   layout:
16315     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16316     layout: "plot-throughput-speedup-analysis"
16317
16318 - type: "plot"
16319   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16320   algorithm: "plot_tsa_name"
16321   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16322   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16323   include:
16324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16330   layout:
16331     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16332     layout: "plot-throughput-speedup-analysis"
16333
16334 - type: "plot"
16335   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16336   algorithm: "plot_tsa_name"
16337   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16338   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16339   include:
16340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16346   layout:
16347     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16348     layout: "plot-throughput-speedup-analysis"
16349
16350 - type: "plot"
16351   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16352   algorithm: "plot_tsa_name"
16353   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16354   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16355   include:
16356     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16357     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16358     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16359     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16360   layout:
16361     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16362     layout: "plot-throughput-speedup-analysis"
16363
16364 - type: "plot"
16365   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16366   algorithm: "plot_tsa_name"
16367   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16368   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16369   include:
16370     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16371     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16372     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16373     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16374   layout:
16375     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16376     layout: "plot-throughput-speedup-analysis"
16377
16378 - type: "plot"
16379   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16380   algorithm: "plot_tsa_name"
16381   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16382   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16383   include:
16384     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16385     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16386     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16388     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16389   layout:
16390     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16391     layout: "plot-throughput-speedup-analysis"
16392
16393 - type: "plot"
16394   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16395   algorithm: "plot_tsa_name"
16396   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16397   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16398   include:
16399     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16400     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16401     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16402     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16403     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16404   layout:
16405     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16406     layout: "plot-throughput-speedup-analysis"
16407
16408 - type: "plot"
16409   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16410   algorithm: "plot_tsa_name"
16411   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16412   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16413   include:
16414     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16415     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16416     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16417     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16418     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16419     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16420   layout:
16421     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16422     layout: "plot-throughput-speedup-analysis"
16423
16424 - type: "plot"
16425   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16426   algorithm: "plot_tsa_name"
16427   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16428   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16429   include:
16430     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16431     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16432     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16433     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16434     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16435     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16436   layout:
16437     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16438     layout: "plot-throughput-speedup-analysis"
16439
16440 - type: "plot"
16441   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16442   algorithm: "plot_tsa_name"
16443   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16444   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16445   include:
16446     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16447     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16448     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16449     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16450   layout:
16451     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16452     layout: "plot-throughput-speedup-analysis"
16453
16454 - type: "plot"
16455   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16456   algorithm: "plot_tsa_name"
16457   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16458   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16459   include:
16460     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16461     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16462     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16463     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16464   layout:
16465     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16466     layout: "plot-throughput-speedup-analysis"
16467
16468 - type: "plot"
16469   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16470   algorithm: "plot_tsa_name"
16471   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16472   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16473   include:
16474     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16475     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16476     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16477     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16478     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16479     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16480   layout:
16481     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16482     layout: "plot-throughput-speedup-analysis"
16483
16484 - type: "plot"
16485   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16486   algorithm: "plot_tsa_name"
16487   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16488   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16489   include:
16490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16494     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16496   layout:
16497     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16498     layout: "plot-throughput-speedup-analysis"
16499
16500 - type: "plot"
16501   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16502   algorithm: "plot_tsa_name"
16503   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16504   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16505   include:
16506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16508     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16512   layout:
16513     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16514     layout: "plot-throughput-speedup-analysis"
16515
16516 - type: "plot"
16517   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16518   algorithm: "plot_tsa_name"
16519   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16520   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16521   include:
16522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16528   layout:
16529     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16530     layout: "plot-throughput-speedup-analysis"
16531
16532 - type: "plot"
16533   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16534   algorithm: "plot_tsa_name"
16535   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16536   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16537   include:
16538     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16539     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16540     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16541     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16542     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16543     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16544   layout:
16545     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16546     layout: "plot-throughput-speedup-analysis"
16547
16548 - type: "plot"
16549   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16550   algorithm: "plot_tsa_name"
16551   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16552   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16553   include:
16554     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16555     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16556     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16557     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16558     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16559     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16560   layout:
16561     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16562     layout: "plot-throughput-speedup-analysis"
16563
16564 - type: "plot"
16565   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16566   algorithm: "plot_tsa_name"
16567   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16568   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16569   include:
16570     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16571     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16572     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16573     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16574     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16575     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16576   layout:
16577     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16578     layout: "plot-throughput-speedup-analysis"
16579
16580 - type: "plot"
16581   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16582   algorithm: "plot_tsa_name"
16583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16585   include:
16586     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16587     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16588     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16589     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16590     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16591     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16592   layout:
16593     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16594     layout: "plot-throughput-speedup-analysis"
16595
16596 - type: "plot"
16597   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16598   algorithm: "plot_tsa_name"
16599   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16600   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16601   include:
16602     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16603     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16604     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16605     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16606     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16607     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16608   layout:
16609     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16610     layout: "plot-throughput-speedup-analysis"
16611
16612 - type: "plot"
16613   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16614   algorithm: "plot_tsa_name"
16615   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16616   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16617   include:
16618     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16619     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16620     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16621     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16622     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16623     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16624   layout:
16625     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16626     layout: "plot-throughput-speedup-analysis"
16627
16628 #- type: "plot"
16629 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16630 #  algorithm: "plot_tsa_name"
16631 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16632 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16633 #  include:
16634 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16635 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16636 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16637 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16638 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16639 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16640 #  layout:
16641 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16642 #    layout: "plot-throughput-speedup-analysis"
16643 #
16644 #- type: "plot"
16645 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16646 #  algorithm: "plot_tsa_name"
16647 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16648 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16649 #  include:
16650 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16651 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16652 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16653 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16654 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16655 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16656 #  layout:
16657 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16658 #    layout: "plot-throughput-speedup-analysis"
16659
16660 - type: "plot"
16661   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16662   algorithm: "plot_tsa_name"
16663   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16664   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16665   include:
16666     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16667     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16668     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16669     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16670     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16671   layout:
16672     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16673     layout: "plot-throughput-speedup-analysis"
16674
16675 - type: "plot"
16676   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16677   algorithm: "plot_tsa_name"
16678   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16679   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16680   include:
16681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16686   layout:
16687     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16688     layout: "plot-throughput-speedup-analysis"
16689
16690 - type: "plot"
16691   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16692   algorithm: "plot_tsa_name"
16693   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16694   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16695   include:
16696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16697     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16698     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16699     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16700     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16702   layout:
16703     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16704     layout: "plot-throughput-speedup-analysis"
16705
16706 - type: "plot"
16707   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16708   algorithm: "plot_tsa_name"
16709   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16710   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16711   include:
16712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16714     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16716     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16717     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16718   layout:
16719     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16720     layout: "plot-throughput-speedup-analysis"
16721
16722 - type: "plot"
16723   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16724   algorithm: "plot_tsa_name"
16725   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16726   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16727   include:
16728     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16729     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16730     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16731     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16732     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16733   layout:
16734     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16735     layout: "plot-throughput-speedup-analysis"
16736
16737 - type: "plot"
16738   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16739   algorithm: "plot_tsa_name"
16740   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16741   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16742   include:
16743     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16744     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16745     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16746     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16747     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16748   layout:
16749     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16750     layout: "plot-throughput-speedup-analysis"
16751
16752 #- type: "plot"
16753 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16754 #  algorithm: "plot_tsa_name"
16755 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16756 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16757 #  include:
16758 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16759 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16760 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16761 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16762 #  layout:
16763 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16764 #    layout: "plot-throughput-speedup-analysis"
16765 #
16766 #- type: "plot"
16767 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16768 #  algorithm: "plot_tsa_name"
16769 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16770 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16771 #  include:
16772 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16773 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16774 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16775 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16776 #  layout:
16777 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16778 #    layout: "plot-throughput-speedup-analysis"
16779
16780 - type: "plot"
16781   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16782   algorithm: "plot_tsa_name"
16783   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16784   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16785   include:
16786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16787     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16788     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16789     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16790     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16791     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16792   layout:
16793     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16794     layout: "plot-throughput-speedup-analysis"
16795
16796 - type: "plot"
16797   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16798   algorithm: "plot_tsa_name"
16799   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16800   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16801   include:
16802     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16803     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16804     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16805     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16806     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16807     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16808   layout:
16809     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16810     layout: "plot-throughput-speedup-analysis"
16811
16812 - type: "plot"
16813   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16814   algorithm: "plot_tsa_name"
16815   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16816   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16817   include:
16818     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16819     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16823   layout:
16824     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16825     layout: "plot-throughput-speedup-analysis"
16826
16827 - type: "plot"
16828   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16829   algorithm: "plot_tsa_name"
16830   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16831   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16832   include:
16833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16838   layout:
16839     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16840     layout: "plot-throughput-speedup-analysis"
16841
16842 - type: "plot"
16843   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16844   algorithm: "plot_tsa_name"
16845   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16846   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16847   include:
16848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16854   layout:
16855     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16856     layout: "plot-throughput-speedup-analysis"
16857
16858 - type: "plot"
16859   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16860   algorithm: "plot_tsa_name"
16861   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16862   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16863   include:
16864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16870   layout:
16871     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16872     layout: "plot-throughput-speedup-analysis"
16873
16874 - type: "plot"
16875   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16876   algorithm: "plot_tsa_name"
16877   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16878   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16879   include:
16880     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16881     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16882     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16883     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16884   layout:
16885     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16886     layout: "plot-throughput-speedup-analysis"
16887
16888 - type: "plot"
16889   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16890   algorithm: "plot_tsa_name"
16891   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16892   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16893   include:
16894     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16895     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16896     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16897     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16898   layout:
16899     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16900     layout: "plot-throughput-speedup-analysis"
16901
16902 - type: "plot"
16903   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16904   algorithm: "plot_tsa_name"
16905   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16906   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16907   include:
16908     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16909     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16912     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16913   layout:
16914     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16915     layout: "plot-throughput-speedup-analysis"
16916
16917 - type: "plot"
16918   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16919   algorithm: "plot_tsa_name"
16920   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16921   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16922   include:
16923     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16924     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16925     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16927     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16928   layout:
16929     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16930     layout: "plot-throughput-speedup-analysis"
16931
16932 - type: "plot"
16933   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16934   algorithm: "plot_tsa_name"
16935   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16936   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16937   include:
16938     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16939     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16940     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16941     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16942     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16943     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16944   layout:
16945     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16946     layout: "plot-throughput-speedup-analysis"
16947
16948 - type: "plot"
16949   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16950   algorithm: "plot_tsa_name"
16951   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16952   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16953   include:
16954     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16955     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16956     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16957     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16958     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16960   layout:
16961     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16962     layout: "plot-throughput-speedup-analysis"
16963
16964 #- type: "plot"
16965 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16966 #  algorithm: "plot_tsa_name"
16967 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16968 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16969 #  include:
16970 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16971 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16972 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16973 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16974 #  layout:
16975 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16976 #    layout: "plot-throughput-speedup-analysis"
16977 #
16978 #- type: "plot"
16979 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16980 #  algorithm: "plot_tsa_name"
16981 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16982 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16983 #  include:
16984 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16985 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16986 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16987 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16988 #  layout:
16989 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16990 #    layout: "plot-throughput-speedup-analysis"
16991
16992 - type: "plot"
16993   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16994   algorithm: "plot_tsa_name"
16995   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16996   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16997   include:
16998     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16999     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17000     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17001     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17002     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17003     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17004   layout:
17005     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17006     layout: "plot-throughput-speedup-analysis"
17007
17008 - type: "plot"
17009   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17010   algorithm: "plot_tsa_name"
17011   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17012   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17013   include:
17014     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17015     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17016     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17017     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17018     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17019     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17020   layout:
17021     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17022     layout: "plot-throughput-speedup-analysis"
17023
17024 #- type: "plot"
17025 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17026 #  algorithm: "plot_tsa_name"
17027 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17028 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17029 #  include:
17030 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17031 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17032 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17033 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17034 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17035 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17036 #  layout:
17037 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17038 #    layout: "plot-throughput-speedup-analysis"
17039 #
17040 #- type: "plot"
17041 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17042 #  algorithm: "plot_tsa_name"
17043 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17044 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17045 #  include:
17046 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17047 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17048 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17049 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17050 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17051 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17052 #  layout:
17053 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17054 #    layout: "plot-throughput-speedup-analysis"
17055
17056 #- type: "plot"
17057 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17058 #  algorithm: "plot_tsa_name"
17059 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17060 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17061 #  include:
17062 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17063 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17064 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17065 #  layout:
17066 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17067 #    layout: "plot-throughput-speedup-analysis"
17068 #
17069 #- type: "plot"
17070 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17071 #  algorithm: "plot_tsa_name"
17072 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17073 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17074 #  include:
17075 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17076 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17077 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17078 #  layout:
17079 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17080 #    layout: "plot-throughput-speedup-analysis"
17081
17082 ################################################################################
17083
17084 # Packet Throughput - DPDK
17085
17086 # 2n-skx-xxv710
17087
17088 - type: "plot"
17089   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17090   algorithm: "plot_perf_box_name"
17091   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17092   data: "plot-dpdk-throughput-latency-2n-skx"
17093   include:
17094     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17095     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17096   layout:
17097     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17098     layout: "plot-throughput"
17099
17100 - type: "plot"
17101   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17102   algorithm: "plot_perf_box_name"
17103   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17104   data: "plot-dpdk-throughput-latency-2n-skx"
17105   include:
17106     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17107     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17108   layout:
17109     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17110     layout: "plot-throughput"
17111
17112 - type: "plot"
17113   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17114   algorithm: "plot_perf_box_name"
17115   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17116   data: "plot-dpdk-throughput-latency-2n-skx"
17117   include:
17118     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17119     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17120   layout:
17121     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17122     layout: "plot-throughput"
17123
17124 - type: "plot"
17125   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17126   algorithm: "plot_perf_box_name"
17127   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17128   data: "plot-dpdk-throughput-latency-2n-skx"
17129   include:
17130     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17131     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17132   layout:
17133     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17134     layout: "plot-throughput"
17135
17136 # 2n-skx-x710
17137
17138 - type: "plot"
17139   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17140   algorithm: "plot_perf_box_name"
17141   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17142   data: "plot-dpdk-throughput-latency-2n-skx"
17143   include:
17144     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17145     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17146   layout:
17147     title: "2n-skx-x710-64b-2t1c-base-ndr"
17148     layout: "plot-throughput"
17149
17150 - type: "plot"
17151   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17152   algorithm: "plot_perf_box_name"
17153   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17154   data: "plot-dpdk-throughput-latency-2n-skx"
17155   include:
17156     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17157     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17158   layout:
17159     title: "2n-skx-x710-64b-4t2c-base-ndr"
17160     layout: "plot-throughput"
17161
17162 - type: "plot"
17163   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17164   algorithm: "plot_perf_box_name"
17165   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17166   data: "plot-dpdk-throughput-latency-2n-skx"
17167   include:
17168     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17169     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17170   layout:
17171     title: "2n-skx-x710-64b-2t1c-base-pdr"
17172     layout: "plot-throughput"
17173
17174 - type: "plot"
17175   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17176   algorithm: "plot_perf_box_name"
17177   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17178   data: "plot-dpdk-throughput-latency-2n-skx"
17179   include:
17180     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17181     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17182   layout:
17183     title: "2n-skx-x710-64b-4t2c-base-pdr"
17184     layout: "plot-throughput"
17185
17186 # 3n-skx-xxv710
17187
17188 - type: "plot"
17189   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17190   algorithm: "plot_perf_box_name"
17191   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17192   data: "plot-dpdk-throughput-latency-3n-skx"
17193   include:
17194     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17195     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17196   layout:
17197     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17198     layout: "plot-throughput"
17199
17200 - type: "plot"
17201   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17202   algorithm: "plot_perf_box_name"
17203   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17204   data: "plot-dpdk-throughput-latency-3n-skx"
17205   include:
17206     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17207     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17208   layout:
17209     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17210     layout: "plot-throughput"
17211
17212 - type: "plot"
17213   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17214   algorithm: "plot_perf_box_name"
17215   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17216   data: "plot-dpdk-throughput-latency-3n-skx"
17217   include:
17218     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17219     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17220   layout:
17221     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17222     layout: "plot-throughput"
17223
17224 - type: "plot"
17225   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17226   algorithm: "plot_perf_box_name"
17227   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17228   data: "plot-dpdk-throughput-latency-3n-skx"
17229   include:
17230     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17231     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17232   layout:
17233     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17234     layout: "plot-throughput"
17235
17236 # 3n-skx-x710
17237
17238 - type: "plot"
17239   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17240   algorithm: "plot_perf_box_name"
17241   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17242   data: "plot-dpdk-throughput-latency-3n-skx"
17243   include:
17244     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17245     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17246   layout:
17247     title: "3n-skx-x710-64b-2t1c-base-ndr"
17248     layout: "plot-throughput"
17249
17250 - type: "plot"
17251   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17252   algorithm: "plot_perf_box_name"
17253   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17254   data: "plot-dpdk-throughput-latency-3n-skx"
17255   include:
17256     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17257     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17258   layout:
17259     title: "3n-skx-x710-64b-4t2c-base-ndr"
17260     layout: "plot-throughput"
17261
17262 - type: "plot"
17263   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17264   algorithm: "plot_perf_box_name"
17265   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17266   data: "plot-dpdk-throughput-latency-3n-skx"
17267   include:
17268     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17269     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17270   layout:
17271     title: "3n-skx-x710-64b-2t1c-base-pdr"
17272     layout: "plot-throughput"
17273
17274 - type: "plot"
17275   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17276   algorithm: "plot_perf_box_name"
17277   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17278   data: "plot-dpdk-throughput-latency-3n-skx"
17279   include:
17280     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17281     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17282   layout:
17283     title: "3n-skx-x710-64b-4t2c-base-pdr"
17284     layout: "plot-throughput"
17285
17286 # 3n-hsw-xl710
17287
17288 - type: "plot"
17289   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17290   algorithm: "plot_perf_box_name"
17291   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17292   data: "plot-dpdk-throughput-latency-3n-hsw"
17293   include:
17294     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17295     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17296   layout:
17297     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17298     layout: "plot-throughput"
17299
17300 - type: "plot"
17301   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17302   algorithm: "plot_perf_box_name"
17303   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17304   data: "plot-dpdk-throughput-latency-3n-hsw"
17305   include:
17306     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17307     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17308   layout:
17309     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17310     layout: "plot-throughput"
17311
17312 - type: "plot"
17313   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17314   algorithm: "plot_perf_box_name"
17315   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17316   data: "plot-dpdk-throughput-latency-3n-hsw"
17317   include:
17318     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17319     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17320   layout:
17321     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17322     layout: "plot-throughput"
17323
17324 - type: "plot"
17325   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17326   algorithm: "plot_perf_box_name"
17327   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17328   data: "plot-dpdk-throughput-latency-3n-hsw"
17329   include:
17330     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17331     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17332   layout:
17333     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17334     layout: "plot-throughput"
17335
17336 # 3n-hsw-x710
17337
17338 - type: "plot"
17339   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17340   algorithm: "plot_perf_box_name"
17341   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17342   data: "plot-dpdk-throughput-latency-3n-hsw"
17343   include:
17344     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17345     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17346   layout:
17347     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17348     layout: "plot-throughput"
17349
17350 - type: "plot"
17351   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17352   algorithm: "plot_perf_box_name"
17353   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17354   data: "plot-dpdk-throughput-latency-3n-hsw"
17355   include:
17356     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17357     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17358   layout:
17359     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17360     layout: "plot-throughput"
17361
17362 - type: "plot"
17363   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17364   algorithm: "plot_perf_box_name"
17365   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17366   data: "plot-dpdk-throughput-latency-3n-hsw"
17367   include:
17368     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17369     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17370   layout:
17371     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17372     layout: "plot-throughput"
17373
17374 - type: "plot"
17375   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17376   algorithm: "plot_perf_box_name"
17377   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17378   data: "plot-dpdk-throughput-latency-3n-hsw"
17379   include:
17380     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17381     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17382   layout:
17383     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17384     layout: "plot-throughput"
17385
17386 # 2n-dnv-x553
17387
17388 - type: "plot"
17389   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17390   algorithm: "plot_perf_box_name"
17391   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17392   data: "plot-dpdk-throughput-latency-2n-dnv"
17393   include:
17394     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17395     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17396   layout:
17397     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17398     layout: "plot-throughput"
17399
17400 - type: "plot"
17401   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17402   algorithm: "plot_perf_box_name"
17403   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17404   data: "plot-dpdk-throughput-latency-2n-dnv"
17405   include:
17406     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17407     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17408   layout:
17409     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17410     layout: "plot-throughput"
17411
17412 - type: "plot"
17413   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17414   algorithm: "plot_perf_box_name"
17415   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17416   data: "plot-dpdk-throughput-latency-2n-dnv"
17417   include:
17418     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17419     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17420   layout:
17421     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17422     layout: "plot-throughput"
17423
17424 - type: "plot"
17425   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17426   algorithm: "plot_perf_box_name"
17427   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17428   data: "plot-dpdk-throughput-latency-2n-dnv"
17429   include:
17430     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17431     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17432   layout:
17433     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17434     layout: "plot-throughput"
17435
17436 # 3n-dnv-x553
17437
17438 - type: "plot"
17439   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17440   algorithm: "plot_perf_box_name"
17441   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17442   data: "plot-dpdk-throughput-latency-3n-dnv"
17443   include:
17444     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17445     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17446   layout:
17447     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17448     layout: "plot-throughput"
17449
17450 - type: "plot"
17451   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17452   algorithm: "plot_perf_box_name"
17453   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17454   data: "plot-dpdk-throughput-latency-3n-dnv"
17455   include:
17456     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17457     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17458   layout:
17459     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17460     layout: "plot-throughput"
17461
17462 - type: "plot"
17463   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17464   algorithm: "plot_perf_box_name"
17465   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17466   data: "plot-dpdk-throughput-latency-3n-dnv"
17467   include:
17468     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17469     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17470   layout:
17471     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17472     layout: "plot-throughput"
17473
17474 - type: "plot"
17475   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17476   algorithm: "plot_perf_box_name"
17477   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17478   data: "plot-dpdk-throughput-latency-3n-dnv"
17479   include:
17480     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17481     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17482   layout:
17483     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17484     layout: "plot-throughput"
17485
17486 # 3n-tsh-x520
17487
17488 - type: "plot"
17489   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17490   algorithm: "plot_perf_box_name"
17491   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17492   data: "plot-dpdk-throughput-latency-3n-tsh"
17493   include:
17494     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17495     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17496   layout:
17497     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17498     layout: "plot-throughput"
17499
17500 - type: "plot"
17501   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17502   algorithm: "plot_perf_box_name"
17503   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17504   data: "plot-dpdk-throughput-latency-3n-tsh"
17505   include:
17506     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17507     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17508   layout:
17509     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17510     layout: "plot-throughput"
17511
17512 - type: "plot"
17513   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17514   algorithm: "plot_perf_box_name"
17515   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17516   data: "plot-dpdk-throughput-latency-3n-tsh"
17517   include:
17518     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17519     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17520   layout:
17521     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17522     layout: "plot-throughput"
17523
17524 - type: "plot"
17525   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17526   algorithm: "plot_perf_box_name"
17527   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17528   data: "plot-dpdk-throughput-latency-3n-tsh"
17529   include:
17530     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17531     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17532   layout:
17533     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17534     layout: "plot-throughput"
17535
17536 ################################################################################
17537 ###   2n-clx                                                                 ###
17538 ################################################################################
17539
17540 # Packet Throughput
17541
17542 - type: "plot"
17543   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17544   algorithm: "plot_perf_box_name"
17545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17547   include:
17548     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17549     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17550     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17551     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17552   layout:
17553     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17554     layout: "plot-throughput"
17555
17556 - type: "plot"
17557   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17558   algorithm: "plot_perf_box_name"
17559   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17560   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17561   include:
17562     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17563     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17564     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17565     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17566   layout:
17567     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17568     layout: "plot-throughput"
17569
17570 - type: "plot"
17571   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17572   algorithm: "plot_perf_box_name"
17573   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17575   include:
17576     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17578     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17580   layout:
17581     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17582     layout: "plot-throughput"
17583
17584 - type: "plot"
17585   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17586   algorithm: "plot_perf_box_name"
17587   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17588   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17589   include:
17590     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17591     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17592     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17593     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17594   layout:
17595     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17596     layout: "plot-throughput"
17597
17598 - type: "plot"
17599   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17600   algorithm: "plot_perf_box_name"
17601   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17602   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17603   include:
17604     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17605     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17606     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17607     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17608   layout:
17609     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17610     layout: "plot-throughput"
17611
17612 - type: "plot"
17613   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17614   algorithm: "plot_perf_box_name"
17615   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17616   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17617   include:
17618     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17619     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17620     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17621     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17622   layout:
17623     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17624     layout: "plot-throughput"
17625
17626 - type: "plot"
17627   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17628   algorithm: "plot_perf_box_name"
17629   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17631   include:
17632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17638   layout:
17639     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17640     layout: "plot-throughput"
17641
17642 - type: "plot"
17643   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17644   algorithm: "plot_perf_box_name"
17645   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17647   include:
17648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17650     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17653   layout:
17654     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17655     layout: "plot-throughput"
17656
17657 - type: "plot"
17658   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17659   algorithm: "plot_perf_box_name"
17660   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17662   include:
17663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17667   layout:
17668     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17669     layout: "plot-throughput"
17670
17671 - type: "plot"
17672   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17673   algorithm: "plot_perf_box_name"
17674   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17676   include:
17677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17681   layout:
17682     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17683     layout: "plot-throughput"
17684
17685 - type: "plot"
17686   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17687   algorithm: "plot_perf_box_name"
17688   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17690   include:
17691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17694   layout:
17695     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17696     layout: "plot-throughput"
17697
17698 - type: "plot"
17699   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17700   algorithm: "plot_perf_box_name"
17701   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17702   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17703   include:
17704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17707   layout:
17708     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17709     layout: "plot-throughput"
17710
17711 - type: "plot"
17712   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17713   algorithm: "plot_perf_box_name"
17714   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17716   include:
17717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17722   layout:
17723     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17724     layout: "plot-throughput"
17725
17726 - type: "plot"
17727   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17728   algorithm: "plot_perf_box_name"
17729   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17731   include:
17732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17737   layout:
17738     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17739     layout: "plot-throughput"
17740
17741 - type: "plot"
17742   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17743   algorithm: "plot_perf_box_name"
17744   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17745   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17746   include:
17747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17750   layout:
17751     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17752     layout: "plot-throughput"
17753
17754 - type: "plot"
17755   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17756   algorithm: "plot_perf_box_name"
17757   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17759   include:
17760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17763   layout:
17764     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17765     layout: "plot-throughput"
17766
17767 - type: "plot"
17768   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17769   algorithm: "plot_perf_box_name"
17770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17772   include:
17773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17779   layout:
17780     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17781     layout: "plot-throughput"
17782
17783 - type: "plot"
17784   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17785   algorithm: "plot_perf_box_name"
17786   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17788   include:
17789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17794     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17795   layout:
17796     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17797     layout: "plot-throughput"
17798
17799 - type: "plot"
17800   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17801   algorithm: "plot_perf_box_name"
17802   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17804   include:
17805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17808     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17811   layout:
17812     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17813     layout: "plot-throughput"
17814
17815 - type: "plot"
17816   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17817   algorithm: "plot_perf_box_name"
17818   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17819   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17820   include:
17821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17827   layout:
17828     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17829     layout: "plot-throughput"
17830
17831 - type: "plot"
17832   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17833   algorithm: "plot_perf_box_name"
17834   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17835   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17836   include:
17837     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17838     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17839   layout:
17840     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17841     layout: "plot-throughput"
17842
17843 - type: "plot"
17844   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17845   algorithm: "plot_perf_box_name"
17846   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17848   include:
17849     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17851   layout:
17852     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17853     layout: "plot-throughput"
17854
17855 - type: "plot"
17856   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17857   algorithm: "plot_perf_box_name"
17858   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17860   include:
17861     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17867   layout:
17868     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17869     layout: "plot-throughput"
17870
17871 - type: "plot"
17872   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17873   algorithm: "plot_perf_box_name"
17874   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17876   include:
17877     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17879     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17882     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17883   layout:
17884     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17885     layout: "plot-throughput"
17886
17887 - type: "plot"
17888   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17889   algorithm: "plot_perf_box_name"
17890   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17891   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17892   include:
17893     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17895     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17896     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17897     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17898     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17899   layout:
17900     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17901     layout: "plot-throughput"
17902
17903 - type: "plot"
17904   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17905   algorithm: "plot_perf_box_name"
17906   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17908   include:
17909     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17910     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17911     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17912     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17915   layout:
17916     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17917     layout: "plot-throughput"
17918
17919 - type: "plot"
17920   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17921   algorithm: "plot_perf_box_name"
17922   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17924   include:
17925     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17926     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17927     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17928     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17929     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17930     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17931   layout:
17932     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17933     layout: "plot-throughput"
17934
17935 - type: "plot"
17936   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17937   algorithm: "plot_perf_box_name"
17938   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17939   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17940   include:
17941     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17942     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17943     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17944     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17945     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17947   layout:
17948     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17949     layout: "plot-throughput"
17950
17951 - type: "plot"
17952   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17953   algorithm: "plot_perf_box_name"
17954   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17956   include:
17957     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17958     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17959     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17960     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17962   layout:
17963     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17964     layout: "plot-throughput"
17965
17966 - type: "plot"
17967   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17968   algorithm: "plot_perf_box_name"
17969   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17971   include:
17972     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17973     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17974     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17975     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17977   layout:
17978     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17979     layout: "plot-throughput"
17980
17981 - type: "plot"
17982   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17983   algorithm: "plot_perf_box_name"
17984   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17986   include:
17987     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17988     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17989     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17990     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17991     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17992   layout:
17993     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17994     layout: "plot-throughput"
17995
17996 - type: "plot"
17997   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17998   algorithm: "plot_perf_box_name"
17999   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18001   include:
18002     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18005     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18007   layout:
18008     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18009     layout: "plot-throughput"
18010
18011 - type: "plot"
18012   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18013   algorithm: "plot_perf_box_name"
18014   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18016   include:
18017     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18018     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18019     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18020     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18021     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18022   layout:
18023     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18024     layout: "plot-throughput"
18025
18026 - type: "plot"
18027   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18028   algorithm: "plot_perf_box_name"
18029   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18030   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18031   include:
18032     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18033     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18034     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18035     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18036     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18037   layout:
18038     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18039     layout: "plot-throughput"
18040
18041 - type: "plot"
18042   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18043   algorithm: "plot_perf_box_name"
18044   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18046   include:
18047     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18048     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18049     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18052   layout:
18053     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18054     layout: "plot-throughput"
18055
18056 - type: "plot"
18057   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18058   algorithm: "plot_perf_box_name"
18059   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18061   include:
18062     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18063     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18067   layout:
18068     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18069     layout: "plot-throughput"
18070
18071 - type: "plot"
18072   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18073   algorithm: "plot_perf_box_name"
18074   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18076   include:
18077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18078     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18082   layout:
18083     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18084     layout: "plot-throughput"
18085
18086 - type: "plot"
18087   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18088   algorithm: "plot_perf_box_name"
18089   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18090   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18091   include:
18092     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18093     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18094     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18095     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18096     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18097   layout:
18098     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18099     layout: "plot-throughput"
18100
18101 - type: "plot"
18102   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18103   algorithm: "plot_perf_box_name"
18104   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18106   include:
18107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18113   layout:
18114     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18115     layout: "plot-throughput"
18116
18117 - type: "plot"
18118   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18119   algorithm: "plot_perf_box_name"
18120   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18122   include:
18123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18129   layout:
18130     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18131     layout: "plot-throughput"
18132
18133 - type: "plot"
18134   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18135   algorithm: "plot_perf_box_name"
18136   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18138   include:
18139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18143   layout:
18144     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18145     layout: "plot-throughput"
18146
18147 - type: "plot"
18148   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18149   algorithm: "plot_perf_box_name"
18150   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18152   include:
18153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18157   layout:
18158     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18159     layout: "plot-throughput"
18160
18161 - type: "plot"
18162   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18163   algorithm: "plot_perf_box_name"
18164   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18166   include:
18167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18173   layout:
18174     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18175     layout: "plot-throughput"
18176
18177 - type: "plot"
18178   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18179   algorithm: "plot_perf_box_name"
18180   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18182   include:
18183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18189   layout:
18190     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18191     layout: "plot-throughput"
18192
18193 - type: "plot"
18194   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18195   algorithm: "plot_perf_box_name"
18196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18198   include:
18199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18203   layout:
18204     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18205     layout: "plot-throughput"
18206
18207 - type: "plot"
18208   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18209   algorithm: "plot_perf_box_name"
18210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18212   include:
18213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18217   layout:
18218     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18219     layout: "plot-throughput"
18220
18221 - type: "plot"
18222   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18223   algorithm: "plot_perf_box_name"
18224   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18225   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18226   include:
18227     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18228     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18229     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18230     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18231     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18232     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18233   layout:
18234     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18235     layout: "plot-throughput"
18236
18237 - type: "plot"
18238   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18239   algorithm: "plot_perf_box_name"
18240   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18242   include:
18243     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18244     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18245     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18246     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18247     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18248     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18249   layout:
18250     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18251     layout: "plot-throughput"
18252
18253 - type: "plot"
18254   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18255   algorithm: "plot_perf_box_name"
18256   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18258   include:
18259     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18260     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18261     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18262     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18263   layout:
18264     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18265     layout: "plot-throughput"
18266
18267 - type: "plot"
18268   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18269   algorithm: "plot_perf_box_name"
18270   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18272   include:
18273     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18274     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18275     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18276     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18277   layout:
18278     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18279     layout: "plot-throughput"
18280
18281 - type: "plot"
18282   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18283   algorithm: "plot_perf_box_name"
18284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18286   include:
18287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18292   layout:
18293     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18294     layout: "plot-throughput"
18295
18296 - type: "plot"
18297   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18298   algorithm: "plot_perf_box_name"
18299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18301   include:
18302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18307   layout:
18308     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18309     layout: "plot-throughput"
18310
18311 - type: "plot"
18312   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18313   algorithm: "plot_perf_box_name"
18314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18316   include:
18317     - "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"
18318     - "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"
18319     - "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"
18320     - "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"
18321     - "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"
18322   layout:
18323     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18324     layout: "plot-throughput"
18325
18326 - type: "plot"
18327   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18328   algorithm: "plot_perf_box_name"
18329   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18330   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18331   include:
18332     - "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"
18333     - "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"
18334     - "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"
18335     - "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"
18336     - "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"
18337   layout:
18338     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18339     layout: "plot-throughput"
18340
18341 - type: "plot"
18342   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18343   algorithm: "plot_perf_box_name"
18344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18346   include:
18347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18352   layout:
18353     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18354     layout: "plot-throughput"
18355
18356 - type: "plot"
18357   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18358   algorithm: "plot_perf_box_name"
18359   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18360   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18361   include:
18362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18366     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18367   layout:
18368     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18369     layout: "plot-throughput"
18370
18371 - type: "plot"
18372   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18373   algorithm: "plot_perf_box_name"
18374   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18376   include:
18377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18382   layout:
18383     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18384     layout: "plot-throughput"
18385
18386 - type: "plot"
18387   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18388   algorithm: "plot_perf_box_name"
18389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18391   include:
18392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18397   layout:
18398     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18399     layout: "plot-throughput"
18400
18401 - type: "plot"
18402   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18403   algorithm: "plot_perf_box_name"
18404   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18406   include:
18407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18411   layout:
18412     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18413     layout: "plot-throughput"
18414
18415 - type: "plot"
18416   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18417   algorithm: "plot_perf_box_name"
18418   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18420   include:
18421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18425   layout:
18426     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18427     layout: "plot-throughput"
18428
18429 - type: "plot"
18430   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18431   algorithm: "plot_perf_box_name"
18432   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18434   include:
18435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18436     - "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"
18437     - "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"
18438     - "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"
18439   layout:
18440     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18441     layout: "plot-throughput"
18442
18443 - type: "plot"
18444   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18445   algorithm: "plot_perf_box_name"
18446   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18448   include:
18449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18450     - "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"
18451     - "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"
18452     - "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"
18453   layout:
18454     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18455     layout: "plot-throughput"
18456
18457 - type: "plot"
18458   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18459   algorithm: "plot_perf_box_name"
18460   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18462   include:
18463     - "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"
18464     - "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"
18465     - "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"
18466     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18467     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18468     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18469   layout:
18470     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18471     layout: "plot-throughput"
18472
18473 - type: "plot"
18474   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18475   algorithm: "plot_perf_box_name"
18476   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18478   include:
18479     - "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"
18480     - "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"
18481     - "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"
18482     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18483     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18484     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18485   layout:
18486     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18487     layout: "plot-throughput"
18488
18489 ################################################################################
18490
18491 # Packet Speedup
18492
18493 - type: "plot"
18494   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18495   algorithm: "plot_tsa_name"
18496   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18498   include:
18499     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18500     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18503   layout:
18504     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18505     layout: "plot-throughput-speedup-analysis"
18506
18507 - type: "plot"
18508   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18509   algorithm: "plot_tsa_name"
18510   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18512   include:
18513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18517   layout:
18518     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18519     layout: "plot-throughput-speedup-analysis"
18520
18521 - type: "plot"
18522   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18523   algorithm: "plot_tsa_name"
18524   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18526   include:
18527     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18528     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18529     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18530     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18531   layout:
18532     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18533     layout: "plot-throughput-speedup-analysis"
18534
18535 - type: "plot"
18536   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18537   algorithm: "plot_tsa_name"
18538   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18539   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18540   include:
18541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18542     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18543     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18544     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18545   layout:
18546     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18547     layout: "plot-throughput-speedup-analysis"
18548
18549 - type: "plot"
18550   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18551   algorithm: "plot_tsa_name"
18552   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18554   include:
18555     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18556     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18557     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18558     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18559   layout:
18560     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18561     layout: "plot-throughput-speedup-analysis"
18562
18563 - type: "plot"
18564   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18565   algorithm: "plot_tsa_name"
18566   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18568   include:
18569     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18570     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18571     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18572     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18573   layout:
18574     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18575     layout: "plot-throughput-speedup-analysis"
18576
18577 - type: "plot"
18578   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18579   algorithm: "plot_tsa_name"
18580   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18581   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18582   include:
18583     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18584     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18585     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18586     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18587     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18588     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18589   layout:
18590     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18591     layout: "plot-throughput-speedup-analysis"
18592
18593 - type: "plot"
18594   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18595   algorithm: "plot_tsa_name"
18596   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18597   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18598   include:
18599     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18600     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18601     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18602     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18603     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18605   layout:
18606     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18607     layout: "plot-throughput-speedup-analysis"
18608
18609 - type: "plot"
18610   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18611   algorithm: "plot_tsa_name"
18612   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18614   include:
18615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18619   layout:
18620     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18621     layout: "plot-throughput-speedup-analysis"
18622
18623 - type: "plot"
18624   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18625   algorithm: "plot_tsa_name"
18626   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18628   include:
18629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18633   layout:
18634     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18635     layout: "plot-throughput-speedup-analysis"
18636
18637 - type: "plot"
18638   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18639   algorithm: "plot_tsa_name"
18640   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18642   include:
18643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18646   layout:
18647     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18648     layout: "plot-throughput-speedup-analysis"
18649
18650 - type: "plot"
18651   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18652   algorithm: "plot_tsa_name"
18653   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18655   include:
18656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18659   layout:
18660     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18661     layout: "plot-throughput-speedup-analysis"
18662
18663 - type: "plot"
18664   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18665   algorithm: "plot_tsa_name"
18666   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18668   include:
18669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18674   layout:
18675     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18676     layout: "plot-throughput-speedup-analysis"
18677
18678 - type: "plot"
18679   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18680   algorithm: "plot_tsa_name"
18681   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18683   include:
18684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18689   layout:
18690     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18691     layout: "plot-throughput-speedup-analysis"
18692
18693 - type: "plot"
18694   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18695   algorithm: "plot_tsa_name"
18696   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18697   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18698   include:
18699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18702   layout:
18703     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18704     layout: "plot-throughput-speedup-analysis"
18705
18706 - type: "plot"
18707   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18708   algorithm: "plot_tsa_name"
18709   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18711   include:
18712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18715   layout:
18716     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18717     layout: "plot-throughput-speedup-analysis"
18718
18719 - type: "plot"
18720   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18721   algorithm: "plot_tsa_name"
18722   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18724   include:
18725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18731   layout:
18732     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18733     layout: "plot-throughput-speedup-analysis"
18734
18735 - type: "plot"
18736   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18737   algorithm: "plot_tsa_name"
18738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18740   include:
18741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18747   layout:
18748     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18749     layout: "plot-throughput-speedup-analysis"
18750
18751 - type: "plot"
18752   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18753   algorithm: "plot_tsa_name"
18754   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18756   include:
18757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18763   layout:
18764     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18765     layout: "plot-throughput-speedup-analysis"
18766
18767 - type: "plot"
18768   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18769   algorithm: "plot_tsa_name"
18770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18772   include:
18773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18779   layout:
18780     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18781     layout: "plot-throughput-speedup-analysis"
18782
18783 - type: "plot"
18784   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18785   algorithm: "plot_tsa_name"
18786   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18788   include:
18789     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18790     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18791   layout:
18792     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18793     layout: "plot-throughput-speedup-analysis"
18794
18795 - type: "plot"
18796   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18797   algorithm: "plot_tsa_name"
18798   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18800   include:
18801     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18802     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18803   layout:
18804     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18805     layout: "plot-throughput-speedup-analysis"
18806
18807 - type: "plot"
18808   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18809   algorithm: "plot_tsa_name"
18810   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18812   include:
18813     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18814     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18815     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18816     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18817     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18818     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18819   layout:
18820     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18821     layout: "plot-throughput-speedup-analysis"
18822
18823 - type: "plot"
18824   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18825   algorithm: "plot_tsa_name"
18826   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18828   include:
18829     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18830     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18831     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18832     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18833     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18834     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18835   layout:
18836     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18837     layout: "plot-throughput-speedup-analysis"
18838
18839 - type: "plot"
18840   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18841   algorithm: "plot_tsa_name"
18842   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18844   include:
18845     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18846     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18847     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18848     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18849     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18850     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18851   layout:
18852     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18853     layout: "plot-throughput-speedup-analysis"
18854
18855 - type: "plot"
18856   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18857   algorithm: "plot_tsa_name"
18858   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18860   include:
18861     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18862     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18863     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18864     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18865     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18866     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18867   layout:
18868     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18869     layout: "plot-throughput-speedup-analysis"
18870
18871 - type: "plot"
18872   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18873   algorithm: "plot_tsa_name"
18874   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18876   include:
18877     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18878     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18879     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18880     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18881     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18882     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18883   layout:
18884     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18885     layout: "plot-throughput-speedup-analysis"
18886
18887 - type: "plot"
18888   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18889   algorithm: "plot_tsa_name"
18890   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18891   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18892   include:
18893     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18894     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18895     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18896     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18897     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18898     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18899   layout:
18900     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18901     layout: "plot-throughput-speedup-analysis"
18902
18903 - type: "plot"
18904   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18905   algorithm: "plot_tsa_name"
18906   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18908   include:
18909     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18910     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18911     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18912     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18913     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18914   layout:
18915     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18916     layout: "plot-throughput-speedup-analysis"
18917
18918 - type: "plot"
18919   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18920   algorithm: "plot_tsa_name"
18921   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18923   include:
18924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18926     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18927     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18929   layout:
18930     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18931     layout: "plot-throughput-speedup-analysis"
18932
18933 - type: "plot"
18934   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18935   algorithm: "plot_tsa_name"
18936   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18938   include:
18939     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18940     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18941     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18942     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18943     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18944   layout:
18945     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18946     layout: "plot-throughput-speedup-analysis"
18947
18948 - type: "plot"
18949   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18950   algorithm: "plot_tsa_name"
18951   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18953   include:
18954     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18955     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18956     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18957     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18958     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18959   layout:
18960     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18961     layout: "plot-throughput-speedup-analysis"
18962
18963 - type: "plot"
18964   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18965   algorithm: "plot_tsa_name"
18966   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18968   include:
18969     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18970     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18971     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18972     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18973     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18974   layout:
18975     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18976     layout: "plot-throughput-speedup-analysis"
18977
18978 - type: "plot"
18979   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18980   algorithm: "plot_tsa_name"
18981   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18983   include:
18984     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18985     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18986     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18987     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18988     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18989   layout:
18990     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18991     layout: "plot-throughput-speedup-analysis"
18992
18993 - type: "plot"
18994   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18995   algorithm: "plot_tsa_name"
18996   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18998   include:
18999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19004   layout:
19005     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19006     layout: "plot-throughput-speedup-analysis"
19007
19008 - type: "plot"
19009   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19010   algorithm: "plot_tsa_name"
19011   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19013   include:
19014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19019   layout:
19020     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19021     layout: "plot-throughput-speedup-analysis"
19022
19023 - type: "plot"
19024   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19025   algorithm: "plot_tsa_name"
19026   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19028   include:
19029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19032     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19034   layout:
19035     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19036     layout: "plot-throughput-speedup-analysis"
19037
19038 - type: "plot"
19039   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19040   algorithm: "plot_tsa_name"
19041   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19043   include:
19044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19045     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19046     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19047     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19048     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19049   layout:
19050     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19051     layout: "plot-throughput-speedup-analysis"
19052
19053 - type: "plot"
19054   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19055   algorithm: "plot_tsa_name"
19056   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19058   include:
19059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19065   layout:
19066     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19067     layout: "plot-throughput-speedup-analysis"
19068
19069 - type: "plot"
19070   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19071   algorithm: "plot_tsa_name"
19072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19074   include:
19075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19081   layout:
19082     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19083     layout: "plot-throughput-speedup-analysis"
19084
19085 - type: "plot"
19086   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19087   algorithm: "plot_tsa_name"
19088   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19089   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19090   include:
19091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19095   layout:
19096     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19097     layout: "plot-throughput-speedup-analysis"
19098
19099 - type: "plot"
19100   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19101   algorithm: "plot_tsa_name"
19102   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19104   include:
19105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19109   layout:
19110     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19111     layout: "plot-throughput-speedup-analysis"
19112
19113 - type: "plot"
19114   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19115   algorithm: "plot_tsa_name"
19116   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19117   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19118   include:
19119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19125   layout:
19126     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19127     layout: "plot-throughput-speedup-analysis"
19128
19129 - type: "plot"
19130   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19131   algorithm: "plot_tsa_name"
19132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19134   include:
19135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19141   layout:
19142     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19143     layout: "plot-throughput-speedup-analysis"
19144
19145 - type: "plot"
19146   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19147   algorithm: "plot_tsa_name"
19148   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19150   include:
19151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19155   layout:
19156     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19157     layout: "plot-throughput-speedup-analysis"
19158
19159 - type: "plot"
19160   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19161   algorithm: "plot_tsa_name"
19162   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19164   include:
19165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19169   layout:
19170     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19171     layout: "plot-throughput-speedup-analysis"
19172
19173 - type: "plot"
19174   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19175   algorithm: "plot_tsa_name"
19176   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19177   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19178   include:
19179     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19180     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19181     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19182     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19183     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19184     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19185   layout:
19186     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19187     layout: "plot-throughput-speedup-analysis"
19188
19189 - type: "plot"
19190   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19191   algorithm: "plot_tsa_name"
19192   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19194   include:
19195     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19196     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19197     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19198     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19199     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19200     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19201   layout:
19202     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19203     layout: "plot-throughput-speedup-analysis"
19204
19205 - type: "plot"
19206   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19207   algorithm: "plot_tsa_name"
19208   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19209   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19210   include:
19211     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19212     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19213     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19214     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19215   layout:
19216     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19217     layout: "plot-throughput-speedup-analysis"
19218
19219 - type: "plot"
19220   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19221   algorithm: "plot_tsa_name"
19222   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19224   include:
19225     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19226     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19227     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19228     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19229   layout:
19230     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19231     layout: "plot-throughput-speedup-analysis"
19232
19233 - type: "plot"
19234   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19235   algorithm: "plot_tsa_name"
19236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19238   include:
19239     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19244   layout:
19245     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19246     layout: "plot-throughput-speedup-analysis"
19247
19248 - type: "plot"
19249   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19250   algorithm: "plot_tsa_name"
19251   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19253   include:
19254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19259   layout:
19260     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19261     layout: "plot-throughput-speedup-analysis"
19262
19263 - type: "plot"
19264   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19265   algorithm: "plot_tsa_name"
19266   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19268   include:
19269     - "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"
19270     - "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"
19271     - "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"
19272     - "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"
19273     - "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"
19274   layout:
19275     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19276     layout: "plot-throughput-speedup-analysis"
19277
19278 - type: "plot"
19279   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19280   algorithm: "plot_tsa_name"
19281   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19283   include:
19284     - "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"
19285     - "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"
19286     - "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"
19287     - "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"
19288     - "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"
19289   layout:
19290     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19291     layout: "plot-throughput-speedup-analysis"
19292
19293 - type: "plot"
19294   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19295   algorithm: "plot_tsa_name"
19296   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19297   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19298   include:
19299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19304   layout:
19305     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19306     layout: "plot-throughput-speedup-analysis"
19307
19308 - type: "plot"
19309   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19310   algorithm: "plot_tsa_name"
19311   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19312   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19313   include:
19314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19319   layout:
19320     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19321     layout: "plot-throughput-speedup-analysis"
19322
19323 - type: "plot"
19324   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19325   algorithm: "plot_tsa_name"
19326   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19327   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19328   include:
19329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19334   layout:
19335     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19336     layout: "plot-throughput-speedup-analysis"
19337
19338 - type: "plot"
19339   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19340   algorithm: "plot_tsa_name"
19341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19343   include:
19344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19349   layout:
19350     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19351     layout: "plot-throughput-speedup-analysis"
19352
19353 - type: "plot"
19354   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19355   algorithm: "plot_tsa_name"
19356   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19358   include:
19359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19363   layout:
19364     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19365     layout: "plot-throughput-speedup-analysis"
19366
19367 - type: "plot"
19368   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19369   algorithm: "plot_tsa_name"
19370   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19372   include:
19373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19377   layout:
19378     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19379     layout: "plot-throughput-speedup-analysis"
19380
19381 - type: "plot"
19382   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19383   algorithm: "plot_tsa_name"
19384   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19385   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19386   include:
19387     - "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"
19388     - "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"
19389     - "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"
19390     - "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"
19391   layout:
19392     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19393     layout: "plot-throughput-speedup-analysis"
19394
19395 - type: "plot"
19396   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19397   algorithm: "plot_tsa_name"
19398   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19400   include:
19401     - "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"
19402     - "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"
19403     - "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"
19404     - "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"
19405   layout:
19406     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19407     layout: "plot-throughput-speedup-analysis"
19408
19409 - type: "plot"
19410   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19411   algorithm: "plot_tsa_name"
19412   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19413   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19414   include:
19415     - "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"
19416     - "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"
19417     - "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"
19418     - "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"
19419     - "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"
19420     - "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"
19421   layout:
19422     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19423     layout: "plot-throughput-speedup-analysis"
19424
19425 - type: "plot"
19426   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19427   algorithm: "plot_tsa_name"
19428   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19430   include:
19431     - "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"
19432     - "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"
19433     - "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"
19434     - "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"
19435     - "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"
19436     - "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"
19437   layout:
19438     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19439     layout: "plot-throughput-speedup-analysis"
19440
19441 ################################################################################
19442
19443 # Packet Throughput - DPDK
19444
19445 # 2n-clx-xxv710
19446
19447 - type: "plot"
19448   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19449   algorithm: "plot_perf_box_name"
19450   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19451   data: "plot-dpdk-throughput-latency-2n-clx"
19452   include:
19453     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19454     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19455   layout:
19456     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19457     layout: "plot-throughput"
19458
19459 - type: "plot"
19460   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19461   algorithm: "plot_perf_box_name"
19462   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19463   data: "plot-dpdk-throughput-latency-2n-clx"
19464   include:
19465     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19466     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19467   layout:
19468     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19469     layout: "plot-throughput"
19470
19471 - type: "plot"
19472   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19473   algorithm: "plot_perf_box_name"
19474   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19475   data: "plot-dpdk-throughput-latency-2n-clx"
19476   include:
19477     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19478     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19479   layout:
19480     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19481     layout: "plot-throughput"
19482
19483 - type: "plot"
19484   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19485   algorithm: "plot_perf_box_name"
19486   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19487   data: "plot-dpdk-throughput-latency-2n-clx"
19488   include:
19489     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19490     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19491   layout:
19492     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19493     layout: "plot-throughput"
19494
19495 # 2n-clx-x710
19496
19497 - type: "plot"
19498   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19499   algorithm: "plot_perf_box_name"
19500   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19501   data: "plot-dpdk-throughput-latency-2n-clx"
19502   include:
19503     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19504     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19505   layout:
19506     title: "2n-clx-x710-64b-2t1c-base-ndr"
19507     layout: "plot-throughput"
19508
19509 - type: "plot"
19510   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19511   algorithm: "plot_perf_box_name"
19512   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19513   data: "plot-dpdk-throughput-latency-2n-clx"
19514   include:
19515     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19516     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19517   layout:
19518     title: "2n-clx-x710-64b-4t2c-base-ndr"
19519     layout: "plot-throughput"
19520
19521 - type: "plot"
19522   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19523   algorithm: "plot_perf_box_name"
19524   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19525   data: "plot-dpdk-throughput-latency-2n-clx"
19526   include:
19527     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19528     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19529   layout:
19530     title: "2n-clx-x710-64b-2t1c-base-pdr"
19531     layout: "plot-throughput"
19532
19533 - type: "plot"
19534   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19535   algorithm: "plot_perf_box_name"
19536   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19537   data: "plot-dpdk-throughput-latency-2n-clx"
19538   include:
19539     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19540     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19541   layout:
19542     title: "2n-clx-x710-64b-4t2c-base-pdr"
19543     layout: "plot-throughput"
19544
19545 ################################################################################
19546
19547 - type: "plot"
19548   title: "Latency by percentile: 2n-skx"
19549   algorithm: "plot_hdrh_lat_by_percentile"
19550   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19551   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19552   target-links: "../../_static/vpp"
19553   data: "plot-vpp-hdrh-lat-2n-skx"
19554   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19555   layout:
19556     layout: "plot-hdrh-latency-by-percentile"
19557
19558 - type: "plot"
19559   title: "Latency by percentile: 3n-skx"
19560   algorithm: "plot_hdrh_lat_by_percentile"
19561   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19562   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19563   target-links: "../../_static/vpp"
19564   data: "plot-vpp-hdrh-lat-3n-skx"
19565   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19566   layout:
19567     layout: "plot-hdrh-latency-by-percentile"
19568
19569 - type: "plot"
19570   title: "Latency by percentile: 2n-clx"
19571   algorithm: "plot_hdrh_lat_by_percentile"
19572   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19573   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19574   target-links: "../../_static/vpp"
19575   data: "plot-vpp-hdrh-lat-2n-clx"
19576   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19577   layout:
19578     layout: "plot-hdrh-latency-by-percentile"
19579
19580 - type: "plot"
19581   title: "Latency by percentile: 3n-hsw"
19582   algorithm: "plot_hdrh_lat_by_percentile"
19583   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19584   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19585   target-links: "../../_static/vpp"
19586   data: "plot-vpp-hdrh-lat-3n-hsw"
19587   filter: "'1T1C' and 'NIC_Intel-XL710'"
19588   layout:
19589     layout: "plot-hdrh-latency-by-percentile"
19590
19591 - type: "plot"
19592   title: "Latency by percentile: 3n-tsh"
19593   algorithm: "plot_hdrh_lat_by_percentile"
19594   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19595   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19596   target-links: "../../_static/vpp"
19597   data: "plot-vpp-hdrh-lat-3n-tsh"
19598   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19599   layout:
19600     layout: "plot-hdrh-latency-by-percentile"
19601
19602 - type: "plot"
19603   title: "Latency by percentile: DPDK 2n-skx"
19604   algorithm: "plot_hdrh_lat_by_percentile"
19605   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19606   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19607   target-links: "../../_static/dpdk"
19608   data: "plot-dpdk-hdrh-lat-2n-skx"
19609   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19610   layout:
19611     layout: "plot-hdrh-latency-by-percentile"
19612
19613 - type: "plot"
19614   title: "Latency by percentile: DPDK 3n-skx"
19615   algorithm: "plot_hdrh_lat_by_percentile"
19616   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19617   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19618   target-links: "../../_static/dpdk"
19619   data: "plot-dpdk-hdrh-lat-3n-skx"
19620   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19621   layout:
19622     layout: "plot-hdrh-latency-by-percentile"
19623
19624 - type: "plot"
19625   title: "Latency by percentile: DPDK 2n-clx"
19626   algorithm: "plot_hdrh_lat_by_percentile"
19627   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19628   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19629   target-links: "../../_static/dpdk"
19630   data: "plot-dpdk-hdrh-lat-2n-clx"
19631   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19632   layout:
19633     layout: "plot-hdrh-latency-by-percentile"
19634
19635 - type: "plot"
19636   title: "Latency by percentile: DPDK 3n-hsw"
19637   algorithm: "plot_hdrh_lat_by_percentile"
19638   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19639   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19640   target-links: "../../_static/dpdk"
19641   data: "plot-dpdk-hdrh-lat-3n-hsw"
19642   filter: "'1T1C' and 'NIC_Intel-XL710'"
19643   layout:
19644     layout: "plot-hdrh-latency-by-percentile"
19645
19646 - type: "plot"
19647   title: "Latency by percentile: DPDK 3n-tsh"
19648   algorithm: "plot_hdrh_lat_by_percentile"
19649   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19650   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19651   target-links: "../../_static/dpdk"
19652   data: "plot-dpdk-hdrh-lat-3n-tsh"
19653   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19654   layout:
19655     layout: "plot-hdrh-latency-by-percentile"