Report 2005: Clean-up graphs and tables
[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
613     vpp-perf-results-3n-tsh:
614       # TODO: Add data:
615       csit-vpp-perf-report-iterative-2005-3n-tsh:
616         - 9   # NDRPDR sel
617
618     vpp-perf-results-3n-dnv:
619       csit-vpp-perf-report-coverage-2005-3n-dnv:
620         - 1   # perf-full-3n-dnv-crypto_I
621         - 24  # perf-full-3n-dnv-crypto_II
622         - 5   # perf-full-3n-dnv-ip4_I
623         - 13  # perf-full-3n-dnv-ip4_II
624         - 17  # perf-full-3n-dnv-ip6_I
625         - 18  # perf-full-3n-dnv-ip6_II
626         - 21  # perf-full-3n-dnv-l2_I
627         - 22  # perf-full-3n-dnv-l2_II
628         - 23  # perf-full-3n-dnv-ip4-tunnels_I
629
630     vpp-perf-results-2n-dnv:
631       csit-vpp-perf-report-coverage-2005-2n-dnv:
632         - 1   # perf-full-2n-dnv-ip4_I
633         - 2   # perf-full-2n-dnv-ip4_II
634         - 3   # perf-full-2n-dnv-ip6_I
635         - 4   # perf-full-2n-dnv-ip6_II
636         - 5   # perf-full-2n-dnv-l2_I
637         - 6   # perf-full-2n-dnv-l2_II
638
639     vpp-mrr-results-3n-hsw:
640       csit-vpp-perf-report-iterative-2005-3n-hsw:
641         - 13  # MRR
642
643     vpp-mrr-results-3n-skx:
644       csit-vpp-perf-report-iterative-2005-3n-skx:
645         - 6   # MRR sel
646
647     vpp-mrr-results-2n-skx:
648       csit-vpp-perf-report-iterative-2005-2n-skx:
649         - 42  # MRR sel
650
651     vpp-mrr-results-2n-clx:
652       csit-vpp-perf-report-iterative-2005-2n-clx:
653         - 12   # MRR
654
655     vpp-mrr-results-3n-tsh:
656       csit-vpp-perf-report-iterative-2005-3n-tsh:
657         - 10  # MRR sel
658
659     vpp-mrr-results-3n-dnv:
660       csit-vpp-perf-report-iterative-2005-3n-dnv:
661         - 8   # MRR
662
663     vpp-mrr-results-2n-dnv:
664       csit-vpp-perf-report-iterative-2005-2n-dnv:
665         - 15  # MRR sel
666
667     vpp-device-results-ubuntu:
668       csit-vpp-device-2005-ubuntu1804-1n-skx:
669         - 35
670
671     dpdk-perf-results-3n-hsw:
672       csit-dpdk-perf-report-iterative-2005-3n-hsw:
673         - 5   # NDRPDR sel
674
675     dpdk-perf-results-3n-skx:
676       csit-dpdk-perf-report-iterative-2005-3n-skx:
677         - 4   # NDRPDR sel
678
679     dpdk-perf-results-2n-skx:
680       csit-dpdk-perf-report-iterative-2005-2n-skx:
681         - 1   # NDRPDR sel
682
683     dpdk-perf-results-2n-clx:
684       csit-dpdk-perf-report-iterative-2005-2n-clx:
685         - 1   # NDRPDR sel
686
687     dpdk-perf-results-2n-dnv:
688       csit-dpdk-perf-report-iterative-2005-2n-dnv:
689         - 8   # NDRPDR sel
690
691     dpdk-perf-results-3n-dnv:
692       csit-dpdk-perf-report-iterative-2005-3n-dnv:
693         - 6   # NDRPDR sel
694
695     dpdk-perf-results-3n-tsh:
696       # TODO: Replace with better results:
697       csit-dpdk-perf-report-iterative-2005-3n-tsh:
698         - 5   # NDRPDR sel
699
700 ###########################################################################
701     # Tables (more than one data set)
702
703     # Performance changes
704
705     vpp-performance-changes-3n-hsw-h1:
706       csit-vpp-perf-verify-1908-3n-hsw:
707         - 12  # NDRPDR sel
708         - 13  # NDRPDR sel
709         - 14  # NDRPDR sel
710         - 15  # NDRPDR sel
711         - 16  # NDRPDR sel
712         - 17  # NDRPDR sel
713         - 18  # NDRPDR sel
714         - 19  # NDRPDR sel
715         - 20  # NDRPDR sel
716         - 21  # NDRPDR sel
717     vpp-performance-changes-3n-hsw-ref:
718       csit-vpp-perf-verify-2001-3n-hsw:
719         - 21  # NDRPDR sel
720         - 22  # NDRPDR sel
721         - 23  # NDRPDR sel
722         - 24  # NDRPDR sel
723         - 25  # NDRPDR sel
724         - 29  # NDRPDR sel
725         - 30  # NDRPDR sel
726         - 31  # NDRPDR sel
727         - 32  # NDRPDR sel
728         - 34  # NDRPDR sel
729     vpp-performance-changes-3n-hsw-cmp:
730       csit-vpp-perf-report-iterative-2005-3n-hsw:
731         - 3   # NDRPDR sel
732         - 4   # NDRPDR sel
733         - 5   # NDRPDR sel
734         - 10  # NDRPDR sel
735         - 11  # NDRPDR sel
736         - 12  # NDRPDR sel
737         - 15  # NDRPDR sel
738         - 16  # NDRPDR sel
739         - 18  # NDRPDR sel
740         - 19  # NDRPDR sel
741
742     vpp-performance-changes-3n-skx-h1:
743       csit-vpp-perf-verify-1908-3n-skx:
744         - 26  # NDRPDR sel - new1908.1
745         - 27  # NDRPDR sel - new1908.1
746         - 28  # NDRPDR sel - new1908.1
747         - 29  # NDRPDR sel - new1908.1
748         - 30  # NDRPDR sel - new1908.1
749         - 31  # NDRPDR sel - new1908.1
750         - 33  # NDRPDR sel - new1908.1
751         - 34  # NDRPDR sel - new1908.1
752         - 35  # NDRPDR sel - new1908.1
753         - 36  # NDRPDR sel - new1908.1
754     vpp-performance-changes-3n-skx-ref:
755       csit-vpp-perf-verify-2001-3n-skx:
756         - 69  # NDRPDR sel - new2001.0
757         - 71  # NDRPDR sel - new2001.0
758         - 72  # NDRPDR sel - new2001.0
759         - 76  # NDRPDR sel - new2001.0
760         - 77  # NDRPDR sel - new2001.0
761         - 78  # NDRPDR sel - new2001.0
762         - 80  # NDRPDR sel - new2001.0
763     vpp-performance-changes-3n-skx-cmp:
764       # TODO: Add data:
765       csit-vpp-perf-report-iterative-2005-3n-skx:
766         - 4   # NDRPDR sel
767         - 5   # NDRPDR sel ??? all x710 failed
768         - 33  # NDRPDR sel
769         - 28  # NDRPDR sel
770         - 34  # NDRPDR sel
771         - 36  # NDRPDR sel
772         - 37  # NDRPDR sel
773
774     vpp-performance-changes-2n-skx-h1:
775       csit-vpp-perf-verify-1908-2n-skx:
776         - 39  # NDRPDR sel - new1908.1
777         - 40  # NDRPDR sel - new1908.1
778         - 41  # NDRPDR sel - new1908.1
779         - 43  # NDRPDR sel - new1908.1
780         - 44  # NDRPDR sel - new1908.1
781         - 45  # NDRPDR sel - new1908.1
782         - 46  # NDRPDR sel - new1908.1
783         - 47  # NDRPDR sel - new1908.1
784         - 48  # NDRPDR sel - new1908.1
785         - 49  # NDRPDR sel - new1908.1
786     vpp-performance-changes-2n-skx-ref:
787       csit-vpp-perf-verify-2001-2n-skx:
788         - 143  # NDRPDR sel - new2001.0
789         - 146  # NDRPDR sel - new2001.0
790         - 147  # NDRPDR sel - new2001.0
791         - 148  # NDRPDR sel - new2001.0
792         - 149  # NDRPDR sel - new2001.0
793         - 150  # NDRPDR sel - new2001.0
794         - 151  # NDRPDR sel - new2001.0
795         - 152  # NDRPDR sel - new2001.0
796         - 153  # NDRPDR sel - new2001.0
797         - 154  # NDRPDR sel - new2001.0
798     vpp-performance-changes-2n-skx-cmp:
799       # TODO: Add data:
800       csit-vpp-perf-report-iterative-2005-2n-skx:
801         - 43  # NDRPDR sel
802         - 38  # NDRPDR sel
803         - 7   # NDRPDR sel
804         - 47  # NDRPDR sel
805         - 55  # NDRPDR sel
806
807     vpp-performance-changes-nfv-2n-skx-ref:
808       csit-vpp-perf-verify-2001-2n-skx:
809         - 30  # NFV
810         - 31  # NFV
811     vpp-performance-changes-nfv-2n-skx-cmp:
812       # TODO: Add data:
813       csit-vpp-perf-report-iterative-2005-2n-skx:
814         - 43  # NDRPDR sel
815         - 38  # NDRPDR sel
816         - 7   # NDRPDR sel
817
818     vpp-performance-changes-2n-clx-ref:
819       csit-vpp-perf-verify-2001-2n-clx:
820         - 28  # NDRPDR sel
821         - 29  # NDRPDR sel
822         - 32  # NDRPDR sel
823         - 40  # NDRPDR sel
824         - 43  # NDRPDR sel
825         - 44  # NDRPDR sel
826         - 45  # NDRPDR sel
827         - 47  # NDRPDR sel
828         - 48  # NDRPDR sel
829         - 49  # NDRPDR sel
830     vpp-performance-changes-2n-clx-cmp:
831       csit-vpp-perf-report-iterative-2005-2n-clx:
832         - 7   # NDRPDR sel
833         - 38  # NDRPDR sel
834         - 9   # NDRPDR sel
835         - 32  # NDRPDR sel ???
836         - 33  # NDRPDR sel ???
837         - 39  # NDRPDR sel
838         - 40  # NDRPDR sel
839         - 43  # NDRPDR sel
840         - 50  # NDRPDR sel
841         - 51  # NDRPDR sel
842
843     vpp-performance-changes-2n-dnv-h1:
844       csit-vpp-perf-verify-1908-2n-dnv:
845         - 1   # NDRPDR sel
846         - 2   # NDRPDR sel
847         - 3   # NDRPDR sel
848         - 4   # NDRPDR sel
849         - 5   # NDRPDR sel
850         - 6   # NDRPDR sel
851         - 7   # NDRPDR sel
852         - 8   # NDRPDR sel
853         - 9   # NDRPDR sel
854         - 10  # NDRPDR sel
855     vpp-performance-changes-2n-dnv-ref:
856       csit-vpp-perf-verify-2001-2n-dnv:
857         - 4   # NDRPDR sel
858         - 5   # NDRPDR sel
859         - 6   # NDRPDR sel
860         - 7   # NDRPDR sel
861         - 8   # NDRPDR sel
862         - 9   # NDRPDR sel
863         - 10  # NDRPDR sel
864         - 11  # NDRPDR sel
865         - 13  # NDRPDR sel
866         - 16  # NDRPDR sel
867     vpp-performance-changes-2n-dnv-cmp:
868       csit-vpp-perf-report-iterative-2005-2n-dnv:
869         - 3   # NDRPDR sel
870         - 6   # NDRPDR sel
871         - 7   # NDRPDR sel
872         - 8   # NDRPDR sel
873         - 9   # NDRPDR sel
874         - 10  # NDRPDR sel
875         - 11  # NDRPDR sel
876         - 12  # NDRPDR sel
877         - 13  # NDRPDR sel
878         - 14  # NDRPDR sel
879
880     vpp-performance-changes-3n-dnv-h1:
881       csit-vpp-perf-verify-1908-3n-dnv:
882         - 6   # NDRPDR sel
883         - 7   # NDRPDR sel
884         - 8   # NDRPDR sel
885         - 9   # NDRPDR sel
886         - 10  # NDRPDR sel
887         - 12  # NDRPDR sel
888         - 13  # NDRPDR sel
889         - 14  # NDRPDR sel
890         - 15  # NDRPDR sel
891         - 16  # NDRPDR sel
892     vpp-performance-changes-3n-dnv-ref:
893       csit-vpp-perf-verify-2001-3n-dnv:
894         - 5   # NDRPDR sel
895         - 6   # NDRPDR sel
896         - 7   # NDRPDR sel
897         - 8   # NDRPDR sel
898         - 9   # NDRPDR sel
899         - 10  # NDRPDR sel
900         - 12  # NDRPDR sel
901         - 16  # NDRPDR sel
902         - 17  # NDRPDR sel
903         - 18  # NDRPDR sel
904     vpp-performance-changes-3n-dnv-cmp:
905       csit-vpp-perf-report-iterative-2005-3n-dnv:
906         - 2   # NDRPDR sel
907         - 3   # NDRPDR sel
908         - 4   # NDRPDR sel
909         - 5   # NDRPDR sel
910         - 6   # NDRPDR sel
911         - 7   # NDRPDR sel
912         - 9   # NDRPDR sel
913         - 10  # NDRPDR sel
914         - 11  # NDRPDR sel
915         - 12  # NDRPDR sel
916
917     vpp-performance-changes-3n-tsh-h1:
918       csit-vpp-perf-verify-1908-3n-tsh:
919         - 7   # NDRPDR sel
920         - 8   # NDRPDR sel
921         - 9   # NDRPDR sel
922         - 10  # NDRPDR sel
923         - 11  # NDRPDR sel
924         - 12  # NDRPDR sel
925         - 13  # NDRPDR sel
926         - 14  # NDRPDR sel
927         - 15  # NDRPDR sel
928         - 16  # NDRPDR sel
929     vpp-performance-changes-3n-tsh-ref:
930       csit-vpp-perf-verify-2001-3n-tsh:
931         - 3   # NDRPDR sel
932         - 4   # NDRPDR sel
933         - 7   # NDRPDR sel
934         - 8   # NDRPDR sel
935         - 10  # NDRPDR sel
936         - 12  # NDRPDR sel
937         - 13  # NDRPDR sel
938         - 14  # NDRPDR sel
939         - 15  # NDRPDR sel
940         - 21  # NDRPDR sel
941     vpp-performance-changes-3n-tsh-cmp:
942       # TODO: Add data:
943       csit-vpp-perf-report-iterative-2005-3n-tsh:
944         - 9   # NDRPDR sel
945         - 11  # NDRPDR sel
946
947     vpp-soak-vs-ndr-2n-skx-ref:
948       # TODO: Add data:
949       csit-vpp-perf-report-iterative-2005-2n-skx:
950         - 43  # NDRPDR sel
951         - 38  # NDRPDR sel
952         - 7   # NDRPDR sel
953         - 47  # NDRPDR sel
954         - 55  # NDRPDR sel
955     vpp-soak-vs-ndr-2n-skx-cmp:
956       csit-vpp-perf-report-iterative-2005-2n-skx:
957         - 49  # Soak
958         - 54  # Soak
959     vpp-soak-vs-ndr-2n-skx:
960       csit-vpp-perf-report-iterative-2005-2n-skx:
961         - 43  # NDRPDR sel
962         - 38  # NDRPDR sel
963         - 7   # NDRPDR sel
964         - 47  # NDRPDR sel
965         - 55  # NDRPDR sel
966         - 49  # Soak
967         - 54  # Soak
968
969     vpp-soak-vs-ndr-2n-clx-ref:
970       csit-vpp-perf-report-iterative-2005-2n-clx:
971         - 7   # NDRPDR sel
972         - 38  # NDRPDR sel
973         - 9   # NDRPDR sel
974         - 32  # NDRPDR sel ???
975         - 33  # NDRPDR sel ???
976         - 39  # NDRPDR sel
977         - 40  # NDRPDR sel
978         - 43  # NDRPDR sel
979         - 50  # NDRPDR sel
980         - 51  # NDRPDR sel
981     vpp-soak-vs-ndr-2n-clx-cmp:
982       csit-vpp-perf-report-iterative-2005-2n-clx:
983         - 44  # Soak
984         - 49  # Soak
985     vpp-soak-vs-ndr-2n-clx:
986       csit-vpp-perf-report-iterative-2005-2n-clx:
987         - 7   # NDRPDR sel
988         - 38  # NDRPDR sel
989         - 9   # NDRPDR sel
990         - 32  # NDRPDR sel ???
991         - 33  # NDRPDR sel ???
992         - 39  # NDRPDR sel
993         - 40  # NDRPDR sel
994         - 43  # NDRPDR sel
995         - 50  # NDRPDR sel
996         - 51  # NDRPDR sel
997         - 44  # Soak
998         - 49  # Soak
999
1000     vpp-performance-changes-3n-hsw-mrr-h1:
1001       csit-vpp-perf-verify-1908-3n-hsw:
1002         - 39  # MRR sel
1003     vpp-performance-changes-3n-hsw-mrr-ref:
1004       csit-vpp-perf-verify-2001-3n-hsw:
1005         - 17  # MRR sel
1006     vpp-performance-changes-3n-hsw-mrr-cmp:
1007       csit-vpp-perf-report-iterative-2005-3n-hsw:
1008         - 13  # MRR
1009
1010     vpp-performance-changes-3n-skx-mrr-h1:
1011       csit-vpp-perf-verify-1908-3n-skx:
1012         - 36  # MRR sel
1013     vpp-performance-changes-3n-skx-mrr-ref:
1014       csit-vpp-perf-verify-2001-3n-skx:
1015         - 50  # MRR sel
1016         - 53  # MRR sel addition
1017     vpp-performance-changes-3n-skx-mrr-cmp:
1018       csit-vpp-perf-report-iterative-2005-3n-skx:
1019         - 6   # MRR sel
1020
1021     vpp-performance-changes-2n-skx-mrr-h1:
1022       csit-vpp-perf-verify-1908-2n-skx:
1023         - 69  # MRR sel
1024     vpp-performance-changes-2n-skx-mrr-ref:
1025       csit-vpp-perf-verify-2001-2n-skx:
1026         - 101 # MRR sel
1027         - 128 # MRR sel addition
1028     vpp-performance-changes-2n-skx-mrr-cmp:
1029       csit-vpp-perf-report-iterative-2005-2n-skx:
1030         - 42  # MRR sel
1031
1032     vpp-performance-changes-2n-clx-mrr-ref:
1033       csit-vpp-perf-verify-2001-2n-clx:
1034         - 39  # MRR
1035     vpp-performance-changes-2n-clx-mrr-cmp:
1036       csit-vpp-perf-report-iterative-2005-2n-clx:
1037         - 12   # MRR
1038
1039 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1040 #      csit-vpp-perf-verify-1908-2n-skx:
1041 #        - 71  # NFV MRR
1042 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1043 #      # TODO: Replace
1044 #      # csit-vpp-perf-verify-2001-2n-skx:
1045 #      csit-vpp-perf-verify-1908-2n-skx:
1046 #        - 71  # NFV MRR
1047
1048     vpp-performance-changes-2n-dnv-mrr-h1:
1049       csit-vpp-perf-verify-1908-2n-dnv:
1050         - 11  # MRR sel
1051     vpp-performance-changes-2n-dnv-mrr-ref:
1052       csit-vpp-perf-verify-2001-2n-dnv:
1053         - 12  # MRR sel
1054     vpp-performance-changes-2n-dnv-mrr-cmp:
1055       csit-vpp-perf-report-iterative-2005-2n-dnv:
1056         - 15  # MRR sel
1057
1058     vpp-performance-changes-3n-dnv-mrr-h1:
1059       csit-vpp-perf-verify-1908-3n-dnv:
1060         - 17  # MRR sel
1061     vpp-performance-changes-3n-dnv-mrr-ref:
1062       csit-vpp-perf-verify-2001-3n-dnv:
1063         - 11  # MRR sel
1064     vpp-performance-changes-3n-dnv-mrr-cmp:
1065       csit-vpp-perf-report-iterative-2005-3n-dnv:
1066         - 8   # MRR
1067
1068     vpp-performance-changes-3n-tsh-mrr-h1:
1069       csit-vpp-perf-verify-1908-3n-tsh:
1070         - 17  # MRR sel
1071     vpp-performance-changes-3n-tsh-mrr-ref:
1072       csit-vpp-perf-verify-2001-3n-tsh:
1073         - 9   # MRR sel
1074     vpp-performance-changes-3n-tsh-mrr-cmp:
1075       csit-vpp-perf-report-iterative-2005-3n-tsh:
1076         - 10  # MRR sel
1077
1078     dpdk-performance-changes-3n-hsw-h1:
1079       csit-dpdk-perf-verify-1908-3n-hsw:
1080         - 2   # NDRPDR sel
1081         - 3   # NDRPDR sel
1082         - 4   # NDRPDR sel
1083         - 5   # NDRPDR sel
1084         - 6   # NDRPDR sel
1085         - 7   # NDRPDR sel
1086         - 8   # NDRPDR sel
1087         - 9   # NDRPDR sel
1088         - 10  # NDRPDR sel
1089         - 11  # NDRPDR sel
1090     dpdk-performance-changes-3n-hsw-ref:
1091       csit-dpdk-perf-verify-2001-3n-hsw:
1092         - 4   # NDRPDR sel
1093         - 5   # NDRPDR sel
1094         - 6   # NDRPDR sel
1095         - 7   # NDRPDR sel
1096         - 8   # NDRPDR sel
1097         - 9   # NDRPDR sel
1098         - 10  # NDRPDR sel
1099         - 11  # NDRPDR sel
1100         - 12  # NDRPDR sel
1101         - 13  # NDRPDR sel
1102         - 15  # NDRPDR sel
1103         - 16  # NDRPDR sel
1104         - 17  # NDRPDR sel
1105         - 18  # NDRPDR sel
1106         - 19  # NDRPDR sel
1107         - 20  # NDRPDR sel
1108         - 21  # NDRPDR sel
1109         - 22  # NDRPDR sel
1110         - 23  # NDRPDR sel
1111         - 24  # NDRPDR sel
1112     dpdk-performance-changes-3n-hsw-cmp:
1113       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1114         - 5   # NDRPDR sel
1115         - 6   # NDRPDR sel
1116         - 7   # NDRPDR sel
1117         - 8   # NDRPDR sel
1118         - 9   # NDRPDR sel
1119         - 10  # NDRPDR sel
1120         - 11  # NDRPDR sel
1121         - 12  # NDRPDR sel
1122         - 13  # NDRPDR sel
1123         - 14  # NDRPDR sel
1124
1125     dpdk-performance-changes-3n-skx-h1:
1126       csit-dpdk-perf-verify-1908-3n-skx:
1127         - 3   # NDRPDR sel
1128         - 4   # NDRPDR sel
1129         - 5   # NDRPDR sel
1130         - 6   # NDRPDR sel
1131         - 7   # NDRPDR sel
1132         - 8   # NDRPDR sel
1133         - 9   # NDRPDR sel
1134         - 10  # NDRPDR sel
1135         - 11  # NDRPDR sel
1136         - 12  # NDRPDR sel
1137     dpdk-performance-changes-3n-skx-ref:
1138       csit-dpdk-perf-verify-2001-3n-skx:
1139         - 29  # NDRPDR sel xxv710
1140         - 33  # NDRPDR sel xxv710
1141         - 34  # NDRPDR sel xxv710
1142         - 35  # NDRPDR sel xxv710
1143         - 36  # NDRPDR sel xxv710
1144         - 37  # NDRPDR sel xxv710
1145         - 41  # NDRPDR sel xxv710
1146         - 42  # NDRPDR sel xxv710
1147         - 43  # NDRPDR sel xxv710
1148         - 45  # NDRPDR sel xxv710
1149         - 30  # NDRPDR sel x710
1150         - 31  # NDRPDR sel x710
1151         - 32  # NDRPDR sel x710
1152         - 38  # NDRPDR sel x710
1153         - 39  # NDRPDR sel x710
1154         - 40  # NDRPDR sel x710
1155         - 44  # NDRPDR sel x710
1156         - 46  # NDRPDR sel x710
1157         - 47  # NDRPDR sel x710
1158         - 48  # NDRPDR sel x710
1159     dpdk-performance-changes-3n-skx-cmp:
1160       csit-dpdk-perf-report-iterative-2005-3n-skx:
1161         - 4   # NDRPDR sel
1162         - 5   # NDRPDR sel
1163         - 6   # NDRPDR sel
1164         - 7   # NDRPDR sel
1165         - 8   # NDRPDR sel
1166         - 11  # NDRPDR sel
1167         - 12  # NDRPDR sel
1168         - 13  # NDRPDR sel
1169         - 14  # NDRPDR sel
1170         - 15  # NDRPDR sel
1171
1172     dpdk-performance-changes-2n-skx-h1:
1173       csit-dpdk-perf-verify-1908-2n-skx:
1174         - 2   # NDRPDR sel
1175         - 3   # NDRPDR sel
1176         - 4   # NDRPDR sel
1177         - 5   # NDRPDR sel
1178         - 7   # NDRPDR sel
1179         - 8   # NDRPDR sel
1180         - 9   # NDRPDR sel
1181         - 10  # NDRPDR sel
1182         - 11  # NDRPDR sel
1183         - 12  # NDRPDR sel
1184     dpdk-performance-changes-2n-skx-ref:
1185       csit-dpdk-perf-verify-2001-2n-skx:
1186         - 35  # NDRPDR sel xxv710
1187         - 36  # NDRPDR sel xxv710
1188         - 37  # NDRPDR sel xxv710
1189         - 41  # NDRPDR sel xxv710
1190         - 42  # NDRPDR sel xxv710
1191         - 43  # NDRPDR sel xxv710
1192         - 46  # NDRPDR sel xxv710
1193         - 47  # NDRPDR sel xxv710
1194         - 52  # NDRPDR sel xxv710
1195         - 53  # NDRPDR sel xxv710
1196         - 38  # NDRPDR sel x710
1197         - 39  # NDRPDR sel x710
1198         - 40  # NDRPDR sel x710
1199         - 44  # NDRPDR sel x710
1200         - 45  # NDRPDR sel x710
1201         - 48  # NDRPDR sel x710
1202         - 49  # NDRPDR sel x710
1203         - 50  # NDRPDR sel x710
1204         - 51  # NDRPDR sel x710
1205         - 54  # NDRPDR sel x710
1206     dpdk-performance-changes-2n-skx-cmp:
1207       csit-dpdk-perf-report-iterative-2005-2n-skx:
1208         - 1   # NDRPDR sel
1209         - 2   # NDRPDR sel
1210         - 3   # NDRPDR sel
1211         - 4   # NDRPDR sel
1212         - 5   # NDRPDR sel
1213         - 6   # NDRPDR sel
1214         - 7   # NDRPDR sel
1215         - 8   # NDRPDR sel
1216         - 9   # NDRPDR sel
1217         - 10  # NDRPDR sel
1218
1219     dpdk-performance-changes-2n-clx-ref:
1220       csit-dpdk-perf-verify-2001-2n-clx:
1221         - 15  # NDRPDR sel
1222         - 16  # NDRPDR sel
1223         - 17  # NDRPDR sel
1224         - 18  # NDRPDR sel
1225         - 19  # NDRPDR sel
1226         - 20  # NDRPDR sel
1227         - 21  # NDRPDR sel
1228         - 22  # NDRPDR sel
1229         - 23  # NDRPDR sel
1230         - 24  # NDRPDR sel
1231         - 25  # NDRPDR sel
1232         - 26  # NDRPDR sel
1233         - 27  # NDRPDR sel
1234         - 28  # NDRPDR sel
1235         - 29  # NDRPDR sel
1236         - 30  # NDRPDR sel
1237         - 31  # NDRPDR sel
1238         - 32  # NDRPDR sel
1239         - 33  # NDRPDR sel
1240         - 34  # NDRPDR sel
1241     dpdk-performance-changes-2n-clx-cmp:
1242       csit-dpdk-perf-report-iterative-2005-2n-clx:
1243         - 1   # NDRPDR sel
1244         - 2   # NDRPDR sel
1245         - 3   # NDRPDR sel
1246         - 4   # NDRPDR sel
1247         - 5   # NDRPDR sel
1248         - 6   # NDRPDR sel
1249         - 7   # NDRPDR sel
1250         - 8   # NDRPDR sel
1251         - 9   # NDRPDR sel
1252         - 10  # NDRPDR sel
1253
1254     dpdk-performance-changes-2n-dnv-ref:
1255       csit-dpdk-perf-verify-2001-2n-dnv:
1256         - 9   # NDRPDR sel
1257         - 10  # NDRPDR sel
1258         - 11  # NDRPDR sel
1259         - 12  # NDRPDR sel
1260         - 13  # NDRPDR sel
1261         - 14  # NDRPDR sel
1262         - 15  # NDRPDR sel
1263         - 16  # NDRPDR sel
1264         - 17  # NDRPDR sel
1265         - 18  # NDRPDR sel
1266     dpdk-performance-changes-2n-dnv-cmp:
1267       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1268         - 8   # NDRPDR sel
1269         - 9   # NDRPDR sel
1270         - 10  # NDRPDR sel
1271         - 11  # NDRPDR sel
1272         - 12  # NDRPDR sel
1273         - 13  # NDRPDR sel
1274         - 14  # NDRPDR sel
1275         - 15  # NDRPDR sel
1276         - 16  # NDRPDR sel
1277         - 17  # NDRPDR sel
1278
1279     dpdk-performance-changes-3n-dnv-ref:
1280       csit-dpdk-perf-verify-2001-3n-dnv:
1281         - 12  # NDRPDR sel
1282         - 13  # NDRPDR sel
1283         - 14  # NDRPDR sel
1284         - 15  # NDRPDR sel
1285         - 16  # NDRPDR sel
1286         - 17  # NDRPDR sel
1287         - 18  # NDRPDR sel
1288         - 19  # NDRPDR sel
1289         - 20  # NDRPDR sel
1290         - 22  # NDRPDR sel
1291     dpdk-performance-changes-3n-dnv-cmp:
1292       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1293         - 6   # NDRPDR sel
1294         - 7   # NDRPDR sel
1295         - 8   # NDRPDR sel
1296         - 9   # NDRPDR sel
1297         - 10  # NDRPDR sel
1298         - 11  # NDRPDR sel
1299         - 12  # NDRPDR sel
1300         - 13  # NDRPDR sel
1301         - 14  # NDRPDR sel
1302         - 16  # NDRPDR sel
1303
1304     dpdk-performance-changes-3n-tsh-ref:
1305       csit-dpdk-perf-verify-2001-3n-tsh:
1306         - 3   # NDRPDR sel
1307         - 4   # NDRPDR sel
1308         - 5   # NDRPDR sel
1309         - 9   # NDRPDR sel
1310         - 10  # NDRPDR sel
1311         - 11  # NDRPDR sel
1312         - 12  # NDRPDR sel
1313         - 14  # NDRPDR sel
1314         - 15  # NDRPDR sel
1315         - 18  # NDRPDR sel
1316     dpdk-performance-changes-3n-tsh-cmp:
1317       # TODO: Add data:
1318       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1319         - 5   # NDRPDR sel
1320
1321     # Compare testbeds
1322
1323     vpp-compare-testbeds-ref:
1324       csit-vpp-perf-report-iterative-2005-3n-hsw:
1325         - 3   # NDRPDR sel
1326         - 4   # NDRPDR sel
1327         - 5   # NDRPDR sel
1328         - 10  # NDRPDR sel
1329         - 11  # NDRPDR sel
1330         - 12  # NDRPDR sel
1331         - 15  # NDRPDR sel
1332         - 16  # NDRPDR sel
1333         - 18  # NDRPDR sel
1334         - 19  # NDRPDR sel
1335     vpp-compare-testbeds-cmp:
1336       # TODO: Add data:
1337       csit-vpp-perf-report-iterative-2005-3n-skx:
1338         - 4   # NDRPDR sel
1339         - 5   # NDRPDR sel ??? all x710 failed
1340         - 33  # NDRPDR sel
1341         - 28  # NDRPDR sel
1342         - 34  # NDRPDR sel
1343         - 36  # NDRPDR sel
1344         - 37  # NDRPDR sel
1345
1346     vpp-compare-testbeds-skx-clx-ref:
1347       # TODO: Add data:
1348       csit-vpp-perf-report-iterative-2005-2n-skx:
1349         - 43  # NDRPDR sel
1350         - 38  # NDRPDR sel
1351         - 7   # NDRPDR sel
1352         - 47  # NDRPDR sel
1353         - 55  # NDRPDR sel
1354     vpp-compare-testbeds-skx-clx-cmp:
1355       csit-vpp-perf-report-iterative-2005-2n-clx:
1356         - 7   # NDRPDR sel
1357         - 38  # NDRPDR sel
1358         - 9   # NDRPDR sel
1359         - 32  # NDRPDR sel ???
1360         - 33  # NDRPDR sel ???
1361         - 39  # NDRPDR sel
1362         - 40  # NDRPDR sel
1363         - 43  # NDRPDR sel
1364         - 50  # NDRPDR sel
1365         - 51  # NDRPDR sel
1366
1367     vpp-compare-testbeds-hsw-clx-ref:
1368       csit-vpp-perf-report-iterative-2005-3n-hsw:
1369         - 3   # NDRPDR sel
1370         - 4   # NDRPDR sel
1371         - 5   # NDRPDR sel
1372         - 10  # NDRPDR sel
1373         - 11  # NDRPDR sel
1374         - 12  # NDRPDR sel
1375         - 15  # NDRPDR sel
1376         - 16  # NDRPDR sel
1377         - 18  # NDRPDR sel
1378         - 19  # NDRPDR sel
1379     vpp-compare-testbeds-hsw-clx-cmp:
1380       csit-vpp-perf-report-iterative-2005-2n-clx:
1381         - 7   # NDRPDR sel
1382         - 38  # NDRPDR sel
1383         - 9   # NDRPDR sel
1384         - 32  # NDRPDR sel ???
1385         - 33  # NDRPDR sel ???
1386         - 39  # NDRPDR sel
1387         - 40  # NDRPDR sel
1388         - 43  # NDRPDR sel
1389         - 50  # NDRPDR sel
1390         - 51  # NDRPDR sel
1391
1392     vpp-compare-testbeds-mrr-ref:
1393       csit-vpp-perf-report-iterative-2005-3n-hsw:
1394         - 13  # MRR
1395     vpp-compare-testbeds-mrr-cmp:
1396       csit-vpp-perf-report-iterative-2005-3n-skx:
1397         - 6   # MRR sel
1398
1399     vpp-compare-testbeds-mrr-skx-clx-ref:
1400       csit-vpp-perf-report-iterative-2005-2n-skx:
1401         - 42  # MRR sel
1402     vpp-compare-testbeds-mrr-skx-clx-cmp:
1403       csit-vpp-perf-report-iterative-2005-2n-clx:
1404         - 12   # MRR
1405
1406     vpp-compare-testbeds-mrr-hsw-clx-ref:
1407       csit-vpp-perf-report-iterative-2005-3n-hsw:
1408         - 13  # MRR
1409     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1410       csit-vpp-perf-report-iterative-2005-2n-clx:
1411         - 12   # MRR
1412
1413     dpdk-compare-testbeds-ref:
1414       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1415         - 5   # NDRPDR sel
1416         - 6   # NDRPDR sel
1417         - 7   # NDRPDR sel
1418         - 8   # NDRPDR sel
1419         - 9   # NDRPDR sel
1420         - 10  # NDRPDR sel
1421         - 11  # NDRPDR sel
1422         - 12  # NDRPDR sel
1423         - 13  # NDRPDR sel
1424         - 14  # NDRPDR sel
1425     dpdk-compare-testbeds-cmp:
1426       csit-dpdk-perf-report-iterative-2005-3n-skx:
1427         - 4   # NDRPDR sel
1428         - 5   # NDRPDR sel
1429         - 6   # NDRPDR sel
1430         - 7   # NDRPDR sel
1431         - 8   # NDRPDR sel
1432         - 11  # NDRPDR sel
1433         - 12  # NDRPDR sel
1434         - 13  # NDRPDR sel
1435         - 14  # NDRPDR sel
1436         - 15  # NDRPDR sel
1437
1438     dpdk-compare-testbeds-skx-clx-ref:
1439       csit-dpdk-perf-report-iterative-2005-2n-skx:
1440         - 1   # NDRPDR sel
1441         - 2   # NDRPDR sel
1442         - 3   # NDRPDR sel
1443         - 4   # NDRPDR sel
1444         - 5   # NDRPDR sel
1445         - 6   # NDRPDR sel
1446         - 7   # NDRPDR sel
1447         - 8   # NDRPDR sel
1448         - 9   # NDRPDR sel
1449         - 10  # NDRPDR sel
1450     dpdk-compare-testbeds-skx-clx-cmp:
1451       csit-dpdk-perf-report-iterative-2005-2n-clx:
1452         - 1   # NDRPDR sel
1453         - 2   # NDRPDR sel
1454         - 3   # NDRPDR sel
1455         - 4   # NDRPDR sel
1456         - 5   # NDRPDR sel
1457         - 6   # NDRPDR sel
1458         - 7   # NDRPDR sel
1459         - 8   # NDRPDR sel
1460         - 9   # NDRPDR sel
1461         - 10  # NDRPDR sel
1462
1463     # Compare topologies
1464
1465     vpp-compare-topologies-ref:
1466       # TODO: Add data:
1467       csit-vpp-perf-report-iterative-2005-3n-skx:
1468         - 4   # NDRPDR sel
1469         - 5   # NDRPDR sel ??? all x710 failed
1470         - 33  # NDRPDR sel
1471         - 28  # NDRPDR sel
1472         - 34  # NDRPDR sel
1473         - 36  # NDRPDR sel
1474         - 37  # NDRPDR sel
1475     vpp-compare-topologies-cmp:
1476       # TODO: Add data:
1477       csit-vpp-perf-report-iterative-2005-2n-skx:
1478         - 43  # NDRPDR sel
1479         - 38  # NDRPDR sel
1480         - 7   # NDRPDR sel
1481         - 47  # NDRPDR sel
1482         - 55  # NDRPDR sel
1483
1484     vpp-compare-topologies-mrr-ref:
1485       csit-vpp-perf-report-iterative-2005-3n-skx:
1486         - 6   # MRR sel
1487     vpp-compare-topologies-mrr-cmp:
1488       csit-vpp-perf-report-iterative-2005-2n-skx:
1489         - 42  # MRR sel
1490
1491     dpdk-compare-topologies-ref:
1492       csit-dpdk-perf-report-iterative-2005-3n-skx:
1493         - 4   # NDRPDR sel
1494         - 5   # NDRPDR sel
1495         - 6   # NDRPDR sel
1496         - 7   # NDRPDR sel
1497         - 8   # NDRPDR sel
1498         - 11  # NDRPDR sel
1499         - 12  # NDRPDR sel
1500         - 13  # NDRPDR sel
1501         - 14  # NDRPDR sel
1502         - 15  # NDRPDR sel
1503     dpdk-compare-topologies-cmp:
1504       csit-dpdk-perf-report-iterative-2005-2n-skx:
1505         - 1   # NDRPDR sel
1506         - 2   # NDRPDR sel
1507         - 3   # NDRPDR sel
1508         - 4   # NDRPDR sel
1509         - 5   # NDRPDR sel
1510         - 6   # NDRPDR sel
1511         - 7   # NDRPDR sel
1512         - 8   # NDRPDR sel
1513         - 9   # NDRPDR sel
1514         - 10  # NDRPDR sel
1515
1516   plot-layouts:
1517
1518     plot-soak-throughput:
1519       titlefont:
1520         size: 18
1521       xaxis:
1522         title: "<b>Test Cases [Index]</b>"
1523         titlefont:
1524           size: 16
1525         autorange: True
1526         fixedrange: False
1527         gridcolor: "rgb(230, 230, 230)"
1528         linecolor: "rgb(220, 220, 220)"
1529         linewidth: 1
1530         showgrid: True
1531         showline: True
1532         showticklabels: True
1533         tickcolor: "rgb(220, 220, 220)"
1534         tickmode: "linear"
1535         tickfont:
1536           size: 16
1537         zeroline: False
1538       yaxis:
1539         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1540         titlefont:
1541           size: 16
1542         gridcolor: "rgb(230, 230, 230)"
1543         hoverformat: ".4r"
1544         tickformat: ".3r"
1545         linecolor: "rgb(220, 220, 220)"
1546         linewidth: 1
1547         showgrid: True
1548         showline: True
1549         showticklabels: True
1550         tickcolor: "rgb(220, 220, 220)"
1551         tickfont:
1552           size: 16
1553         zeroline: False
1554         range: [0,50]
1555       autosize: False
1556       margin:
1557         t: 50
1558         b: 0
1559         l: 80
1560         r: 20
1561       showlegend: True
1562       legend:
1563         orientation: "h"
1564         font:
1565           size: 16
1566       width: 700
1567       height: 900
1568       paper_bgcolor: "#fff"
1569       plot_bgcolor: "#fff"
1570       hoverlabel:
1571         namelength: -1
1572
1573     plot-service-density:
1574       titlefont:
1575         size: 18
1576       xaxis:
1577         side: "top"
1578         autorange: True
1579         fixedrange: False
1580         showgrid: False
1581         showline: False
1582         showticklabels: False
1583         ticks: ""
1584         ticklen: 0
1585         tickwidth: 0
1586         zeroline: False
1587       yaxis:
1588         autorange: "reversed"
1589         showgrid: False
1590         showline: False
1591         showticklabels: False
1592         ticks: ""
1593         ticklen: 0
1594         tickwidth: 0
1595         zeroline: False
1596       showlegend: False
1597       paper_bgcolor: "#fff"
1598       plot_bgcolor: "#fff"
1599       width: 700
1600       height: 700
1601       hoverlabel:
1602         namelength: -1
1603
1604 #    plot-cps:
1605 #      titlefont:
1606 #        size: 18
1607 #      xaxis:
1608 #        title: "<b>Test Cases [Index]</b>"
1609 #        titlefont:
1610 #          size: 16
1611 #        autorange: True
1612 #        fixedrange: False
1613 #        gridcolor: "rgb(230, 230, 230)"
1614 #        linecolor: "rgb(220, 220, 220)"
1615 #        linewidth: 1
1616 #        showgrid: True
1617 #        showline: True
1618 #        showticklabels: True
1619 #        tickcolor: "rgb(220, 220, 220)"
1620 #        tickmode: "linear"
1621 #        tickfont:
1622 #          size: 16
1623 #        zeroline: False
1624 #      yaxis:
1625 #        title: "<b>Connections Per Second [cps]</b>"
1626 #        titlefont:
1627 #          size: 16
1628 #        gridcolor: "rgb(230, 230, 230)"
1629 #        hoverformat: ".4s"
1630 #        linecolor: "rgb(220, 220, 220)"
1631 #        linewidth: 1
1632 #        rangemode: "tozero"
1633 #        showgrid: True
1634 #        showline: True
1635 #        showticklabels: True
1636 #        tickcolor: "rgb(220, 220, 220)"
1637 #        tickformat: ".3s"
1638 #        tickfont:
1639 #          size: 16
1640 #        zeroline: False
1641 #      boxmode: "group"
1642 #      boxgroupgap: 0.5
1643 #      autosize: False
1644 #      margin:
1645 #        t: 50
1646 #        b: 20
1647 #        l: 80
1648 #        r: 20
1649 #      showlegend: True
1650 #      legend:
1651 #        orientation: "h"
1652 #        font:
1653 #          size: 16
1654 #      width: 700
1655 #      height: 800
1656 #      paper_bgcolor: "#fff"
1657 #      plot_bgcolor: "#fff"
1658 #      hoverlabel:
1659 #        namelength: -1
1660 #
1661 #    plot-rps:
1662 #      titlefont:
1663 #        size: 18
1664 #      xaxis:
1665 #        title: "<b>Test Cases [Index]</b>"
1666 #        titlefont:
1667 #          size: 16
1668 #        autorange: True
1669 #        fixedrange: False
1670 #        gridcolor: "rgb(230, 230, 230)"
1671 #        linecolor: "rgb(220, 220, 220)"
1672 #        linewidth: 1
1673 #        showgrid: True
1674 #        showline: True
1675 #        showticklabels: True
1676 #        tickcolor: "rgb(220, 220, 220)"
1677 #        tickmode: "linear"
1678 #        tickfont:
1679 #          size: 16
1680 #        zeroline: False
1681 #      yaxis:
1682 #        title: "<b>Requests Per Second [rps]</b>"
1683 #        titlefont:
1684 #          size: 16
1685 #        gridcolor: "rgb(230, 230, 230)"
1686 #        hoverformat: ".4s"
1687 #        linecolor: "rgb(220, 220, 220)"
1688 #        linewidth: 1
1689 #        rangemode: "tozero"
1690 #        showgrid: True
1691 #        showline: True
1692 #        showticklabels: True
1693 #        tickcolor: "rgb(230, 230, 230)"
1694 #        tickformat: ".3s"
1695 #        tickfont:
1696 #          size: 16
1697 #        zeroline: False
1698 #      boxmode: "group"
1699 #      boxgroupgap: 0.5
1700 #      autosize: False
1701 #      margin:
1702 #        t: 50
1703 #        b: 20
1704 #        l: 80
1705 #        r: 20
1706 #      showlegend: True
1707 #      legend:
1708 #        orientation: "h"
1709 #        font:
1710 #          size: 16
1711 #      width: 700
1712 #      height: 800
1713 #      paper_bgcolor: "#fff"
1714 #      plot_bgcolor: "#fff"
1715 #      hoverlabel:
1716 #        namelength: -1
1717
1718     plot-hoststack:
1719       titlefont:
1720         size: 16
1721       xaxis:
1722         title: "<b>Test Cases [Index]</b>"
1723         titlefont:
1724           size: 14
1725         autorange: True
1726         fixedrange: False
1727         gridcolor: "rgb(230, 230, 230)"
1728         linecolor: "rgb(220, 220, 220)"
1729         linewidth: 1
1730         showgrid: True
1731         showline: True
1732         showticklabels: True
1733         tickcolor: "rgb(220, 220, 220)"
1734         tickmode: "linear"
1735         tickfont:
1736           size: 14
1737         zeroline: False
1738       yaxis:
1739         title: "<b>Bandwidth [Gbps]</b>"
1740         titlefont:
1741           size: 14
1742         gridcolor: "rgb(230, 230, 230)"
1743         hoverformat: ".4s"
1744         linecolor: "rgb(220, 220, 220)"
1745         linewidth: 1
1746         rangemode: "tozero"
1747         showgrid: True
1748         showline: True
1749         showticklabels: True
1750         tickcolor: "rgb(230, 230, 230)"
1751         tickformat: ".3s"
1752         tickfont:
1753           size: 14
1754         zeroline: False
1755       boxmode: "group"
1756       boxgroupgap: 0.5
1757       autosize: False
1758       margin:
1759         t: 50
1760         b: 20
1761         l: 80
1762         r: 20
1763       showlegend: True
1764       legend:
1765         orientation: "h"
1766         font:
1767           size: 14
1768       width: 700
1769       height: 800
1770       paper_bgcolor: "#fff"
1771       plot_bgcolor: "#fff"
1772       hoverlabel:
1773         namelength: -1
1774
1775     plot-throughput:
1776       titlefont:
1777         size: 18
1778       xaxis:
1779         title: "<b>Test Cases [Index]</b>"
1780         titlefont:
1781           size: 16
1782         autorange: True
1783         fixedrange: False
1784         gridcolor: "rgb(230, 230, 230)"
1785         linecolor: "rgb(220, 220, 220)"
1786         linewidth: 1
1787         showgrid: True
1788         showline: True
1789         showticklabels: True
1790         tickcolor: "rgb(220, 220, 220)"
1791         tickmode: "linear"
1792         tickfont:
1793           size: 16
1794         zeroline: False
1795       yaxis:
1796         title: "<b>Packet Throughput [Mpps]</b>"
1797         titlefont:
1798           size: 16
1799         gridcolor: "rgb(230, 230, 230)"
1800         hoverformat: ".4r"
1801         tickformat: ".3r"
1802         linecolor: "rgb(220, 220, 220)"
1803         linewidth: 1
1804         showgrid: True
1805         showline: True
1806         showticklabels: True
1807         tickcolor: "rgb(220, 220, 220)"
1808         tickfont:
1809           size: 16
1810         zeroline: False
1811         range: [0,50]
1812       autosize: False
1813       margin:
1814         t: 50
1815         b: 0
1816         l: 80
1817         r: 20
1818       showlegend: True
1819       legend:
1820         orientation: "h"
1821         font:
1822           size: 16
1823       width: 700
1824       height: 900
1825       paper_bgcolor: "#fff"
1826       plot_bgcolor: "#fff"
1827       hoverlabel:
1828         namelength: -1
1829
1830     plot-throughput-speedup-analysis:
1831       titlefont:
1832         size: 18
1833       xaxis:
1834         title: "<b>Number of Cores [Qty]</b>"
1835         titlefont:
1836           size: 16
1837         autorange: True
1838         fixedrange: False
1839         gridcolor: "rgb(230, 230, 230)"
1840         linecolor: "rgb(220, 220, 220)"
1841         linewidth: 1
1842         showgrid: True
1843         showline: True
1844         showticklabels: True
1845         tickcolor: "rgb(238, 238, 238)"
1846         tickmode: "linear"
1847         tickfont:
1848           size: 16
1849         zeroline: False
1850       yaxis:
1851         title: "<b>Packet Throughput [Mpps]</b>"
1852         titlefont:
1853           size: 16
1854         type: "linear"
1855         gridcolor: "rgb(230, 230, 230)"
1856         hoverformat: ".4s"
1857         linecolor: "rgb(220, 220, 220)"
1858         linewidth: 1
1859         showgrid: True
1860         showline: True
1861         showticklabels: True
1862         tickcolor: "rgb(220, 220, 220)"
1863         tickformat: ".4s"
1864         tickfont:
1865           size: 16
1866         zeroline: True
1867         rangemode: "tozero"
1868         range: [0,100]
1869       legend:
1870         orientation: "h"
1871         font:
1872           size: 16
1873         xanchor: "left"
1874         yanchor: "top"
1875         x: 0
1876         y: -0.2
1877         bgcolor: "rgba(255, 255, 255, 0)"
1878         bordercolor: "rgba(255, 255, 255, 0)"
1879         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1880       autosize: False
1881       margin:
1882           't': 50
1883           'b': 150
1884           'l': 85
1885           'r': 10
1886       showlegend: True
1887       width: 700
1888       height: 700
1889       paper_bgcolor: "#fff"
1890       plot_bgcolor: "#fff"
1891       hoverlabel:
1892         namelength: -1
1893       annotations: [
1894         {
1895           text: "_ _          __          ...",
1896           align: "left",
1897           showarrow: False,
1898           xref: "paper",
1899           yref: "paper",
1900           xanchor: "left",
1901           yanchor: "top",
1902           x: 0,
1903           y: -0.13,
1904           font: {
1905             family: "Consolas, Courier New",
1906             size: 15
1907           },
1908         },
1909         {
1910           text: "    Perfect     Measured     Limit",
1911           align: "left",
1912           showarrow: False,
1913           xref: "paper",
1914           yref: "paper",
1915           xanchor: "left",
1916           yanchor: "top",
1917           x: 0,
1918           y: -0.15,
1919           font: {
1920             family: "Consolas, Courier New",
1921             size: 15
1922           },
1923         },
1924       ]
1925
1926     plot-latency:
1927       titlefont:
1928         size: 18
1929       xaxis:
1930         title: "<b>Direction</b>"
1931         titlefont:
1932           size: 16
1933         autorange: True
1934         fixedrange: False
1935         gridcolor: "rgb(230, 230, 230)"
1936         linecolor: "rgb(220, 220, 220)"
1937         linewidth: 1
1938         showgrid: True
1939         showline: True
1940         showticklabels: False
1941         tickcolor: "rgb(220, 220, 220)"
1942         tickmode: "linear"
1943         tickfont:
1944           size: 16
1945         zeroline: False
1946       yaxis:
1947         title: "<b>Packet Latency [uSec]</b>"
1948         titlefont:
1949           size: 16
1950         type: "linear"
1951         gridcolor: "rgb(230, 230, 230)"
1952         hoverformat: ".4s"
1953         linecolor: "rgb(220, 220, 220)"
1954         linewidth: 1
1955         showgrid: True
1956         showline: True
1957         showticklabels: True
1958         tickcolor: "rgb(220, 220, 220)"
1959         tickformat: ".4s"
1960         tickfont:
1961           size: 16
1962         zeroline: True
1963         rangemode: "tozero"
1964       legend:
1965         orientation: "h"
1966         font:
1967           size: 16
1968         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1969       autosize: False
1970       margin:
1971           't': 50
1972           'b': 150
1973           'l': 80
1974           'r': 10
1975       showlegend: True
1976       width: 700
1977       height: 700
1978       paper_bgcolor: "#fff"
1979       plot_bgcolor: "#fff"
1980       hoverlabel:
1981         namelength: -1
1982
1983     plot-hdrh-latency:
1984       title:
1985         text: ""
1986         xanchor: "center"
1987         x: 0.5
1988         font:
1989           size: 16
1990       width: 700
1991       plot_bgcolor: "white"
1992       annotations:
1993         - font:
1994             size: 14
1995           showarrow: False
1996           text: "<b>Packet Latency [uSec]</b>"
1997           x: 1
1998           xanchor: "right"
1999           xref: "paper"
2000           y: -0.045
2001           yanchor: "top"
2002           yref: "paper"
2003         - font:
2004             size: 14
2005           showarrow: False
2006           text: "<b>Probability [%]</b>"
2007           textangle: 270
2008           x: -0.06
2009           xanchor: "center"
2010           xref: "paper"
2011           y: 0.5
2012           yanchor: "middle"
2013           yref: "paper"
2014         - font:
2015             size: 14
2016           showarrow: False
2017           text: "<b>Direction: E-W</b>"
2018           x: 0.24
2019           xanchor: "center"
2020           xref: "paper"
2021           y: 1.05
2022           yanchor: "bottom"
2023           yref: "paper"
2024         - font:
2025             size: 14
2026           showarrow: False
2027           text: "<b>Direction: W-E</b>"
2028           x: 0.74
2029           xanchor: "center"
2030           xref: "paper"
2031           y: 1.05
2032           yanchor: "bottom"
2033           yref: "paper"
2034
2035     plot-hdrh-latency-percentile:
2036       title:
2037         text: ""
2038         xanchor: "center"
2039         x: 0.5
2040         font:
2041           size: 18
2042       xaxis:
2043         type: "log"
2044         title: "<b>Percentile [%]</b>"
2045         titlefont:
2046           size: 16
2047         autorange: True
2048         fixedrange: False
2049         gridcolor: "rgb(230, 230, 230)"
2050         linecolor: "rgb(220, 220, 220)"
2051         linewidth: 1
2052         showgrid: True
2053         showline: True
2054         showticklabels: True
2055         tickcolor: "rgb(220, 220, 220)"
2056         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2057         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2058         tickfont:
2059           size: 16
2060       yaxis:
2061         title: "<b>Packet Latency [uSec]</b>"
2062         titlefont:
2063           size: 16
2064         gridcolor: "rgb(230, 230, 230)"
2065         linecolor: "rgb(220, 220, 220)"
2066         linewidth: 1
2067         showgrid: True
2068         showline: True
2069         showticklabels: True
2070         tickcolor: "rgb(220, 220, 220)"
2071         tickfont:
2072           size: 16
2073       autosize: False
2074       showlegend: True
2075       legend:
2076         traceorder: "normal"
2077         orientation: "h"
2078         font:
2079           size: 16
2080         xanchor: "left"
2081         yanchor: "top"
2082         x: 0
2083         y: -0.15
2084         bgcolor: "rgba(255, 255, 255, 0)"
2085         bordercolor: "rgba(255, 255, 255, 0)"
2086       width: 700
2087       height: 700
2088       paper_bgcolor: "white"
2089       plot_bgcolor: "white"
2090
2091     plot-hdrh-latency-by-percentile:
2092       title:
2093         text: "<b>Latency by Percentile Distribution</b>"
2094         xanchor: "center"
2095         x: 0.5
2096         font:
2097           size: 18
2098       showlegend: True
2099       legend:
2100         traceorder: "normal"
2101         orientation: "h"
2102         font:
2103           size: 16
2104         xanchor: "left"
2105         yanchor: "top"
2106         x: 0
2107         y: -0.2
2108         bgcolor: "rgba(255, 255, 255, 0)"
2109         bordercolor: "rgba(255, 255, 255, 0)"
2110       xaxis:
2111         type: "linear"
2112         title: "<b>Percentile [%]</b>"
2113         titlefont:
2114           size: 14
2115         autorange: False
2116         fixedrange: False
2117         range: [0, 100]
2118         gridcolor: "rgb(230, 230, 230)"
2119         linecolor: "rgb(220, 220, 220)"
2120         linewidth: 1
2121         showgrid: True
2122         showline: True
2123         showticklabels: True
2124         tickcolor: "rgb(220, 220, 220)"
2125         tickvals: [0, 25, 50, 75, 100]
2126         ticktext: [0, 25, 50, 75, 100]
2127         tickfont:
2128           size: 14
2129       yaxis:
2130         title: "<b>One-Way Latency per Direction [uSec]</b>"
2131         titlefont:
2132           size: 14
2133         gridcolor: "rgb(230, 230, 230)"
2134         linecolor: "rgb(220, 220, 220)"
2135         linewidth: 1
2136         showgrid: True
2137         showline: True
2138         showticklabels: True
2139         tickcolor: "rgb(220, 220, 220)"
2140         tickfont:
2141           size: 14
2142       width: 700
2143       height: 700
2144       paper_bgcolor: "white"
2145       plot_bgcolor: "white"
2146
2147 - type: "static"
2148   src-path: "{DIR[RST]}"
2149   dst-path: "{DIR[WORKING,SRC]}"
2150
2151 - type: "input"
2152   general:
2153     file-name: "output_info.xml.gz"
2154     file-format: ".gz"
2155     arch-file-format:
2156       - ".gz"
2157       - ".zip"
2158     download-path: "{job}/{build}/archives/{filename}"
2159     extract: "output.xml"
2160
2161     zip-file-name: "robot-plugin.zip"
2162     zip-file-format: ".zip"
2163     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2164     zip-extract: "robot-plugin/output.xml"
2165
2166   builds:
2167
2168     csit-vpp-perf-verify-1908-3n-hsw:
2169       - 12  # NDRPDR sel
2170       - 13  # NDRPDR sel
2171       - 14  # NDRPDR sel
2172       - 15  # NDRPDR sel
2173       - 16  # NDRPDR sel
2174       - 17  # NDRPDR sel
2175       - 18  # NDRPDR sel
2176       - 19  # NDRPDR sel
2177       - 20  # NDRPDR sel
2178       - 21  # NDRPDR sel
2179       - 48  # NDRPDR sel vhost
2180       - 49  # NDRPDR sel vhost
2181       - 52  # NDRPDR sel vhost
2182       - 53  # NDRPDR sel vhost
2183       - 54  # NDRPDR sel vhost
2184       - 55  # NDRPDR sel vhost
2185       - 56  # NDRPDR sel vhost
2186       - 57  # NDRPDR sel vhost
2187       - 58  # NDRPDR sel vhost
2188       - 59  # NDRPDR sel vhost
2189       - 39  # MRR sel
2190     csit-vpp-perf-verify-2001-3n-hsw:
2191       - 21  # NDRPDR sel
2192       - 22  # NDRPDR sel
2193       - 23  # NDRPDR sel
2194       - 24  # NDRPDR sel
2195       - 25  # NDRPDR sel
2196       - 29  # NDRPDR sel
2197       - 30  # NDRPDR sel
2198       - 31  # NDRPDR sel
2199       - 32  # NDRPDR sel
2200       - 34  # NDRPDR sel
2201       - 17  # MRR sel
2202     csit-vpp-perf-report-iterative-2005-3n-hsw:
2203       - 3   # NDRPDR sel
2204       - 4   # NDRPDR sel
2205       - 5   # NDRPDR sel
2206       - 10  # NDRPDR sel
2207       - 11  # NDRPDR sel
2208       - 12  # NDRPDR sel
2209       - 15  # NDRPDR sel
2210       - 16  # NDRPDR sel
2211       - 18  # NDRPDR sel
2212       - 19  # NDRPDR sel
2213       - 13  # MRR
2214     csit-vpp-perf-verify-2005-3n-hsw:
2215       - 3   # hoststack
2216       - 5   # hoststack
2217       - 6   # hoststack
2218       - 7   # hoststack
2219       - 8   # hoststack
2220       - 9   # hoststack
2221       - 10  # hoststack
2222       - 11  # hoststack
2223       - 12  # hoststack
2224       - 13  # hoststack
2225     csit-vpp-perf-report-coverage-2005-3n-hsw:
2226       - 1   # perf-full-3n-dnv-crypto_I
2227       - 7   # perf-full-3n-hsw-crypto_II
2228       - 3   # perf-full-3n-hsw-crypto_III
2229       - 4   # perf-full-3n-dnv-crypto_IV
2230       - 5   # perf-full-3n-hsw-ip4_I
2231       - 6   # perf-full-3n-hsw-ip4_II
2232       - 8   # perf-full-3n-hsw-ip4_III
2233       - 9   # perf-full-3n-hsw-ip4_IV
2234       - 10  # perf-full-3n-hsw-ip4_V
2235       - 26  # perf-full-3n-hsw-ip4_VI
2236       - 18  # perf-full-3n-hsw-ip4_VII
2237       - 27  # perf-full-3n-hsw-ip4_VIII
2238       - 28  # perf-full-3n-hsw-ip4_IX
2239       - 29  # perf-full-3n-hsw-ip6_I
2240       - 35  # perf-full-3n-hsw-ip6_II
2241       - 42  # perf-full-3n-hsw-l2_I
2242       - 33  # perf-full-3n-hsw-l2_II
2243       - 37  # perf-full-3n-hsw-l2_III
2244       - 45  # perf-full-3n-hsw-l2_IV
2245       - 43  # perf-full-3n-hsw-l2_V
2246       - 40  # perf-full-3n-hsw-l2_VI
2247       - 44  # perf-full-3n-hsw-l2_VII
2248       - 51  # perf-full-3n-hsw-l2_VIII
2249       - 50  # perf-full-3n-hsw-l2_IX
2250       - 52  # perf-full-3n-hsw-l2_X
2251       - 53  # perf-full-3n-hsw-l2_XI
2252       - 54  # perf-full-3n-hsw-memif
2253       - 55  # perf-full-3n-hsw-ip4tunnels-I
2254       - 56  # perf-full-3n-hsw-ip4tunnels-II
2255       - 57  # perf-full-3n-hsw-ip4tunnels-III
2256       - 58  # perf-full-3n-hsw-ip6tunnels-I
2257       - 59  # perf-full-3n-hsw-srv6-I
2258       - 60  # perf-full-3n-hsw-srv6-II
2259       - 61  # perf-full-3n-hsw-vhost-I
2260       - 62  # perf-full-3n-hsw-vhost-II
2261       - 63  # perf-full-3n-hsw-vhost-III
2262
2263     csit-vpp-perf-verify-1908_1-3n-skx:
2264       - 26  # NDRPDR sel - new1908.1
2265       - 27  # NDRPDR sel - new1908.1
2266       - 28  # NDRPDR sel - new1908.1
2267       - 29  # NDRPDR sel - new1908.1
2268       - 30  # NDRPDR sel - new1908.1
2269       - 31  # NDRPDR sel - new1908.1
2270       - 33  # NDRPDR sel - new1908.1
2271       - 34  # NDRPDR sel - new1908.1
2272       - 35  # NDRPDR sel - new1908.1
2273       - 36  # NDRPDR sel - new1908.1
2274     csit-vpp-perf-verify-2001-3n-skx:
2275       - 69  # NDRPDR sel - new2001.0
2276       - 71  # NDRPDR sel - new2001.0
2277       - 72  # NDRPDR sel - new2001.0
2278       - 76  # NDRPDR sel - new2001.0
2279       - 77  # NDRPDR sel - new2001.0
2280       - 78  # NDRPDR sel - new2001.0
2281       - 80  # NDRPDR sel - new2001.0
2282       - 50  # MRR sel
2283       - 53  # MRR sel addition
2284     # TODO: Add data:
2285     csit-vpp-perf-report-iterative-2005-3n-skx:
2286       - 4   # NDRPDR sel
2287       - 5   # NDRPDR sel ??? all x710 failed
2288       - 33  # NDRPDR sel
2289       - 28  # NDRPDR sel
2290       - 34  # NDRPDR sel
2291       - 36  # NDRPDR sel
2292       - 37  # NDRPDR sel
2293       - 6   # MRR sel
2294
2295     csit-vpp-perf-verify-1908_1-2n-skx:
2296       - 39  # NDRPDR sel - new1908.1
2297       - 40  # NDRPDR sel - new1908.1
2298       - 41  # NDRPDR sel - new1908.1
2299       - 43  # NDRPDR sel - new1908.1
2300       - 44  # NDRPDR sel - new1908.1
2301       - 45  # NDRPDR sel - new1908.1
2302       - 46  # NDRPDR sel - new1908.1
2303       - 47  # NDRPDR sel - new1908.1
2304       - 48  # NDRPDR sel - new1908.1
2305       - 49  # NDRPDR sel - new1908.1
2306     csit-vpp-perf-verify-2001-2n-skx:
2307       - 143  # NDRPDR sel - new2001.0
2308       - 146  # NDRPDR sel - new2001.0
2309       - 147  # NDRPDR sel - new2001.0
2310       - 148  # NDRPDR sel - new2001.0
2311       - 149  # NDRPDR sel - new2001.0
2312       - 150  # NDRPDR sel - new2001.0
2313       - 151  # NDRPDR sel - new2001.0
2314       - 152  # NDRPDR sel - new2001.0
2315       - 153  # NDRPDR sel - new2001.0
2316       - 154  # NDRPDR sel - new2001.0
2317       - 101  # MRR sel - old
2318       - 128  # MRR sel addition - old
2319     # TODO: Add data:
2320     csit-vpp-perf-report-iterative-2005-2n-skx:
2321       - 43  # NDRPDR sel
2322       - 38  # NDRPDR sel
2323       - 7   # NDRPDR sel
2324       - 47  # NDRPDR sel
2325       - 55  # NDRPDR sel
2326       - 42  # MRR sel
2327       - 48  # Reconf
2328       - 50  # Reconf
2329       - 51  # Reconf
2330       - 52  # Reconf
2331       - 53  # Reconf
2332       - 60  # Reconf
2333       - 63  # Reconf
2334       - 66  # Reconf
2335       - 49  # Soak
2336       - 54  # Soak
2337 #    csit-vpp-perf-report-coverage-2005-2n-skx:
2338 #      -
2339
2340     csit-vpp-perf-verify-1908_1-2n-clx:
2341       - 5  # NDRPDR sel
2342       - 6  # NDRPDR sel
2343       - 7  # NDRPDR sel
2344       - 8  # NDRPDR sel
2345       - 9  # NDRPDR sel
2346     csit-vpp-perf-verify-2001-2n-clx:
2347       - 28  # NDRPDR sel
2348       - 29  # NDRPDR sel
2349       - 32  # NDRPDR sel
2350       - 40  # NDRPDR sel
2351       - 43  # NDRPDR sel
2352       - 44  # NDRPDR sel
2353       - 45  # NDRPDR sel
2354       - 47  # NDRPDR sel
2355       - 48  # NDRPDR sel
2356       - 49  # NDRPDR sel
2357       - 39  # MRR
2358     # TODO: Add data:
2359     csit-vpp-perf-report-iterative-2005-2n-clx:
2360       - 7   # NDRPDR sel
2361       - 38  # NDRPDR sel
2362       - 9   # NDRPDR sel
2363       - 32  # NDRPDR sel ???
2364       - 33  # NDRPDR sel ???
2365       - 39  # NDRPDR sel
2366       - 40  # NDRPDR sel
2367       - 43  # NDRPDR sel
2368       - 50  # NDRPDR sel
2369       - 51  # NDRPDR sel
2370       - 12  # MRR
2371       - 42  # Reconf
2372       - 45  # Reconf
2373       - 46  # Reconf
2374       - 47  # Reconf
2375       - 48  # Reconf
2376       - 52  # Reconf
2377       - 53  # Reconf
2378       - 54  # Reconf
2379       - 55  # Reconf
2380       - 56  # Reconf
2381       - 44  # Soak
2382       - 49  # Soak
2383     # TODO: Add data:
2384     csit-vpp-perf-report-coverage-2005-2n-clx:
2385       - 2   # perf-full-2n-clx-ip4_II
2386       - 3   # perf-full-2n-clx-ip4_III
2387       - 4   # perf-full-2n-clx-ip4_IV
2388       - 5   # perf-full-2n-clx-ip4_V
2389
2390     csit-vpp-perf-verify-1908-3n-tsh:
2391       - 7   # NDRPDR sel
2392       - 8   # NDRPDR sel
2393       - 9   # NDRPDR sel
2394       - 10  # NDRPDR sel
2395       - 11  # NDRPDR sel
2396       - 12  # NDRPDR sel
2397       - 13  # NDRPDR sel
2398       - 14  # NDRPDR sel
2399       - 15  # NDRPDR sel
2400       - 16  # NDRPDR sel
2401       - 17  # MRR sel
2402     csit-vpp-perf-verify-2001-3n-tsh:
2403       - 3   # NDRPDR sel
2404       - 4   # NDRPDR sel
2405       - 7   # NDRPDR sel
2406       - 8   # NDRPDR sel
2407       - 10  # NDRPDR sel
2408       - 12  # NDRPDR sel
2409       - 13  # NDRPDR sel
2410       - 14  # NDRPDR sel
2411       - 15  # NDRPDR sel
2412       - 21  # NDRPDR sel
2413       - 9   # MRR sel
2414     # TODO: Add data:
2415     csit-vpp-perf-report-iterative-2005-3n-tsh:
2416       - 9   # NDRPDR sel
2417       - 11  # NDRPDR sel
2418       - 10  # MRR sel
2419
2420     csit-vpp-perf-verify-1908-3n-dnv:
2421       - 6   # NDRPDR sel
2422       - 7   # NDRPDR sel
2423       - 8   # NDRPDR sel
2424       - 9   # NDRPDR sel
2425       - 10  # NDRPDR sel
2426       - 12  # NDRPDR sel
2427       - 13  # NDRPDR sel
2428       - 14  # NDRPDR sel
2429       - 15  # NDRPDR sel
2430       - 16  # NDRPDR sel
2431       - 17  # MRR sel
2432     csit-vpp-perf-verify-2001-3n-dnv:
2433       - 5   # NDRPDR sel
2434       - 6   # NDRPDR sel
2435       - 7   # NDRPDR sel
2436       - 8   # NDRPDR sel
2437       - 9   # NDRPDR sel
2438       - 10  # NDRPDR sel
2439       - 12  # NDRPDR sel
2440       - 16  # NDRPDR sel
2441       - 17  # NDRPDR sel
2442       - 18  # NDRPDR sel
2443       - 11  # MRR sel
2444     csit-vpp-perf-report-iterative-2005-3n-dnv:
2445       - 2   # NDRPDR sel
2446       - 3   # NDRPDR sel
2447       - 4   # NDRPDR sel
2448       - 5   # NDRPDR sel
2449       - 6   # NDRPDR sel
2450       - 7   # NDRPDR sel
2451       - 9   # NDRPDR sel
2452       - 10  # NDRPDR sel
2453       - 11  # NDRPDR sel
2454       - 12  # NDRPDR sel
2455       - 8   # MRR
2456     csit-vpp-perf-report-coverage-2005-3n-dnv:
2457       - 1   # perf-full-3n-dnv-crypto_I
2458       - 24  # perf-full-3n-dnv-crypto_II
2459       - 5   # perf-full-3n-dnv-ip4_I
2460       - 13  # perf-full-3n-dnv-ip4_II
2461       - 17  # perf-full-3n-dnv-ip6_I
2462       - 18  # perf-full-3n-dnv-ip6_II
2463       - 21  # perf-full-3n-dnv-l2_I
2464       - 22  # perf-full-3n-dnv-l2_II
2465       - 23  # perf-full-3n-dnv-ip4-tunnels_I
2466
2467     csit-vpp-perf-verify-1908-2n-dnv:
2468       - 1   # NDRPDR sel
2469       - 2   # NDRPDR sel
2470       - 3   # NDRPDR sel
2471       - 4   # NDRPDR sel
2472       - 5   # NDRPDR sel
2473       - 6   # NDRPDR sel
2474       - 7   # NDRPDR sel
2475       - 8   # NDRPDR sel
2476       - 9   # NDRPDR sel
2477       - 10  # NDRPDR sel
2478       - 11  # MRR sel
2479     csit-vpp-perf-verify-2001-2n-dnv:
2480       - 4   # NDRPDR sel
2481       - 5   # NDRPDR sel
2482       - 6   # NDRPDR sel
2483       - 7   # NDRPDR sel
2484       - 8   # NDRPDR sel
2485       - 9   # NDRPDR sel
2486       - 10  # NDRPDR sel
2487       - 11  # NDRPDR sel
2488       - 13  # NDRPDR sel
2489       - 16  # NDRPDR sel
2490       - 12  # MRR sel
2491     csit-vpp-perf-report-iterative-2005-2n-dnv:
2492       - 3   # NDRPDR sel
2493       - 6   # NDRPDR sel
2494       - 7   # NDRPDR sel
2495       - 8   # NDRPDR sel
2496       - 9   # NDRPDR sel
2497       - 10  # NDRPDR sel
2498       - 11  # NDRPDR sel
2499       - 12  # NDRPDR sel
2500       - 13  # NDRPDR sel
2501       - 14  # NDRPDR sel
2502       - 15  # MRR sel
2503     csit-vpp-perf-report-coverage-2005-2n-dnv:
2504       - 1   # perf-full-2n-dnv-ip4_I
2505       - 2   # perf-full-2n-dnv-ip4_II
2506       - 3   # perf-full-2n-dnv-ip6_I
2507       - 4   # perf-full-2n-dnv-ip6_II
2508       - 5   # perf-full-2n-dnv-l2_I
2509       - 6   # perf-full-2n-dnv-l2_II
2510
2511     csit-dpdk-perf-verify-1908-3n-hsw:
2512       - 2   # NDRPDR sel
2513       - 3   # NDRPDR sel
2514       - 4   # NDRPDR sel
2515       - 5   # NDRPDR sel
2516       - 6   # NDRPDR sel
2517       - 7   # NDRPDR sel
2518       - 8   # NDRPDR sel
2519       - 9   # NDRPDR sel
2520       - 10  # NDRPDR sel
2521       - 11  # NDRPDR sel
2522     csit-dpdk-perf-verify-2001-3n-hsw:
2523       - 4   # NDRPDR sel
2524       - 5   # NDRPDR sel
2525       - 6   # NDRPDR sel
2526       - 7   # NDRPDR sel
2527       - 8   # NDRPDR sel
2528       - 9   # NDRPDR sel
2529       - 10  # NDRPDR sel
2530       - 11  # NDRPDR sel
2531       - 12  # NDRPDR sel
2532       - 13  # NDRPDR sel
2533       - 15  # NDRPDR sel
2534       - 16  # NDRPDR sel
2535       - 17  # NDRPDR sel
2536       - 18  # NDRPDR sel
2537       - 19  # NDRPDR sel
2538       - 20  # NDRPDR sel
2539       - 21  # NDRPDR sel
2540       - 22  # NDRPDR sel
2541       - 23  # NDRPDR sel
2542       - 24  # NDRPDR sel
2543     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2544       - 5   # NDRPDR sel
2545       - 6   # NDRPDR sel
2546       - 7   # NDRPDR sel
2547       - 8   # NDRPDR sel
2548       - 9   # NDRPDR sel
2549       - 10  # NDRPDR sel
2550       - 11  # NDRPDR sel
2551       - 12  # NDRPDR sel
2552       - 13  # NDRPDR sel
2553       - 14  # NDRPDR sel
2554
2555     csit-dpdk-perf-verify-1908-3n-skx:
2556       - 3   # NDRPDR sel
2557       - 4   # NDRPDR sel
2558       - 5   # NDRPDR sel
2559       - 6   # NDRPDR sel
2560       - 7   # NDRPDR sel
2561       - 8   # NDRPDR sel
2562       - 9   # NDRPDR sel
2563       - 10  # NDRPDR sel
2564       - 11  # NDRPDR sel
2565       - 12  # NDRPDR sel
2566     csit-dpdk-perf-verify-2001-3n-skx:
2567       - 29  # NDRPDR sel xxv710
2568       - 33  # NDRPDR sel xxv710
2569       - 34  # NDRPDR sel xxv710
2570       - 35  # NDRPDR sel xxv710
2571       - 36  # NDRPDR sel xxv710
2572       - 37  # NDRPDR sel xxv710
2573       - 41  # NDRPDR sel xxv710
2574       - 42  # NDRPDR sel xxv710
2575       - 43  # NDRPDR sel xxv710
2576       - 45  # NDRPDR sel xxv710
2577       - 30  # NDRPDR sel x710
2578       - 31  # NDRPDR sel x710
2579       - 32  # NDRPDR sel x710
2580       - 38  # NDRPDR sel x710
2581       - 39  # NDRPDR sel x710
2582       - 40  # NDRPDR sel x710
2583       - 44  # NDRPDR sel x710
2584       - 46  # NDRPDR sel x710
2585       - 47  # NDRPDR sel x710
2586       - 48  # NDRPDR sel x710
2587     csit-dpdk-perf-report-iterative-2005-3n-skx:
2588       - 4   # NDRPDR sel
2589       - 5   # NDRPDR sel
2590       - 6   # NDRPDR sel
2591       - 7   # NDRPDR sel
2592       - 8   # NDRPDR sel
2593       - 11  # NDRPDR sel
2594       - 12  # NDRPDR sel
2595       - 13  # NDRPDR sel
2596       - 14  # NDRPDR sel
2597       - 15  # NDRPDR sel
2598
2599     csit-dpdk-perf-verify-1908-2n-skx:
2600       - 2   # NDRPDR sel
2601       - 3   # NDRPDR sel
2602       - 4   # NDRPDR sel
2603       - 5   # NDRPDR sel
2604       - 7   # NDRPDR sel
2605       - 8   # NDRPDR sel
2606       - 9   # NDRPDR sel
2607       - 10  # NDRPDR sel
2608       - 11  # NDRPDR sel
2609       - 12  # NDRPDR sel
2610     csit-dpdk-perf-verify-2001-2n-skx:
2611       - 35  # NDRPDR sel xxv710
2612       - 36  # NDRPDR sel xxv710
2613       - 37  # NDRPDR sel xxv710
2614       - 41  # NDRPDR sel xxv710
2615       - 42  # NDRPDR sel xxv710
2616       - 43  # NDRPDR sel xxv710
2617       - 46  # NDRPDR sel xxv710
2618       - 47  # NDRPDR sel xxv710
2619       - 52  # NDRPDR sel xxv710
2620       - 53  # NDRPDR sel xxv710
2621       - 38  # NDRPDR sel x710
2622       - 39  # NDRPDR sel x710
2623       - 40  # NDRPDR sel x710
2624       - 44  # NDRPDR sel x710
2625       - 45  # NDRPDR sel x710
2626       - 48  # NDRPDR sel x710
2627       - 49  # NDRPDR sel x710
2628       - 50  # NDRPDR sel x710
2629       - 51  # NDRPDR sel x710
2630       - 54  # NDRPDR sel x710
2631     csit-dpdk-perf-report-iterative-2005-2n-skx:
2632       - 1   # NDRPDR sel
2633       - 2   # NDRPDR sel
2634       - 3   # NDRPDR sel
2635       - 4   # NDRPDR sel
2636       - 5   # NDRPDR sel
2637       - 6   # NDRPDR sel
2638       - 7   # NDRPDR sel
2639       - 8   # NDRPDR sel
2640       - 9   # NDRPDR sel
2641       - 10  # NDRPDR sel
2642
2643     csit-dpdk-perf-verify-2001-2n-clx:
2644       - 15  # NDRPDR sel
2645       - 16  # NDRPDR sel
2646       - 17  # NDRPDR sel
2647       - 18  # NDRPDR sel
2648       - 19  # NDRPDR sel
2649       - 20  # NDRPDR sel
2650       - 21  # NDRPDR sel
2651       - 22  # NDRPDR sel
2652       - 23  # NDRPDR sel
2653       - 24  # NDRPDR sel
2654       - 25  # NDRPDR sel
2655       - 26  # NDRPDR sel
2656       - 27  # NDRPDR sel
2657       - 28  # NDRPDR sel
2658       - 29  # NDRPDR sel
2659       - 30  # NDRPDR sel
2660       - 31  # NDRPDR sel
2661       - 32  # NDRPDR sel
2662       - 33  # NDRPDR sel
2663       - 34  # NDRPDR sel
2664     csit-dpdk-perf-report-iterative-2005-2n-clx:
2665       - 1   # NDRPDR sel
2666       - 2   # NDRPDR sel
2667       - 3   # NDRPDR sel
2668       - 4   # NDRPDR sel
2669       - 5   # NDRPDR sel
2670       - 6   # NDRPDR sel
2671       - 7   # NDRPDR sel
2672       - 8   # NDRPDR sel
2673       - 9   # NDRPDR sel
2674       - 10  # NDRPDR sel
2675
2676     csit-dpdk-perf-verify-2001-2n-dnv:
2677       - 9   # NDRPDR sel
2678       - 10  # NDRPDR sel
2679       - 11  # NDRPDR sel
2680       - 12  # NDRPDR sel
2681       - 13  # NDRPDR sel
2682       - 14  # NDRPDR sel
2683       - 15  # NDRPDR sel
2684       - 16  # NDRPDR sel
2685       - 17  # NDRPDR sel
2686       - 18  # NDRPDR sel
2687     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2688       - 8   # NDRPDR sel
2689       - 9   # NDRPDR sel
2690       - 10  # NDRPDR sel
2691       - 11  # NDRPDR sel
2692       - 12  # NDRPDR sel
2693       - 13  # NDRPDR sel
2694       - 14  # NDRPDR sel
2695       - 15  # NDRPDR sel
2696       - 16  # NDRPDR sel
2697       - 17  # NDRPDR sel
2698
2699     csit-dpdk-perf-verify-2001-3n-dnv:
2700       - 12  # NDRPDR sel
2701       - 13  # NDRPDR sel
2702       - 14  # NDRPDR sel
2703       - 15  # NDRPDR sel
2704       - 16  # NDRPDR sel
2705       - 17  # NDRPDR sel
2706       - 18  # NDRPDR sel
2707       - 19  # NDRPDR sel
2708       - 20  # NDRPDR sel
2709       - 22  # NDRPDR sel
2710     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2711       - 6   # NDRPDR sel
2712       - 7   # NDRPDR sel
2713       - 8   # NDRPDR sel
2714       - 9   # NDRPDR sel
2715       - 10  # NDRPDR sel
2716       - 11  # NDRPDR sel
2717       - 12  # NDRPDR sel
2718       - 13  # NDRPDR sel
2719       - 14  # NDRPDR sel
2720       - 16  # NDRPDR sel
2721
2722     csit-dpdk-perf-verify-2001-3n-tsh:
2723       - 3   # NDRPDR sel
2724       - 4   # NDRPDR sel
2725       - 5   # NDRPDR sel
2726       - 9   # NDRPDR sel
2727       - 10  # NDRPDR sel
2728       - 11  # NDRPDR sel
2729       - 12  # NDRPDR sel
2730       - 14  # NDRPDR sel
2731       - 15  # NDRPDR sel
2732       - 18  # NDRPDR sel
2733     # TODO: Add data:
2734     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2735       - 5   # NDRPDR sel
2736
2737     csit-vpp-device-2005-ubuntu1804-1n-skx:
2738       - 35
2739
2740 - type: "output"
2741   output: "report"
2742   format:
2743     html:
2744     - full
2745 #    pdf:
2746 #    - minimal
2747
2748 ################################################################################
2749 ###                               T A B L E S                                ###
2750 ################################################################################
2751
2752 # VPP Soak vs NDR - 2n-skx
2753 - type: "table"
2754   title: "VPP Soak vs NDR 2n-skx"
2755   algorithm: "table_soak_vs_ndr"
2756   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2757   reference:
2758     title: "NDR"
2759     data: "vpp-soak-vs-ndr-2n-skx-ref"
2760   compare:
2761     title: "Soak"
2762     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2763   data: "vpp-soak-vs-ndr-2n-skx"
2764   include-tests: "NDR"
2765   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2766   parameters:
2767     - "throughput"
2768     - "name"
2769     - "parent"
2770
2771 # VPP Soak vs NDR - 2n-clx
2772 - type: "table"
2773   title: "VPP Soak vs NDR 2n-clx"
2774   algorithm: "table_soak_vs_ndr"
2775   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2776   reference:
2777     title: "NDR"
2778     data: "vpp-soak-vs-ndr-2n-clx-ref"
2779   compare:
2780     title: "Soak"
2781     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2782   data: "vpp-soak-vs-ndr-2n-clx"
2783   include-tests: "NDR"
2784   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2785   parameters:
2786     - "throughput"
2787     - "name"
2788     - "parent"
2789
2790 ################################################################################
2791
2792 # VPP Compare NICs 3n-skx 2t1c ndr
2793 - type: "table"
2794   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2795   algorithm: "table_comparison"
2796   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2797   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2798   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2799   columns:
2800     - title: "x710"
2801       data-set: "vpp-nic-comparison-3n-skx"
2802       tag: "NIC_Intel-X710"
2803     - title: "xxv710"
2804       data-set: "vpp-nic-comparison-3n-skx"
2805       tag: "NIC_Intel-XXV710"
2806   comparisons:
2807     - title: "Diff"
2808       reference: 1
2809       compare: 2
2810   legend:
2811     - "Legend to Table:"
2812     - "x710, xxv710 - NICs tested."
2813     - "Diff - difference between x710 and xxv710 NIC."
2814
2815 # VPP Compare NICs 3n-skx 4t2c ndr
2816 - type: "table"
2817   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2818   algorithm: "table_comparison"
2819   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2820   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2821   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2822   columns:
2823     - title: "x710"
2824       data-set: "vpp-nic-comparison-3n-skx"
2825       tag: "NIC_Intel-X710"
2826     - title: "xxv710"
2827       data-set: "vpp-nic-comparison-3n-skx"
2828       tag: "NIC_Intel-XXV710"
2829   comparisons:
2830     - title: "Diff"
2831       reference: 1
2832       compare: 2
2833   legend:
2834     - "Legend to Table:"
2835     - "x710, xxv710 - NICs tested."
2836     - "Diff - difference between x710 and xxv710 NIC."
2837
2838 # VPP Compare NICs 3n-skx 2t1c pdr
2839 - type: "table"
2840   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2841   algorithm: "table_comparison"
2842   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2843   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2844   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2845   columns:
2846     - title: "x710"
2847       data-set: "vpp-nic-comparison-3n-skx"
2848       tag: "NIC_Intel-X710"
2849     - title: "xxv710"
2850       data-set: "vpp-nic-comparison-3n-skx"
2851       tag: "NIC_Intel-XXV710"
2852   comparisons:
2853     - title: "Diff"
2854       reference: 1
2855       compare: 2
2856   legend:
2857     - "Legend to Table:"
2858     - "x710, xxv710 - NICs tested."
2859     - "Diff - difference between x710 and xxv710 NIC."
2860
2861 # VPP Compare NICs 3n-skx 4t2c pdr
2862 - type: "table"
2863   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2864   algorithm: "table_comparison"
2865   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2866   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2867   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2868   columns:
2869     - title: "x710"
2870       data-set: "vpp-nic-comparison-3n-skx"
2871       tag: "NIC_Intel-X710"
2872     - title: "xxv710"
2873       data-set: "vpp-nic-comparison-3n-skx"
2874       tag: "NIC_Intel-XXV710"
2875   comparisons:
2876     - title: "Diff"
2877       reference: 1
2878       compare: 2
2879   legend:
2880     - "Legend to Table:"
2881     - "x710, xxv710 - NICs tested."
2882     - "Diff - difference between x710 and xxv710 NIC."
2883
2884 ## VPP Compare NICs 3n-skx 2t1c mrr
2885 #- type: "table"
2886 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2887 #  algorithm: "table_comparison"
2888 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2889 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2890 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2891 #  columns:
2892 #    - title: "x710"
2893 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2894 #      tag: "NIC_Intel-X710"
2895 #    - title: "xxv710"
2896 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2897 #      tag: "NIC_Intel-XXV710"
2898 #  comparisons:
2899 #    - title: "Diff"
2900 #      reference: 1
2901 #      compare: 2
2902 #  legend:
2903 #    - "Legend to Table:"
2904 #    - "x710, xxv710 - NICs tested."
2905 #    - "Diff - difference between x710 and xxv710 NIC."
2906 #
2907 ## VPP Compare NICs 3n-skx 4t2c mrr
2908 #- type: "table"
2909 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2910 #  algorithm: "table_comparison"
2911 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2912 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2913 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2914 #  columns:
2915 #    - title: "x710"
2916 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2917 #      tag: "NIC_Intel-X710"
2918 #    - title: "xxv710"
2919 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2920 #      tag: "NIC_Intel-XXV710"
2921 #  comparisons:
2922 #    - title: "Diff"
2923 #      reference: 1
2924 #      compare: 2
2925 #  legend:
2926 #    - "Legend to Table:"
2927 #    - "x710, xxv710 - NICs tested."
2928 #    - "Diff - difference between x710 and xxv710 NIC."
2929 #
2930 ## VPP Compare NICs 3n-skx 8t4c mrr
2931 #- type: "table"
2932 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2933 #  algorithm: "table_comparison"
2934 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2935 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2936 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2937 #  columns:
2938 #    - title: "x710"
2939 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2940 #      tag: "NIC_Intel-X710"
2941 #    - title: "xxv710"
2942 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2943 #      tag: "NIC_Intel-XXV710"
2944 #  comparisons:
2945 #    - title: "Diff"
2946 #      reference: 1
2947 #      compare: 2
2948 #  legend:
2949 #    - "Legend to Table:"
2950 #    - "x710, xxv710 - NICs tested."
2951 #    - "Diff - difference between x710 and xxv710 NIC."
2952
2953 # VPP Compare NICs 2n-skx 2t1c ndr
2954 - type: "table"
2955   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2956   algorithm: "table_comparison"
2957   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2958   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2959   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2960   columns:
2961     - title: "x710"
2962       data-set: "vpp-nic-comparison-2n-skx"
2963       tag: "NIC_Intel-X710"
2964     - title: "xxv710"
2965       data-set: "vpp-nic-comparison-2n-skx"
2966       tag: "NIC_Intel-XXV710"
2967   comparisons:
2968     - title: "Diff"
2969       reference: 1
2970       compare: 2
2971   legend:
2972     - "Legend to Table:"
2973     - "x710, xxv710 - NICs tested."
2974     - "Diff - difference between x710 and xxv710 NIC."
2975
2976 # VPP Compare NICs 2n-skx 4t2c ndr
2977 - type: "table"
2978   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2979   algorithm: "table_comparison"
2980   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2982   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2983   columns:
2984     - title: "x710"
2985       data-set: "vpp-nic-comparison-2n-skx"
2986       tag: "NIC_Intel-X710"
2987     - title: "xxv710"
2988       data-set: "vpp-nic-comparison-2n-skx"
2989       tag: "NIC_Intel-XXV710"
2990   comparisons:
2991     - title: "Diff"
2992       reference: 1
2993       compare: 2
2994   legend:
2995     - "Legend to Table:"
2996     - "x710, xxv710 - NICs tested."
2997     - "Diff - difference between x710 and xxv710 NIC."
2998
2999 # VPP Compare NICs 2n-skx 2t1c pdr
3000 - type: "table"
3001   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3002   algorithm: "table_comparison"
3003   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3004   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3005   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3006   columns:
3007     - title: "x710"
3008       data-set: "vpp-nic-comparison-2n-skx"
3009       tag: "NIC_Intel-X710"
3010     - title: "xxv710"
3011       data-set: "vpp-nic-comparison-2n-skx"
3012       tag: "NIC_Intel-XXV710"
3013   comparisons:
3014     - title: "Diff"
3015       reference: 1
3016       compare: 2
3017   legend:
3018     - "Legend to Table:"
3019     - "x710, xxv710 - NICs tested."
3020     - "Diff - difference between x710 and xxv710 NIC."
3021
3022 # VPP Compare NICs 2n-skx 4t2c pdr
3023 - type: "table"
3024   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3025   algorithm: "table_comparison"
3026   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3028   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3029   columns:
3030     - title: "x710"
3031       data-set: "vpp-nic-comparison-2n-skx"
3032       tag: "NIC_Intel-X710"
3033     - title: "xxv710"
3034       data-set: "vpp-nic-comparison-2n-skx"
3035       tag: "NIC_Intel-XXV710"
3036   comparisons:
3037     - title: "Diff"
3038       reference: 1
3039       compare: 2
3040   legend:
3041     - "Legend to Table:"
3042     - "x710, xxv710 - NICs tested."
3043     - "Diff - difference between x710 and xxv710 NIC."
3044
3045 # VPP Compare NICs 2n-skx 2t1c mrr
3046 - type: "table"
3047   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3048   algorithm: "table_comparison"
3049   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3051   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3052   columns:
3053     - title: "x710"
3054       data-set: "vpp-nic-comparison-2n-skx-mrr"
3055       tag: "NIC_Intel-X710"
3056     - title: "xxv710"
3057       data-set: "vpp-nic-comparison-2n-skx-mrr"
3058       tag: "NIC_Intel-XXV710"
3059   comparisons:
3060     - title: "Diff"
3061       reference: 1
3062       compare: 2
3063   legend:
3064     - "Legend to Table:"
3065     - "x710, xxv710 - NICs tested."
3066     - "Diff - difference between x710 and xxv710 NIC."
3067
3068 # VPP Compare NICs 2n-skx 4t2c mrr
3069 - type: "table"
3070   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3071   algorithm: "table_comparison"
3072   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3073   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3074   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3075   columns:
3076     - title: "x710"
3077       data-set: "vpp-nic-comparison-2n-skx-mrr"
3078       tag: "NIC_Intel-X710"
3079     - title: "xxv710"
3080       data-set: "vpp-nic-comparison-2n-skx-mrr"
3081       tag: "NIC_Intel-XXV710"
3082   comparisons:
3083     - title: "Diff"
3084       reference: 1
3085       compare: 2
3086   legend:
3087     - "Legend to Table:"
3088     - "x710, xxv710 - NICs tested."
3089     - "Diff - difference between x710 and xxv710 NIC."
3090
3091 # VPP Compare NICs 2n-skx 8t4c mrr
3092 - type: "table"
3093   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3094   algorithm: "table_comparison"
3095   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3096   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3097   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3098   columns:
3099     - title: "x710"
3100       data-set: "vpp-nic-comparison-2n-skx-mrr"
3101       tag: "NIC_Intel-X710"
3102     - title: "xxv710"
3103       data-set: "vpp-nic-comparison-2n-skx-mrr"
3104       tag: "NIC_Intel-XXV710"
3105   comparisons:
3106     - title: "Diff"
3107       reference: 1
3108       compare: 2
3109   legend:
3110     - "Legend to Table:"
3111     - "x710, xxv710 - NICs tested."
3112     - "Diff - difference between x710 and xxv710 NIC."
3113
3114 ################################################################################
3115 # VPP
3116
3117 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3118 #- type: "table"
3119 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3120 #  algorithm: "table_comparison"
3121 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3122 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3123 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3124 #  columns:
3125 #    - title: "1908.1"
3126 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3127 #    - title: "1908.2"
3128 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3129 #  comparisons:
3130 #    - title: "Diff"
3131 #      reference: 1
3132 #      compare: 2
3133 #  legend:
3134 #    - "Legend to Table:"
3135 #    - "1908.1, 1908.2 - VPP versions tested."
3136 #    - "Diff - difference between the previous and the current VPP version."
3137 #
3138 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3139 #- type: "table"
3140 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3141 #  algorithm: "table_comparison"
3142 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3143 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3144 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3145 #  columns:
3146 #    - title: "1908.1"
3147 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3148 #    - title: "1908.2"
3149 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3150 #  comparisons:
3151 #    - title: "Diff"
3152 #      reference: 1
3153 #      compare: 2
3154 #  legend:
3155 #    - "Legend to Table:"
3156 #    - "1908.1, 1908.2 - VPP versions tested."
3157 #    - "Diff - difference between the previous and the current VPP version."
3158 #
3159 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3160 #- type: "table"
3161 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3162 #  algorithm: "table_comparison"
3163 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3164 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3165 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3166 #  columns:
3167 #    - title: "1908.1"
3168 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3169 #    - title: "1908.2"
3170 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3171 #  comparisons:
3172 #    - title: "Diff"
3173 #      reference: 1
3174 #      compare: 2
3175 #  legend:
3176 #    - "Legend to Table:"
3177 #    - "1908.1, 1908.2 - VPP versions tested."
3178 #    - "Diff - difference between the previous and the current VPP version."
3179 #
3180 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3181 #- type: "table"
3182 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3183 #  algorithm: "table_comparison"
3184 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3185 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3186 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3187 #  columns:
3188 #    - title: "1908.1"
3189 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3190 #    - title: "1908.2"
3191 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3192 #  comparisons:
3193 #    - title: "Diff"
3194 #      reference: 1
3195 #      compare: 2
3196 #  legend:
3197 #    - "Legend to Table:"
3198 #    - "1908.1, 1908.2 - VPP versions tested."
3199 #    - "Diff - difference between the previous and the current VPP version."
3200 #
3201 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3202 #- type: "table"
3203 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3204 #  algorithm: "table_comparison"
3205 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3206 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3207 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3208 #  columns:
3209 #    - title: "1908.1"
3210 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3211 #    - title: "1908.2"
3212 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3213 #  comparisons:
3214 #    - title: "Diff"
3215 #      reference: 1
3216 #      compare: 2
3217 #  legend:
3218 #    - "Legend to Table:"
3219 #    - "1908.1, 1908.2 - VPP versions tested."
3220 #    - "Diff - difference between the previous and the current VPP version."
3221 #
3222 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3223 #- type: "table"
3224 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3225 #  algorithm: "table_comparison"
3226 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3227 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3228 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3229 #  columns:
3230 #    - title: "1908.1"
3231 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3232 #    - title: "1908.2"
3233 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3234 #  comparisons:
3235 #    - title: "Diff"
3236 #      reference: 1
3237 #      compare: 2
3238 #  legend:
3239 #    - "Legend to Table:"
3240 #    - "1908.1, 1908.2 - VPP versions tested."
3241 #    - "Diff - difference between the previous and the current VPP version."
3242
3243 # VPP Performance Changes 3n-hsw 1t1c pdr
3244 - type: "table"
3245   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3246   algorithm: "table_comparison"
3247   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3248   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3249   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3250   columns:
3251     - title: "1908"
3252       data-set: "vpp-performance-changes-3n-hsw-h1"
3253     - title: "2001"
3254       data-set: "vpp-performance-changes-3n-hsw-ref"
3255     - title: "2005"
3256       data-set: "vpp-performance-changes-3n-hsw-cmp"
3257   comparisons:
3258     - title: "Diff"
3259       reference: 2
3260       compare: 3
3261   legend:
3262     - "Legend to Table"
3263     - "1908, 2001, 2005 - VPP versions tested."
3264     - "Diff - difference between 2001 and 2008 VPP version."
3265
3266 # VPP Performance Changes 3n-hsw 2t2c pdr
3267 - type: "table"
3268   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3269   algorithm: "table_comparison"
3270   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3271   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3272   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3273   columns:
3274     - title: "1908"
3275       data-set: "vpp-performance-changes-3n-hsw-h1"
3276     - title: "2001"
3277       data-set: "vpp-performance-changes-3n-hsw-ref"
3278     - title: "2005"
3279       data-set: "vpp-performance-changes-3n-hsw-cmp"
3280   comparisons:
3281     - title: "Diff"
3282       reference: 2
3283       compare: 3
3284   legend:
3285     - "Legend to Table"
3286     - "1908, 2001, 2005 - VPP versions tested."
3287     - "Diff - difference between 2001 and 2008 VPP version."
3288
3289 # VPP Performance Changes 3n-hsw 1t1c ndr
3290 - type: "table"
3291   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3292   algorithm: "table_comparison"
3293   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3294   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3295   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3296   columns:
3297     - title: "1908"
3298       data-set: "vpp-performance-changes-3n-hsw-h1"
3299     - title: "2001"
3300       data-set: "vpp-performance-changes-3n-hsw-ref"
3301     - title: "2005"
3302       data-set: "vpp-performance-changes-3n-hsw-cmp"
3303   comparisons:
3304     - title: "Diff"
3305       reference: 2
3306       compare: 3
3307   legend:
3308     - "Legend to Table"
3309     - "1908, 2001, 2005 - VPP versions tested."
3310     - "Diff - difference between 2001 and 2008 VPP version."
3311
3312 # VPP Performance Changes 3n-hsw 2t2c ndr
3313 - type: "table"
3314   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3315   algorithm: "table_comparison"
3316   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3317   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3318   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3319   columns:
3320     - title: "1908"
3321       data-set: "vpp-performance-changes-3n-hsw-h1"
3322     - title: "2001"
3323       data-set: "vpp-performance-changes-3n-hsw-ref"
3324     - title: "2005"
3325       data-set: "vpp-performance-changes-3n-hsw-cmp"
3326   comparisons:
3327     - title: "Diff"
3328       reference: 2
3329       compare: 3
3330   legend:
3331     - "Legend to Table"
3332     - "1908, 2001, 2005 - VPP versions tested."
3333     - "Diff - difference between 2001 and 2008 VPP version."
3334
3335 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3336 #- type: "table"
3337 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3338 #  algorithm: "table_comparison"
3339 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3340 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3341 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3342 #  rca:
3343 #    - title: "RCA1"
3344 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3345 #    - title: "RCA2"
3346 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3347 #  columns:
3348 #    - title: "1908.0-1"
3349 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3350 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3351 #    - title: "1908.1-1"
3352 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3353 #    - title: "1908.1-2"
3354 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3355 #    - title: "2001.0-2"
3356 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3357 #  comparisons:
3358 #    - title: "Diff1"
3359 #      reference: 2
3360 #      reference-alt: 1
3361 #      compare: 3
3362 #    - title: "Diff2"
3363 #      reference: 3
3364 #      compare: 4
3365 #  legend:
3366 #    - 'Legend to Table:'
3367 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3368 #    - '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).'
3369 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3370 #    - 'RCA1 - root cause analysis reference for Diff1.'
3371 #    - 'RCA2 - root cause analysis reference for Diff2.'
3372 #
3373 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3374 #- type: "table"
3375 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3376 #  algorithm: "table_comparison"
3377 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3378 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3379 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3380 #  rca:
3381 #    - title: "RCA1"
3382 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3383 #    - title: "RCA2"
3384 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3385 #  columns:
3386 #    - title: "1908.0-1"
3387 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3388 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3389 #    - title: "1908.1-1"
3390 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3391 #    - title: "1908.1-2"
3392 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3393 #    - title: "2001.0-2"
3394 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3395 #  comparisons:
3396 #    - title: "Diff1"
3397 #      reference: 2
3398 #      reference-alt: 1
3399 #      compare: 3
3400 #    - title: "Diff2"
3401 #      reference: 3
3402 #      compare: 4
3403 #  legend:
3404 #    - 'Legend to Table:'
3405 #    - '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).'
3406 #    - '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).'
3407 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3408 #    - 'RCA1 - root cause analysis reference for Diff1.'
3409 #    - 'RCA2 - root cause analysis reference for Diff2.'
3410
3411 # VPP Performance Changes 3n-skx 2t1c pdr
3412 - type: "table"
3413   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3414   algorithm: "table_comparison"
3415   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3416   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3417   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3418   columns:
3419     - title: "1908"
3420       data-set: "vpp-performance-changes-3n-skx-h1"
3421       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3422     - title: "2001"
3423       data-set: "vpp-performance-changes-3n-skx-ref"
3424     - title: "2005"
3425       data-set: "vpp-performance-changes-3n-skx-cmp"
3426   comparisons:
3427     - title: "Diff"
3428       reference: 2
3429       compare: 3
3430   legend:
3431     - "Legend to Table"
3432     - "1908, 2001, 2005 - VPP versions tested."
3433     - "Diff - difference between 2001 and 2005 VPP version."
3434
3435 # VPP Performance Changes 3n-skx 4t2c pdr
3436 - type: "table"
3437   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3438   algorithm: "table_comparison"
3439   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3440   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3441   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3442   columns:
3443     - title: "1908"
3444       data-set: "vpp-performance-changes-3n-skx-h1"
3445       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3446     - title: "2001"
3447       data-set: "vpp-performance-changes-3n-skx-ref"
3448     - title: "2005"
3449       data-set: "vpp-performance-changes-3n-skx-cmp"
3450   comparisons:
3451     - title: "Diff"
3452       reference: 2
3453       compare: 3
3454   legend:
3455     - "Legend to Table"
3456     - "1908, 2001, 2005 - VPP versions tested."
3457     - "Diff - difference between 2001 and 2005 VPP version."
3458
3459 # VPP Performance Changes 3n-skx 2t1c ndr
3460 - type: "table"
3461   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3462   algorithm: "table_comparison"
3463   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3464   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3465   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3466   columns:
3467     - title: "1908"
3468       data-set: "vpp-performance-changes-3n-skx-h1"
3469       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3470     - title: "2001"
3471       data-set: "vpp-performance-changes-3n-skx-ref"
3472     - title: "2005"
3473       data-set: "vpp-performance-changes-3n-skx-cmp"
3474   comparisons:
3475     - title: "Diff"
3476       reference: 2
3477       compare: 3
3478   legend:
3479     - "Legend to Table"
3480     - "1908, 2001, 2005 - VPP versions tested."
3481     - "Diff - difference between 2001 and 2005 VPP version."
3482
3483 # VPP Performance Changes 3n-skx 4t2c ndr
3484 - type: "table"
3485   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3486   algorithm: "table_comparison"
3487   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3488   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3489   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3490   columns:
3491     - title: "1908"
3492       data-set: "vpp-performance-changes-3n-skx-h1"
3493       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3494     - title: "2001"
3495       data-set: "vpp-performance-changes-3n-skx-ref"
3496     - title: "2005"
3497       data-set: "vpp-performance-changes-3n-skx-cmp"
3498   comparisons:
3499     - title: "Diff"
3500       reference: 2
3501       compare: 3
3502   legend:
3503     - "Legend to Table"
3504     - "1908, 2001, 2005 - VPP versions tested."
3505     - "Diff - difference between 2001 and 2005 VPP version."
3506
3507 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3508 #- type: "table"
3509 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3510 #  algorithm: "table_comparison"
3511 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3512 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3513 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3514 #  rca:
3515 #    - title: "RCA1"
3516 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3517 #    - title: "RCA2"
3518 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3519 #  columns:
3520 #    - title: "1908.0-1"
3521 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3522 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3523 #    - title: "1908.1-1"
3524 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3525 #    - title: "1908.1-2"
3526 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3527 #    - title: "2001.0-2"
3528 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3529 #  comparisons:
3530 #    - title: "Diff1"
3531 #      reference: 2
3532 #      reference-alt: 1
3533 #      compare: 3
3534 #    - title: "Diff2"
3535 #      reference: 3
3536 #      compare: 4
3537 #  legend:
3538 #    - 'Legend to Table:'
3539 #    - '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).'
3540 #    - '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).'
3541 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3542 #    - 'RCA1 - root cause analysis reference for Diff1.'
3543 #    - 'RCA2 - root cause analysis reference for Diff2.'
3544 #
3545 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3546 #- type: "table"
3547 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3548 #  algorithm: "table_comparison"
3549 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3550 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3551 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3552 #  rca:
3553 #    - title: "RCA1"
3554 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3555 #    - title: "RCA2"
3556 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3557 #  columns:
3558 #    - title: "1908.0-1"
3559 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3560 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3561 #    - title: "1908.1-1"
3562 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3563 #    - title: "1908.1-2"
3564 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3565 #    - title: "2001.0-2"
3566 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3567 #  comparisons:
3568 #    - title: "Diff1"
3569 #      reference: 2
3570 #      reference-alt: 1
3571 #      compare: 3
3572 #    - title: "Diff2"
3573 #      reference: 3
3574 #      compare: 4
3575 #  legend:
3576 #    - 'Legend to Table:'
3577 #    - '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).'
3578 #    - '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).'
3579 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3580 #    - 'RCA1 - root cause analysis reference for Diff1.'
3581 #    - 'RCA2 - root cause analysis reference for Diff2.'
3582
3583 # VPP Performance Changes 2n-skx 2t1c pdr
3584 - type: "table"
3585   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3586   algorithm: "table_comparison"
3587   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3589   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3590   columns:
3591     - title: "1908"
3592       data-set: "vpp-performance-changes-2n-skx-h1"
3593       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3594     - title: "2001"
3595       data-set: "vpp-performance-changes-2n-skx-ref"
3596     - title: "2005"
3597       data-set: "vpp-performance-changes-2n-skx-cmp"
3598   comparisons:
3599     - title: "Diff"
3600       reference: 2
3601       compare: 3
3602   legend:
3603     - "Legend to Table"
3604     - "1908, 2001, 2005 - VPP versions tested."
3605     - "Diff - difference between 2001 and 2005 VPP version."
3606
3607 # VPP Performance Changes 2n-skx 4t2c pdr
3608 - type: "table"
3609   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3610   algorithm: "table_comparison"
3611   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3612   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3613   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3614   columns:
3615     - title: "1908"
3616       data-set: "vpp-performance-changes-2n-skx-h1"
3617       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3618     - title: "2001"
3619       data-set: "vpp-performance-changes-2n-skx-ref"
3620     - title: "2005"
3621       data-set: "vpp-performance-changes-2n-skx-cmp"
3622   comparisons:
3623     - title: "Diff"
3624       reference: 2
3625       compare: 3
3626   legend:
3627     - "Legend to Table"
3628     - "1908, 2001, 2005 - VPP versions tested."
3629     - "Diff - difference between 2001 and 2005 VPP version."
3630
3631 # VPP Performance Changes 2n-skx 2t1c ndr
3632 - type: "table"
3633   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3634   algorithm: "table_comparison"
3635   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3636   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3637   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3638   columns:
3639     - title: "1908"
3640       data-set: "vpp-performance-changes-2n-skx-h1"
3641       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3642     - title: "2001"
3643       data-set: "vpp-performance-changes-2n-skx-ref"
3644     - title: "2005"
3645       data-set: "vpp-performance-changes-2n-skx-cmp"
3646   comparisons:
3647     - title: "Diff"
3648       reference: 2
3649       compare: 3
3650   legend:
3651     - "Legend to Table"
3652     - "1908, 2001, 2005 - VPP versions tested."
3653     - "Diff - difference between 2001 and 2005 VPP version."
3654
3655 # VPP Performance Changes 2n-skx 4t2c ndr
3656 - type: "table"
3657   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3658   algorithm: "table_comparison"
3659   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3661   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3662   columns:
3663     - title: "1908"
3664       data-set: "vpp-performance-changes-2n-skx-h1"
3665       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3666     - title: "2001"
3667       data-set: "vpp-performance-changes-2n-skx-ref"
3668     - title: "2005"
3669       data-set: "vpp-performance-changes-2n-skx-cmp"
3670   comparisons:
3671     - title: "Diff"
3672       reference: 2
3673       compare: 3
3674   legend:
3675     - "Legend to Table"
3676     - "1908, 2001, 2005 - VPP versions tested."
3677     - "Diff - difference between 2001 and 2005 VPP version."
3678
3679 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3680 - type: "table"
3681   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3682   algorithm: "table_comparison"
3683   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3684   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3685   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3686   columns:
3687     - title: "2001"
3688       data-set: "vpp-performance-changes-2n-clx-ref"
3689     - title: "2005"
3690       data-set: "vpp-performance-changes-2n-clx-cmp"
3691   comparisons:
3692     - title: "Diff"
3693       reference: 1
3694       compare: 2
3695   legend:
3696     - "Legend to Table"
3697     - "2001, 2005 - VPP versions tested."
3698     - "Diff - difference between 2001 and 2005 VPP version."
3699
3700 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3701 - type: "table"
3702   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3703   algorithm: "table_comparison"
3704   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3706   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3707   columns:
3708     - title: "2001"
3709       data-set: "vpp-performance-changes-2n-clx-ref"
3710     - title: "2005"
3711       data-set: "vpp-performance-changes-2n-clx-cmp"
3712   comparisons:
3713     - title: "Diff"
3714       reference: 1
3715       compare: 2
3716   legend:
3717     - "Legend to Table"
3718     - "2001, 2005 - VPP versions tested."
3719     - "Diff - difference between 2001 and 2005 VPP version."
3720
3721 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3722 - type: "table"
3723   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3724   algorithm: "table_comparison"
3725   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3726   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3727   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3728   columns:
3729     - title: "2001"
3730       data-set: "vpp-performance-changes-2n-clx-ref"
3731     - title: "2005"
3732       data-set: "vpp-performance-changes-2n-clx-cmp"
3733   comparisons:
3734     - title: "Diff"
3735       reference: 1
3736       compare: 2
3737   legend:
3738     - "Legend to Table"
3739     - "2001, 2005 - VPP versions tested."
3740     - "Diff - difference between 2001 and 2005 VPP version."
3741
3742 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3743 - type: "table"
3744   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3745   algorithm: "table_comparison"
3746   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3748   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3749   columns:
3750     - title: "2001"
3751       data-set: "vpp-performance-changes-2n-clx-ref"
3752     - title: "2005"
3753       data-set: "vpp-performance-changes-2n-clx-cmp"
3754   comparisons:
3755     - title: "Diff"
3756       reference: 1
3757       compare: 2
3758   legend:
3759     - "Legend to Table"
3760     - "2001, 2005 - VPP versions tested."
3761     - "Diff - difference between 2001 and 2005 VPP version."
3762
3763 # VPP Performance Changes 2n-clx-x556 2t1c pdr
3764 - type: "table"
3765   title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3766   algorithm: "table_comparison"
3767   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3768   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3769   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3770   columns:
3771     - title: "2001"
3772       data-set: "vpp-performance-changes-2n-clx-ref"
3773     - title: "2005"
3774       data-set: "vpp-performance-changes-2n-clx-cmp"
3775   comparisons:
3776     - title: "Diff"
3777       reference: 1
3778       compare: 2
3779   legend:
3780     - "Legend to Table"
3781     - "2001, 2005 - VPP versions tested."
3782     - "Diff - difference between 2001 and 2005 VPP version."
3783
3784 # VPP Performance Changes 2n-clx-x556 4t2c pdr
3785 - type: "table"
3786   title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3787   algorithm: "table_comparison"
3788   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3789   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3790   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3791   columns:
3792     - title: "2001"
3793       data-set: "vpp-performance-changes-2n-clx-ref"
3794     - title: "2005"
3795       data-set: "vpp-performance-changes-2n-clx-cmp"
3796   comparisons:
3797     - title: "Diff"
3798       reference: 1
3799       compare: 2
3800   legend:
3801     - "Legend to Table"
3802     - "2001, 2005 - VPP versions tested."
3803     - "Diff - difference between 2001 and 2005 VPP version."
3804
3805 # VPP Performance Changes 2n-clx-x556 2t1c ndr
3806 - type: "table"
3807   title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3808   algorithm: "table_comparison"
3809   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3810   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3811   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3812   columns:
3813     - title: "2001"
3814       data-set: "vpp-performance-changes-2n-clx-ref"
3815     - title: "2005"
3816       data-set: "vpp-performance-changes-2n-clx-cmp"
3817   comparisons:
3818     - title: "Diff"
3819       reference: 1
3820       compare: 2
3821   legend:
3822     - "Legend to Table"
3823     - "2001, 2005 - VPP versions tested."
3824     - "Diff - difference between 2001 and 2005 VPP version."
3825
3826 # VPP Performance Changes 2n-clx-x556 4t2c ndr
3827 - type: "table"
3828   title: "VPP Performance Changes 2n-clx-x556 ndr"
3829   algorithm: "table_comparison"
3830   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3831   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3832   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3833   columns:
3834     - title: "2001"
3835       data-set: "vpp-performance-changes-2n-clx-ref"
3836     - title: "2005"
3837       data-set: "vpp-performance-changes-2n-clx-cmp"
3838   comparisons:
3839     - title: "Diff"
3840       reference: 1
3841       compare: 2
3842   legend:
3843     - "Legend to Table"
3844     - "2001, 2005 - VPP versions tested."
3845     - "Diff - difference between 2001 and 2005 VPP version."
3846
3847 # VPP Performance Changes 2n-dnv 1t1c pdr
3848 - type: "table"
3849   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3850   algorithm: "table_comparison"
3851   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3852   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3853   filter: "'1T1C'"
3854   columns:
3855     - title: "1908"
3856       data-set: "vpp-performance-changes-2n-dnv-h1"
3857     - title: "2001"
3858       data-set: "vpp-performance-changes-2n-dnv-ref"
3859     - title: "2005"
3860       data-set: "vpp-performance-changes-2n-dnv-cmp"
3861   comparisons:
3862     - title: "Diff"
3863       reference: 2
3864       compare: 3
3865   legend:
3866     - "Legend to Table"
3867     - "1908, 2001, 2005 - VPP versions tested."
3868     - "Diff - difference between 2001 and 2005 VPP version."
3869
3870 # VPP Performance Changes 2n-dnv 2t2c pdr
3871 - type: "table"
3872   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3873   algorithm: "table_comparison"
3874   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3875   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3876   filter: "'2T2C'"
3877   columns:
3878     - title: "1908"
3879       data-set: "vpp-performance-changes-2n-dnv-h1"
3880     - title: "2001"
3881       data-set: "vpp-performance-changes-2n-dnv-ref"
3882     - title: "2005"
3883       data-set: "vpp-performance-changes-2n-dnv-cmp"
3884   comparisons:
3885     - title: "Diff"
3886       reference: 2
3887       compare: 3
3888   legend:
3889     - "Legend to Table"
3890     - "1908, 2001, 2005 - VPP versions tested."
3891     - "Diff - difference between 2001 and 2005 VPP version."
3892
3893 # VPP Performance Changes 2n-dnv 1t1c ndr
3894 - type: "table"
3895   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3896   algorithm: "table_comparison"
3897   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3899   filter: "'1T1C'"
3900   columns:
3901     - title: "1908"
3902       data-set: "vpp-performance-changes-2n-dnv-h1"
3903     - title: "2001"
3904       data-set: "vpp-performance-changes-2n-dnv-ref"
3905     - title: "2005"
3906       data-set: "vpp-performance-changes-2n-dnv-cmp"
3907   comparisons:
3908     - title: "Diff"
3909       reference: 2
3910       compare: 3
3911   legend:
3912     - "Legend to Table"
3913     - "1908, 2001, 2005 - VPP versions tested."
3914     - "Diff - difference between 2001 and 2005 VPP version."
3915
3916 # VPP Performance Changes 2n-dnv 2t2c ndr
3917 - type: "table"
3918   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3919   algorithm: "table_comparison"
3920   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3921   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3922   filter: "'2T2C'"
3923   columns:
3924     - title: "1908"
3925       data-set: "vpp-performance-changes-2n-dnv-h1"
3926     - title: "2001"
3927       data-set: "vpp-performance-changes-2n-dnv-ref"
3928     - title: "2005"
3929       data-set: "vpp-performance-changes-2n-dnv-cmp"
3930   comparisons:
3931     - title: "Diff"
3932       reference: 2
3933       compare: 3
3934   legend:
3935     - "Legend to Table"
3936     - "1908, 2001, 2005 - VPP versions tested."
3937     - "Diff - difference between 2001 and 2005 VPP version."
3938
3939 # VPP Performance Changes 3n-dnv 1t1c pdr
3940 - type: "table"
3941   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3942   algorithm: "table_comparison"
3943   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3944   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3945   filter: "'1T1C'"
3946   columns:
3947     - title: "1908"
3948       data-set: "vpp-performance-changes-3n-dnv-h1"
3949     - title: "2001"
3950       data-set: "vpp-performance-changes-3n-dnv-ref"
3951     - title: "2005"
3952       data-set: "vpp-performance-changes-3n-dnv-cmp"
3953   comparisons:
3954     - title: "Diff"
3955       reference: 2
3956       compare: 3
3957   legend:
3958     - "Legend to Table"
3959     - "1908, 2001, 2005 - VPP versions tested."
3960     - "Diff - difference between 2001 and 2005 VPP version."
3961
3962 # VPP Performance Changes 3n-dnv 2t2c pdr
3963 - type: "table"
3964   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3965   algorithm: "table_comparison"
3966   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3967   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3968   filter: "'2T2C'"
3969   columns:
3970     - title: "1908"
3971       data-set: "vpp-performance-changes-3n-dnv-h1"
3972     - title: "2001"
3973       data-set: "vpp-performance-changes-3n-dnv-ref"
3974     - title: "2005"
3975       data-set: "vpp-performance-changes-3n-dnv-cmp"
3976   comparisons:
3977     - title: "Diff"
3978       reference: 2
3979       compare: 3
3980   legend:
3981     - "Legend to Table"
3982     - "1908, 2001, 2005 - VPP versions tested."
3983     - "Diff - difference between 2001 and 2005 VPP version."
3984
3985 # VPP Performance Changes 3n-dnv 1t1c ndr
3986 - type: "table"
3987   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3988   algorithm: "table_comparison"
3989   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3990   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3991   filter: "'1T1C'"
3992   columns:
3993     - title: "1908"
3994       data-set: "vpp-performance-changes-3n-dnv-h1"
3995     - title: "2001"
3996       data-set: "vpp-performance-changes-3n-dnv-ref"
3997     - title: "2005"
3998       data-set: "vpp-performance-changes-3n-dnv-cmp"
3999   comparisons:
4000     - title: "Diff"
4001       reference: 2
4002       compare: 3
4003   legend:
4004     - "Legend to Table"
4005     - "1908, 2001, 2005 - VPP versions tested."
4006     - "Diff - difference between 2001 and 2005 VPP version."
4007
4008 # VPP Performance Changes 3n-dnv 2t2c ndr
4009 - type: "table"
4010   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4011   algorithm: "table_comparison"
4012   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4013   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4014   filter: "'2T2C'"
4015   columns:
4016     - title: "1908"
4017       data-set: "vpp-performance-changes-3n-dnv-h1"
4018     - title: "2001"
4019       data-set: "vpp-performance-changes-3n-dnv-ref"
4020     - title: "2005"
4021       data-set: "vpp-performance-changes-3n-dnv-cmp"
4022   comparisons:
4023     - title: "Diff"
4024       reference: 2
4025       compare: 3
4026   legend:
4027     - "Legend to Table"
4028     - "1908, 2001, 2005 - VPP versions tested."
4029     - "Diff - difference between 2001 and 2005 VPP version."
4030
4031 # VPP Performance Changes 3n-tsh 1t1c pdr
4032 - type: "table"
4033   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4034   algorithm: "table_comparison"
4035   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4036   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4037   filter: "'1T1C'"
4038   columns:
4039     - title: "1908"
4040       data-set: "vpp-performance-changes-3n-tsh-h1"
4041     - title: "2001"
4042       data-set: "vpp-performance-changes-3n-tsh-ref"
4043     - title: "2005"
4044       data-set: "vpp-performance-changes-3n-tsh-cmp"
4045   comparisons:
4046     - title: "Diff"
4047       reference: 2
4048       compare: 3
4049   legend:
4050     - "Legend to Table"
4051     - "1908, 2001, 2005 - VPP versions tested."
4052     - "Diff - difference between 2001 and 2005 VPP version."
4053
4054 # VPP Performance Changes 3n-tsh 2t2c pdr
4055 - type: "table"
4056   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4057   algorithm: "table_comparison"
4058   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4059   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4060   filter: "'2T2C'"
4061   columns:
4062     - title: "1908"
4063       data-set: "vpp-performance-changes-3n-tsh-h1"
4064     - title: "2001"
4065       data-set: "vpp-performance-changes-3n-tsh-ref"
4066     - title: "2005"
4067       data-set: "vpp-performance-changes-3n-tsh-cmp"
4068   comparisons:
4069     - title: "Diff"
4070       reference: 2
4071       compare: 3
4072   legend:
4073     - "Legend to Table"
4074     - "1908, 2001, 2005 - VPP versions tested."
4075     - "Diff - difference between 2001 and 2005 VPP version."
4076
4077 # VPP Performance Changes 3n-tsh 1t1c ndr
4078 - type: "table"
4079   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4080   algorithm: "table_comparison"
4081   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4083   filter: "'1T1C'"
4084   columns:
4085     - title: "1908"
4086       data-set: "vpp-performance-changes-3n-tsh-h1"
4087     - title: "2001"
4088       data-set: "vpp-performance-changes-3n-tsh-ref"
4089     - title: "2005"
4090       data-set: "vpp-performance-changes-3n-tsh-cmp"
4091   comparisons:
4092     - title: "Diff"
4093       reference: 2
4094       compare: 3
4095   legend:
4096     - "Legend to Table"
4097     - "1908, 2001, 2005 - VPP versions tested."
4098     - "Diff - difference between 2001 and 2005 VPP version."
4099
4100 # VPP Performance Changes 3n-tsh 2t2c ndr
4101 - type: "table"
4102   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4103   algorithm: "table_comparison"
4104   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4105   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4106   filter: "'2T2C'"
4107   columns:
4108     - title: "1908"
4109       data-set: "vpp-performance-changes-3n-tsh-h1"
4110     - title: "2001"
4111       data-set: "vpp-performance-changes-3n-tsh-ref"
4112     - title: "2005"
4113       data-set: "vpp-performance-changes-3n-tsh-cmp"
4114   comparisons:
4115     - title: "Diff"
4116       reference: 2
4117       compare: 3
4118   legend:
4119     - "Legend to Table"
4120     - "1908, 2001, 2005 - VPP versions tested."
4121     - "Diff - difference between 2001 and 2005 VPP version."
4122
4123 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4124 - type: "table"
4125   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4126   algorithm: "table_comparison"
4127   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4128   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4129   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4130   columns:
4131     - title: "3n-hsw xl710"
4132       data-set: "vpp-compare-testbeds-ref"
4133       tag: "NIC_Intel-XL710"
4134     - title: "3n-skx xxv710"
4135       data-set: "vpp-compare-testbeds-cmp"
4136       tag: "NIC_Intel-XXV710"
4137   comparisons:
4138     - title: "Diff"
4139       reference: 1
4140       compare: 2
4141   legend:
4142     - "Legend to Table"
4143     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4144     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4145
4146 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4147 - type: "table"
4148   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4149   algorithm: "table_comparison"
4150   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4152   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4153   columns:
4154     - title: "3n-hsw xl710"
4155       data-set: "vpp-compare-testbeds-ref"
4156       tag: "NIC_Intel-XL710"
4157     - title: "3n-skx xxv710"
4158       data-set: "vpp-compare-testbeds-cmp"
4159       tag: "NIC_Intel-XXV710"
4160   comparisons:
4161     - title: "Diff"
4162       reference: 1
4163       compare: 2
4164   legend:
4165     - "Legend to Table"
4166     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4167     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4168
4169 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4170 - type: "table"
4171   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4172   algorithm: "table_comparison"
4173   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4174   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4175   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4176   columns:
4177     - title: "3n-hsw xl710"
4178       data-set: "vpp-compare-testbeds-ref"
4179       tag: "NIC_Intel-XL710"
4180     - title: "3n-skx xxv710"
4181       data-set: "vpp-compare-testbeds-cmp"
4182       tag: "NIC_Intel-XXV710"
4183   comparisons:
4184     - title: "Diff"
4185       reference: 1
4186       compare: 2
4187   legend:
4188     - "Legend to Table"
4189     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4190     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4191
4192 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4193 - type: "table"
4194   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4195   algorithm: "table_comparison"
4196   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4197   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4198   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4199   columns:
4200     - title: "3n-hsw xl710"
4201       data-set: "vpp-compare-testbeds-ref"
4202       tag: "NIC_Intel-XL710"
4203     - title: "3n-skx xxv710"
4204       data-set: "vpp-compare-testbeds-cmp"
4205       tag: "NIC_Intel-XXV710"
4206   comparisons:
4207     - title: "Diff"
4208       reference: 1
4209       compare: 2
4210   legend:
4211     - "Legend to Table"
4212     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4213     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4214
4215 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4216 - type: "table"
4217   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4218   algorithm: "table_comparison"
4219   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4220   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4221   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4222   columns:
4223     - title: "2n-skx"
4224       data-set: "vpp-compare-testbeds-skx-clx-ref"
4225     - title: "2n-clx"
4226       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4227   comparisons:
4228     - title: "Diff"
4229       reference: 1
4230       compare: 2
4231   legend:
4232     - "Legend to Table"
4233     - "2n-skx, 2n-clx - testbeds and NICs tested."
4234     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4235
4236 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4237 - type: "table"
4238   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4239   algorithm: "table_comparison"
4240   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4241   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4242   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4243   columns:
4244     - title: "2n-skx"
4245       data-set: "vpp-compare-testbeds-skx-clx-ref"
4246     - title: "2n-clx"
4247       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4248   comparisons:
4249     - title: "Diff"
4250       reference: 1
4251       compare: 2
4252   legend:
4253     - "Legend to Table"
4254     - "2n-skx, 2n-clx - testbeds and NICs tested."
4255     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4256
4257 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4258 - type: "table"
4259   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4260   algorithm: "table_comparison"
4261   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4262   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4263   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4264   columns:
4265     - title: "2n-skx"
4266       data-set: "vpp-compare-testbeds-skx-clx-ref"
4267     - title: "2n-clx"
4268       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4269   comparisons:
4270     - title: "Diff"
4271       reference: 1
4272       compare: 2
4273   legend:
4274     - "Legend to Table"
4275     - "2n-skx, 2n-clx - testbeds and NICs tested."
4276     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4277
4278 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4279 - type: "table"
4280   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4281   algorithm: "table_comparison"
4282   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4283   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4284   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4285   columns:
4286     - title: "2n-skx"
4287       data-set: "vpp-compare-testbeds-skx-clx-ref"
4288     - title: "2n-clx"
4289       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4290   comparisons:
4291     - title: "Diff"
4292       reference: 1
4293       compare: 2
4294   legend:
4295     - "Legend to Table"
4296     - "2n-skx, 2n-clx - testbeds and NICs tested."
4297     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4298
4299 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4300 - type: "table"
4301   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4302   algorithm: "table_comparison"
4303   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4304   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4305   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4306   columns:
4307     - title: "3n-hsw xl710"
4308       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4309       tag: "NIC_Intel-XL710"
4310     - title: "2n-clx xxv710"
4311       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4312       tag: "NIC_Intel-XXV710"
4313   comparisons:
4314     - title: "Diff"
4315       reference: 1
4316       compare: 2
4317   legend:
4318     - "Legend to Table"
4319     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4320     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4321
4322 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4323 - type: "table"
4324   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4325   algorithm: "table_comparison"
4326   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4327   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4328   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4329   columns:
4330     - title: "3n-hsw xl710"
4331       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4332       tag: "NIC_Intel-XL710"
4333     - title: "2n-clx xxv710"
4334       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4335       tag: "NIC_Intel-XXV710"
4336   comparisons:
4337     - title: "Diff"
4338       reference: 1
4339       compare: 2
4340   legend:
4341     - "Legend to Table"
4342     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4343     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4344
4345 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4346 - type: "table"
4347   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4348   algorithm: "table_comparison"
4349   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4350   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4351   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4352   columns:
4353     - title: "3n-hsw xl710"
4354       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4355       tag: "NIC_Intel-XL710"
4356     - title: "2n-clx xxv710"
4357       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4358       tag: "NIC_Intel-XXV710"
4359   comparisons:
4360     - title: "Diff"
4361       reference: 1
4362       compare: 2
4363   legend:
4364     - "Legend to Table"
4365     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4366     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4367
4368 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4369 - type: "table"
4370   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4371   algorithm: "table_comparison"
4372   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4373   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4374   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4375   columns:
4376     - title: "3n-hsw xl710"
4377       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4378       tag: "NIC_Intel-XL710"
4379     - title: "2n-clx xxv710"
4380       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4381       tag: "NIC_Intel-XXV710"
4382   comparisons:
4383     - title: "Diff"
4384       reference: 1
4385       compare: 2
4386   legend:
4387     - "Legend to Table"
4388     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4389     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4390
4391 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4392 - type: "table"
4393   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4394   algorithm: "table_comparison"
4395   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4396   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4397   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4398   columns:
4399     - title: "3n-skx"
4400       data-set: "vpp-compare-topologies-ref"
4401     - title: "2n-skx"
4402       data-set: "vpp-compare-topologies-cmp"
4403   comparisons:
4404     - title: "Diff"
4405       reference: 1
4406       compare: 2
4407   legend:
4408     - "Legend to Table"
4409     - "3n-skx, 2n-skx - topologies tested."
4410     - "Diff - difference between 3n-skx and 2n-skx topologies."
4411
4412 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4413 - type: "table"
4414   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4415   algorithm: "table_comparison"
4416   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4417   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4418   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4419   columns:
4420     - title: "3n-skx"
4421       data-set: "vpp-compare-topologies-ref"
4422     - title: "2n-skx"
4423       data-set: "vpp-compare-topologies-cmp"
4424   comparisons:
4425     - title: "Diff"
4426       reference: 1
4427       compare: 2
4428   legend:
4429     - "Legend to Table"
4430     - "3n-skx, 2n-skx - topologies tested."
4431     - "Diff - difference between 3n-skx and 2n-skx topologies."
4432
4433 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4434 - type: "table"
4435   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4436   algorithm: "table_comparison"
4437   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4438   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4439   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4440   columns:
4441     - title: "3n-skx"
4442       data-set: "vpp-compare-topologies-ref"
4443     - title: "2n-skx"
4444       data-set: "vpp-compare-topologies-cmp"
4445   comparisons:
4446     - title: "Diff"
4447       reference: 1
4448       compare: 2
4449   legend:
4450     - "Legend to Table"
4451     - "3n-skx, 2n-skx - topologies tested."
4452     - "Diff - difference between 3n-skx and 2n-skx topologies."
4453
4454 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4455 - type: "table"
4456   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4457   algorithm: "table_comparison"
4458   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4459   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4460   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4461   columns:
4462     - title: "3n-skx"
4463       data-set: "vpp-compare-topologies-ref"
4464     - title: "2n-skx"
4465       data-set: "vpp-compare-topologies-cmp"
4466   comparisons:
4467     - title: "Diff"
4468       reference: 1
4469       compare: 2
4470   legend:
4471     - "Legend to Table"
4472     - "3n-skx, 2n-skx - topologies tested."
4473     - "Diff - difference between 3n-skx and 2n-skx topologies."
4474
4475 # VPP Performance Changes 3n-hsw 1t1c mrr
4476 - type: "table"
4477   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4478   algorithm: "table_comparison"
4479   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4480   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4481   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4482   columns:
4483     - title: "1908"
4484       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4485     - title: "2001"
4486       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4487     - title: "2005"
4488       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4489   comparisons:
4490     - title: "Diff"
4491       reference: 2
4492       compare: 3
4493   legend:
4494     - "Legend to Table"
4495     - "1908, 2001, 2005 - VPP versions tested."
4496     - "Diff - difference between 2001 and 2005 VPP version."
4497
4498 # VPP Performance Changes 3n-hsw 2t2c mrr
4499 - type: "table"
4500   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4501   algorithm: "table_comparison"
4502   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4503   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4504   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4505   columns:
4506     - title: "1908"
4507       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4508     - title: "2001"
4509       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4510     - title: "2005"
4511       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4512   comparisons:
4513     - title: "Diff"
4514       reference: 2
4515       compare: 3
4516   legend:
4517     - "Legend to Table"
4518     - "1908, 2001, 2005 - VPP versions tested."
4519     - "Diff - difference between 2001 and 2005 VPP version."
4520
4521 # VPP Performance Changes 3n-hsw 4t4c mrr
4522 - type: "table"
4523   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4524   algorithm: "table_comparison"
4525   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4526   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4527   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4528   columns:
4529     - title: "1908"
4530       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4531     - title: "2001"
4532       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4533     - title: "2005"
4534       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4535   comparisons:
4536     - title: "Diff"
4537       reference: 2
4538       compare: 3
4539   legend:
4540     - "Legend to Table"
4541     - "1908, 2001, 2005 - VPP versions tested."
4542     - "Diff - difference between 2001 and 2005 VPP version."
4543
4544 # VPP Performance Changes 3n-skx 2t1c mrr
4545 - type: "table"
4546   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4547   algorithm: "table_comparison"
4548   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4549   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4550   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4551   columns:
4552     - title: "1908"
4553       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4554     - title: "2001"
4555       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4556     - title: "2005"
4557       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4558   comparisons:
4559     - title: "Diff"
4560       reference: 2
4561       compare: 3
4562   legend:
4563     - "Legend to Table"
4564     - "1908, 2001, 2005 - VPP versions tested."
4565     - "Diff - difference between 2001 and 2005 VPP version."
4566
4567 # VPP Performance Changes 3n-skx 4t2c mrr
4568 - type: "table"
4569   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4570   algorithm: "table_comparison"
4571   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4572   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4573   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4574   columns:
4575     - title: "1908"
4576       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4577     - title: "2001"
4578       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4579     - title: "2005"
4580       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4581   comparisons:
4582     - title: "Diff"
4583       reference: 2
4584       compare: 3
4585   legend:
4586     - "Legend to Table"
4587     - "1908, 2001, 2005 - VPP versions tested."
4588     - "Diff - difference between 2001 and 2005 VPP version."
4589
4590 # VPP Performance Changes 3n-skx 8t4c mrr
4591 - type: "table"
4592   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4593   algorithm: "table_comparison"
4594   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4595   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4596   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4597   columns:
4598     - title: "1908"
4599       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4600     - title: "2001"
4601       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4602     - title: "2005"
4603       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4604   comparisons:
4605     - title: "Diff"
4606       reference: 2
4607       compare: 3
4608   legend:
4609     - "Legend to Table"
4610     - "1908, 2001, 2005 - VPP versions tested."
4611     - "Diff - difference between 2001 and 2005 VPP version."
4612
4613 # VPP Performance Changes 2n-skx 2t1c mrr
4614 - type: "table"
4615   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4616   algorithm: "table_comparison"
4617   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4618   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4619   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4620   columns:
4621     - title: "1908"
4622       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4623     - title: "2001"
4624       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4625     - title: "2005"
4626       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4627   comparisons:
4628     - title: "Diff"
4629       reference: 2
4630       compare: 3
4631   legend:
4632     - "Legend to Table"
4633     - "1908, 2001, 2005 - VPP versions tested."
4634     - "Diff - difference between 2001 and 2005 VPP version."
4635
4636 # VPP Performance Changes 2n-skx 4t2c mrr
4637 - type: "table"
4638   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4639   algorithm: "table_comparison"
4640   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4641   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4642   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4643   columns:
4644     - title: "1908"
4645       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4646     - title: "2001"
4647       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4648     - title: "2005"
4649       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4650   comparisons:
4651     - title: "Diff"
4652       reference: 2
4653       compare: 3
4654   legend:
4655     - "Legend to Table"
4656     - "1908, 2001, 2005 - VPP versions tested."
4657     - "Diff - difference between 2001 and 2005 VPP version."
4658
4659 # VPP Performance Changes 2n-skx 8t4c mrr
4660 - type: "table"
4661   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4662   algorithm: "table_comparison"
4663   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4665   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4666   columns:
4667     - title: "1908"
4668       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4669     - title: "2001"
4670       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4671     - title: "2005"
4672       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4673   comparisons:
4674     - title: "Diff"
4675       reference: 2
4676       compare: 3
4677   legend:
4678     - "Legend to Table"
4679     - "1908, 2001, 2005 - VPP versions tested."
4680     - "Diff - difference between 2001 and 2005 VPP version."
4681
4682 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4683 - type: "table"
4684   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4685   algorithm: "table_comparison"
4686   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4687   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4688   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4689   columns:
4690     - title: "2001"
4691       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4692     - title: "2005"
4693       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4694   comparisons:
4695     - title: "Diff"
4696       reference: 1
4697       compare: 2
4698   legend:
4699     - "Legend to Table"
4700     - "2001, 2005 - VPP versions tested."
4701     - "Diff - difference between 2001 and 2005 VPP version."
4702
4703 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4704 - type: "table"
4705   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4706   algorithm: "table_comparison"
4707   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4708   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4709   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4710   columns:
4711     - title: "2001"
4712       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4713     - title: "2005"
4714       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4715   comparisons:
4716     - title: "Diff"
4717       reference: 1
4718       compare: 2
4719   legend:
4720     - "Legend to Table"
4721     - "2001, 2005 - VPP versions tested."
4722     - "Diff - difference between 2001 and 2005 VPP version."
4723
4724 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4725 - type: "table"
4726   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4727   algorithm: "table_comparison"
4728   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4729   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4730   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4731   columns:
4732     - title: "2001"
4733       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4734     - title: "2005"
4735       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4736   comparisons:
4737     - title: "Diff"
4738       reference: 1
4739       compare: 2
4740   legend:
4741     - "Legend to Table"
4742     - "2001, 2005 - VPP versions tested."
4743     - "Diff - difference between 2001 and 2005 VPP version."
4744
4745 # VPP Performance Changes 2n-clx-clx-x556 2t1c mrr
4746 - type: "table"
4747   title: "VPP Performance Changes 2n-clx-clx-x556 2t1c mrr"
4748   algorithm: "table_comparison"
4749   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-2t1c-mrr"
4750   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4751   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4752   columns:
4753     - title: "2001"
4754       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4755     - title: "2005"
4756       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4757   comparisons:
4758     - title: "Diff"
4759       reference: 1
4760       compare: 2
4761   legend:
4762     - "Legend to Table"
4763     - "2001, 2005 - VPP versions tested."
4764     - "Diff - difference between 2001 and 2005 VPP version."
4765
4766 # VPP Performance Changes 2n-clx-clx-x556 4t2c mrr
4767 - type: "table"
4768   title: "VPP Performance Changes 2n-clx-clx-x556 4t2c mrr"
4769   algorithm: "table_comparison"
4770   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-4t2c-mrr"
4771   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4772   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4773   columns:
4774     - title: "2001"
4775       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4776     - title: "2005"
4777       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4778   comparisons:
4779     - title: "Diff"
4780       reference: 1
4781       compare: 2
4782   legend:
4783     - "Legend to Table"
4784     - "2001, 2005 - VPP versions tested."
4785     - "Diff - difference between 2001 and 2005 VPP version."
4786
4787 # VPP Performance Changes 2n-clx-clx-x556 8t4c mrr
4788 - type: "table"
4789   title: "VPP Performance Changes 2n-clx-clx-x556 8t4c mrr"
4790   algorithm: "table_comparison"
4791   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-clx-x556-8t4c-mrr"
4792   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4793   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4794   columns:
4795     - title: "2001"
4796       data-set: "vpp-performance-changes-2n-clx-mrr-ref"
4797     - title: "2005"
4798       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4799   comparisons:
4800     - title: "Diff"
4801       reference: 1
4802       compare: 2
4803   legend:
4804     - "Legend to Table"
4805     - "2001, 2005 - VPP versions tested."
4806     - "Diff - difference between 2001 and 2005 VPP version."
4807
4808 # VPP Performance Changes 2n-dnv 1t1c mrr
4809 - type: "table"
4810   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4811   algorithm: "table_comparison"
4812   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4813   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4814   filter: "'1T1C'"
4815   columns:
4816     - title: "1908"
4817       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4818     - title: "2001"
4819       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4820     - title: "2005"
4821       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4822   comparisons:
4823     - title: "Diff"
4824       reference: 2
4825       compare: 3
4826   legend:
4827     - "Legend to Table"
4828     - "1908, 2001, 2005 - VPP versions tested."
4829     - "Diff - difference between 2001 and 2005 VPP version."
4830
4831 # VPP Performance Changes 2n-dnv 2t2c mrr
4832 - type: "table"
4833   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4834   algorithm: "table_comparison"
4835   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4837   filter: "'2T2C'"
4838   columns:
4839     - title: "1908"
4840       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4841     - title: "2001"
4842       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4843     - title: "2005"
4844       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4845   comparisons:
4846     - title: "Diff"
4847       reference: 2
4848       compare: 3
4849   legend:
4850     - "Legend to Table"
4851     - "1908, 2001, 2005 - VPP versions tested."
4852     - "Diff - difference between 2001 and 2005 VPP version."
4853
4854 # VPP Performance Changes 2n-dnv 4t4c mrr
4855 - type: "table"
4856   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4857   algorithm: "table_comparison"
4858   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4859   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4860   filter: "'4T4C'"
4861   columns:
4862     - title: "1908"
4863       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4864     - title: "2001"
4865       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4866     - title: "2005"
4867       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4868   comparisons:
4869     - title: "Diff"
4870       reference: 2
4871       compare: 3
4872   legend:
4873     - "Legend to Table"
4874     - "1908, 2001, 2005 - VPP versions tested."
4875     - "Diff - difference between 2001 and 2005 VPP version."
4876
4877 # VPP Performance Changes 3n-dnv 1t1c mrr
4878 - type: "table"
4879   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4880   algorithm: "table_comparison"
4881   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4882   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4883   filter: "'1T1C'"
4884   columns:
4885     - title: "1908"
4886       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4887     - title: "2001"
4888       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4889     - title: "2005"
4890       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4891   comparisons:
4892     - title: "Diff"
4893       reference: 2
4894       compare: 3
4895   legend:
4896     - "Legend to Table"
4897     - "1908, 2001, 2005 - VPP versions tested."
4898     - "Diff - difference between 2001 and 2005 VPP version."
4899
4900 # VPP Performance Changes 3n-dnv 2t2c mrr
4901 - type: "table"
4902   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4903   algorithm: "table_comparison"
4904   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4905   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4906   filter: "'2T2C'"
4907   columns:
4908     - title: "1908"
4909       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4910     - title: "2001"
4911       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4912     - title: "2005"
4913       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4914   comparisons:
4915     - title: "Diff"
4916       reference: 2
4917       compare: 3
4918   legend:
4919     - "Legend to Table"
4920     - "1908, 2001, 2005 - VPP versions tested."
4921     - "Diff - difference between 2001 and 2005 VPP version."
4922
4923 # VPP Performance Changes 3n-dnv 4t4c mrr
4924 - type: "table"
4925   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4926   algorithm: "table_comparison"
4927   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4928   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4929   filter: "'4T4C'"
4930   columns:
4931     - title: "1908"
4932       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4933     - title: "2001"
4934       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4935     - title: "2005"
4936       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4937   comparisons:
4938     - title: "Diff"
4939       reference: 2
4940       compare: 3
4941   legend:
4942     - "Legend to Table"
4943     - "1908, 2001, 2005 - VPP versions tested."
4944     - "Diff - difference between 2001 and 2005 VPP version."
4945
4946 # VPP Performance Changes 3n-tsh 1t1c mrr
4947 - type: "table"
4948   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4949   algorithm: "table_comparison"
4950   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4951   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4952   filter: "'1T1C'"
4953   columns:
4954     - title: "1908"
4955       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4956     - title: "2001"
4957       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4958     - title: "2005"
4959       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4960   comparisons:
4961     - title: "Diff"
4962       reference: 2
4963       compare: 3
4964   legend:
4965     - "Legend to Table"
4966     - "1908, 2001, 2005 - VPP versions tested."
4967     - "Diff - difference between 2001 and 2005 VPP version."
4968
4969 # VPP Performance Changes 3n-tsh 2t2c mrr
4970 - type: "table"
4971   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4972   algorithm: "table_comparison"
4973   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4974   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4975   filter: "'2T2C'"
4976   columns:
4977     - title: "1908"
4978       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4979     - title: "2001"
4980       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4981     - title: "2005"
4982       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4983   comparisons:
4984     - title: "Diff"
4985       reference: 2
4986       compare: 3
4987   legend:
4988     - "Legend to Table"
4989     - "1908, 2001, 2005 - VPP versions tested."
4990     - "Diff - difference between 2001 and 2005 VPP version."
4991
4992 # VPP Performance Changes 3n-tsh 4t4c mrr
4993 - type: "table"
4994   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4995   algorithm: "table_comparison"
4996   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4998   filter: "'4T4C'"
4999   columns:
5000     - title: "1908"
5001       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5002     - title: "2001"
5003       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
5004     - title: "2005"
5005       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5006   comparisons:
5007     - title: "Diff"
5008       reference: 2
5009       compare: 3
5010   legend:
5011     - "Legend to Table"
5012     - "1908, 2001, 2005 - VPP versions tested."
5013     - "Diff - difference between 2001 and 2005 VPP version."
5014
5015 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5016 - type: "table"
5017   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5018   algorithm: "table_comparison"
5019   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5020   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5021   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5022   columns:
5023     - title: "3n-hsw xl710"
5024       data-set: "vpp-compare-testbeds-mrr-ref"
5025       tag: "NIC_Intel-XL710"
5026     - title: "3n-skx xxv710"
5027       data-set: "vpp-compare-testbeds-mrr-cmp"
5028       tag: "NIC_Intel-XXV710"
5029   comparisons:
5030     - title: "Diff"
5031       reference: 1
5032       compare: 2
5033   legend:
5034     - "Legend to Table"
5035     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5036     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5037
5038 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5039 - type: "table"
5040   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5041   algorithm: "table_comparison"
5042   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5043   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5044   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5045   columns:
5046     - title: "3n-hsw xl710"
5047       data-set: "vpp-compare-testbeds-mrr-ref"
5048       tag: "NIC_Intel-XL710"
5049     - title: "3n-skx xxv710"
5050       data-set: "vpp-compare-testbeds-mrr-cmp"
5051       tag: "NIC_Intel-XXV710"
5052   comparisons:
5053     - title: "Diff"
5054       reference: 1
5055       compare: 2
5056   legend:
5057     - "Legend to Table"
5058     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5059     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5060
5061 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5062 - type: "table"
5063   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5064   algorithm: "table_comparison"
5065   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5066   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5067   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5068   columns:
5069     - title: "3n-hsw xl710"
5070       data-set: "vpp-compare-testbeds-mrr-ref"
5071       tag: "NIC_Intel-XL710"
5072     - title: "3n-skx xxv710"
5073       data-set: "vpp-compare-testbeds-mrr-cmp"
5074       tag: "NIC_Intel-XXV710"
5075   comparisons:
5076     - title: "Diff"
5077       reference: 1
5078       compare: 2
5079   legend:
5080     - "Legend to Table"
5081     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5082     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5083
5084 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5085 - type: "table"
5086   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5087   algorithm: "table_comparison"
5088   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5089   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5090   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5091   columns:
5092     - title: "2n-skx"
5093       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5094     - title: "2n-clx"
5095       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5096   comparisons:
5097     - title: "Diff"
5098       reference: 1
5099       compare: 2
5100   legend:
5101     - "Legend to Table"
5102     - "2n-skx, 2n-clx - testbeds and NICs tested."
5103     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5104
5105 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5106 - type: "table"
5107   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5108   algorithm: "table_comparison"
5109   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5110   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5111   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5112   columns:
5113     - title: "2n-skx"
5114       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5115     - title: "2n-clx"
5116       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5117   comparisons:
5118     - title: "Diff"
5119       reference: 1
5120       compare: 2
5121   legend:
5122     - "Legend to Table"
5123     - "2n-skx, 2n-clx - testbeds and NICs tested."
5124     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5125
5126 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5127 - type: "table"
5128   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5129   algorithm: "table_comparison"
5130   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5131   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5132   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5133   columns:
5134     - title: "2n-skx"
5135       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5136     - title: "2n-clx"
5137       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5138   comparisons:
5139     - title: "Diff"
5140       reference: 1
5141       compare: 2
5142   legend:
5143     - "Legend to Table"
5144     - "2n-skx, 2n-clx - testbeds and NICs tested."
5145     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5146
5147 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5148 - type: "table"
5149   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5150   algorithm: "table_comparison"
5151   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5152   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5153   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5154   columns:
5155     - title: "3n-skx"
5156       data-set: "vpp-compare-topologies-mrr-ref"
5157     - title: "2n-skx"
5158       data-set: "vpp-compare-topologies-mrr-cmp"
5159   comparisons:
5160     - title: "Diff"
5161       reference: 1
5162       compare: 2
5163   legend:
5164     - "Legend to Table"
5165     - "3n-skx, 2n-skx - topologies tested."
5166     - "Diff - difference between 3n-skx and 2n-skx topologies."
5167
5168 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5169 - type: "table"
5170   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5171   algorithm: "table_comparison"
5172   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5173   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5174   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5175   columns:
5176     - title: "3n-skx"
5177       data-set: "vpp-compare-topologies-mrr-ref"
5178     - title: "2n-skx"
5179       data-set: "vpp-compare-topologies-mrr-cmp"
5180   comparisons:
5181     - title: "Diff"
5182       reference: 1
5183       compare: 2
5184   legend:
5185     - "Legend to Table"
5186     - "3n-skx, 2n-skx - topologies tested."
5187     - "Diff - difference between 3n-skx and 2n-skx topologies."
5188
5189 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5190 - type: "table"
5191   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5192   algorithm: "table_comparison"
5193   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5194   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5195   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5196   columns:
5197     - title: "3n-skx"
5198       data-set: "vpp-compare-topologies-mrr-ref"
5199     - title: "2n-skx"
5200       data-set: "vpp-compare-topologies-mrr-cmp"
5201   comparisons:
5202     - title: "Diff"
5203       reference: 1
5204       compare: 2
5205   legend:
5206     - "Legend to Table"
5207     - "3n-skx, 2n-skx - topologies tested."
5208     - "Diff - difference between 3n-skx and 2n-skx topologies."
5209
5210 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5211 - type: "table"
5212   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5213   algorithm: "table_comparison"
5214   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5215   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5216   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5217   columns:
5218     - title: "3n-hsw xl710"
5219       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5220       tag: "NIC_Intel-XL710"
5221     - title: "2n-clx xxv710"
5222       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5223       tag: "NIC_Intel-XXV710"
5224   comparisons:
5225     - title: "Diff"
5226       reference: 1
5227       compare: 2
5228   legend:
5229     - "Legend to Table"
5230     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5231     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5232
5233 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5234 - type: "table"
5235   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5236   algorithm: "table_comparison"
5237   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5238   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5239   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5240   columns:
5241     - title: "3n-hsw xl710"
5242       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5243       tag: "NIC_Intel-XL710"
5244     - title: "2n-clx xxv710"
5245       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5246       tag: "NIC_Intel-XXV710"
5247   comparisons:
5248     - title: "Diff"
5249       reference: 1
5250       compare: 2
5251   legend:
5252     - "Legend to Table"
5253     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5254     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5255
5256 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5257 - type: "table"
5258   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5259   algorithm: "table_comparison"
5260   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5261   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5262   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5263   columns:
5264     - title: "3n-hsw xl710"
5265       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5266       tag: "NIC_Intel-XL710"
5267     - title: "2n-clx xxv710"
5268       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5269       tag: "NIC_Intel-XXV710"
5270   comparisons:
5271     - title: "Diff"
5272       reference: 1
5273       compare: 2
5274   legend:
5275     - "Legend to Table"
5276     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5277     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5278
5279 # Detailed Test Results - VPP Performance Results 3n-hsw
5280 - type: "table"
5281   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5282   algorithm: "table_merged_details"
5283   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5284   columns:
5285     - title: " |prein| Test Name |preout| "
5286       data: "data name"
5287     - 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| "
5288       data: "data msg"
5289   data: "vpp-perf-results-3n-hsw"
5290   filter: "all"
5291   parameters:
5292   - "name"
5293   - "parent"
5294   - "msg"
5295
5296 # Detailed Test Results - VPP Performance Results 3n-skx
5297 - type: "table"
5298   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5299   algorithm: "table_merged_details"
5300   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5301   columns:
5302     - title: " |prein| Test Name |preout| "
5303       data: "data name"
5304     - 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| "
5305       data: "data msg"
5306   data: "vpp-perf-results-3n-skx"
5307   filter: "all"
5308   remove-ndr: False
5309   parameters:
5310   - "name"
5311   - "parent"
5312   - "msg"
5313
5314 # Detailed Test Results - VPP Performance Results 2n-skx
5315 - type: "table"
5316   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5317   algorithm: "table_merged_details"
5318   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5319   columns:
5320     - title: " |prein| Test Name |preout| "
5321       data: "data name"
5322     - 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| "
5323       data: "data msg"
5324   data: "vpp-perf-results-2n-skx"
5325   filter: "all"
5326   remove-ndr: False
5327   parameters:
5328   - "name"
5329   - "parent"
5330   - "msg"
5331
5332 # Detailed Test Results - VPP Performance Results 2n-clx
5333 - type: "table"
5334   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5335   algorithm: "table_merged_details"
5336   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5337   columns:
5338     - title: " |prein| Test Name |preout| "
5339       data: "data name"
5340     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5341       data: "data msg"
5342   data: "vpp-perf-results-2n-clx"
5343   filter: "all"
5344   parameters:
5345   - "name"
5346   - "parent"
5347   - "msg"
5348
5349 # Detailed Test Results - VPP Performance Results 3n-tsh
5350 - type: "table"
5351   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5352   algorithm: "table_merged_details"
5353   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5354   columns:
5355     - title: " |prein| Test Name |preout| "
5356       data: "data name"
5357     - 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| "
5358       data: "data msg"
5359   data: "vpp-perf-results-3n-tsh"
5360   filter: "all"
5361   parameters:
5362   - "name"
5363   - "parent"
5364   - "msg"
5365
5366 # Detailed Test Results - VPP Performance Results 3n-dnv
5367 - type: "table"
5368   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5369   algorithm: "table_merged_details"
5370   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5371   columns:
5372     - title: " |prein| Test Name |preout| "
5373       data: "data name"
5374     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5375       data: "data msg"
5376   data: "vpp-perf-results-3n-dnv"
5377   filter: "all"
5378   parameters:
5379   - "name"
5380   - "parent"
5381   - "msg"
5382
5383 # Detailed Test Results - VPP Performance Results 2n-dnv
5384 - type: "table"
5385   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5386   algorithm: "table_merged_details"
5387   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5388   columns:
5389     - title: " |prein| Test Name |preout| "
5390       data: "data name"
5391     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5392       data: "data msg"
5393   data: "vpp-perf-results-2n-dnv"
5394   filter: "all"
5395   parameters:
5396   - "name"
5397   - "parent"
5398   - "msg"
5399
5400 # Test configuration - VPP Performance Test Configs 3n-hsw
5401 - type: "table"
5402   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5403   algorithm: "table_merged_details"
5404   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5405   columns:
5406     - title: " |prein| Test Name |preout| "
5407       data: "data name"
5408     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5409       data: "data conf-history"
5410   data: "vpp-perf-results-3n-hsw"
5411   filter: "all"
5412   parameters:
5413   - "parent"
5414   - "name"
5415   - "conf-history"
5416
5417 # Test configuration - VPP Performance Test Configs 3n-skx
5418 - type: "table"
5419   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5420   algorithm: "table_merged_details"
5421   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5422   columns:
5423     - title: " |prein| Test Name |preout| "
5424       data: "data name"
5425     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5426       data: "data conf-history"
5427   data: "vpp-perf-results-3n-skx"
5428   filter: "all"
5429   parameters:
5430   - "parent"
5431   - "name"
5432   - "conf-history"
5433
5434 # Test configuration - VPP Performance Test Configs 2n-skx
5435 - type: "table"
5436   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5437   algorithm: "table_merged_details"
5438   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5439   columns:
5440     - title: " |prein| Test Name |preout| "
5441       data: "data name"
5442     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5443       data: "data conf-history"
5444   data: "vpp-perf-results-2n-skx"
5445   filter: "all"
5446   parameters:
5447   - "parent"
5448   - "name"
5449   - "conf-history"
5450
5451 # Test configuration - VPP Performance Test Configs 2n-clx
5452 - type: "table"
5453   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5454   algorithm: "table_merged_details"
5455   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5456   columns:
5457     - title: " |prein| Test Name |preout| "
5458       data: "data name"
5459     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5460       data: "data conf-history"
5461   data: "vpp-perf-results-2n-clx"
5462   filter: "all"
5463   parameters:
5464   - "parent"
5465   - "name"
5466   - "conf-history"
5467
5468 # Test configuration - VPP Performance Test Configs 3n-tsh
5469 - type: "table"
5470   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5471   algorithm: "table_merged_details"
5472   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5473   columns:
5474     - title: " |prein| Test Name |preout| "
5475       data: "data name"
5476     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5477       data: "data conf-history"
5478   data: "vpp-perf-results-3n-tsh"
5479   filter: "all"
5480   parameters:
5481   - "parent"
5482   - "name"
5483   - "conf-history"
5484
5485 # Test configuration - VPP Performance Test Configs 3n-dnv
5486 - type: "table"
5487   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5488   algorithm: "table_merged_details"
5489   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5490   columns:
5491     - title: " |prein| Test Name |preout| "
5492       data: "data name"
5493     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5494       data: "data conf-history"
5495   data: "vpp-perf-results-3n-dnv"
5496   filter: "all"
5497   parameters:
5498   - "parent"
5499   - "name"
5500   - "conf-history"
5501
5502 # Test configuration - VPP Performance Test Configs 2n-dnv
5503 - type: "table"
5504   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5505   algorithm: "table_merged_details"
5506   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5507   columns:
5508     - title: " |prein| Test Name |preout| "
5509       data: "data name"
5510     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5511       data: "data conf-history"
5512   data: "vpp-perf-results-2n-dnv"
5513   filter: "all"
5514   parameters:
5515   - "parent"
5516   - "name"
5517   - "conf-history"
5518
5519 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5520 - type: "table"
5521   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5522   algorithm: "table_oper_data_html"
5523   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5524   data: "vpp-perf-results-3n-hsw"
5525   filter: "all"
5526
5527 # Test Operational Data - VPP Performance Operational Data 3n-skx
5528 - type: "table"
5529   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5530   algorithm: "table_oper_data_html"
5531   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5532   data: "vpp-perf-results-3n-skx"
5533   filter: "all"
5534
5535 # Test Operational Data - VPP Performance Operational Data 2n-skx
5536 - type: "table"
5537   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5538   algorithm: "table_oper_data_html"
5539   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5540   data: "vpp-perf-results-2n-skx"
5541   filter: "all"
5542
5543 # Test Operational Data - VPP Performance Operational Data 2n-clx
5544 - type: "table"
5545   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5546   algorithm: "table_oper_data_html"
5547   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5548   data: "vpp-perf-results-2n-clx"
5549   filter: "all"
5550
5551 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5552 - type: "table"
5553   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5554   algorithm: "table_oper_data_html"
5555   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5556   data: "vpp-perf-results-3n-tsh"
5557   filter: "all"
5558
5559 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5560 - type: "table"
5561   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5562   algorithm: "table_oper_data_html"
5563   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5564   data: "vpp-perf-results-3n-dnv"
5565   filter: "all"
5566
5567 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5568 - type: "table"
5569   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5570   algorithm: "table_oper_data_html"
5571   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5572   data: "vpp-perf-results-2n-dnv"
5573   filter: "all"
5574
5575 # Detailed Test Results - VPP MRR Results 3n-hsw
5576 - type: "table"
5577   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5578   algorithm: "table_merged_details"
5579   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5580   columns:
5581     - title: " |prein| Test Name |preout| "
5582       data: "data name"
5583     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5584       data: "data msg"
5585   data: "vpp-mrr-results-3n-hsw"
5586   filter: "all"
5587   parameters:
5588   - "name"
5589   - "parent"
5590   - "msg"
5591
5592 # Detailed Test Results - VPP MRR Results 3n-skx
5593 - type: "table"
5594   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5595   algorithm: "table_merged_details"
5596   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5597   columns:
5598     - title: " |prein| Test Name |preout| "
5599       data: "data name"
5600     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5601       data: "data msg"
5602   data: "vpp-mrr-results-3n-skx"
5603   filter: "all"
5604   parameters:
5605   - "name"
5606   - "parent"
5607   - "msg"
5608
5609 # Detailed Test Results - VPP MRR Results 2n-skx
5610 - type: "table"
5611   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5612   algorithm: "table_merged_details"
5613   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5614   columns:
5615     - title: " |prein| Test Name |preout| "
5616       data: "data name"
5617     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5618       data: "data msg"
5619   data: "vpp-mrr-results-2n-skx"
5620   filter: "all"
5621   parameters:
5622   - "name"
5623   - "parent"
5624   - "msg"
5625
5626 # Detailed Test Results - VPP MRR Results 2n-clx
5627 - type: "table"
5628   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5629   algorithm: "table_merged_details"
5630   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5631   columns:
5632     - title: " |prein| Test Name |preout| "
5633       data: "data name"
5634     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5635       data: "data msg"
5636   data: "vpp-mrr-results-2n-clx"
5637   filter: "all"
5638   parameters:
5639   - "name"
5640   - "parent"
5641   - "msg"
5642
5643 # Detailed Test Results - VPP MRR Results 3n-tsh
5644 - type: "table"
5645   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5646   algorithm: "table_merged_details"
5647   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5648   columns:
5649     - title: " |prein| Test Name |preout| "
5650       data: "data name"
5651     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5652       data: "data msg"
5653   data: "vpp-mrr-results-3n-tsh"
5654   filter: "all"
5655   parameters:
5656   - "name"
5657   - "parent"
5658   - "msg"
5659
5660 # Detailed Test Results - VPP MRR Results 3n-dnv
5661 - type: "table"
5662   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5663   algorithm: "table_merged_details"
5664   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5665   columns:
5666     - title: " |prein| Test Name |preout| "
5667       data: "data name"
5668     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5669       data: "data msg"
5670   data: "vpp-mrr-results-3n-dnv"
5671   filter: "all"
5672   parameters:
5673   - "name"
5674   - "parent"
5675   - "msg"
5676
5677 # Detailed Test Results - VPP MRR Results 2n-dnv
5678 - type: "table"
5679   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5680   algorithm: "table_merged_details"
5681   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5682   columns:
5683     - title: " |prein| Test Name |preout| "
5684       data: "data name"
5685     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5686       data: "data msg"
5687   data: "vpp-mrr-results-2n-dnv"
5688   filter: "all"
5689   parameters:
5690   - "name"
5691   - "parent"
5692   - "msg"
5693
5694 # Test configuration - VPP MRR Test Configs 3n-hsw
5695 - type: "table"
5696   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5697   algorithm: "table_merged_details"
5698   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5699   columns:
5700     - title: " |prein| Test Name |preout| "
5701       data: "data name"
5702     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5703       data: "data conf-history"
5704   data: "vpp-mrr-results-3n-hsw"
5705   filter: "all"
5706   parameters:
5707   - "parent"
5708   - "name"
5709   - "conf-history"
5710
5711 # Test configuration - VPP MRR Test Configs 3n-skx
5712 - type: "table"
5713   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5714   algorithm: "table_merged_details"
5715   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5716   columns:
5717     - title: " |prein| Test Name |preout| "
5718       data: "data name"
5719     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5720       data: "data conf-history"
5721   data: "vpp-mrr-results-3n-skx"
5722   filter: "all"
5723   parameters:
5724   - "parent"
5725   - "name"
5726   - "conf-history"
5727
5728 # Test configuration - VPP MRR Test Configs 2n-skx
5729 - type: "table"
5730   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5731   algorithm: "table_merged_details"
5732   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5733   columns:
5734     - title: " |prein| Test Name |preout| "
5735       data: "data name"
5736     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5737       data: "data conf-history"
5738   data: "vpp-mrr-results-2n-skx"
5739   filter: "all"
5740   parameters:
5741   - "parent"
5742   - "name"
5743   - "conf-history"
5744
5745 # Test configuration - VPP MRR Test Configs 2n-clx
5746 - type: "table"
5747   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5748   algorithm: "table_merged_details"
5749   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5750   columns:
5751     - title: " |prein| Test Name |preout| "
5752       data: "data name"
5753     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5754       data: "data conf-history"
5755   data: "vpp-mrr-results-2n-clx"
5756   filter: "all"
5757   parameters:
5758   - "parent"
5759   - "name"
5760   - "conf-history"
5761
5762 # Test configuration - VPP MRR Test Configs 3n-tsh
5763 - type: "table"
5764   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5765   algorithm: "table_merged_details"
5766   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5767   columns:
5768     - title: " |prein| Test Name |preout| "
5769       data: "data name"
5770     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5771       data: "data conf-history"
5772   data: "vpp-mrr-results-3n-tsh"
5773   filter: "all"
5774   parameters:
5775   - "parent"
5776   - "name"
5777   - "conf-history"
5778
5779 # Test configuration - VPP MRR Test Configs 3n-dnv
5780 - type: "table"
5781   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5782   algorithm: "table_merged_details"
5783   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5784   columns:
5785     - title: " |prein| Test Name |preout| "
5786       data: "data name"
5787     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5788       data: "data conf-history"
5789   data: "vpp-mrr-results-3n-dnv"
5790   filter: "all"
5791   parameters:
5792   - "parent"
5793   - "name"
5794   - "conf-history"
5795
5796 # Test configuration - VPP MRR Test Configs 2n-dnv
5797 - type: "table"
5798   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5799   algorithm: "table_merged_details"
5800   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5801   columns:
5802     - title: " |prein| Test Name |preout| "
5803       data: "data name"
5804     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5805       data: "data conf-history"
5806   data: "vpp-mrr-results-2n-dnv"
5807   filter: "all"
5808   parameters:
5809   - "parent"
5810   - "name"
5811   - "conf-history"
5812
5813 # Detailed Test Results - VPP Device Results - Ubuntu
5814 - type: "table"
5815   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5816   algorithm: "table_merged_details"
5817   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5818   columns:
5819     - title: " |prein| Test Name |preout| "
5820       data: "data name"
5821     - title: " |prein| Status |preout| "
5822       data: "data status"
5823   data: "vpp-device-results-ubuntu"
5824   filter: "all"
5825   parameters:
5826   - "name"
5827   - "parent"
5828   - "doc"
5829   - "status"
5830
5831 # Test configuration - VPP Device Test Configs - Ubuntu
5832 - type: "table"
5833   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5834   algorithm: "table_merged_details"
5835   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5836   columns:
5837     - title: " |prein| Test Name |preout| "
5838       data: "data name"
5839     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5840       data: "data conf-history"
5841   data: "vpp-device-results-ubuntu"
5842   filter: "all"
5843   parameters:
5844   - "parent"
5845   - "name"
5846   - "conf-history"
5847
5848 ################################################################################
5849
5850 # DPDK Performance Changes 3n-hsw 1t1c pdr
5851 - type: "table"
5852   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5853   algorithm: "table_comparison"
5854   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5855   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5856   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5857   columns:
5858     - title: "1908"
5859       data-set: "dpdk-performance-changes-3n-hsw-h1"
5860     - title: "2001"
5861       data-set: "dpdk-performance-changes-3n-hsw-ref"
5862     - title: "2005"
5863       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5864   comparisons:
5865     - title: "Diff"
5866       reference: 2
5867       compare: 3
5868   legend:
5869     - "Legend to Table"
5870     - "1908, 2001, 2005 - DPDK versions tested."
5871     - "Diff - difference between 2001 and 2005 DPDK version."
5872
5873 # DPDK Performance Changes 3n-hsw 2t2c pdr
5874 - type: "table"
5875   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5876   algorithm: "table_comparison"
5877   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5878   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5879   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5880   columns:
5881     - title: "1908"
5882       data-set: "dpdk-performance-changes-3n-hsw-h1"
5883     - title: "2001"
5884       data-set: "dpdk-performance-changes-3n-hsw-ref"
5885     - title: "2005"
5886       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5887   comparisons:
5888     - title: "Diff"
5889       reference: 2
5890       compare: 3
5891   legend:
5892     - "Legend to Table"
5893     - "1908, 2001, 2005 - DPDK versions tested."
5894     - "Diff - difference between 2001 and 2005 DPDK version."
5895
5896 # DPDK Performance Changes 3n-hsw 1t1c pdr
5897 - type: "table"
5898   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5899   algorithm: "table_comparison"
5900   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5901   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5902   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5903   columns:
5904     - title: "1908"
5905       data-set: "dpdk-performance-changes-3n-hsw-h1"
5906     - title: "2001"
5907       data-set: "dpdk-performance-changes-3n-hsw-ref"
5908     - title: "2005"
5909       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5910   comparisons:
5911     - title: "Diff"
5912       reference: 2
5913       compare: 3
5914   legend:
5915     - "Legend to Table"
5916     - "1908, 2001, 2005 - DPDK versions tested."
5917     - "Diff - difference between 2001 and 2005 DPDK version."
5918
5919 # DPDK Performance Changes 3n-hsw 2t2c ndr
5920 - type: "table"
5921   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5922   algorithm: "table_comparison"
5923   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5924   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5925   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5926   columns:
5927     - title: "1908"
5928       data-set: "dpdk-performance-changes-3n-hsw-h1"
5929     - title: "2001"
5930       data-set: "dpdk-performance-changes-3n-hsw-ref"
5931     - title: "2005"
5932       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5933   comparisons:
5934     - title: "Diff"
5935       reference: 2
5936       compare: 3
5937   legend:
5938     - "Legend to Table"
5939     - "1908, 2001, 2005 - DPDK versions tested."
5940     - "Diff - difference between 2001 and 2005 DPDK version."
5941
5942 # DPDK Performance Changes 3n-skx 2t1c pdr
5943 - type: "table"
5944   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5945   algorithm: "table_comparison"
5946   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5947   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5948   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5949   columns:
5950     - title: "1908"
5951       data-set: "dpdk-performance-changes-3n-skx-h1"
5952     - title: "2001"
5953       data-set: "dpdk-performance-changes-3n-skx-ref"
5954     - title: "2005"
5955       data-set: "dpdk-performance-changes-3n-skx-cmp"
5956   comparisons:
5957     - title: "Diff"
5958       reference: 2
5959       compare: 3
5960   legend:
5961     - "Legend to Table"
5962     - "1908, 2001, 2005 - DPDK versions tested."
5963     - "Diff - difference between 2001 and 2005 DPDK version."
5964
5965 # DPDK Performance Changes 3n-skx 4t2c pdr
5966 - type: "table"
5967   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5968   algorithm: "table_comparison"
5969   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5971   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5972   columns:
5973     - title: "1908"
5974       data-set: "dpdk-performance-changes-3n-skx-h1"
5975     - title: "2001"
5976       data-set: "dpdk-performance-changes-3n-skx-ref"
5977     - title: "2005"
5978       data-set: "dpdk-performance-changes-3n-skx-cmp"
5979   comparisons:
5980     - title: "Diff"
5981       reference: 2
5982       compare: 3
5983   legend:
5984     - "Legend to Table"
5985     - "1908, 2001, 2005 - DPDK versions tested."
5986     - "Diff - difference between 2001 and 2005 DPDK version."
5987
5988 # DPDK Performance Changes 3n-skx 2t1c ndr
5989 - type: "table"
5990   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5991   algorithm: "table_comparison"
5992   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5993   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5994   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5995   columns:
5996     - title: "1908"
5997       data-set: "dpdk-performance-changes-3n-skx-h1"
5998     - title: "2001"
5999       data-set: "dpdk-performance-changes-3n-skx-ref"
6000     - title: "2005"
6001       data-set: "dpdk-performance-changes-3n-skx-cmp"
6002   comparisons:
6003     - title: "Diff"
6004       reference: 2
6005       compare: 3
6006   legend:
6007     - "Legend to Table"
6008     - "1908, 2001, 2005 - DPDK versions tested."
6009     - "Diff - difference between 2001 and 2005 DPDK version."
6010
6011 # DPDK Performance Changes 3n-skx 4t2c ndr
6012 - type: "table"
6013   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6014   algorithm: "table_comparison"
6015   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6016   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6017   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6018   columns:
6019     - title: "1908"
6020       data-set: "dpdk-performance-changes-3n-skx-h1"
6021     - title: "2001"
6022       data-set: "dpdk-performance-changes-3n-skx-ref"
6023     - title: "2005"
6024       data-set: "dpdk-performance-changes-3n-skx-cmp"
6025   comparisons:
6026     - title: "Diff"
6027       reference: 2
6028       compare: 3
6029   legend:
6030     - "Legend to Table"
6031     - "1908, 2001, 2005 - DPDK versions tested."
6032     - "Diff - difference between 2001 and 2005 DPDK version."
6033
6034 # DPDK Performance Changes 2n-skx 2t1c pdr
6035 - type: "table"
6036   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6037   algorithm: "table_comparison"
6038   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6040   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6041   columns:
6042     - title: "1908"
6043       data-set: "dpdk-performance-changes-2n-skx-h1"
6044     - title: "2001"
6045       data-set: "dpdk-performance-changes-2n-skx-ref"
6046     - title: "2005"
6047       data-set: "dpdk-performance-changes-2n-skx-cmp"
6048   comparisons:
6049     - title: "Diff"
6050       reference: 2
6051       compare: 3
6052   legend:
6053     - "Legend to Table"
6054     - "1908, 2001, 2005 - DPDK versions tested."
6055     - "Diff - difference between 2001 and 2005 DPDK version."
6056
6057 # DPDK Performance Changes 2n-skx 4t2c pdr
6058 - type: "table"
6059   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6060   algorithm: "table_comparison"
6061   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6062   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6063   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6064   columns:
6065     - title: "1908"
6066       data-set: "dpdk-performance-changes-2n-skx-h1"
6067     - title: "2001"
6068       data-set: "dpdk-performance-changes-2n-skx-ref"
6069     - title: "2005"
6070       data-set: "dpdk-performance-changes-2n-skx-cmp"
6071   comparisons:
6072     - title: "Diff"
6073       reference: 2
6074       compare: 3
6075   legend:
6076     - "Legend to Table"
6077     - "1908, 2001, 2005 - DPDK versions tested."
6078     - "Diff - difference between 2001 and 2005 DPDK version."
6079
6080 # DPDK Performance Changes 2n-skx 2t1c ndr
6081 - type: "table"
6082   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6083   algorithm: "table_comparison"
6084   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6086   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6087   columns:
6088     - title: "1908"
6089       data-set: "dpdk-performance-changes-2n-skx-h1"
6090     - title: "2001"
6091       data-set: "dpdk-performance-changes-2n-skx-ref"
6092     - title: "2005"
6093       data-set: "dpdk-performance-changes-2n-skx-cmp"
6094   comparisons:
6095     - title: "Diff"
6096       reference: 2
6097       compare: 3
6098   legend:
6099     - "Legend to Table"
6100     - "1908, 2001, 2005 - DPDK versions tested."
6101     - "Diff - difference between 2001 and 2005 DPDK version."
6102
6103 # DPDK Performance Changes 2n-skx 4t2c ndr
6104 - type: "table"
6105   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6106   algorithm: "table_comparison"
6107   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6108   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6109   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6110   columns:
6111     - title: "1908"
6112       data-set: "dpdk-performance-changes-2n-skx-h1"
6113     - title: "2001"
6114       data-set: "dpdk-performance-changes-2n-skx-ref"
6115     - title: "2005"
6116       data-set: "dpdk-performance-changes-2n-skx-cmp"
6117   comparisons:
6118     - title: "Diff"
6119       reference: 2
6120       compare: 3
6121   legend:
6122     - "Legend to Table"
6123     - "1908, 2001, 2005 - DPDK versions tested."
6124     - "Diff - difference between 2001 and 2005 DPDK version."
6125
6126 # DPDK Performance Changes 2n-clx 2t1c pdr
6127 - type: "table"
6128   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6129   algorithm: "table_comparison"
6130   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6131   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6132   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6133   columns:
6134     - title: "2001"
6135       data-set: "dpdk-performance-changes-2n-clx-ref"
6136     - title: "2005"
6137       data-set: "dpdk-performance-changes-2n-clx-cmp"
6138   comparisons:
6139     - title: "Diff"
6140       reference: 1
6141       compare: 2
6142   legend:
6143     - "Legend to Table"
6144     - "2001, 2005 - DPDK versions tested."
6145     - "Diff - difference between 2001 and 2005 DPDK version."
6146
6147 # DPDK Performance Changes 2n-clx 4t2c pdr
6148 - type: "table"
6149   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6150   algorithm: "table_comparison"
6151   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6152   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6153   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6154   columns:
6155     - title: "2001"
6156       data-set: "dpdk-performance-changes-2n-clx-ref"
6157     - title: "2005"
6158       data-set: "dpdk-performance-changes-2n-clx-cmp"
6159   comparisons:
6160     - title: "Diff"
6161       reference: 1
6162       compare: 2
6163   legend:
6164     - "Legend to Table"
6165     - "2001, 2005 - DPDK versions tested."
6166     - "Diff - difference between 2001 and 2005 DPDK version."
6167
6168 # DPDK Performance Changes 2n-clx 2t1c ndr
6169 - type: "table"
6170   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6171   algorithm: "table_comparison"
6172   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6173   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6174   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6175   columns:
6176     - title: "2001"
6177       data-set: "dpdk-performance-changes-2n-clx-ref"
6178     - title: "2005"
6179       data-set: "dpdk-performance-changes-2n-clx-cmp"
6180   comparisons:
6181     - title: "Diff"
6182       reference: 1
6183       compare: 2
6184   legend:
6185     - "Legend to Table"
6186     - "2001, 2005 - DPDK versions tested."
6187     - "Diff - difference between 2001 and 2005 DPDK version."
6188
6189 # DPDK Performance Changes 2n-clx 4t2c ndr
6190 - type: "table"
6191   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6192   algorithm: "table_comparison"
6193   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6194   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6195   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6196   columns:
6197     - title: "2001"
6198       data-set: "dpdk-performance-changes-2n-clx-ref"
6199     - title: "2005"
6200       data-set: "dpdk-performance-changes-2n-clx-cmp"
6201   comparisons:
6202     - title: "Diff"
6203       reference: 1
6204       compare: 2
6205   legend:
6206     - "Legend to Table"
6207     - "2001, 2005 - DPDK versions tested."
6208     - "Diff - difference between 2001 and 2005 DPDK version."
6209
6210 # DPDK Performance Changes 2n-dnv 1t1c pdr
6211 - type: "table"
6212   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6213   algorithm: "table_comparison"
6214   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6215   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6216   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6217   columns:
6218     - title: "2001"
6219       data-set: "dpdk-performance-changes-2n-dnv-ref"
6220     - title: "2005"
6221       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6222   comparisons:
6223     - title: "Diff"
6224       reference: 1
6225       compare: 2
6226   legend:
6227     - "Legend to Table"
6228     - "2001, 2005 - DPDK versions tested."
6229     - "Diff - difference between 2001 and 2005 DPDK version."
6230
6231 # DPDK Performance Changes 2n-dnv 2t2c pdr
6232 - type: "table"
6233   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6234   algorithm: "table_comparison"
6235   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6236   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6237   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6238   columns:
6239     - title: "2001"
6240       data-set: "dpdk-performance-changes-2n-dnv-ref"
6241     - title: "2005"
6242       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6243   comparisons:
6244     - title: "Diff"
6245       reference: 1
6246       compare: 2
6247   legend:
6248     - "Legend to Table"
6249     - "2001, 2005 - DPDK versions tested."
6250     - "Diff - difference between 2001 and 2005 DPDK version."
6251
6252 # DPDK Performance Changes 2n-dnv 1t1c ndr
6253 - type: "table"
6254   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6255   algorithm: "table_comparison"
6256   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6257   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6258   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6259   columns:
6260     - title: "2001"
6261       data-set: "dpdk-performance-changes-2n-dnv-ref"
6262     - title: "2005"
6263       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6264   comparisons:
6265     - title: "Diff"
6266       reference: 1
6267       compare: 2
6268   legend:
6269     - "Legend to Table"
6270     - "2001, 2005 - DPDK versions tested."
6271     - "Diff - difference between 2001 and 2005 DPDK version."
6272
6273 # DPDK Performance Changes 2n-dnv 2t2c ndr
6274 - type: "table"
6275   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6276   algorithm: "table_comparison"
6277   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6278   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6279   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6280   columns:
6281     - title: "2001"
6282       data-set: "dpdk-performance-changes-2n-dnv-ref"
6283     - title: "2005"
6284       data-set: "dpdk-performance-changes-2n-dnv-cmp"
6285   comparisons:
6286     - title: "Diff"
6287       reference: 1
6288       compare: 2
6289   legend:
6290     - "Legend to Table"
6291     - "2001, 2005 - DPDK versions tested."
6292     - "Diff - difference between 2001 and 2005 DPDK version."
6293
6294 # DPDK Performance Changes 3n-dnv 1t1c pdr
6295 - type: "table"
6296   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6297   algorithm: "table_comparison"
6298   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6299   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6300   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6301   columns:
6302     - title: "2001"
6303       data-set: "dpdk-performance-changes-3n-dnv-ref"
6304     - title: "2005"
6305       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6306   comparisons:
6307     - title: "Diff"
6308       reference: 1
6309       compare: 2
6310   legend:
6311     - "Legend to Table"
6312     - "2001, 2005 - DPDK versions tested."
6313     - "Diff - difference between 2001 and 2005 DPDK version."
6314
6315 # DPDK Performance Changes 3n-dnv 2t2c pdr
6316 - type: "table"
6317   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6318   algorithm: "table_comparison"
6319   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6320   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6321   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6322   columns:
6323     - title: "2001"
6324       data-set: "dpdk-performance-changes-3n-dnv-ref"
6325     - title: "2005"
6326       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6327   comparisons:
6328     - title: "Diff"
6329       reference: 1
6330       compare: 2
6331   legend:
6332     - "Legend to Table"
6333     - "2001, 2005 - DPDK versions tested."
6334     - "Diff - difference between 2001 and 2005 DPDK version."
6335
6336 # DPDK Performance Changes 3n-dnv 1t1c ndr
6337 - type: "table"
6338   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6339   algorithm: "table_comparison"
6340   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6341   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6342   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6343   columns:
6344     - title: "2001"
6345       data-set: "dpdk-performance-changes-3n-dnv-ref"
6346     - title: "2005"
6347       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6348   comparisons:
6349     - title: "Diff"
6350       reference: 1
6351       compare: 2
6352   legend:
6353     - "Legend to Table"
6354     - "2001, 2005 - DPDK versions tested."
6355     - "Diff - difference between 2001 and 2005 DPDK version."
6356
6357 # DPDK Performance Changes 3n-dnv 2t2c ndr
6358 - type: "table"
6359   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6360   algorithm: "table_comparison"
6361   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6363   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6364   columns:
6365     - title: "2001"
6366       data-set: "dpdk-performance-changes-3n-dnv-ref"
6367     - title: "2005"
6368       data-set: "dpdk-performance-changes-3n-dnv-cmp"
6369   comparisons:
6370     - title: "Diff"
6371       reference: 1
6372       compare: 2
6373   legend:
6374     - "Legend to Table"
6375     - "2001, 2005 - DPDK versions tested."
6376     - "Diff - difference between 2001 and 2005 DPDK version."
6377
6378 # DPDK Performance Changes 3n-tsh 1t1c pdr
6379 - type: "table"
6380   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6381   algorithm: "table_comparison"
6382   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6383   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6384   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6385   columns:
6386     - title: "2001"
6387       data-set: "dpdk-performance-changes-3n-tsh-ref"
6388     - title: "2005"
6389       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6390   comparisons:
6391     - title: "Diff"
6392       reference: 1
6393       compare: 2
6394   legend:
6395     - "Legend to Table"
6396     - "2001, 2005 - DPDK versions tested."
6397     - "Diff - difference between 2001 and 2005 DPDK version."
6398
6399 # DPDK Performance Changes 3n-tsh 2t2c pdr
6400 - type: "table"
6401   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6402   algorithm: "table_comparison"
6403   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6404   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6405   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6406   columns:
6407     - title: "2001"
6408       data-set: "dpdk-performance-changes-3n-tsh-ref"
6409     - title: "2005"
6410       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6411   comparisons:
6412     - title: "Diff"
6413       reference: 1
6414       compare: 2
6415   legend:
6416     - "Legend to Table"
6417     - "2001, 2005 - DPDK versions tested."
6418     - "Diff - difference between 2001 and 2005 DPDK version."
6419
6420 # DPDK Performance Changes 3n-tsh 1t1c ndr
6421 - type: "table"
6422   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6423   algorithm: "table_comparison"
6424   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6425   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6426   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6427   columns:
6428     - title: "2001"
6429       data-set: "dpdk-performance-changes-3n-tsh-ref"
6430     - title: "2005"
6431       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6432   comparisons:
6433     - title: "Diff"
6434       reference: 1
6435       compare: 2
6436   legend:
6437     - "Legend to Table"
6438     - "2001, 2005 - DPDK versions tested."
6439     - "Diff - difference between 2001 and 2005 DPDK version."
6440
6441 # DPDK Performance Changes 3n-tsh 2t2c ndr
6442 - type: "table"
6443   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6444   algorithm: "table_comparison"
6445   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6446   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6447   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6448   columns:
6449     - title: "2001"
6450       data-set: "dpdk-performance-changes-3n-tsh-ref"
6451     - title: "2005"
6452       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6453   comparisons:
6454     - title: "Diff"
6455       reference: 1
6456       compare: 2
6457   legend:
6458     - "Legend to Table"
6459     - "2001, 2005 - DPDK versions tested."
6460     - "Diff - difference between 2001 and 2005 DPDK version."
6461
6462 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6463 - type: "table"
6464   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6465   algorithm: "table_comparison"
6466   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6467   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6468   filter: "'NIC_Intel-X710'"
6469   columns:
6470     - title: "3n-hsw x710"
6471       data-set: "dpdk-compare-testbeds-ref"
6472     - title: "3n-skx x710"
6473       data-set: "dpdk-compare-testbeds-cmp"
6474   comparisons:
6475     - title: "Diff"
6476       reference: 1
6477       compare: 2
6478   legend:
6479     - "Legend to Table"
6480     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6481     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6482
6483 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6484 - type: "table"
6485   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6486   algorithm: "table_comparison"
6487   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6488   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6489   filter: "'NIC_Intel-X710'"
6490   columns:
6491     - title: "3n-hsw x710"
6492       data-set: "dpdk-compare-testbeds-ref"
6493     - title: "3n-skx x710"
6494       data-set: "dpdk-compare-testbeds-cmp"
6495   comparisons:
6496     - title: "Diff"
6497       reference: 1
6498       compare: 2
6499   legend:
6500     - "Legend to Table"
6501     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6502     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6503
6504 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6505 - type: "table"
6506   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6507   algorithm: "table_comparison"
6508   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6509   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6510   filter: "'NIC_Intel-XXV710'"
6511   columns:
6512     - title: "2n-skx"
6513       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6514     - title: "2n-clx"
6515       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6516   comparisons:
6517     - title: "Diff"
6518       reference: 1
6519       compare: 2
6520   legend:
6521     - "Legend to Table"
6522     - "2n-skx, 2n-clx - testbeds and NICs tested."
6523     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6524
6525 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6526 - type: "table"
6527   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6528   algorithm: "table_comparison"
6529   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6531   filter: "'NIC_Intel-XXV710'"
6532   columns:
6533     - title: "2n-skx"
6534       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6535     - title: "2n-clx"
6536       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6537   comparisons:
6538     - title: "Diff"
6539       reference: 1
6540       compare: 2
6541   legend:
6542     - "Legend to Table"
6543     - "2n-skx, 2n-clx - testbeds and NICs tested."
6544     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6545
6546 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6547 - type: "table"
6548   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6549   algorithm: "table_comparison"
6550   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6551   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6552   filter: "'NIC_Intel-XXV710'"
6553   columns:
6554     - title: "3n-skx"
6555       data-set: "dpdk-compare-topologies-ref"
6556     - title: "2n-skx"
6557       data-set: "dpdk-compare-topologies-cmp"
6558   comparisons:
6559     - title: "Diff"
6560       reference: 1
6561       compare: 2
6562   legend:
6563     - "Legend to Table"
6564     - "3n-skx, 2n-skx - topologies tested."
6565     - "Diff - difference between 3n-skx and 2n-skx topologies."
6566
6567 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6568 - type: "table"
6569   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6570   algorithm: "table_comparison"
6571   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6573   filter: "'NIC_Intel-XXV710'"
6574   columns:
6575     - title: "3n-skx"
6576       data-set: "dpdk-compare-topologies-ref"
6577     - title: "2n-skx"
6578       data-set: "dpdk-compare-topologies-cmp"
6579   comparisons:
6580     - title: "Diff"
6581       reference: 1
6582       compare: 2
6583   legend:
6584     - "Legend to Table"
6585     - "3n-skx, 2n-skx - topologies tested."
6586     - "Diff - difference between 3n-skx and 2n-skx topologies."
6587
6588 # Detailed Test Results - DPDK Performance Results 3n-hsw
6589 - type: "table"
6590   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6591   algorithm: "table_merged_details"
6592   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6593   columns:
6594     - title: " |prein| Test Name |preout| "
6595       data: "data name"
6596     - 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| "
6597       data: "data msg"
6598   data: "dpdk-perf-results-3n-hsw"
6599   filter: "all"
6600   parameters:
6601   - "name"
6602   - "parent"
6603   - "msg"
6604
6605 # Detailed Test Results - DPDK Performance Results 3n-skx
6606 - type: "table"
6607   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6608   algorithm: "table_merged_details"
6609   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6610   columns:
6611     - title: " |prein| Test Name |preout| "
6612       data: "data name"
6613     - 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| "
6614       data: "data msg"
6615   data: "dpdk-perf-results-3n-skx"
6616   filter: "all"
6617   remove-ndr: False
6618   parameters:
6619   - "name"
6620   - "parent"
6621   - "msg"
6622
6623 # Detailed Test Results - DPDK Performance Results 2n-skx
6624 - type: "table"
6625   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6626   algorithm: "table_merged_details"
6627   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6628   columns:
6629     - title: " |prein| Test Name |preout| "
6630       data: "data name"
6631     - 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| "
6632       data: "data msg"
6633   data: "dpdk-perf-results-2n-skx"
6634   filter: "all"
6635   remove-ndr: False
6636   parameters:
6637   - "name"
6638   - "parent"
6639   - "msg"
6640
6641 # Detailed Test Results - DPDK Performance Results 2n-clx
6642 - type: "table"
6643   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6644   algorithm: "table_merged_details"
6645   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6646   columns:
6647     - title: " |prein| Test Name |preout| "
6648       data: "data name"
6649     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6650       data: "data msg"
6651   data: "dpdk-perf-results-2n-clx"
6652   filter: "all"
6653   parameters:
6654   - "name"
6655   - "parent"
6656   - "msg"
6657
6658 # Detailed Test Results - DPDK Performance Results 2n-dnv
6659 - type: "table"
6660   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6661   algorithm: "table_merged_details"
6662   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6663   columns:
6664     - title: " |prein| Test Name |preout| "
6665       data: "data name"
6666     - 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| "
6667       data: "data msg"
6668   data: "dpdk-perf-results-2n-dnv"
6669   filter: "all"
6670   parameters:
6671   - "name"
6672   - "parent"
6673   - "msg"
6674
6675 # Detailed Test Results - DPDK Performance Results 3n-dnv
6676 - type: "table"
6677   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6678   algorithm: "table_merged_details"
6679   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6680   columns:
6681     - title: " |prein| Test Name |preout| "
6682       data: "data name"
6683     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6684       data: "data msg"
6685   data: "dpdk-perf-results-3n-dnv"
6686   filter: "all"
6687   parameters:
6688   - "name"
6689   - "parent"
6690   - "msg"
6691
6692 # Detailed Test Results - DPDK Performance Results 3n-tsh
6693 - type: "table"
6694   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6695   algorithm: "table_merged_details"
6696   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6697   columns:
6698     - title: " |prein| Test Name |preout| "
6699       data: "data name"
6700     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6701       data: "data msg"
6702   data: "dpdk-perf-results-3n-tsh"
6703   filter: "all"
6704   parameters:
6705   - "name"
6706   - "parent"
6707   - "msg"
6708
6709 ################################################################################
6710 ###                                F I L E S                                 ###
6711 ################################################################################
6712
6713 # VPP Performance Results
6714 - type: "file"
6715   title: "VPP Performance Results"
6716   algorithm: "file_details_split"
6717   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6718   dir-tables:
6719     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6720     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6721     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6722     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6723     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6724     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6725     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6726   data:
6727     - "vpp-perf-results-2n-skx"
6728     - "vpp-perf-results-3n-skx"
6729     - "vpp-perf-results-2n-clx"
6730     - "vpp-perf-results-3n-hsw"
6731     - "vpp-perf-results-3n-tsh"
6732     - "vpp-perf-results-2n-dnv"
6733     - "vpp-perf-results-3n-dnv"
6734   filter: "all"
6735   data-start-level: 4
6736   order-chapters:
6737     level-1:
6738       - "l2"
6739       - "ip4"
6740       - "ip6"
6741       - "srv6"
6742       - "ip4_tunnels"
6743       - "ip6_tunnels"
6744       - "vm_vhost"
6745       - "container_memif"
6746       - "crypto"
6747       - "vts"
6748       - "lb"
6749       - "nfv_density"
6750       - "hoststack"
6751     level-2:
6752       - "2n-skx"
6753       - "3n-skx"
6754       - "2n-clx"
6755       - "3n-hsw"
6756       - "3n-tsh"
6757       - "2n-dnv"
6758       - "3n-dnv"
6759     level-3:
6760       - "xl710"
6761       - "x520"
6762       - "xxv710"
6763       - "x710"
6764       - "x553"
6765       - "cx556a"
6766       - "vic1227"
6767       - "vic1385"
6768
6769 # VPP Performance Configuration
6770 - type: "file"
6771   title: "VPP Performance Configuration"
6772   algorithm: "file_details_split"
6773   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6774   dir-tables:
6775     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6776     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6777     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6778     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6779     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6780     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6781     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6782   data:
6783     - "vpp-perf-results-2n-skx"
6784     - "vpp-perf-results-3n-skx"
6785     - "vpp-perf-results-2n-clx"
6786     - "vpp-perf-results-3n-hsw"
6787     - "vpp-perf-results-3n-tsh"
6788     - "vpp-perf-results-2n-dnv"
6789     - "vpp-perf-results-3n-dnv"
6790   filter: "all"
6791   data-start-level: 4
6792   order-chapters:
6793     level-1:
6794       - "l2"
6795       - "ip4"
6796       - "ip6"
6797       - "srv6"
6798       - "ip4_tunnels"
6799       - "ip6_tunnels"
6800       - "vm_vhost"
6801       - "container_memif"
6802       - "crypto"
6803       - "vts"
6804       - "lb"
6805       - "nfv_density"
6806       - "hoststack"
6807     level-2:
6808       - "2n-skx"
6809       - "3n-skx"
6810       - "2n-clx"
6811       - "3n-hsw"
6812       - "3n-tsh"
6813       - "2n-dnv"
6814       - "3n-dnv"
6815     level-3:
6816       - "xl710"
6817       - "x520"
6818       - "xxv710"
6819       - "x710"
6820       - "x553"
6821       - "cx556a"
6822       - "vic1227"
6823       - "vic1385"
6824
6825 # VPP Performance Operational
6826 - type: "file"
6827   title: "VPP Performance Operational"
6828   algorithm: "file_details_split_html"
6829   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6830   dir-tables:
6831     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6832     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6833     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6834     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6835     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6836     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6837     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6838   data:
6839     - "vpp-perf-results-2n-skx"
6840     - "vpp-perf-results-3n-skx"
6841     - "vpp-perf-results-2n-clx"
6842     - "vpp-perf-results-3n-hsw"
6843     - "vpp-perf-results-3n-tsh"
6844     - "vpp-perf-results-2n-dnv"
6845     - "vpp-perf-results-3n-dnv"
6846   filter: "all"
6847   data-start-level: 4
6848   order-chapters:
6849     level-1:
6850       - "l2"
6851       - "ip4"
6852       - "ip6"
6853       - "srv6"
6854       - "ip4_tunnels"
6855       - "ip6_tunnels"
6856       - "vm_vhost"
6857       - "container_memif"
6858       - "crypto"
6859       - "vts"
6860       - "lb"
6861       - "nfv_density"
6862       - "hoststack"
6863     level-2:
6864       - "2n-skx"
6865       - "3n-skx"
6866       - "2n-clx"
6867       - "3n-hsw"
6868       - "3n-tsh"
6869       - "2n-dnv"
6870       - "3n-dnv"
6871     level-3:
6872       - "xl710"
6873       - "x520"
6874       - "xxv710"
6875       - "x710"
6876       - "x553"
6877       - "cx556a"
6878       - "vic1227"
6879       - "vic1385"
6880
6881 # VPP MRR Results
6882 - type: "file"
6883   title: "VPP MRR Results"
6884   algorithm: "file_details_split"
6885   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6886   dir-tables:
6887     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6888     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6889     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6890     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6891     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6892     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6893     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6894   data:
6895     - "vpp-mrr-results-2n-skx"
6896     - "vpp-mrr-results-3n-skx"
6897     - "vpp-mrr-results-2n-clx"
6898     - "vpp-mrr-results-3n-hsw"
6899     - "vpp-mrr-results-3n-tsh"
6900     - "vpp-mrr-results-2n-dnv"
6901     - "vpp-mrr-results-3n-dnv"
6902   filter: "all"
6903   data-start-level: 4
6904   order-chapters:
6905     level-1:
6906       - "l2"
6907       - "ip4"
6908       - "ip6"
6909       - "srv6"
6910       - "ip4_tunnels"
6911       - "ip6_tunnels"
6912       - "vm_vhost"
6913       - "container_memif"
6914       - "crypto"
6915       - "vts"
6916       - "lb"
6917       - "nfv_density"
6918       - "hoststack"
6919     level-2:
6920       - "2n-skx"
6921       - "3n-skx"
6922       - "2n-clx"
6923       - "3n-hsw"
6924       - "3n-tsh"
6925       - "2n-dnv"
6926       - "3n-dnv"
6927     level-3:
6928       - "xl710"
6929       - "x520"
6930       - "xxv710"
6931       - "x710"
6932       - "x553"
6933       - "cx556a"
6934       - "vic1227"
6935       - "vic1385"
6936
6937 # VPP MRR Configuration
6938 - type: "file"
6939   title: "VPP MRR Configuration"
6940   algorithm: "file_details_split"
6941   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6942   dir-tables:
6943     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6944     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6945     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6946     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6947     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6948     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6949     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6950   data:
6951     - "vpp-mrr-results-2n-skx"
6952     - "vpp-mrr-results-3n-skx"
6953     - "vpp-mrr-results-2n-clx"
6954     - "vpp-mrr-results-3n-hsw"
6955     - "vpp-mrr-results-3n-tsh"
6956     - "vpp-mrr-results-2n-dnv"
6957     - "vpp-mrr-results-3n-dnv"
6958   filter: "all"
6959   data-start-level: 4
6960   order-chapters:
6961     level-1:
6962       - "l2"
6963       - "ip4"
6964       - "ip6"
6965       - "srv6"
6966       - "ip4_tunnels"
6967       - "ip6_tunnels"
6968       - "vm_vhost"
6969       - "container_memif"
6970       - "crypto"
6971       - "vts"
6972       - "lb"
6973       - "nfv_density"
6974       - "hoststack"
6975     level-2:
6976       - "2n-skx"
6977       - "3n-skx"
6978       - "2n-clx"
6979       - "3n-hsw"
6980       - "3n-tsh"
6981       - "2n-dnv"
6982       - "3n-dnv"
6983     level-3:
6984       - "xl710"
6985       - "x520"
6986       - "xxv710"
6987       - "x710"
6988       - "x553"
6989       - "cx556a"
6990       - "vic1227"
6991       - "vic1385"
6992
6993 # VPP Device Results - Ubuntu
6994 - type: "file"
6995   title: "VPP Device Results - Ubuntu"
6996   algorithm: "file_test_results"
6997   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6998   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6999   data: "vpp-device-results-ubuntu"
7000   filter: "all"
7001   data-start-level: 4
7002
7003 # VPP Device Configuration - Ubuntu
7004 - type: "file"
7005   title: "VPP Device Configuration - Ubuntu"
7006   algorithm: "file_test_results"
7007   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7008   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7009   data: "vpp-device-results-ubuntu"
7010   filter: "all"
7011   data-start-level: 4
7012
7013 # DPDK Performance Results 3n-hsw
7014 - type: "file"
7015   title: "DPDK Performance Results 3n-hsw"
7016   algorithm: "file_test_results"
7017   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7018   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7019   data: "dpdk-perf-results-3n-hsw"
7020   filter: "all"
7021   data-start-level: 4
7022
7023 # DPDK Performance Results 3n-skx
7024 - type: "file"
7025   title: "DPDK Performance Results 3n-skx"
7026   algorithm: "file_test_results"
7027   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7028   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7029   data: "dpdk-perf-results-3n-skx"
7030   filter: "all"
7031   data-start-level: 4
7032
7033 # DPDK Performance Results 2n-skx
7034 - type: "file"
7035   title: "DPDK Performance Results 2n-skx"
7036   algorithm: "file_test_results"
7037   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7038   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7039   data: "dpdk-perf-results-2n-skx"
7040   filter: "all"
7041   data-start-level: 4
7042
7043 # DPDK Performance Results 2n-clx
7044 - type: "file"
7045   title: "DPDK Performance Results 2n-clx"
7046   algorithm: "file_test_results"
7047   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7048   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7049   data: "dpdk-perf-results-2n-clx"
7050   filter: "all"
7051   data-start-level: 4
7052
7053 # DPDK Performance Results 2n-dnv
7054 - type: "file"
7055   title: "DPDK Performance Results 2n-dnv"
7056   algorithm: "file_test_results"
7057   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7058   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7059   data: "dpdk-perf-results-2n-dnv"
7060   filter: "all"
7061   data-start-level: 4
7062
7063 # DPDK Performance Results 3n-dnv
7064 - type: "file"
7065   title: "DPDK Performance Results 3n-dnv"
7066   algorithm: "file_test_results"
7067   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7068   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7069   data: "dpdk-perf-results-3n-dnv"
7070   filter: "all"
7071   data-start-level: 4
7072
7073 # DPDK Performance Results 3n-tsh
7074 - type: "file"
7075   title: "DPDK Performance Results 3n-tsh"
7076   algorithm: "file_test_results"
7077   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7078   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7079   data: "dpdk-perf-results-3n-tsh"
7080   filter: "all"
7081   data-start-level: 4
7082
7083 ################################################################################
7084 ###                                P L O T S                                 ###
7085 ################################################################################
7086
7087 # Hoststack tests 3n-hsw
7088
7089 - type: "plot"
7090   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7091   algorithm: "plot_perf_box_name"
7092   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7093   data: "plot-vpp-hoststack-3n-hsw"
7094   include:
7095     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7096     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7097   layout:
7098     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7099     layout: "plot-hoststack"
7100
7101 - type: "plot"
7102   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7103   algorithm: "plot_perf_box_name"
7104   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7105   data: "plot-vpp-hoststack-3n-hsw"
7106   include:
7107     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7108     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7109   layout:
7110     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7111     layout: "plot-hoststack"
7112
7113 - type: "plot"
7114   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7115   algorithm: "plot_perf_box_name"
7116   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7117   data: "plot-vpp-hoststack-3n-hsw"
7118   include:
7119     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7120     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7121     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7122     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7123   layout:
7124     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7125     layout: "plot-hoststack"
7126
7127 ## Plots VPP HTTP Server Performance
7128 #- type: "plot"
7129 #  title: "VPP HTTP Server Performance"
7130 #  algorithm: "plot_http_server_perf_box"
7131 #  output-file-type: ".html"
7132 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
7133 #  data:
7134 #    "plot-vpp-http-server-performance"
7135 #  filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
7136 #  parameters:
7137 #  - "result"
7138 #  - "name"
7139 #  traces:
7140 #    hoverinfo: "y+name"
7141 #    boxpoints: "outliers"
7142 #    whiskerwidth: 0
7143 #  layout:
7144 #    title: "VPP HTTP Server Performance"
7145 #    layout:
7146 #      "plot-cps"
7147 #
7148 #- type: "plot"
7149 #  title: "VPP HTTP Server Performance"
7150 #  algorithm: "plot_http_server_perf_box"
7151 #  output-file-type: ".html"
7152 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
7153 #  data:
7154 #    "plot-vpp-http-server-performance"
7155 #  filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
7156 #  parameters:
7157 #  - "result"
7158 #  - "name"
7159 #  traces:
7160 #    hoverinfo: "y+name"
7161 #    boxpoints: "outliers"
7162 #    whiskerwidth: 0
7163 #  layout:
7164 #    title: "VPP HTTP Server Performance"
7165 #    layout:
7166 #      "plot-rps"
7167
7168 ################################################################################
7169
7170 # Soak Test (PLRsearch), boxes - 2n-clx
7171 - type: "plot"
7172   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7173   algorithm: "plot_perf_box_name"
7174   output-file-type: ".html"
7175   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7176   data: "plot-vpp-soak-2n-clx"
7177   include:
7178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7184   layout:
7185     title: "30 Minutes Soak Test (PLRsearch)"
7186     layout: "plot-soak-throughput"
7187
7188 # Soak Test (PLRsearch), boxes - 2n-clx
7189 - type: "plot"
7190   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7191   algorithm: "plot_perf_box_name"
7192   output-file-type: ".html"
7193   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7194   data: "plot-vpp-soak-2n-clx"
7195   include:
7196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7198     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7199     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7200     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7201     - "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"
7202   layout:
7203     title: "30 Minutes Soak Test (PLRsearch)"
7204     layout: "plot-soak-throughput"
7205
7206 # Soak Test (PLRsearch), boxes - 2n-skx
7207 - type: "plot"
7208   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7209   algorithm: "plot_perf_box_name"
7210   output-file-type: ".html"
7211   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7212   data: "plot-vpp-soak-2n-skx"
7213   include:
7214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7220   layout:
7221     title: "30 Minutes Soak Test (PLRsearch)"
7222     layout: "plot-soak-throughput"
7223
7224 # Soak Test (PLRsearch), boxes - 2n-skx
7225 - type: "plot"
7226   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7227   algorithm: "plot_perf_box_name"
7228   output-file-type: ".html"
7229   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7230   data: "plot-vpp-soak-2n-skx"
7231   include:
7232     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7233     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7234     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7235     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7237     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
7238   layout:
7239     title: "30 Minutes Soak Test (PLRsearch)"
7240     layout: "plot-soak-throughput"
7241
7242 ###############################################################################
7243
7244 # Reconf tests 2n-skx
7245
7246 - type: "plot"
7247   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7248   algorithm: "plot_nf_reconf_box_name"
7249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7250   data: "plot-vpp-nfv-reconf-2n-skx"
7251   include:
7252     - "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"
7253     - "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"
7254     - "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"
7255     - "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"
7256     - "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"
7257     - "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"
7258   layout:
7259     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7260     layout: "plot-throughput"
7261
7262 - type: "plot"
7263   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7264   algorithm: "plot_nf_reconf_box_name"
7265   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7266   data: "plot-vpp-nfv-reconf-2n-skx"
7267   include:
7268     - "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"
7269     - "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"
7270     - "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"
7271     - "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"
7272     - "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"
7273     - "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"
7274   layout:
7275     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7276     layout: "plot-throughput"
7277
7278 - type: "plot"
7279   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7280   algorithm: "plot_nf_reconf_box_name"
7281   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7282   data: "plot-vpp-nfv-reconf-2n-skx"
7283   include:
7284     - "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"
7285     - "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"
7286     - "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"
7287     - "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"
7288     - "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"
7289     - "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"
7290   layout:
7291     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7292     layout: "plot-throughput"
7293
7294 ###############################################################################
7295
7296 # Reconf tests 2n-clx
7297
7298 - type: "plot"
7299   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7300   algorithm: "plot_nf_reconf_box_name"
7301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7302   data: "plot-vpp-nfv-reconf-2n-clx"
7303   include:
7304     - "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"
7305     - "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"
7306     - "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"
7307     - "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"
7308   layout:
7309     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7310     layout: "plot-throughput"
7311
7312 - type: "plot"
7313   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7314   algorithm: "plot_nf_reconf_box_name"
7315   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7316   data: "plot-vpp-nfv-reconf-2n-clx"
7317   include:
7318     - "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"
7319     - "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"
7320     - "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"
7321     - "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"
7322   layout:
7323     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7324     layout: "plot-throughput"
7325
7326 - type: "plot"
7327   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7328   algorithm: "plot_nf_reconf_box_name"
7329   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7330   data: "plot-vpp-nfv-reconf-2n-clx"
7331   include:
7332     - "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"
7333     - "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"
7334     - "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"
7335     - "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"
7336   layout:
7337     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7338     layout: "plot-throughput"
7339
7340 ################################################################################
7341 ## Plots - NF Density - VSC - MRR 64b
7342 #- type: "plot"
7343 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7344 #  algorithm: "plot_nf_heatmap"
7345 #  output-file-type: ".html"
7346 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
7347 #  data: "plot-vpp-nfv-2n-skx-mrr"
7348 #  filter: "'NIC_Intel-XXV710' and
7349 #           'NF_DENSITY' and
7350 #           'VHOST' and
7351 #           not 'VXLAN' and
7352 #           'CHAIN' and
7353 #           'NF_VPPIP4' and
7354 #           '64B' and
7355 #           '2T1C' and
7356 #           'MRR'"
7357 #  parameters:
7358 #  - "result"
7359 #  - "name"
7360 #  - "tags"
7361 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7362 #  x-axis: "X = VNFs per Service Chain"
7363 #  y-axis: "Y = Number of Service Chains"
7364 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7365 #  layout:
7366 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7367 #    layout: "plot-service-density"
7368 #
7369 #- type: "plot"
7370 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7371 #  algorithm: "plot_nf_heatmap"
7372 #  output-file-type: ".html"
7373 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
7374 #  data: "plot-vpp-nfv-2n-skx-mrr"
7375 #  filter: "'NIC_Intel-XXV710' and
7376 #           'NF_DENSITY' and
7377 #           'VHOST' and
7378 #           not 'VXLAN' and
7379 #           'CHAIN' and
7380 #           'NF_VPPIP4' and
7381 #           '64B' and
7382 #           '4T2C' and
7383 #           'MRR'"
7384 #  parameters:
7385 #  - "result"
7386 #  - "name"
7387 #  - "tags"
7388 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7389 #  x-axis: "X = VNFs per Service Chain"
7390 #  y-axis: "Y = Number of Service Chains"
7391 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7392 #  layout:
7393 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7394 #    layout: "plot-service-density"
7395 #
7396 #- type: "plot"
7397 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7398 #  algorithm: "plot_nf_heatmap"
7399 #  output-file-type: ".html"
7400 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7401 #  data: "plot-vpp-nfv-2n-skx-mrr"
7402 #  filter: "'NIC_Intel-XXV710' and
7403 #           'NF_DENSITY' and
7404 #           'VHOST' and
7405 #           not 'VXLAN' and
7406 #           'CHAIN' and
7407 #           'NF_VPPIP4' and
7408 #           '64B' and
7409 #           '8T4C' and
7410 #           'MRR'"
7411 #  parameters:
7412 #  - "result"
7413 #  - "name"
7414 #  - "tags"
7415 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7416 #  x-axis: "X = VNFs per Service Chain"
7417 #  y-axis: "Y = Number of Service Chains"
7418 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7419 #  layout:
7420 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7421 #    layout: "plot-service-density"
7422 #
7423 ## Plots - NF Density - VSC - MRR IMIX
7424 #- type: "plot"
7425 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7426 #  algorithm: "plot_nf_heatmap"
7427 #  output-file-type: ".html"
7428 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7429 #  data: "plot-vpp-nfv-2n-skx-mrr"
7430 #  filter: "'NIC_Intel-XXV710' and
7431 #           'NF_DENSITY' and
7432 #           'VHOST' and
7433 #           not 'VXLAN' and
7434 #           'CHAIN' and
7435 #           'NF_VPPIP4' and
7436 #           'IMIX' and
7437 #           '2T1C' and
7438 #           'MRR'"
7439 #  parameters:
7440 #  - "result"
7441 #  - "name"
7442 #  - "tags"
7443 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7444 #  x-axis: "X = VNFs per Service Chain"
7445 #  y-axis: "Y = Number of Service Chains"
7446 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7447 #  layout:
7448 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7449 #    layout: "plot-service-density"
7450 #
7451 #- type: "plot"
7452 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7453 #  algorithm: "plot_nf_heatmap"
7454 #  output-file-type: ".html"
7455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7456 #  data: "plot-vpp-nfv-2n-skx-mrr"
7457 #  filter: "'NIC_Intel-XXV710' and
7458 #           'NF_DENSITY' and
7459 #           'VHOST' and
7460 #           not 'VXLAN' and
7461 #           'CHAIN' and
7462 #           'NF_VPPIP4' and
7463 #           'IMIX' and
7464 #           '4T2C' and
7465 #           'MRR'"
7466 #  parameters:
7467 #  - "result"
7468 #  - "name"
7469 #  - "tags"
7470 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7471 #  x-axis: "X = VNFs per Service Chain"
7472 #  y-axis: "Y = Number of Service Chains"
7473 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7474 #  layout:
7475 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7476 #    layout: "plot-service-density"
7477 #
7478 #- type: "plot"
7479 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7480 #  algorithm: "plot_nf_heatmap"
7481 #  output-file-type: ".html"
7482 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7483 #  data: "plot-vpp-nfv-2n-skx-mrr"
7484 #  filter: "'NIC_Intel-XXV710' and
7485 #           'NF_DENSITY' and
7486 #           'VHOST' and
7487 #           not 'VXLAN' and
7488 #           'CHAIN' and
7489 #           'NF_VPPIP4' and
7490 #           'IMIX' and
7491 #           '8T4C' and
7492 #           'MRR'"
7493 #  parameters:
7494 #  - "result"
7495 #  - "name"
7496 #  - "tags"
7497 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7498 #  x-axis: "X = VNFs per Service Chain"
7499 #  y-axis: "Y = Number of Service Chains"
7500 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7501 #  layout:
7502 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7503 #    layout: "plot-service-density"
7504 #
7505 ## Plots - NF Density - VSC - NDR 64b
7506 #- type: "plot"
7507 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7508 #  algorithm: "plot_nf_heatmap"
7509 #  output-file-type: ".html"
7510 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7511 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7512 #  filter: "'NIC_Intel-XXV710' and
7513 #           'NF_DENSITY' and
7514 #           'VHOST' and
7515 #           not 'VXLAN' and
7516 #           'CHAIN' and
7517 #           'NF_VPPIP4' and
7518 #           '64B' and
7519 #           '2T1C' and
7520 #           'NDRPDR'"
7521 #  parameters:
7522 #  - "throughput"
7523 #  - "name"
7524 #  - "tags"
7525 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7526 #  x-axis: "X = VNFs per Service Chain"
7527 #  y-axis: "Y = Number of Service Chains"
7528 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7529 #  layout:
7530 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7531 #    layout: "plot-service-density"
7532 #
7533 #- type: "plot"
7534 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7535 #  algorithm: "plot_nf_heatmap"
7536 #  output-file-type: ".html"
7537 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7538 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7539 #  filter: "'NIC_Intel-XXV710' and
7540 #           'NF_DENSITY' and
7541 #           'VHOST' and
7542 #           not 'VXLAN' and
7543 #           'CHAIN' and
7544 #           'NF_VPPIP4' and
7545 #           '64B' and
7546 #           '4T2C' and
7547 #           'NDRPDR'"
7548 #  parameters:
7549 #  - "throughput"
7550 #  - "name"
7551 #  - "tags"
7552 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7553 #  x-axis: "X = VNFs per Service Chain"
7554 #  y-axis: "Y = Number of Service Chains"
7555 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7556 #  layout:
7557 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7558 #    layout: "plot-service-density"
7559 #
7560 #- type: "plot"
7561 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7562 #  algorithm: "plot_nf_heatmap"
7563 #  output-file-type: ".html"
7564 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7565 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7566 #  filter: "'NIC_Intel-XXV710' and
7567 #           'NF_DENSITY' and
7568 #           'VHOST' and
7569 #           not 'VXLAN' and
7570 #           'CHAIN' and
7571 #           'NF_VPPIP4' and
7572 #           '64B' and
7573 #           '8T4C' and
7574 #           'NDRPDR'"
7575 #  parameters:
7576 #  - "throughput"
7577 #  - "name"
7578 #  - "tags"
7579 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7580 #  x-axis: "X = VNFs per Service Chain"
7581 #  y-axis: "Y = Number of Service Chains"
7582 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7583 #  layout:
7584 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7585 #    layout: "plot-service-density"
7586 #
7587 ## Plots - NF Density - VSC - NDR IMIX
7588 #- type: "plot"
7589 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7590 #  algorithm: "plot_nf_heatmap"
7591 #  output-file-type: ".html"
7592 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7593 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7594 #  filter: "'NIC_Intel-XXV710' and
7595 #           'NF_DENSITY' and
7596 #           'VHOST' and
7597 #           not 'VXLAN' and
7598 #           'CHAIN' and
7599 #           'NF_VPPIP4' and
7600 #           'IMIX' and
7601 #           '2T1C' and
7602 #           'NDRPDR'"
7603 #  parameters:
7604 #  - "throughput"
7605 #  - "name"
7606 #  - "tags"
7607 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7608 #  x-axis: "X = VNFs per Service Chain"
7609 #  y-axis: "Y = Number of Service Chains"
7610 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7611 #  layout:
7612 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7613 #    layout: "plot-service-density"
7614 #
7615 #- type: "plot"
7616 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7617 #  algorithm: "plot_nf_heatmap"
7618 #  output-file-type: ".html"
7619 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7620 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7621 #  filter: "'NIC_Intel-XXV710' and
7622 #           'NF_DENSITY' and
7623 #           'VHOST' and
7624 #           not 'VXLAN' and
7625 #           'CHAIN' and
7626 #           'NF_VPPIP4' and
7627 #           'IMIX' and
7628 #           '4T2C' and
7629 #           'NDRPDR'"
7630 #  parameters:
7631 #  - "throughput"
7632 #  - "name"
7633 #  - "tags"
7634 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7635 #  x-axis: "X = VNFs per Service Chain"
7636 #  y-axis: "Y = Number of Service Chains"
7637 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7638 #  layout:
7639 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7640 #    layout: "plot-service-density"
7641 #
7642 #- type: "plot"
7643 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7644 #  algorithm: "plot_nf_heatmap"
7645 #  output-file-type: ".html"
7646 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7647 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7648 #  filter: "'NIC_Intel-XXV710' and
7649 #           'NF_DENSITY' and
7650 #           'VHOST' and
7651 #           not 'VXLAN' and
7652 #           'CHAIN' and
7653 #           'NF_VPPIP4' and
7654 #           'IMIX' and
7655 #           '8T4C' and
7656 #           'NDRPDR'"
7657 #  parameters:
7658 #  - "throughput"
7659 #  - "name"
7660 #  - "tags"
7661 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7662 #  x-axis: "X = VNFs per Service Chain"
7663 #  y-axis: "Y = Number of Service Chains"
7664 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7665 #  layout:
7666 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7667 #    layout: "plot-service-density"
7668 #
7669 ## Plots - NF Density - VSC - PDR 64b
7670 #- type: "plot"
7671 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7672 #  algorithm: "plot_nf_heatmap"
7673 #  output-file-type: ".html"
7674 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7675 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7676 #  filter: "'NIC_Intel-XXV710' and
7677 #           'NF_DENSITY' and
7678 #           'VHOST' and
7679 #           not 'VXLAN' and
7680 #           'CHAIN' and
7681 #           'NF_VPPIP4' and
7682 #           '64B' and
7683 #           '2T1C' and
7684 #           'NDRPDR'"
7685 #  parameters:
7686 #  - "throughput"
7687 #  - "name"
7688 #  - "tags"
7689 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7690 #  x-axis: "X = VNFs per Service Chain"
7691 #  y-axis: "Y = Number of Service Chains"
7692 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7693 #  layout:
7694 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7695 #    layout: "plot-service-density"
7696 #
7697 #- type: "plot"
7698 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7699 #  algorithm: "plot_nf_heatmap"
7700 #  output-file-type: ".html"
7701 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7702 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7703 #  filter: "'NIC_Intel-XXV710' and
7704 #           'NF_DENSITY' and
7705 #           'VHOST' and
7706 #           not 'VXLAN' and
7707 #           'CHAIN' and
7708 #           'NF_VPPIP4' and
7709 #           '64B' and
7710 #           '4T2C' and
7711 #           'NDRPDR'"
7712 #  parameters:
7713 #  - "throughput"
7714 #  - "name"
7715 #  - "tags"
7716 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7717 #  x-axis: "X = VNFs per Service Chain"
7718 #  y-axis: "Y = Number of Service Chains"
7719 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7720 #  layout:
7721 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7722 #    layout: "plot-service-density"
7723 #
7724 #- type: "plot"
7725 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7726 #  algorithm: "plot_nf_heatmap"
7727 #  output-file-type: ".html"
7728 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7729 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7730 #  filter: "'NIC_Intel-XXV710' and
7731 #           'NF_DENSITY' and
7732 #           'VHOST' and
7733 #           not 'VXLAN' and
7734 #           'CHAIN' and
7735 #           'NF_VPPIP4' and
7736 #           '64B' and
7737 #           '8T4C' and
7738 #           'NDRPDR'"
7739 #  parameters:
7740 #  - "throughput"
7741 #  - "name"
7742 #  - "tags"
7743 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7744 #  x-axis: "X = VNFs per Service Chain"
7745 #  y-axis: "Y = Number of Service Chains"
7746 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7747 #  layout:
7748 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7749 #    layout: "plot-service-density"
7750 #
7751 ## Plots - NF Density - VSC - PDR IMIX
7752 #- type: "plot"
7753 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7754 #  algorithm: "plot_nf_heatmap"
7755 #  output-file-type: ".html"
7756 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7757 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7758 #  filter: "'NIC_Intel-XXV710' and
7759 #           'NF_DENSITY' and
7760 #           'VHOST' and
7761 #           not 'VXLAN' and
7762 #           'CHAIN' and
7763 #           'NF_VPPIP4' and
7764 #           'IMIX' and
7765 #           '2T1C' and
7766 #           'NDRPDR'"
7767 #  parameters:
7768 #  - "throughput"
7769 #  - "name"
7770 #  - "tags"
7771 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7772 #  x-axis: "X = VNFs per Service Chain"
7773 #  y-axis: "Y = Number of Service Chains"
7774 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7775 #  layout:
7776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7777 #    layout: "plot-service-density"
7778 #
7779 #- type: "plot"
7780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7781 #  algorithm: "plot_nf_heatmap"
7782 #  output-file-type: ".html"
7783 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7784 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7785 #  filter: "'NIC_Intel-XXV710' and
7786 #           'NF_DENSITY' and
7787 #           'VHOST' and
7788 #           not 'VXLAN' and
7789 #           'CHAIN' and
7790 #           'NF_VPPIP4' and
7791 #           'IMIX' and
7792 #           '4T2C' and
7793 #           'NDRPDR'"
7794 #  parameters:
7795 #  - "throughput"
7796 #  - "name"
7797 #  - "tags"
7798 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7799 #  x-axis: "X = VNFs per Service Chain"
7800 #  y-axis: "Y = Number of Service Chains"
7801 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7802 #  layout:
7803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7804 #    layout: "plot-service-density"
7805 #
7806 #- type: "plot"
7807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7808 #  algorithm: "plot_nf_heatmap"
7809 #  output-file-type: ".html"
7810 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7811 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7812 #  filter: "'NIC_Intel-XXV710' and
7813 #           'NF_DENSITY' and
7814 #           'VHOST' and
7815 #           not 'VXLAN' and
7816 #           'CHAIN' and
7817 #           'NF_VPPIP4' and
7818 #           'IMIX' and
7819 #           '8T4C' and
7820 #           'NDRPDR'"
7821 #  parameters:
7822 #  - "throughput"
7823 #  - "name"
7824 #  - "tags"
7825 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7826 #  x-axis: "X = VNFs per Service Chain"
7827 #  y-axis: "Y = Number of Service Chains"
7828 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7829 #  layout:
7830 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7831 #    layout: "plot-service-density"
7832 #
7833 ################################################################################
7834 ## Plots - NF Density - VSC - MRR 64b
7835 #- type: "plot"
7836 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7837 #  algorithm: "plot_nf_heatmap"
7838 #  output-file-type: ".html"
7839 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7840 #  data: "plot-vpp-nfv-2n-skx-mrr"
7841 #  filter: "'NIC_Intel-XXV710' and
7842 #           'NF_DENSITY' and
7843 #           'VHOST' and
7844 #           'VXLAN' and
7845 #           'CHAIN' and
7846 #           '118' and
7847 #           '2T1C' and
7848 #           'MRR'"
7849 #  parameters:
7850 #  - "result"
7851 #  - "name"
7852 #  - "tags"
7853 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7854 #  x-axis: "X = VNFs per Service Chain"
7855 #  y-axis: "Y = Number of Service Chains"
7856 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7857 #  layout:
7858 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7859 #    layout: "plot-service-density"
7860 #
7861 #- type: "plot"
7862 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7863 #  algorithm: "plot_nf_heatmap"
7864 #  output-file-type: ".html"
7865 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7866 #  data: "plot-vpp-nfv-2n-skx-mrr"
7867 #  filter: "'NIC_Intel-XXV710' and
7868 #           'NF_DENSITY' and
7869 #           'VHOST' and
7870 #           'VXLAN' and
7871 #           'CHAIN' and
7872 #           '118' and
7873 #           '4T2C' and
7874 #           'MRR'"
7875 #  parameters:
7876 #  - "result"
7877 #  - "name"
7878 #  - "tags"
7879 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7880 #  x-axis: "X = VNFs per Service Chain"
7881 #  y-axis: "Y = Number of Service Chains"
7882 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7883 #  layout:
7884 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7885 #    layout: "plot-service-density"
7886 #
7887 #- type: "plot"
7888 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7889 #  algorithm: "plot_nf_heatmap"
7890 #  output-file-type: ".html"
7891 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7892 #  data: "plot-vpp-nfv-2n-skx-mrr"
7893 #  filter: "'NIC_Intel-XXV710' and
7894 #           'NF_DENSITY' and
7895 #           'VHOST' and
7896 #           'VXLAN' and
7897 #           'CHAIN' and
7898 #           '118' and
7899 #           '8T4C' and
7900 #           'MRR'"
7901 #  parameters:
7902 #  - "result"
7903 #  - "name"
7904 #  - "tags"
7905 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7906 #  x-axis: "X = VNFs per Service Chain"
7907 #  y-axis: "Y = Number of Service Chains"
7908 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7909 #  layout:
7910 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7911 #    layout: "plot-service-density"
7912 #
7913 ## Plots - NF Density - VSC - MRR IMIX
7914 #- type: "plot"
7915 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7916 #  algorithm: "plot_nf_heatmap"
7917 #  output-file-type: ".html"
7918 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7919 #  data: "plot-vpp-nfv-2n-skx-mrr"
7920 #  filter: "'NIC_Intel-XXV710' and
7921 #           'NF_DENSITY' and
7922 #           'VHOST' and
7923 #           'VXLAN' and
7924 #           'CHAIN' and
7925 #           'IMIX' and
7926 #           '2T1C' and
7927 #           'MRR'"
7928 #  parameters:
7929 #  - "result"
7930 #  - "name"
7931 #  - "tags"
7932 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7933 #  x-axis: "X = VNFs per Service Chain"
7934 #  y-axis: "Y = Number of Service Chains"
7935 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7936 #  layout:
7937 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7938 #    layout: "plot-service-density"
7939 #
7940 #- type: "plot"
7941 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7942 #  algorithm: "plot_nf_heatmap"
7943 #  output-file-type: ".html"
7944 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7945 #  data: "plot-vpp-nfv-2n-skx-mrr"
7946 #  filter: "'NIC_Intel-XXV710' and
7947 #           'NF_DENSITY' and
7948 #           'VHOST' and
7949 #           'VXLAN' and
7950 #           'CHAIN' and
7951 #           'IMIX' and
7952 #           '4T2C' and
7953 #           'MRR'"
7954 #  parameters:
7955 #  - "result"
7956 #  - "name"
7957 #  - "tags"
7958 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7959 #  x-axis: "X = VNFs per Service Chain"
7960 #  y-axis: "Y = Number of Service Chains"
7961 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7962 #  layout:
7963 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7964 #    layout: "plot-service-density"
7965 #
7966 #- type: "plot"
7967 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7968 #  algorithm: "plot_nf_heatmap"
7969 #  output-file-type: ".html"
7970 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7971 #  data: "plot-vpp-nfv-2n-skx-mrr"
7972 #  filter: "'NIC_Intel-XXV710' and
7973 #           'NF_DENSITY' and
7974 #           'VHOST' and
7975 #           'VXLAN' and
7976 #           'CHAIN' and
7977 #           'IMIX' and
7978 #           '8T4C' and
7979 #           'MRR'"
7980 #  parameters:
7981 #  - "result"
7982 #  - "name"
7983 #  - "tags"
7984 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7985 #  x-axis: "X = VNFs per Service Chain"
7986 #  y-axis: "Y = Number of Service Chains"
7987 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7988 #  layout:
7989 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7990 #    layout: "plot-service-density"
7991 #
7992 ## Plots - NF Density - VSC - NDR 64b
7993 #- type: "plot"
7994 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7995 #  algorithm: "plot_nf_heatmap"
7996 #  output-file-type: ".html"
7997 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7998 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7999 #  filter: "'NIC_Intel-XXV710' and
8000 #           'NF_DENSITY' and
8001 #           'VHOST' and
8002 #           'VXLAN' and
8003 #           'CHAIN' and
8004 #           '118' and
8005 #           '2T1C' and
8006 #           'NDRPDR'"
8007 #  parameters:
8008 #  - "throughput"
8009 #  - "name"
8010 #  - "tags"
8011 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8012 #  x-axis: "X = VNFs per Service Chain"
8013 #  y-axis: "Y = Number of Service Chains"
8014 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8015 #  layout:
8016 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8017 #    layout: "plot-service-density"
8018 #
8019 #- type: "plot"
8020 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8021 #  algorithm: "plot_nf_heatmap"
8022 #  output-file-type: ".html"
8023 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
8024 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8025 #  filter: "'NIC_Intel-XXV710' and
8026 #           'NF_DENSITY' and
8027 #           'VHOST' and
8028 #           'VXLAN' and
8029 #           'CHAIN' and
8030 #           '118' and
8031 #           '4T2C' and
8032 #           'NDRPDR'"
8033 #  parameters:
8034 #  - "throughput"
8035 #  - "name"
8036 #  - "tags"
8037 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8038 #  x-axis: "X = VNFs per Service Chain"
8039 #  y-axis: "Y = Number of Service Chains"
8040 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8041 #  layout:
8042 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8043 #    layout: "plot-service-density"
8044 #
8045 #- type: "plot"
8046 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8047 #  algorithm: "plot_nf_heatmap"
8048 #  output-file-type: ".html"
8049 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
8050 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8051 #  filter: "'NIC_Intel-XXV710' and
8052 #           'NF_DENSITY' and
8053 #           'VHOST' and
8054 #           'VXLAN' and
8055 #           'CHAIN' and
8056 #           '118' and
8057 #           '8T4C' and
8058 #           'NDRPDR'"
8059 #  parameters:
8060 #  - "throughput"
8061 #  - "name"
8062 #  - "tags"
8063 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8064 #  x-axis: "X = VNFs per Service Chain"
8065 #  y-axis: "Y = Number of Service Chains"
8066 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8067 #  layout:
8068 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8069 #    layout: "plot-service-density"
8070 #
8071 ## Plots - NF Density - VSC - NDR IMIX
8072 #- type: "plot"
8073 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8074 #  algorithm: "plot_nf_heatmap"
8075 #  output-file-type: ".html"
8076 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8077 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8078 #  filter: "'NIC_Intel-XXV710' and
8079 #           'NF_DENSITY' and
8080 #           'VHOST' and
8081 #           'VXLAN' and
8082 #           'CHAIN' and
8083 #           'IMIX' and
8084 #           '2T1C' and
8085 #           'NDRPDR'"
8086 #  parameters:
8087 #  - "throughput"
8088 #  - "name"
8089 #  - "tags"
8090 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8091 #  x-axis: "X = VNFs per Service Chain"
8092 #  y-axis: "Y = Number of Service Chains"
8093 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8094 #  layout:
8095 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8096 #    layout: "plot-service-density"
8097 #
8098 #- type: "plot"
8099 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8100 #  algorithm: "plot_nf_heatmap"
8101 #  output-file-type: ".html"
8102 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8103 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8104 #  filter: "'NIC_Intel-XXV710' and
8105 #           'NF_DENSITY' and
8106 #           'VHOST' and
8107 #           'VXLAN' and
8108 #           'CHAIN' and
8109 #           'IMIX' and
8110 #           '4T2C' and
8111 #           'NDRPDR'"
8112 #  parameters:
8113 #  - "throughput"
8114 #  - "name"
8115 #  - "tags"
8116 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8117 #  x-axis: "X = VNFs per Service Chain"
8118 #  y-axis: "Y = Number of Service Chains"
8119 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8120 #  layout:
8121 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8122 #    layout: "plot-service-density"
8123 #
8124 #- type: "plot"
8125 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8126 #  algorithm: "plot_nf_heatmap"
8127 #  output-file-type: ".html"
8128 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8129 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8130 #  filter: "'NIC_Intel-XXV710' and
8131 #           'NF_DENSITY' and
8132 #           'VHOST' and
8133 #           'VXLAN' and
8134 #           'CHAIN' and
8135 #           'IMIX' and
8136 #           '8T4C' and
8137 #           'NDRPDR'"
8138 #  parameters:
8139 #  - "throughput"
8140 #  - "name"
8141 #  - "tags"
8142 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8143 #  x-axis: "X = VNFs per Service Chain"
8144 #  y-axis: "Y = Number of Service Chains"
8145 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8146 #  layout:
8147 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8148 #    layout: "plot-service-density"
8149 #
8150 ## Plots - NF Density - VSC - PDR 64b
8151 #- type: "plot"
8152 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8153 #  algorithm: "plot_nf_heatmap"
8154 #  output-file-type: ".html"
8155 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
8156 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8157 #  filter: "'NIC_Intel-XXV710' and
8158 #           'NF_DENSITY' and
8159 #           'VHOST' and
8160 #           'VXLAN' and
8161 #           'CHAIN' and
8162 #           '118' and
8163 #           '2T1C' and
8164 #           'NDRPDR'"
8165 #  parameters:
8166 #  - "throughput"
8167 #  - "name"
8168 #  - "tags"
8169 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8170 #  x-axis: "X = VNFs per Service Chain"
8171 #  y-axis: "Y = Number of Service Chains"
8172 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8173 #  layout:
8174 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8175 #    layout: "plot-service-density"
8176 #
8177 #- type: "plot"
8178 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8179 #  algorithm: "plot_nf_heatmap"
8180 #  output-file-type: ".html"
8181 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
8182 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8183 #  filter: "'NIC_Intel-XXV710' and
8184 #           'NF_DENSITY' and
8185 #           'VHOST' and
8186 #           'VXLAN' and
8187 #           'CHAIN' and
8188 #           '118' and
8189 #           '4T2C' and
8190 #           'NDRPDR'"
8191 #  parameters:
8192 #  - "throughput"
8193 #  - "name"
8194 #  - "tags"
8195 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8196 #  x-axis: "X = VNFs per Service Chain"
8197 #  y-axis: "Y = Number of Service Chains"
8198 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8199 #  layout:
8200 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8201 #    layout: "plot-service-density"
8202 #
8203 #- type: "plot"
8204 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8205 #  algorithm: "plot_nf_heatmap"
8206 #  output-file-type: ".html"
8207 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
8208 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8209 #  filter: "'NIC_Intel-XXV710' and
8210 #           'NF_DENSITY' and
8211 #           'VHOST' and
8212 #           'VXLAN' and
8213 #           'CHAIN' and
8214 #           '118' and
8215 #           '8T4C' and
8216 #           'NDRPDR'"
8217 #  parameters:
8218 #  - "throughput"
8219 #  - "name"
8220 #  - "tags"
8221 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8222 #  x-axis: "X = VNFs per Service Chain"
8223 #  y-axis: "Y = Number of Service Chains"
8224 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8225 #  layout:
8226 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8227 #    layout: "plot-service-density"
8228 #
8229 ## Plots - NF Density - VSC - PDR IMIX
8230 #- type: "plot"
8231 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8232 #  algorithm: "plot_nf_heatmap"
8233 #  output-file-type: ".html"
8234 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8235 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8236 #  filter: "'NIC_Intel-XXV710' and
8237 #           'NF_DENSITY' and
8238 #           'VHOST' and
8239 #           'VXLAN' and
8240 #           'CHAIN' and
8241 #           'IMIX' and
8242 #           '2T1C' and
8243 #           'NDRPDR'"
8244 #  parameters:
8245 #  - "throughput"
8246 #  - "name"
8247 #  - "tags"
8248 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8249 #  x-axis: "X = VNFs per Service Chain"
8250 #  y-axis: "Y = Number of Service Chains"
8251 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8252 #  layout:
8253 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8254 #    layout: "plot-service-density"
8255 #
8256 #- type: "plot"
8257 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8258 #  algorithm: "plot_nf_heatmap"
8259 #  output-file-type: ".html"
8260 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8261 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8262 #  filter: "'NIC_Intel-XXV710' and
8263 #           'NF_DENSITY' and
8264 #           'VHOST' and
8265 #           'VXLAN' and
8266 #           'CHAIN' and
8267 #           'IMIX' and
8268 #           '4T2C' and
8269 #           'NDRPDR'"
8270 #  parameters:
8271 #  - "throughput"
8272 #  - "name"
8273 #  - "tags"
8274 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8275 #  x-axis: "X = VNFs per Service Chain"
8276 #  y-axis: "Y = Number of Service Chains"
8277 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8278 #  layout:
8279 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8280 #    layout: "plot-service-density"
8281 #
8282 #- type: "plot"
8283 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8284 #  algorithm: "plot_nf_heatmap"
8285 #  output-file-type: ".html"
8286 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8287 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8288 #  filter: "'NIC_Intel-XXV710' and
8289 #           'NF_DENSITY' and
8290 #           'VHOST' and
8291 #           'VXLAN' and
8292 #           'CHAIN' and
8293 #           'IMIX' and
8294 #           '8T4C' and
8295 #           'NDRPDR'"
8296 #  parameters:
8297 #  - "throughput"
8298 #  - "name"
8299 #  - "tags"
8300 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8301 #  x-axis: "X = VNFs per Service Chain"
8302 #  y-axis: "Y = Number of Service Chains"
8303 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8304 #  layout:
8305 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8306 #    layout: "plot-service-density"
8307 #
8308 ################################################################################
8309 ## Plots - NF Density - CSC - MRR 64b
8310 #- type: "plot"
8311 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8312 #  algorithm: "plot_nf_heatmap"
8313 #  output-file-type: ".html"
8314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
8315 #  data: "plot-vpp-nfv-2n-skx-mrr"
8316 #  filter: "'NIC_Intel-XXV710' and
8317 #           'NF_DENSITY' and
8318 #           'DOCKER' and
8319 #           'CHAIN' and
8320 #           'NF_VPPIP4' and
8321 #           '64B' and
8322 #           '2T1C' and
8323 #           'MRR'"
8324 #  parameters:
8325 #  - "result"
8326 #  - "name"
8327 #  - "tags"
8328 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8329 #  x-axis: "X = CNFs per Service Chain"
8330 #  y-axis: "Y = Number of Service Chains"
8331 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8332 #  layout:
8333 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8334 #    layout: "plot-service-density"
8335 #
8336 #- type: "plot"
8337 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8338 #  algorithm: "plot_nf_heatmap"
8339 #  output-file-type: ".html"
8340 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
8341 #  data: "plot-vpp-nfv-2n-skx-mrr"
8342 #  filter: "'NIC_Intel-XXV710' and
8343 #           'NF_DENSITY' and
8344 #           'DOCKER' and
8345 #           'CHAIN' and
8346 #           'NF_VPPIP4' and
8347 #           '64B' and
8348 #           '4T2C' and
8349 #           'MRR'"
8350 #  parameters:
8351 #  - "result"
8352 #  - "name"
8353 #  - "tags"
8354 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8355 #  x-axis: "X = CNFs per Service Chain"
8356 #  y-axis: "Y = Number of Service Chains"
8357 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8358 #  layout:
8359 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8360 #    layout: "plot-service-density"
8361 #
8362 #- type: "plot"
8363 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8364 #  algorithm: "plot_nf_heatmap"
8365 #  output-file-type: ".html"
8366 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
8367 #  data: "plot-vpp-nfv-2n-skx-mrr"
8368 #  filter: "'NIC_Intel-XXV710' and
8369 #           'NF_DENSITY' and
8370 #           'DOCKER' and
8371 #           'CHAIN' and
8372 #           'NF_VPPIP4' and
8373 #           '64B' and
8374 #           '8T4C' and
8375 #           'MRR'"
8376 #  parameters:
8377 #  - "result"
8378 #  - "name"
8379 #  - "tags"
8380 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8381 #  x-axis: "X = CNFs per Service Chain"
8382 #  y-axis: "Y = Number of Service Chains"
8383 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8384 #  layout:
8385 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8386 #    layout: "plot-service-density"
8387 #
8388 ## Plots - NF Density - CSC - MRR IMIX
8389 #- type: "plot"
8390 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8391 #  algorithm: "plot_nf_heatmap"
8392 #  output-file-type: ".html"
8393 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8394 #  data: "plot-vpp-nfv-2n-skx-mrr"
8395 #  filter: "'NIC_Intel-XXV710' and
8396 #           'NF_DENSITY' and
8397 #           'DOCKER' and
8398 #           'CHAIN' and
8399 #           'NF_VPPIP4' and
8400 #           'IMIX' and
8401 #           '2T1C' and
8402 #           'MRR'"
8403 #  parameters:
8404 #  - "result"
8405 #  - "name"
8406 #  - "tags"
8407 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8408 #  x-axis: "X = CNFs per Service Chain"
8409 #  y-axis: "Y = Number of Service Chains"
8410 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8411 #  layout:
8412 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8413 #    layout: "plot-service-density"
8414 #
8415 #- type: "plot"
8416 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8417 #  algorithm: "plot_nf_heatmap"
8418 #  output-file-type: ".html"
8419 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8420 #  data: "plot-vpp-nfv-2n-skx-mrr"
8421 #  filter: "'NIC_Intel-XXV710' and
8422 #           'NF_DENSITY' and
8423 #           'DOCKER' and
8424 #           'CHAIN' and
8425 #           'NF_VPPIP4' and
8426 #           'IMIX' and
8427 #           '4T2C' and
8428 #           'MRR'"
8429 #  parameters:
8430 #  - "result"
8431 #  - "name"
8432 #  - "tags"
8433 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8434 #  x-axis: "X = CNFs per Service Chain"
8435 #  y-axis: "Y = Number of Service Chains"
8436 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8437 #  layout:
8438 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8439 #    layout: "plot-service-density"
8440 #
8441 #- type: "plot"
8442 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8443 #  algorithm: "plot_nf_heatmap"
8444 #  output-file-type: ".html"
8445 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8446 #  data: "plot-vpp-nfv-2n-skx-mrr"
8447 #  filter: "'NIC_Intel-XXV710' and
8448 #           'NF_DENSITY' and
8449 #           'DOCKER' and
8450 #           'CHAIN' and
8451 #           'NF_VPPIP4' and
8452 #           'IMIX' and
8453 #           '8T4C' and
8454 #           'MRR'"
8455 #  parameters:
8456 #  - "result"
8457 #  - "name"
8458 #  - "tags"
8459 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8460 #  x-axis: "X = CNFs per Service Chain"
8461 #  y-axis: "Y = Number of Service Chains"
8462 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8463 #  layout:
8464 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8465 #    layout: "plot-service-density"
8466 #
8467 ## Plots - NF Density - CSC - NDR 64b
8468 #- type: "plot"
8469 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8470 #  algorithm: "plot_nf_heatmap"
8471 #  output-file-type: ".html"
8472 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8473 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8474 #  filter: "'NIC_Intel-XXV710' and
8475 #           'NF_DENSITY' and
8476 #           'DOCKER' and
8477 #           'CHAIN' and
8478 #           'NF_VPPIP4' and
8479 #           '64B' and
8480 #           '2T1C' and
8481 #           'NDRPDR'"
8482 #  parameters:
8483 #  - "throughput"
8484 #  - "name"
8485 #  - "tags"
8486 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8487 #  x-axis: "X = CNFs per Service Chain"
8488 #  y-axis: "Y = Number of Service Chains"
8489 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8490 #  layout:
8491 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8492 #    layout: "plot-service-density"
8493 #
8494 #- type: "plot"
8495 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8496 #  algorithm: "plot_nf_heatmap"
8497 #  output-file-type: ".html"
8498 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8499 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8500 #  filter: "'NIC_Intel-XXV710' and
8501 #           'NF_DENSITY' and
8502 #           'DOCKER' and
8503 #           'CHAIN' and
8504 #           'NF_VPPIP4' and
8505 #           '64B' and
8506 #           '4T2C' and
8507 #           'NDRPDR'"
8508 #  parameters:
8509 #  - "throughput"
8510 #  - "name"
8511 #  - "tags"
8512 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8513 #  x-axis: "X = CNFs per Service Chain"
8514 #  y-axis: "Y = Number of Service Chains"
8515 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8516 #  layout:
8517 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8518 #    layout: "plot-service-density"
8519 #
8520 #- type: "plot"
8521 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8522 #  algorithm: "plot_nf_heatmap"
8523 #  output-file-type: ".html"
8524 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8525 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8526 #  filter: "'NIC_Intel-XXV710' and
8527 #           'NF_DENSITY' and
8528 #           'DOCKER' and
8529 #           'CHAIN' and
8530 #           'NF_VPPIP4' and
8531 #           '64B' and
8532 #           '8T4C' and
8533 #           'NDRPDR'"
8534 #  parameters:
8535 #  - "throughput"
8536 #  - "name"
8537 #  - "tags"
8538 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8539 #  x-axis: "X = CNFs per Service Chain"
8540 #  y-axis: "Y = Number of Service Chains"
8541 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8542 #  layout:
8543 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8544 #    layout: "plot-service-density"
8545 #
8546 ## Plots - NF Density - CSC - NDR IMIX
8547 #- type: "plot"
8548 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8549 #  algorithm: "plot_nf_heatmap"
8550 #  output-file-type: ".html"
8551 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8552 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8553 #  filter: "'NIC_Intel-XXV710' and
8554 #           'NF_DENSITY' and
8555 #           'DOCKER' and
8556 #           'CHAIN' and
8557 #           'NF_VPPIP4' and
8558 #           'IMIX' and
8559 #           '2T1C' and
8560 #           'NDRPDR'"
8561 #  parameters:
8562 #  - "throughput"
8563 #  - "name"
8564 #  - "tags"
8565 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8566 #  x-axis: "X = CNFs per Service Chain"
8567 #  y-axis: "Y = Number of Service Chains"
8568 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8569 #  layout:
8570 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8571 #    layout: "plot-service-density"
8572 #
8573 #- type: "plot"
8574 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8575 #  algorithm: "plot_nf_heatmap"
8576 #  output-file-type: ".html"
8577 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8578 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8579 #  filter: "'NIC_Intel-XXV710' and
8580 #           'NF_DENSITY' and
8581 #           'DOCKER' and
8582 #           'CHAIN' and
8583 #           'NF_VPPIP4' and
8584 #           'IMIX' and
8585 #           '4T2C' and
8586 #           'NDRPDR'"
8587 #  parameters:
8588 #  - "throughput"
8589 #  - "name"
8590 #  - "tags"
8591 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8592 #  x-axis: "X = CNFs per Service Chain"
8593 #  y-axis: "Y = Number of Service Chains"
8594 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8595 #  layout:
8596 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8597 #    layout: "plot-service-density"
8598 #
8599 #- type: "plot"
8600 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8601 #  algorithm: "plot_nf_heatmap"
8602 #  output-file-type: ".html"
8603 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8604 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8605 #  filter: "'NIC_Intel-XXV710' and
8606 #           'NF_DENSITY' and
8607 #           'DOCKER' and
8608 #           'CHAIN' and
8609 #           'NF_VPPIP4' and
8610 #           'IMIX' and
8611 #           '8T4C' and
8612 #           'NDRPDR'"
8613 #  parameters:
8614 #  - "throughput"
8615 #  - "name"
8616 #  - "tags"
8617 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8618 #  x-axis: "X = CNFs per Service Chain"
8619 #  y-axis: "Y = Number of Service Chains"
8620 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8621 #  layout:
8622 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8623 #    layout: "plot-service-density"
8624 #
8625 ## Plots - NF Density - CSC - PDR 64b
8626 #- type: "plot"
8627 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8628 #  algorithm: "plot_nf_heatmap"
8629 #  output-file-type: ".html"
8630 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8631 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8632 #  filter: "'NIC_Intel-XXV710' and
8633 #           'NF_DENSITY' and
8634 #           'DOCKER' and
8635 #           'CHAIN' and
8636 #           'NF_VPPIP4' and
8637 #           '64B' and
8638 #           '2T1C' and
8639 #           'NDRPDR'"
8640 #  parameters:
8641 #  - "throughput"
8642 #  - "name"
8643 #  - "tags"
8644 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8645 #  x-axis: "X = CNFs per Service Chain"
8646 #  y-axis: "Y = Number of Service Chains"
8647 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8648 #  layout:
8649 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8650 #    layout: "plot-service-density"
8651 #
8652 #- type: "plot"
8653 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8654 #  algorithm: "plot_nf_heatmap"
8655 #  output-file-type: ".html"
8656 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8657 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8658 #  filter: "'NIC_Intel-XXV710' and
8659 #           'NF_DENSITY' and
8660 #           'DOCKER' and
8661 #           'CHAIN' and
8662 #           'NF_VPPIP4' and
8663 #           '64B' and
8664 #           '4T2C' and
8665 #           'NDRPDR'"
8666 #  parameters:
8667 #  - "throughput"
8668 #  - "name"
8669 #  - "tags"
8670 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8671 #  x-axis: "X = CNFs per Service Chain"
8672 #  y-axis: "Y = Number of Service Chains"
8673 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8674 #  layout:
8675 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8676 #    layout: "plot-service-density"
8677 #
8678 #- type: "plot"
8679 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8680 #  algorithm: "plot_nf_heatmap"
8681 #  output-file-type: ".html"
8682 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8683 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8684 #  filter: "'NIC_Intel-XXV710' and
8685 #           'NF_DENSITY' and
8686 #           'DOCKER' and
8687 #           'CHAIN' and
8688 #           'NF_VPPIP4' and
8689 #           '64B' and
8690 #           '8T4C' and
8691 #           'NDRPDR'"
8692 #  parameters:
8693 #  - "throughput"
8694 #  - "name"
8695 #  - "tags"
8696 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8697 #  x-axis: "X = CNFs per Service Chain"
8698 #  y-axis: "Y = Number of Service Chains"
8699 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8700 #  layout:
8701 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8702 #    layout: "plot-service-density"
8703 #
8704 ## Plots - NF Density - CSC - PDR IMIX
8705 #- type: "plot"
8706 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8707 #  algorithm: "plot_nf_heatmap"
8708 #  output-file-type: ".html"
8709 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8710 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8711 #  filter: "'NIC_Intel-XXV710' and
8712 #           'NF_DENSITY' and
8713 #           'DOCKER' and
8714 #           'CHAIN' and
8715 #           'NF_VPPIP4' and
8716 #           'IMIX' and
8717 #           '2T1C' and
8718 #           'NDRPDR'"
8719 #  parameters:
8720 #  - "throughput"
8721 #  - "name"
8722 #  - "tags"
8723 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8724 #  x-axis: "X = CNFs per Service Chain"
8725 #  y-axis: "Y = Number of Service Chains"
8726 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8727 #  layout:
8728 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8729 #    layout: "plot-service-density"
8730 #
8731 #- type: "plot"
8732 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8733 #  algorithm: "plot_nf_heatmap"
8734 #  output-file-type: ".html"
8735 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8736 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8737 #  filter: "'NIC_Intel-XXV710' and
8738 #           'NF_DENSITY' and
8739 #           'DOCKER' and
8740 #           'CHAIN' and
8741 #           'NF_VPPIP4' and
8742 #           'IMIX' and
8743 #           '4T2C' and
8744 #           'NDRPDR'"
8745 #  parameters:
8746 #  - "throughput"
8747 #  - "name"
8748 #  - "tags"
8749 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8750 #  x-axis: "X = CNFs per Service Chain"
8751 #  y-axis: "Y = Number of Service Chains"
8752 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8753 #  layout:
8754 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8755 #    layout: "plot-service-density"
8756 #
8757 #- type: "plot"
8758 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8759 #  algorithm: "plot_nf_heatmap"
8760 #  output-file-type: ".html"
8761 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8762 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8763 #  filter: "'NIC_Intel-XXV710' and
8764 #           'NF_DENSITY' and
8765 #           'DOCKER' and
8766 #           'CHAIN' and
8767 #           'NF_VPPIP4' and
8768 #           'IMIX' and
8769 #           '8T4C' and
8770 #           'NDRPDR'"
8771 #  parameters:
8772 #  - "throughput"
8773 #  - "name"
8774 #  - "tags"
8775 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8776 #  x-axis: "X = CNFs per Service Chain"
8777 #  y-axis: "Y = Number of Service Chains"
8778 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8779 #  layout:
8780 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8781 #    layout: "plot-service-density"
8782 #
8783 ################################################################################
8784 #
8785 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8786 #- type: "plot"
8787 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8788 #  algorithm: "plot_nf_heatmap"
8789 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8790 #  data: "plot-vpp-nfv-3n-skx-mrr"
8791 #  filter: "'NIC_Intel-XXV710' and
8792 #           'NF_DENSITY' and
8793 #           'DOCKER' and
8794 #           'CHAIN' and
8795 #           'NF_VPPIP4' and
8796 #           'IPSEC' and
8797 #           'TNL_4' and
8798 #           'IMIX' and
8799 #           '2T1C' and
8800 #           'MRR'"
8801 #  parameters:
8802 #  - "result"
8803 #  - "name"
8804 #  - "tags"
8805 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8806 #  x-axis: "X = CNFs per Service Chain"
8807 #  y-axis: "Y = Number of Service Chains"
8808 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8809 #  layout:
8810 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8811 #    layout: "plot-service-density"
8812 #
8813 #- type: "plot"
8814 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8815 #  algorithm: "plot_nf_heatmap"
8816 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8817 #  data: "plot-vpp-nfv-3n-skx-mrr"
8818 #  filter: "'NIC_Intel-XXV710' and
8819 #           'NF_DENSITY' and
8820 #           'DOCKER' and
8821 #           'CHAIN' and
8822 #           'NF_VPPIP4' and
8823 #           'IPSEC' and
8824 #           'TNL_4' and
8825 #           'IMIX' and
8826 #           '4T2C' and
8827 #           'MRR'"
8828 #  parameters:
8829 #  - "result"
8830 #  - "name"
8831 #  - "tags"
8832 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8833 #  x-axis: "X = CNFs per Service Chain"
8834 #  y-axis: "Y = Number of Service Chains"
8835 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8836 #  layout:
8837 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8838 #    layout: "plot-service-density"
8839 #
8840 #- type: "plot"
8841 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8842 #  algorithm: "plot_nf_heatmap"
8843 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8844 #  data: "plot-vpp-nfv-3n-skx-mrr"
8845 #  filter: "'NIC_Intel-XXV710' and
8846 #           'NF_DENSITY' and
8847 #           'DOCKER' and
8848 #           'CHAIN' and
8849 #           'NF_VPPIP4' and
8850 #           'IPSEC' and
8851 #           'TNL_4' and
8852 #           'IMIX' and
8853 #           '8T4C' and
8854 #           'MRR'"
8855 #  parameters:
8856 #  - "result"
8857 #  - "name"
8858 #  - "tags"
8859 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8860 #  x-axis: "X = CNFs per Service Chain"
8861 #  y-axis: "Y = Number of Service Chains"
8862 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8863 #  layout:
8864 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8865 #    layout: "plot-service-density"
8866
8867 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8868 - type: "plot"
8869   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8870   algorithm: "plot_nf_heatmap"
8871   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8872   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8873   filter: "'NIC_Intel-XXV710' and
8874            'NF_DENSITY' and
8875            'DOCKER' and
8876            'CHAIN' and
8877            'NF_VPPIP4' and
8878            'IPSEC' and
8879            'TNL_4' and
8880            'IMIX' and
8881            '2T1C' and
8882            'NDRPDR'"
8883   parameters:
8884   - "throughput"
8885   - "name"
8886   - "tags"
8887   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8888   x-axis: "X = CNFs per Service Chain"
8889   y-axis: "Y = Number of Service Chains"
8890   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8891   layout:
8892     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8893     layout: "plot-service-density"
8894
8895 - type: "plot"
8896   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8897   algorithm: "plot_nf_heatmap"
8898   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8899   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8900   filter: "'NIC_Intel-XXV710' and
8901            'NF_DENSITY' and
8902            'DOCKER' and
8903            'CHAIN' and
8904            'NF_VPPIP4' and
8905            'IPSEC' and
8906            'TNL_4' and
8907            'IMIX' and
8908            '4T2C' and
8909            'NDRPDR'"
8910   parameters:
8911   - "throughput"
8912   - "name"
8913   - "tags"
8914   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8915   x-axis: "X = CNFs per Service Chain"
8916   y-axis: "Y = Number of Service Chains"
8917   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8918   layout:
8919     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8920     layout: "plot-service-density"
8921
8922 - type: "plot"
8923   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8924   algorithm: "plot_nf_heatmap"
8925   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8926   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8927   filter: "'NIC_Intel-XXV710' and
8928            'NF_DENSITY' and
8929            'DOCKER' and
8930            'CHAIN' and
8931            'NF_VPPIP4' and
8932            'IPSEC' and
8933            'TNL_4' and
8934            'IMIX' and
8935            '8T4C' and
8936            'NDRPDR'"
8937   parameters:
8938   - "throughput"
8939   - "name"
8940   - "tags"
8941   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8942   x-axis: "X = CNFs per Service Chain"
8943   y-axis: "Y = Number of Service Chains"
8944   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8945   layout:
8946     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8947     layout: "plot-service-density"
8948
8949 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8950 - type: "plot"
8951   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8952   algorithm: "plot_nf_heatmap"
8953   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8954   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8955   filter: "'NIC_Intel-XXV710' and
8956            'NF_DENSITY' and
8957            'DOCKER' and
8958            'CHAIN' and
8959            'NF_VPPIP4' and
8960            'IPSEC' and
8961            'TNL_4' and
8962            'IMIX' and
8963            '2T1C' and
8964            'NDRPDR'"
8965   parameters:
8966   - "throughput"
8967   - "name"
8968   - "tags"
8969   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8970   x-axis: "X = CNFs per Service Chain"
8971   y-axis: "Y = Number of Service Chains"
8972   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8973   layout:
8974     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8975     layout: "plot-service-density"
8976
8977 - type: "plot"
8978   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8979   algorithm: "plot_nf_heatmap"
8980   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8981   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8982   filter: "'NIC_Intel-XXV710' and
8983            'NF_DENSITY' and
8984            'DOCKER' and
8985            'CHAIN' and
8986            'NF_VPPIP4' and
8987            'IPSEC' and
8988            'TNL_4' and
8989            'IMIX' and
8990            '4T2C' and
8991            'NDRPDR'"
8992   parameters:
8993   - "throughput"
8994   - "name"
8995   - "tags"
8996   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8997   x-axis: "X = CNFs per Service Chain"
8998   y-axis: "Y = Number of Service Chains"
8999   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9000   layout:
9001     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9002     layout: "plot-service-density"
9003
9004 - type: "plot"
9005   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9006   algorithm: "plot_nf_heatmap"
9007   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9008   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9009   filter: "'NIC_Intel-XXV710' and
9010            'NF_DENSITY' and
9011            'DOCKER' and
9012            'CHAIN' and
9013            'NF_VPPIP4' and
9014            'IPSEC' and
9015            'TNL_4' and
9016            'IMIX' and
9017            '8T4C' and
9018            'NDRPDR'"
9019   parameters:
9020   - "throughput"
9021   - "name"
9022   - "tags"
9023   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9024   x-axis: "X = CNFs per Service Chain"
9025   y-axis: "Y = Number of Service Chains"
9026   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9027   layout:
9028     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9029     layout: "plot-service-density"
9030
9031 ###############################################################################
9032
9033 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9034 - type: "plot"
9035   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9036   algorithm: "plot_nf_heatmap"
9037   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9038   data: "plot-vpp-nfv-3n-hsw-mrr"
9039   filter: "'NIC_Intel-XL710' and
9040            'NF_DENSITY' and
9041            'DOCKER' and
9042            'CHAIN' and
9043            'NF_VPPIP4' and
9044            'IMIX' and
9045            'TNL_4' and
9046            '1T1C' and
9047            'MRR'"
9048   parameters:
9049   - "result"
9050   - "name"
9051   - "tags"
9052   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9053   x-axis: "X = CNFs per Service Chain"
9054   y-axis: "Y = Number of Service Chains"
9055   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9056   layout:
9057     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9058     layout: "plot-service-density"
9059
9060 - type: "plot"
9061   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9062   algorithm: "plot_nf_heatmap"
9063   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9064   data: "plot-vpp-nfv-3n-hsw-mrr"
9065   filter: "'NIC_Intel-XL710' and
9066            'NF_DENSITY' and
9067            'DOCKER' and
9068            'CHAIN' and
9069            'NF_VPPIP4' and
9070            'IPSEC' and
9071            'TNL_4' and
9072            'IMIX' and
9073            '2T2C' and
9074            'MRR'"
9075   parameters:
9076   - "result"
9077   - "name"
9078   - "tags"
9079   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9080   x-axis: "X = CNFs per Service Chain"
9081   y-axis: "Y = Number of Service Chains"
9082   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9083   layout:
9084     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9085     layout: "plot-service-density"
9086
9087 - type: "plot"
9088   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9089   algorithm: "plot_nf_heatmap"
9090   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9091   data: "plot-vpp-nfv-3n-hsw-mrr"
9092   filter: "'NIC_Intel-XL710' and
9093            'NF_DENSITY' and
9094            'DOCKER' and
9095            'CHAIN' and
9096            'NF_VPPIP4' and
9097            'IPSEC' and
9098            'TNL_4' and
9099            'IMIX' and
9100            '4T4C' and
9101            'MRR'"
9102   parameters:
9103   - "result"
9104   - "name"
9105   - "tags"
9106   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9107   x-axis: "X = CNFs per Service Chain"
9108   y-axis: "Y = Number of Service Chains"
9109   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9110   layout:
9111     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9112     layout: "plot-service-density"
9113
9114 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9115 - type: "plot"
9116   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9117   algorithm: "plot_nf_heatmap"
9118   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9119   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9120   filter: "'NIC_Intel-XL710' and
9121            'NF_DENSITY' and
9122            'DOCKER' and
9123            'CHAIN' and
9124            'NF_VPPIP4' and
9125            'IPSEC' and
9126            'TNL_4' and
9127            'IMIX' and
9128            '1T1C' and
9129            'NDRPDR'"
9130   parameters:
9131   - "throughput"
9132   - "name"
9133   - "tags"
9134   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9135   x-axis: "X = CNFs per Service Chain"
9136   y-axis: "Y = Number of Service Chains"
9137   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9138   layout:
9139     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9140     layout: "plot-service-density"
9141
9142 - type: "plot"
9143   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9144   algorithm: "plot_nf_heatmap"
9145   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9146   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9147   filter: "'NIC_Intel-XL710' and
9148            'NF_DENSITY' and
9149            'DOCKER' and
9150            'CHAIN' and
9151            'NF_VPPIP4' and
9152            'IPSEC' and
9153            'TNL_4' and
9154            'IMIX' and
9155            '2T2C' and
9156            'NDRPDR'"
9157   parameters:
9158   - "throughput"
9159   - "name"
9160   - "tags"
9161   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9162   x-axis: "X = CNFs per Service Chain"
9163   y-axis: "Y = Number of Service Chains"
9164   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9165   layout:
9166     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9167     layout: "plot-service-density"
9168
9169 - type: "plot"
9170   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9171   algorithm: "plot_nf_heatmap"
9172   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9173   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9174   filter: "'NIC_Intel-XL710' and
9175            'NF_DENSITY' and
9176            'DOCKER' and
9177            'CHAIN' and
9178            'NF_VPPIP4' and
9179            'IPSEC' and
9180            'TNL_4' and
9181            'IMIX' and
9182            '4T4C' and
9183            'NDRPDR'"
9184   parameters:
9185   - "throughput"
9186   - "name"
9187   - "tags"
9188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9189   x-axis: "X = CNFs per Service Chain"
9190   y-axis: "Y = Number of Service Chains"
9191   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9192   layout:
9193     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9194     layout: "plot-service-density"
9195
9196 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9197 - type: "plot"
9198   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9199   algorithm: "plot_nf_heatmap"
9200   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9201   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9202   filter: "'NIC_Intel-XL710' and
9203            'NF_DENSITY' and
9204            'DOCKER' and
9205            'CHAIN' and
9206            'NF_VPPIP4' and
9207            'IPSEC' and
9208            'TNL_4' and
9209            'IMIX' and
9210            '1T1C' and
9211            'NDRPDR'"
9212   parameters:
9213   - "throughput"
9214   - "name"
9215   - "tags"
9216   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9217   x-axis: "X = CNFs per Service Chain"
9218   y-axis: "Y = Number of Service Chains"
9219   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9220   layout:
9221     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9222     layout: "plot-service-density"
9223
9224 - type: "plot"
9225   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9226   algorithm: "plot_nf_heatmap"
9227   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9228   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9229   filter: "'NIC_Intel-XL710' and
9230            'NF_DENSITY' and
9231            'DOCKER' and
9232            'CHAIN' and
9233            'NF_VPPIP4' and
9234            'IPSEC' and
9235            'TNL_4' and
9236            'IMIX' and
9237            '2T2C' and
9238            'NDRPDR'"
9239   parameters:
9240   - "throughput"
9241   - "name"
9242   - "tags"
9243   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9244   x-axis: "X = CNFs per Service Chain"
9245   y-axis: "Y = Number of Service Chains"
9246   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9247   layout:
9248     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9249     layout: "plot-service-density"
9250
9251 - type: "plot"
9252   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9253   algorithm: "plot_nf_heatmap"
9254   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9255   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9256   filter: "'NIC_Intel-XL710' and
9257            'NF_DENSITY' and
9258            'DOCKER' and
9259            'CHAIN' and
9260            'NF_VPPIP4' and
9261            'IPSEC' and
9262            'TNL_4' and
9263            'IMIX' and
9264            '4T4C' and
9265            'NDRPDR'"
9266   parameters:
9267   - "throughput"
9268   - "name"
9269   - "tags"
9270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9271   x-axis: "X = CNFs per Service Chain"
9272   y-axis: "Y = Number of Service Chains"
9273   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9274   layout:
9275     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9276     layout: "plot-service-density"
9277
9278 ###############################################################################
9279
9280 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9281 #- type: "plot"
9282 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9283 #  algorithm: "plot_nf_heatmap"
9284 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9285 #  data: "plot-vpp-nfv-3n-skx-mrr"
9286 #  filter: "'NIC_Intel-XXV710' and
9287 #           'NF_DENSITY' and
9288 #           'DOCKER' and
9289 #           'CHAIN' and
9290 #           'NF_VPPIP4' and
9291 #           'IPSEC' and
9292 #           'TNL_1000' and
9293 #           'IMIX' and
9294 #           '2T1C' and
9295 #           'MRR'"
9296 #  parameters:
9297 #  - "result"
9298 #  - "name"
9299 #  - "tags"
9300 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9301 #  x-axis: "X = CNFs per Service Chain"
9302 #  y-axis: "Y = Number of Service Chains"
9303 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9304 #  layout:
9305 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9306 #    layout: "plot-service-density"
9307 #
9308 #- type: "plot"
9309 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9310 #  algorithm: "plot_nf_heatmap"
9311 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9312 #  data: "plot-vpp-nfv-3n-skx-mrr"
9313 #  filter: "'NIC_Intel-XXV710' and
9314 #           'NF_DENSITY' and
9315 #           'DOCKER' and
9316 #           'CHAIN' and
9317 #           'NF_VPPIP4' and
9318 #           'IPSEC' and
9319 #           'TNL_1000' and
9320 #           'IMIX' and
9321 #           '4T2C' and
9322 #           'MRR'"
9323 #  parameters:
9324 #  - "result"
9325 #  - "name"
9326 #  - "tags"
9327 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9328 #  x-axis: "X = CNFs per Service Chain"
9329 #  y-axis: "Y = Number of Service Chains"
9330 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9331 #  layout:
9332 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9333 #    layout: "plot-service-density"
9334 #
9335 #- type: "plot"
9336 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9337 #  algorithm: "plot_nf_heatmap"
9338 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9339 #  data: "plot-vpp-nfv-3n-skx-mrr"
9340 #  filter: "'NIC_Intel-XXV710' and
9341 #           'NF_DENSITY' and
9342 #           'DOCKER' and
9343 #           'CHAIN' and
9344 #           'NF_VPPIP4' and
9345 #           'IPSEC' and
9346 #           'TNL_1000' and
9347 #           'IMIX' and
9348 #           '8T4C' and
9349 #           'MRR'"
9350 #  parameters:
9351 #  - "result"
9352 #  - "name"
9353 #  - "tags"
9354 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9355 #  x-axis: "X = CNFs per Service Chain"
9356 #  y-axis: "Y = Number of Service Chains"
9357 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9358 #  layout:
9359 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9360 #    layout: "plot-service-density"
9361
9362 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9363 - type: "plot"
9364   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9365   algorithm: "plot_nf_heatmap"
9366   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9367   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9368   filter: "'NIC_Intel-XXV710' and
9369            'NF_DENSITY' and
9370            'DOCKER' and
9371            'CHAIN' and
9372            'NF_VPPIP4' and
9373            'IPSEC' and
9374            'TNL_1000' and
9375            'IMIX' and
9376            '2T1C' and
9377            'NDRPDR'"
9378   parameters:
9379   - "throughput"
9380   - "name"
9381   - "tags"
9382   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9383   x-axis: "X = CNFs per Service Chain"
9384   y-axis: "Y = Number of Service Chains"
9385   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9386   layout:
9387     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9388     layout: "plot-service-density"
9389
9390 - type: "plot"
9391   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9392   algorithm: "plot_nf_heatmap"
9393   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9394   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9395   filter: "'NIC_Intel-XXV710' and
9396            'NF_DENSITY' and
9397            'DOCKER' and
9398            'CHAIN' and
9399            'NF_VPPIP4' and
9400            'IPSEC' and
9401            'TNL_1000' and
9402            'IMIX' and
9403            '4T2C' and
9404            'NDRPDR'"
9405   parameters:
9406   - "throughput"
9407   - "name"
9408   - "tags"
9409   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9410   x-axis: "X = CNFs per Service Chain"
9411   y-axis: "Y = Number of Service Chains"
9412   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9413   layout:
9414     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9415     layout: "plot-service-density"
9416
9417 - type: "plot"
9418   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9419   algorithm: "plot_nf_heatmap"
9420   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9421   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9422   filter: "'NIC_Intel-XXV710' and
9423            'NF_DENSITY' and
9424            'DOCKER' and
9425            'CHAIN' and
9426            'NF_VPPIP4' and
9427            'IPSEC' and
9428            'TNL_1000' and
9429            'IMIX' and
9430            '8T4C' and
9431            'NDRPDR'"
9432   parameters:
9433   - "throughput"
9434   - "name"
9435   - "tags"
9436   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9437   x-axis: "X = CNFs per Service Chain"
9438   y-axis: "Y = Number of Service Chains"
9439   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9440   layout:
9441     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9442     layout: "plot-service-density"
9443
9444 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9445 - type: "plot"
9446   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9447   algorithm: "plot_nf_heatmap"
9448   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9449   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9450   filter: "'NIC_Intel-XXV710' and
9451            'NF_DENSITY' and
9452            'DOCKER' and
9453            'CHAIN' and
9454            'NF_VPPIP4' and
9455            'IPSEC' and
9456            'TNL_1000' and
9457            'IMIX' and
9458            '2T1C' and
9459            'NDRPDR'"
9460   parameters:
9461   - "throughput"
9462   - "name"
9463   - "tags"
9464   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9465   x-axis: "X = CNFs per Service Chain"
9466   y-axis: "Y = Number of Service Chains"
9467   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9468   layout:
9469     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9470     layout: "plot-service-density"
9471
9472 - type: "plot"
9473   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9474   algorithm: "plot_nf_heatmap"
9475   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9476   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9477   filter: "'NIC_Intel-XXV710' and
9478            'NF_DENSITY' and
9479            'DOCKER' and
9480            'CHAIN' and
9481            'NF_VPPIP4' and
9482            'IPSEC' and
9483            'TNL_1000' and
9484            'IMIX' and
9485            '4T2C' and
9486            'NDRPDR'"
9487   parameters:
9488   - "throughput"
9489   - "name"
9490   - "tags"
9491   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9492   x-axis: "X = CNFs per Service Chain"
9493   y-axis: "Y = Number of Service Chains"
9494   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9495   layout:
9496     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9497     layout: "plot-service-density"
9498
9499 - type: "plot"
9500   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9501   algorithm: "plot_nf_heatmap"
9502   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9503   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9504   filter: "'NIC_Intel-XXV710' and
9505            'NF_DENSITY' and
9506            'DOCKER' and
9507            'CHAIN' and
9508            'NF_VPPIP4' and
9509            'IPSEC' and
9510            'TNL_1000' and
9511            'IMIX' and
9512            '8T4C' and
9513            'NDRPDR'"
9514   parameters:
9515   - "throughput"
9516   - "name"
9517   - "tags"
9518   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9519   x-axis: "X = CNFs per Service Chain"
9520   y-axis: "Y = Number of Service Chains"
9521   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9522   layout:
9523     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9524     layout: "plot-service-density"
9525
9526 ###############################################################################
9527
9528 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9529 - type: "plot"
9530   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9531   algorithm: "plot_nf_heatmap"
9532   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9533   data: "plot-vpp-nfv-3n-hsw-mrr"
9534   filter: "'NIC_Intel-XL710' and
9535            'NF_DENSITY' and
9536            'DOCKER' and
9537            'CHAIN' and
9538            'NF_VPPIP4' and
9539            'IMIX' and
9540            'TNL_1000' and
9541            '1T1C' and
9542            'MRR'"
9543   parameters:
9544   - "result"
9545   - "name"
9546   - "tags"
9547   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9548   x-axis: "X = CNFs per Service Chain"
9549   y-axis: "Y = Number of Service Chains"
9550   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9551   layout:
9552     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9553     layout: "plot-service-density"
9554
9555 - type: "plot"
9556   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9557   algorithm: "plot_nf_heatmap"
9558   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9559   data: "plot-vpp-nfv-3n-hsw-mrr"
9560   filter: "'NIC_Intel-XL710' and
9561            'NF_DENSITY' and
9562            'DOCKER' and
9563            'CHAIN' and
9564            'NF_VPPIP4' and
9565            'IPSEC' and
9566            'TNL_1000' and
9567            'IMIX' and
9568            '2T2C' and
9569            'MRR'"
9570   parameters:
9571   - "result"
9572   - "name"
9573   - "tags"
9574   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9575   x-axis: "X = CNFs per Service Chain"
9576   y-axis: "Y = Number of Service Chains"
9577   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9578   layout:
9579     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9580     layout: "plot-service-density"
9581
9582 - type: "plot"
9583   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9584   algorithm: "plot_nf_heatmap"
9585   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9586   data: "plot-vpp-nfv-3n-hsw-mrr"
9587   filter: "'NIC_Intel-XL710' and
9588            'NF_DENSITY' and
9589            'DOCKER' and
9590            'CHAIN' and
9591            'NF_VPPIP4' and
9592            'IPSEC' and
9593            'TNL_1000' and
9594            'IMIX' and
9595            '4T4C' and
9596            'MRR'"
9597   parameters:
9598   - "result"
9599   - "name"
9600   - "tags"
9601   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9602   x-axis: "X = CNFs per Service Chain"
9603   y-axis: "Y = Number of Service Chains"
9604   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9605   layout:
9606     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9607     layout: "plot-service-density"
9608
9609 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9610 - type: "plot"
9611   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9612   algorithm: "plot_nf_heatmap"
9613   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9614   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9615   filter: "'NIC_Intel-XL710' and
9616            'NF_DENSITY' and
9617            'DOCKER' and
9618            'CHAIN' and
9619            'NF_VPPIP4' and
9620            'IPSEC' and
9621            'TNL_1000' and
9622            'IMIX' and
9623            '1T1C' and
9624            'NDRPDR'"
9625   parameters:
9626   - "throughput"
9627   - "name"
9628   - "tags"
9629   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9630   x-axis: "X = CNFs per Service Chain"
9631   y-axis: "Y = Number of Service Chains"
9632   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9633   layout:
9634     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9635     layout: "plot-service-density"
9636
9637 - type: "plot"
9638   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9639   algorithm: "plot_nf_heatmap"
9640   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9641   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9642   filter: "'NIC_Intel-XL710' and
9643            'NF_DENSITY' and
9644            'DOCKER' and
9645            'CHAIN' and
9646            'NF_VPPIP4' and
9647            'IPSEC' and
9648            'TNL_1000' and
9649            'IMIX' and
9650            '2T2C' and
9651            'NDRPDR'"
9652   parameters:
9653   - "throughput"
9654   - "name"
9655   - "tags"
9656   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9657   x-axis: "X = CNFs per Service Chain"
9658   y-axis: "Y = Number of Service Chains"
9659   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9660   layout:
9661     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9662     layout: "plot-service-density"
9663
9664 - type: "plot"
9665   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9666   algorithm: "plot_nf_heatmap"
9667   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9668   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9669   filter: "'NIC_Intel-XL710' and
9670            'NF_DENSITY' and
9671            'DOCKER' and
9672            'CHAIN' and
9673            'NF_VPPIP4' and
9674            'IPSEC' and
9675            'TNL_1000' and
9676            'IMIX' and
9677            '4T4C' and
9678            'NDRPDR'"
9679   parameters:
9680   - "throughput"
9681   - "name"
9682   - "tags"
9683   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9684   x-axis: "X = CNFs per Service Chain"
9685   y-axis: "Y = Number of Service Chains"
9686   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9687   layout:
9688     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9689     layout: "plot-service-density"
9690
9691 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9692 - type: "plot"
9693   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9694   algorithm: "plot_nf_heatmap"
9695   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9696   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9697   filter: "'NIC_Intel-XL710' and
9698            'NF_DENSITY' and
9699            'DOCKER' and
9700            'CHAIN' and
9701            'NF_VPPIP4' and
9702            'IPSEC' and
9703            'TNL_1000' and
9704            'IMIX' and
9705            '1T1C' and
9706            'NDRPDR'"
9707   parameters:
9708   - "throughput"
9709   - "name"
9710   - "tags"
9711   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9712   x-axis: "X = CNFs per Service Chain"
9713   y-axis: "Y = Number of Service Chains"
9714   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9715   layout:
9716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9717     layout: "plot-service-density"
9718
9719 - type: "plot"
9720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9721   algorithm: "plot_nf_heatmap"
9722   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9723   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9724   filter: "'NIC_Intel-XL710' and
9725            'NF_DENSITY' and
9726            'DOCKER' and
9727            'CHAIN' and
9728            'NF_VPPIP4' and
9729            'IPSEC' and
9730            'TNL_1000' and
9731            'IMIX' and
9732            '2T2C' and
9733            'NDRPDR'"
9734   parameters:
9735   - "throughput"
9736   - "name"
9737   - "tags"
9738   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9739   x-axis: "X = CNFs per Service Chain"
9740   y-axis: "Y = Number of Service Chains"
9741   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9742   layout:
9743     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9744     layout: "plot-service-density"
9745
9746 - type: "plot"
9747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9748   algorithm: "plot_nf_heatmap"
9749   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9750   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9751   filter: "'NIC_Intel-XL710' and
9752            'NF_DENSITY' and
9753            'DOCKER' and
9754            'CHAIN' and
9755            'NF_VPPIP4' and
9756            'IPSEC' and
9757            'TNL_1000' and
9758            'IMIX' and
9759            '4T4C' and
9760            'NDRPDR'"
9761   parameters:
9762   - "throughput"
9763   - "name"
9764   - "tags"
9765   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9766   x-axis: "X = CNFs per Service Chain"
9767   y-axis: "Y = Number of Service Chains"
9768   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9769   layout:
9770     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9771     layout: "plot-service-density"
9772
9773 ###############################################################################
9774
9775 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9776 #- type: "plot"
9777 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9778 #  algorithm: "plot_nf_heatmap"
9779 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9780 #  data: "plot-vpp-nfv-3n-skx-mrr"
9781 #  filter: "'NIC_Intel-XXV710' and
9782 #           'NF_DENSITY' and
9783 #           'DOCKER' and
9784 #           'CHAIN' and
9785 #           'NF_VPPIP4' and
9786 #           'IPSEC' and
9787 #           'TNL_10000' and
9788 #           'IMIX' and
9789 #           '2T1C' and
9790 #           'MRR'"
9791 #  parameters:
9792 #  - "result"
9793 #  - "name"
9794 #  - "tags"
9795 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9796 #  x-axis: "X = CNFs per Service Chain"
9797 #  y-axis: "Y = Number of Service Chains"
9798 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9799 #  layout:
9800 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9801 #    layout: "plot-service-density"
9802 #
9803 #- type: "plot"
9804 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9805 #  algorithm: "plot_nf_heatmap"
9806 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9807 #  data: "plot-vpp-nfv-3n-skx-mrr"
9808 #  filter: "'NIC_Intel-XXV710' and
9809 #           'NF_DENSITY' and
9810 #           'DOCKER' and
9811 #           'CHAIN' and
9812 #           'NF_VPPIP4' and
9813 #           'IPSEC' and
9814 #           'TNL_10000' and
9815 #           'IMIX' and
9816 #           '4T2C' and
9817 #           'MRR'"
9818 #  parameters:
9819 #  - "result"
9820 #  - "name"
9821 #  - "tags"
9822 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9823 #  x-axis: "X = CNFs per Service Chain"
9824 #  y-axis: "Y = Number of Service Chains"
9825 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9826 #  layout:
9827 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9828 #    layout: "plot-service-density"
9829 #
9830 #- type: "plot"
9831 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9832 #  algorithm: "plot_nf_heatmap"
9833 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9834 #  data: "plot-vpp-nfv-3n-skx-mrr"
9835 #  filter: "'NIC_Intel-XXV710' and
9836 #           'NF_DENSITY' and
9837 #           'DOCKER' and
9838 #           'CHAIN' and
9839 #           'NF_VPPIP4' and
9840 #           'IPSEC' and
9841 #           'TNL_10000' and
9842 #           'IMIX' and
9843 #           '8T4C' and
9844 #           'MRR'"
9845 #  parameters:
9846 #  - "result"
9847 #  - "name"
9848 #  - "tags"
9849 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9850 #  x-axis: "X = CNFs per Service Chain"
9851 #  y-axis: "Y = Number of Service Chains"
9852 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9853 #  layout:
9854 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9855 #    layout: "plot-service-density"
9856
9857 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9858 - type: "plot"
9859   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9860   algorithm: "plot_nf_heatmap"
9861   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9862   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9863   filter: "'NIC_Intel-XXV710' and
9864            'NF_DENSITY' and
9865            'DOCKER' and
9866            'CHAIN' and
9867            'NF_VPPIP4' and
9868            'IPSEC' and
9869            'TNL_10000' and
9870            'IMIX' and
9871            '2T1C' and
9872            'NDRPDR'"
9873   parameters:
9874   - "throughput"
9875   - "name"
9876   - "tags"
9877   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9878   x-axis: "X = CNFs per Service Chain"
9879   y-axis: "Y = Number of Service Chains"
9880   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9881   layout:
9882     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9883     layout: "plot-service-density"
9884
9885 - type: "plot"
9886   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9887   algorithm: "plot_nf_heatmap"
9888   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9889   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9890   filter: "'NIC_Intel-XXV710' and
9891            'NF_DENSITY' and
9892            'DOCKER' and
9893            'CHAIN' and
9894            'NF_VPPIP4' and
9895            'IPSEC' and
9896            'TNL_10000' and
9897            'IMIX' and
9898            '4T2C' and
9899            'NDRPDR'"
9900   parameters:
9901   - "throughput"
9902   - "name"
9903   - "tags"
9904   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9905   x-axis: "X = CNFs per Service Chain"
9906   y-axis: "Y = Number of Service Chains"
9907   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9908   layout:
9909     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9910     layout: "plot-service-density"
9911
9912 - type: "plot"
9913   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9914   algorithm: "plot_nf_heatmap"
9915   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9916   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9917   filter: "'NIC_Intel-XXV710' and
9918            'NF_DENSITY' and
9919            'DOCKER' and
9920            'CHAIN' and
9921            'NF_VPPIP4' and
9922            'IPSEC' and
9923            'TNL_10000' and
9924            'IMIX' and
9925            '8T4C' and
9926            'NDRPDR'"
9927   parameters:
9928   - "throughput"
9929   - "name"
9930   - "tags"
9931   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9932   x-axis: "X = CNFs per Service Chain"
9933   y-axis: "Y = Number of Service Chains"
9934   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9935   layout:
9936     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9937     layout: "plot-service-density"
9938
9939 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9940 - type: "plot"
9941   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9942   algorithm: "plot_nf_heatmap"
9943   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9944   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9945   filter: "'NIC_Intel-XXV710' and
9946            'NF_DENSITY' and
9947            'DOCKER' and
9948            'CHAIN' and
9949            'NF_VPPIP4' and
9950            'IPSEC' and
9951            'TNL_10000' and
9952            'IMIX' and
9953            '2T1C' and
9954            'NDRPDR'"
9955   parameters:
9956   - "throughput"
9957   - "name"
9958   - "tags"
9959   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9960   x-axis: "X = CNFs per Service Chain"
9961   y-axis: "Y = Number of Service Chains"
9962   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9963   layout:
9964     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9965     layout: "plot-service-density"
9966
9967 - type: "plot"
9968   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9969   algorithm: "plot_nf_heatmap"
9970   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9971   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9972   filter: "'NIC_Intel-XXV710' and
9973            'NF_DENSITY' and
9974            'DOCKER' and
9975            'CHAIN' and
9976            'NF_VPPIP4' and
9977            'IPSEC' and
9978            'TNL_10000' and
9979            'IMIX' and
9980            '4T2C' and
9981            'NDRPDR'"
9982   parameters:
9983   - "throughput"
9984   - "name"
9985   - "tags"
9986   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9987   x-axis: "X = CNFs per Service Chain"
9988   y-axis: "Y = Number of Service Chains"
9989   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9990   layout:
9991     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9992     layout: "plot-service-density"
9993
9994 - type: "plot"
9995   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9996   algorithm: "plot_nf_heatmap"
9997   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9998   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9999   filter: "'NIC_Intel-XXV710' and
10000            'NF_DENSITY' and
10001            'DOCKER' and
10002            'CHAIN' and
10003            'NF_VPPIP4' and
10004            'IPSEC' and
10005            'TNL_10000' and
10006            'IMIX' and
10007            '8T4C' and
10008            'NDRPDR'"
10009   parameters:
10010   - "throughput"
10011   - "name"
10012   - "tags"
10013   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10014   x-axis: "X = CNFs per Service Chain"
10015   y-axis: "Y = Number of Service Chains"
10016   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10017   layout:
10018     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10019     layout: "plot-service-density"
10020
10021 ###############################################################################
10022
10023 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10024 - type: "plot"
10025   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10026   algorithm: "plot_nf_heatmap"
10027   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10028   data: "plot-vpp-nfv-3n-hsw-mrr"
10029   filter: "'NIC_Intel-XL710' and
10030            'NF_DENSITY' and
10031            'DOCKER' and
10032            'CHAIN' and
10033            'NF_VPPIP4' and
10034            'IMIX' and
10035            'TNL_10000' and
10036            '1T1C' and
10037            'MRR'"
10038   parameters:
10039   - "result"
10040   - "name"
10041   - "tags"
10042   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10043   x-axis: "X = CNFs per Service Chain"
10044   y-axis: "Y = Number of Service Chains"
10045   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10046   layout:
10047     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10048     layout: "plot-service-density"
10049
10050 - type: "plot"
10051   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10052   algorithm: "plot_nf_heatmap"
10053   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10054   data: "plot-vpp-nfv-3n-hsw-mrr"
10055   filter: "'NIC_Intel-XL710' and
10056            'NF_DENSITY' and
10057            'DOCKER' and
10058            'CHAIN' and
10059            'NF_VPPIP4' and
10060            'IPSEC' and
10061            'TNL_10000' and
10062            'IMIX' and
10063            '2T2C' and
10064            'MRR'"
10065   parameters:
10066   - "result"
10067   - "name"
10068   - "tags"
10069   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10070   x-axis: "X = CNFs per Service Chain"
10071   y-axis: "Y = Number of Service Chains"
10072   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10073   layout:
10074     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10075     layout: "plot-service-density"
10076
10077 - type: "plot"
10078   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10079   algorithm: "plot_nf_heatmap"
10080   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10081   data: "plot-vpp-nfv-3n-hsw-mrr"
10082   filter: "'NIC_Intel-XL710' and
10083            'NF_DENSITY' and
10084            'DOCKER' and
10085            'CHAIN' and
10086            'NF_VPPIP4' and
10087            'IPSEC' and
10088            'TNL_10000' and
10089            'IMIX' and
10090            '4T4C' and
10091            'MRR'"
10092   parameters:
10093   - "result"
10094   - "name"
10095   - "tags"
10096   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10097   x-axis: "X = CNFs per Service Chain"
10098   y-axis: "Y = Number of Service Chains"
10099   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10100   layout:
10101     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10102     layout: "plot-service-density"
10103
10104 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10105 - type: "plot"
10106   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10107   algorithm: "plot_nf_heatmap"
10108   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10109   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10110   filter: "'NIC_Intel-XL710' and
10111            'NF_DENSITY' and
10112            'DOCKER' and
10113            'CHAIN' and
10114            'NF_VPPIP4' and
10115            'IPSEC' and
10116            'TNL_10000' and
10117            'IMIX' and
10118            '1T1C' and
10119            'NDRPDR'"
10120   parameters:
10121   - "throughput"
10122   - "name"
10123   - "tags"
10124   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10125   x-axis: "X = CNFs per Service Chain"
10126   y-axis: "Y = Number of Service Chains"
10127   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10128   layout:
10129     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10130     layout: "plot-service-density"
10131
10132 - type: "plot"
10133   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10134   algorithm: "plot_nf_heatmap"
10135   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10136   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10137   filter: "'NIC_Intel-XL710' and
10138            'NF_DENSITY' and
10139            'DOCKER' and
10140            'CHAIN' and
10141            'NF_VPPIP4' and
10142            'IPSEC' and
10143            'TNL_10000' and
10144            'IMIX' and
10145            '2T2C' and
10146            'NDRPDR'"
10147   parameters:
10148   - "throughput"
10149   - "name"
10150   - "tags"
10151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10152   x-axis: "X = CNFs per Service Chain"
10153   y-axis: "Y = Number of Service Chains"
10154   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10155   layout:
10156     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10157     layout: "plot-service-density"
10158
10159 - type: "plot"
10160   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10161   algorithm: "plot_nf_heatmap"
10162   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10163   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10164   filter: "'NIC_Intel-XL710' and
10165            'NF_DENSITY' and
10166            'DOCKER' and
10167            'CHAIN' and
10168            'NF_VPPIP4' and
10169            'IPSEC' and
10170            'TNL_10000' and
10171            'IMIX' and
10172            '4T4C' and
10173            'NDRPDR'"
10174   parameters:
10175   - "throughput"
10176   - "name"
10177   - "tags"
10178   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10179   x-axis: "X = CNFs per Service Chain"
10180   y-axis: "Y = Number of Service Chains"
10181   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10182   layout:
10183     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10184     layout: "plot-service-density"
10185
10186 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10187 - type: "plot"
10188   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10189   algorithm: "plot_nf_heatmap"
10190   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10191   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10192   filter: "'NIC_Intel-XL710' and
10193            'NF_DENSITY' and
10194            'DOCKER' and
10195            'CHAIN' and
10196            'NF_VPPIP4' and
10197            'IPSEC' and
10198            'TNL_10000' and
10199            'IMIX' and
10200            '1T1C' and
10201            'NDRPDR'"
10202   parameters:
10203   - "throughput"
10204   - "name"
10205   - "tags"
10206   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10207   x-axis: "X = CNFs per Service Chain"
10208   y-axis: "Y = Number of Service Chains"
10209   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10210   layout:
10211     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10212     layout: "plot-service-density"
10213
10214 - type: "plot"
10215   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10216   algorithm: "plot_nf_heatmap"
10217   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10218   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10219   filter: "'NIC_Intel-XL710' and
10220            'NF_DENSITY' and
10221            'DOCKER' and
10222            'CHAIN' and
10223            'NF_VPPIP4' and
10224            'IPSEC' and
10225            'TNL_10000' and
10226            'IMIX' and
10227            '2T2C' and
10228            'NDRPDR'"
10229   parameters:
10230   - "throughput"
10231   - "name"
10232   - "tags"
10233   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10234   x-axis: "X = CNFs per Service Chain"
10235   y-axis: "Y = Number of Service Chains"
10236   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10237   layout:
10238     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10239     layout: "plot-service-density"
10240
10241 - type: "plot"
10242   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10243   algorithm: "plot_nf_heatmap"
10244   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10245   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10246   filter: "'NIC_Intel-XL710' and
10247            'NF_DENSITY' and
10248            'DOCKER' and
10249            'CHAIN' and
10250            'NF_VPPIP4' and
10251            'IPSEC' and
10252            'TNL_10000' and
10253            'IMIX' and
10254            '4T4C' and
10255            'NDRPDR'"
10256   parameters:
10257   - "throughput"
10258   - "name"
10259   - "tags"
10260   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10261   x-axis: "X = CNFs per Service Chain"
10262   y-axis: "Y = Number of Service Chains"
10263   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10264   layout:
10265     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10266     layout: "plot-service-density"
10267
10268 ###############################################################################
10269
10270 # Plots - NF Density - CSP - MRR 64b
10271
10272 #- type: "plot"
10273 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10274 #  algorithm: "plot_nf_heatmap"
10275 #  output-file-type: ".html"
10276 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
10277 #  data: "plot-vpp-nfv-2n-skx-mrr"
10278 #  filter: "'NIC_Intel-XXV710' and
10279 #           'NF_DENSITY' and
10280 #           'DOCKER' and
10281 #           'PIPELINE' and
10282 #           'NF_VPPIP4' and
10283 #           '64B' and
10284 #           '2T1C' and
10285 #           'MRR'"
10286 #  parameters:
10287 #  - "result"
10288 #  - "name"
10289 #  - "tags"
10290 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10291 #  x-axis: "X = CNFs per Service Pipeline"
10292 #  y-axis: "Y = Number of Service Pipelines"
10293 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10294 #  layout:
10295 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10296 #    layout: "plot-service-density"
10297 #
10298 #- type: "plot"
10299 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10300 #  algorithm: "plot_nf_heatmap"
10301 #  output-file-type: ".html"
10302 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
10303 #  data: "plot-vpp-nfv-2n-skx-mrr"
10304 #  filter: "'NIC_Intel-XXV710' and
10305 #           'NF_DENSITY' and
10306 #           'DOCKER' and
10307 #           'PIPELINE' and
10308 #           'NF_VPPIP4' and
10309 #           '64B' and
10310 #           '4T2C' and
10311 #           'MRR'"
10312 #  parameters:
10313 #  - "result"
10314 #  - "name"
10315 #  - "tags"
10316 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10317 #  x-axis: "X = CNFs per Service Pipeline"
10318 #  y-axis: "Y = Number of Service Pipelines"
10319 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10320 #  layout:
10321 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10322 #    layout: "plot-service-density"
10323 #
10324 #- type: "plot"
10325 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10326 #  algorithm: "plot_nf_heatmap"
10327 #  output-file-type: ".html"
10328 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
10329 #  data: "plot-vpp-nfv-2n-skx-mrr"
10330 #  filter: "'NIC_Intel-XXV710' and
10331 #           'NF_DENSITY' and
10332 #           'DOCKER' and
10333 #           'PIPELINE' and
10334 #           'NF_VPPIP4' and
10335 #           '64B' and
10336 #           '8T4C' and
10337 #           'MRR'"
10338 #  parameters:
10339 #  - "result"
10340 #  - "name"
10341 #  - "tags"
10342 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10343 #  x-axis: "X = CNFs per Service Pipeline"
10344 #  y-axis: "Y = Number of Service Pipelines"
10345 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
10346 #  layout:
10347 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10348 #    layout: "plot-service-density"
10349 #
10350 ## Plots - NF Density - CSP - MRR IMIX
10351 #- type: "plot"
10352 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10353 #  algorithm: "plot_nf_heatmap"
10354 #  output-file-type: ".html"
10355 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10356 #  data: "plot-vpp-nfv-2n-skx-mrr"
10357 #  filter: "'NIC_Intel-XXV710' and
10358 #           'NF_DENSITY' and
10359 #           'DOCKER' and
10360 #           'PIPELINE' and
10361 #           'NF_VPPIP4' and
10362 #           'IMIX' and
10363 #           '2T1C' and
10364 #           'MRR'"
10365 #  parameters:
10366 #  - "result"
10367 #  - "name"
10368 #  - "tags"
10369 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10370 #  x-axis: "X = CNFs per Service Pipeline"
10371 #  y-axis: "Y = Number of Service Pipelines"
10372 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10373 #  layout:
10374 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10375 #    layout: "plot-service-density"
10376 #
10377 #- type: "plot"
10378 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10379 #  algorithm: "plot_nf_heatmap"
10380 #  output-file-type: ".html"
10381 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10382 #  data: "plot-vpp-nfv-2n-skx-mrr"
10383 #  filter: "'NIC_Intel-XXV710' and
10384 #           'NF_DENSITY' and
10385 #           'DOCKER' and
10386 #           'PIPELINE' and
10387 #           'NF_VPPIP4' and
10388 #           'IMIX' and
10389 #           '4T2C' and
10390 #           'MRR'"
10391 #  parameters:
10392 #  - "result"
10393 #  - "name"
10394 #  - "tags"
10395 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10396 #  x-axis: "X = CNFs per Service Pipeline"
10397 #  y-axis: "Y = Number of Service Pipelines"
10398 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10399 #  layout:
10400 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10401 #    layout: "plot-service-density"
10402 #
10403 #- type: "plot"
10404 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10405 #  algorithm: "plot_nf_heatmap"
10406 #  output-file-type: ".html"
10407 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10408 #  data: "plot-vpp-nfv-2n-skx-mrr"
10409 #  filter: "'NIC_Intel-XXV710' and
10410 #           'NF_DENSITY' and
10411 #           'DOCKER' and
10412 #           'PIPELINE' and
10413 #           'NF_VPPIP4' and
10414 #           'IMIX' and
10415 #           '8T4C' and
10416 #           'MRR'"
10417 #  parameters:
10418 #  - "result"
10419 #  - "name"
10420 #  - "tags"
10421 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10422 #  x-axis: "X = CNFs per Service Pipeline"
10423 #  y-axis: "Y = Number of Service Pipelines"
10424 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10425 #  layout:
10426 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10427 #    layout: "plot-service-density"
10428 #
10429 ## Plots - NF Density - CSP - NDR 64b
10430 #- type: "plot"
10431 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10432 #  algorithm: "plot_nf_heatmap"
10433 #  output-file-type: ".html"
10434 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10435 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10436 #  filter: "'NIC_Intel-XXV710' and
10437 #           'NF_DENSITY' and
10438 #           'DOCKER' and
10439 #           'PIPELINE' and
10440 #           'NF_VPPIP4' and
10441 #           '64B' and
10442 #           '2T1C' and
10443 #           'NDRPDR'"
10444 #  parameters:
10445 #  - "throughput"
10446 #  - "name"
10447 #  - "tags"
10448 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10449 #  x-axis: "X = CNFs per Service Pipeline"
10450 #  y-axis: "Y = Number of Service Pipelines"
10451 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10452 #  layout:
10453 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10454 #    layout: "plot-service-density"
10455 #
10456 #- type: "plot"
10457 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10458 #  algorithm: "plot_nf_heatmap"
10459 #  output-file-type: ".html"
10460 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10461 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10462 #  filter: "'NIC_Intel-XXV710' and
10463 #           'NF_DENSITY' and
10464 #           'DOCKER' and
10465 #           'PIPELINE' and
10466 #           'NF_VPPIP4' and
10467 #           '64B' and
10468 #           '4T2C' and
10469 #           'NDRPDR'"
10470 #  parameters:
10471 #  - "throughput"
10472 #  - "name"
10473 #  - "tags"
10474 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10475 #  x-axis: "X = CNFs per Service Pipeline"
10476 #  y-axis: "Y = Number of Service Pipelines"
10477 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10478 #  layout:
10479 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10480 #    layout: "plot-service-density"
10481 #
10482 #- type: "plot"
10483 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10484 #  algorithm: "plot_nf_heatmap"
10485 #  output-file-type: ".html"
10486 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10487 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10488 #  filter: "'NIC_Intel-XXV710' and
10489 #           'NF_DENSITY' and
10490 #           'DOCKER' and
10491 #           'PIPELINE' and
10492 #           'NF_VPPIP4' and
10493 #           '64B' and
10494 #           '8T4C' and
10495 #           'NDRPDR'"
10496 #  parameters:
10497 #  - "throughput"
10498 #  - "name"
10499 #  - "tags"
10500 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10501 #  x-axis: "X = CNFs per Service Pipeline"
10502 #  y-axis: "Y = Number of Service Pipelines"
10503 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10504 #  layout:
10505 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10506 #    layout: "plot-service-density"
10507 #
10508 ## Plots - NF Density - CSP - NDR IMIX
10509 #- type: "plot"
10510 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10511 #  algorithm: "plot_nf_heatmap"
10512 #  output-file-type: ".html"
10513 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10514 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10515 #  filter: "'NIC_Intel-XXV710' and
10516 #           'NF_DENSITY' and
10517 #           'DOCKER' and
10518 #           'PIPELINE' and
10519 #           'NF_VPPIP4' and
10520 #           'IMIX' and
10521 #           '2T1C' and
10522 #           'NDRPDR'"
10523 #  parameters:
10524 #  - "throughput"
10525 #  - "name"
10526 #  - "tags"
10527 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10528 #  x-axis: "X = CNFs per Service Pipeline"
10529 #  y-axis: "Y = Number of Service Pipelines"
10530 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10531 #  layout:
10532 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10533 #    layout: "plot-service-density"
10534 #
10535 #- type: "plot"
10536 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10537 #  algorithm: "plot_nf_heatmap"
10538 #  output-file-type: ".html"
10539 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10540 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10541 #  filter: "'NIC_Intel-XXV710' and
10542 #           'NF_DENSITY' and
10543 #           'DOCKER' and
10544 #           'PIPELINE' and
10545 #           'NF_VPPIP4' and
10546 #           'IMIX' and
10547 #           '4T2C' and
10548 #           'NDRPDR'"
10549 #  parameters:
10550 #  - "throughput"
10551 #  - "name"
10552 #  - "tags"
10553 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10554 #  x-axis: "X = CNFs per Service Pipeline"
10555 #  y-axis: "Y = Number of Service Pipelines"
10556 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10557 #  layout:
10558 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10559 #    layout: "plot-service-density"
10560 #
10561 #- type: "plot"
10562 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10563 #  algorithm: "plot_nf_heatmap"
10564 #  output-file-type: ".html"
10565 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10566 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10567 #  filter: "'NIC_Intel-XXV710' and
10568 #           'NF_DENSITY' and
10569 #           'DOCKER' and
10570 #           'PIPELINE' and
10571 #           'NF_VPPIP4' and
10572 #           'IMIX' and
10573 #           '8T4C' and
10574 #           'NDRPDR'"
10575 #  parameters:
10576 #  - "throughput"
10577 #  - "name"
10578 #  - "tags"
10579 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10580 #  x-axis: "X = CNFs per Service Pipeline"
10581 #  y-axis: "Y = Number of Service Pipelines"
10582 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10583 #  layout:
10584 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10585 #    layout: "plot-service-density"
10586 #
10587 ## Plots - NF Density - CSP - PDR 64b
10588 #- type: "plot"
10589 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10590 #  algorithm: "plot_nf_heatmap"
10591 #  output-file-type: ".html"
10592 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10593 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10594 #  filter: "'NIC_Intel-XXV710' and
10595 #           'NF_DENSITY' and
10596 #           'DOCKER' and
10597 #           'PIPELINE' and
10598 #           'NF_VPPIP4' and
10599 #           '64B' and
10600 #           '2T1C' and
10601 #           'NDRPDR'"
10602 #  parameters:
10603 #  - "throughput"
10604 #  - "name"
10605 #  - "tags"
10606 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10607 #  x-axis: "X = CNFs per Service Pipeline"
10608 #  y-axis: "Y = Number of Service Pipelines"
10609 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10610 #  layout:
10611 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10612 #    layout: "plot-service-density"
10613 #
10614 #- type: "plot"
10615 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10616 #  algorithm: "plot_nf_heatmap"
10617 #  output-file-type: ".html"
10618 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10619 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10620 #  filter: "'NIC_Intel-XXV710' and
10621 #           'NF_DENSITY' and
10622 #           'DOCKER' and
10623 #           'PIPELINE' and
10624 #           'NF_VPPIP4' and
10625 #           '64B' and
10626 #           '4T2C' and
10627 #           'NDRPDR'"
10628 #  parameters:
10629 #  - "throughput"
10630 #  - "name"
10631 #  - "tags"
10632 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10633 #  x-axis: "X = CNFs per Service Pipeline"
10634 #  y-axis: "Y = Number of Service Pipelines"
10635 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10636 #  layout:
10637 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10638 #    layout: "plot-service-density"
10639 #
10640 #- type: "plot"
10641 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10642 #  algorithm: "plot_nf_heatmap"
10643 #  output-file-type: ".html"
10644 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10645 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10646 #  filter: "'NIC_Intel-XXV710' and
10647 #           'NF_DENSITY' and
10648 #           'DOCKER' and
10649 #           'PIPELINE' and
10650 #           'NF_VPPIP4' and
10651 #           '64B' and
10652 #           '8T4C' and
10653 #           'NDRPDR'"
10654 #  parameters:
10655 #  - "throughput"
10656 #  - "name"
10657 #  - "tags"
10658 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10659 #  x-axis: "X = CNFs per Service Pipeline"
10660 #  y-axis: "Y = Number of Service Pipelines"
10661 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10662 #  layout:
10663 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10664 #    layout: "plot-service-density"
10665 #
10666 ## Plots - NF Density - CSP - PDR IMIX
10667 #- type: "plot"
10668 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10669 #  algorithm: "plot_nf_heatmap"
10670 #  output-file-type: ".html"
10671 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10672 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10673 #  filter: "'NIC_Intel-XXV710' and
10674 #           'NF_DENSITY' and
10675 #           'DOCKER' and
10676 #           'PIPELINE' and
10677 #           'NF_VPPIP4' and
10678 #           'IMIX' and
10679 #           '2T1C' and
10680 #           'NDRPDR'"
10681 #  parameters:
10682 #  - "throughput"
10683 #  - "name"
10684 #  - "tags"
10685 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10686 #  x-axis: "X = CNFs per Service Pipeline"
10687 #  y-axis: "Y = Number of Service Pipelines"
10688 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10689 #  layout:
10690 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10691 #    layout: "plot-service-density"
10692 #
10693 #- type: "plot"
10694 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10695 #  algorithm: "plot_nf_heatmap"
10696 #  output-file-type: ".html"
10697 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10698 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10699 #  filter: "'NIC_Intel-XXV710' and
10700 #           'NF_DENSITY' and
10701 #           'DOCKER' and
10702 #           'PIPELINE' and
10703 #           'NF_VPPIP4' and
10704 #           'IMIX' and
10705 #           '4T2C' and
10706 #           'NDRPDR'"
10707 #  parameters:
10708 #  - "throughput"
10709 #  - "name"
10710 #  - "tags"
10711 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10712 #  x-axis: "X = CNFs per Service Pipeline"
10713 #  y-axis: "Y = Number of Service Pipelines"
10714 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10715 #  layout:
10716 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10717 #    layout: "plot-service-density"
10718 #
10719 #- type: "plot"
10720 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10721 #  algorithm: "plot_nf_heatmap"
10722 #  output-file-type: ".html"
10723 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10724 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10725 #  filter: "'NIC_Intel-XXV710' and
10726 #           'NF_DENSITY' and
10727 #           'DOCKER' and
10728 #           'PIPELINE' and
10729 #           'NF_VPPIP4' and
10730 #           'IMIX' and
10731 #           '8T4C' and
10732 #           'NDRPDR'"
10733 #  parameters:
10734 #  - "throughput"
10735 #  - "name"
10736 #  - "tags"
10737 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10738 #  x-axis: "X = CNFs per Service Pipeline"
10739 #  y-axis: "Y = Number of Service Pipelines"
10740 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10741 #  layout:
10742 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10743 #    layout: "plot-service-density"
10744
10745 ###############################################################################
10746 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10747
10748 - type: "plot"
10749   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10750   algorithm: "plot_nf_heatmap"
10751   output-file-type: ".html"
10752   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10753   data: "plot-vpp-nfv-2n-clx-mrr"
10754   filter: "'NIC_Intel-XXV710' and
10755            'NF_DENSITY' and
10756            'VHOST' and
10757            not 'VXLAN' and
10758            'CHAIN' and
10759            'NF_VPPIP4' and
10760            'IMIX' and
10761            '2T1C' and
10762            'MRR'"
10763   parameters:
10764   - "result"
10765   - "name"
10766   - "tags"
10767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10768   x-axis: "X = VNFs per Service Chain"
10769   y-axis: "Y = Number of Service Chains"
10770   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10771   layout:
10772     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10773     layout: "plot-service-density"
10774
10775 - type: "plot"
10776   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10777   algorithm: "plot_nf_heatmap"
10778   output-file-type: ".html"
10779   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10780   data: "plot-vpp-nfv-2n-clx-mrr"
10781   filter: "'NIC_Intel-XXV710' and
10782            'NF_DENSITY' and
10783            'VHOST' and
10784            not 'VXLAN' and
10785            'CHAIN' and
10786            'NF_VPPIP4' and
10787            'IMIX' and
10788            '4T2C' and
10789            'MRR'"
10790   parameters:
10791   - "result"
10792   - "name"
10793   - "tags"
10794   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10795   x-axis: "X = VNFs per Service Chain"
10796   y-axis: "Y = Number of Service Chains"
10797   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10798   layout:
10799     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10800     layout: "plot-service-density"
10801
10802 - type: "plot"
10803   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10804   algorithm: "plot_nf_heatmap"
10805   output-file-type: ".html"
10806   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10807   data: "plot-vpp-nfv-2n-clx-mrr"
10808   filter: "'NIC_Intel-XXV710' and
10809            'NF_DENSITY' and
10810            'VHOST' and
10811            not 'VXLAN' and
10812            'CHAIN' and
10813            'NF_VPPIP4' and
10814            'IMIX' and
10815            '8T4C' and
10816            'MRR'"
10817   parameters:
10818   - "result"
10819   - "name"
10820   - "tags"
10821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10822   x-axis: "X = VNFs per Service Chain"
10823   y-axis: "Y = Number of Service Chains"
10824   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10825   layout:
10826     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10827     layout: "plot-service-density"
10828
10829 # Plots - NF Density - VSC - NDR IMIX
10830 - type: "plot"
10831   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10832   algorithm: "plot_nf_heatmap"
10833   output-file-type: ".html"
10834   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10835   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10836   filter: "'NIC_Intel-XXV710' and
10837            'NF_DENSITY' and
10838            'VHOST' and
10839            not 'VXLAN' and
10840            'CHAIN' and
10841            'NF_VPPIP4' and
10842            'IMIX' and
10843            '2T1C' and
10844            'NDRPDR'"
10845   parameters:
10846   - "throughput"
10847   - "name"
10848   - "tags"
10849   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10850   x-axis: "X = VNFs per Service Chain"
10851   y-axis: "Y = Number of Service Chains"
10852   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10853   layout:
10854     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10855     layout: "plot-service-density"
10856
10857 - type: "plot"
10858   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10859   algorithm: "plot_nf_heatmap"
10860   output-file-type: ".html"
10861   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10862   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10863   filter: "'NIC_Intel-XXV710' and
10864            'NF_DENSITY' and
10865            'VHOST' and
10866            not 'VXLAN' and
10867            'CHAIN' and
10868            'NF_VPPIP4' and
10869            'IMIX' and
10870            '4T2C' and
10871            'NDRPDR'"
10872   parameters:
10873   - "throughput"
10874   - "name"
10875   - "tags"
10876   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10877   x-axis: "X = VNFs per Service Chain"
10878   y-axis: "Y = Number of Service Chains"
10879   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10880   layout:
10881     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10882     layout: "plot-service-density"
10883
10884 - type: "plot"
10885   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10886   algorithm: "plot_nf_heatmap"
10887   output-file-type: ".html"
10888   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10889   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10890   filter: "'NIC_Intel-XXV710' and
10891            'NF_DENSITY' and
10892            'VHOST' and
10893            not 'VXLAN' and
10894            'CHAIN' and
10895            'NF_VPPIP4' and
10896            'IMIX' and
10897            '8T4C' and
10898            'NDRPDR'"
10899   parameters:
10900   - "throughput"
10901   - "name"
10902   - "tags"
10903   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10904   x-axis: "X = VNFs per Service Chain"
10905   y-axis: "Y = Number of Service Chains"
10906   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10907   layout:
10908     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10909     layout: "plot-service-density"
10910
10911 # Plots - NF Density - VSC - PDR IMIX
10912 - type: "plot"
10913   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10914   algorithm: "plot_nf_heatmap"
10915   output-file-type: ".html"
10916   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10917   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10918   filter: "'NIC_Intel-XXV710' and
10919            'NF_DENSITY' and
10920            'VHOST' and
10921            not 'VXLAN' and
10922            'CHAIN' and
10923            'NF_VPPIP4' and
10924            'IMIX' and
10925            '2T1C' and
10926            'NDRPDR'"
10927   parameters:
10928   - "throughput"
10929   - "name"
10930   - "tags"
10931   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10932   x-axis: "X = VNFs per Service Chain"
10933   y-axis: "Y = Number of Service Chains"
10934   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10935   layout:
10936     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10937     layout: "plot-service-density"
10938
10939 - type: "plot"
10940   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10941   algorithm: "plot_nf_heatmap"
10942   output-file-type: ".html"
10943   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10944   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10945   filter: "'NIC_Intel-XXV710' and
10946            'NF_DENSITY' and
10947            'VHOST' and
10948            not 'VXLAN' and
10949            'CHAIN' and
10950            'NF_VPPIP4' and
10951            'IMIX' and
10952            '4T2C' and
10953            'NDRPDR'"
10954   parameters:
10955   - "throughput"
10956   - "name"
10957   - "tags"
10958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10959   x-axis: "X = VNFs per Service Chain"
10960   y-axis: "Y = Number of Service Chains"
10961   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10962   layout:
10963     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10964     layout: "plot-service-density"
10965
10966 - type: "plot"
10967   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10968   algorithm: "plot_nf_heatmap"
10969   output-file-type: ".html"
10970   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10971   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10972   filter: "'NIC_Intel-XXV710' and
10973            'NF_DENSITY' and
10974            'VHOST' and
10975            not 'VXLAN' and
10976            'CHAIN' and
10977            'NF_VPPIP4' and
10978            'IMIX' and
10979            '8T4C' and
10980            'NDRPDR'"
10981   parameters:
10982   - "throughput"
10983   - "name"
10984   - "tags"
10985   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10986   x-axis: "X = VNFs per Service Chain"
10987   y-axis: "Y = Number of Service Chains"
10988   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10989   layout:
10990     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10991     layout: "plot-service-density"
10992
10993 # Plots - NF Density - VSC - MRR IMIX
10994 - type: "plot"
10995   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10996   algorithm: "plot_nf_heatmap"
10997   output-file-type: ".html"
10998   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10999   data: "plot-vpp-nfv-2n-clx-mrr"
11000   filter: "'NIC_Intel-XXV710' and
11001            'NF_DENSITY' and
11002            'VHOST' and
11003            'VXLAN' and
11004            'CHAIN' and
11005            'IMIX' and
11006            '2T1C' and
11007            'MRR'"
11008   parameters:
11009   - "result"
11010   - "name"
11011   - "tags"
11012   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11013   x-axis: "X = VNFs per Service Chain"
11014   y-axis: "Y = Number of Service Chains"
11015   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11016   layout:
11017     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11018     layout: "plot-service-density"
11019
11020 - type: "plot"
11021   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11022   algorithm: "plot_nf_heatmap"
11023   output-file-type: ".html"
11024   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
11025   data: "plot-vpp-nfv-2n-clx-mrr"
11026   filter: "'NIC_Intel-XXV710' and
11027            'NF_DENSITY' and
11028            'VHOST' and
11029            'VXLAN' and
11030            'CHAIN' and
11031            'IMIX' and
11032            '4T2C' and
11033            'MRR'"
11034   parameters:
11035   - "result"
11036   - "name"
11037   - "tags"
11038   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11039   x-axis: "X = VNFs per Service Chain"
11040   y-axis: "Y = Number of Service Chains"
11041   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11042   layout:
11043     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11044     layout: "plot-service-density"
11045
11046 - type: "plot"
11047   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11048   algorithm: "plot_nf_heatmap"
11049   output-file-type: ".html"
11050   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
11051   data: "plot-vpp-nfv-2n-clx-mrr"
11052   filter: "'NIC_Intel-XXV710' and
11053            'NF_DENSITY' and
11054            'VHOST' and
11055            'VXLAN' and
11056            'CHAIN' and
11057            'IMIX' and
11058            '8T4C' and
11059            'MRR'"
11060   parameters:
11061   - "result"
11062   - "name"
11063   - "tags"
11064   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11065   x-axis: "X = VNFs per Service Chain"
11066   y-axis: "Y = Number of Service Chains"
11067   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11068   layout:
11069     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
11070     layout: "plot-service-density"
11071
11072 # Plots - NF Density - VSC - NDR IMIX
11073 - type: "plot"
11074   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11075   algorithm: "plot_nf_heatmap"
11076   output-file-type: ".html"
11077   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
11078   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11079   filter: "'NIC_Intel-XXV710' and
11080            'NF_DENSITY' and
11081            'VHOST' and
11082            'VXLAN' and
11083            'CHAIN' and
11084            'IMIX' and
11085            '2T1C' and
11086            'NDRPDR'"
11087   parameters:
11088   - "throughput"
11089   - "name"
11090   - "tags"
11091   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11092   x-axis: "X = VNFs per Service Chain"
11093   y-axis: "Y = Number of Service Chains"
11094   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11095   layout:
11096     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11097     layout: "plot-service-density"
11098
11099 - type: "plot"
11100   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11101   algorithm: "plot_nf_heatmap"
11102   output-file-type: ".html"
11103   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
11104   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11105   filter: "'NIC_Intel-XXV710' and
11106            'NF_DENSITY' and
11107            'VHOST' and
11108            'VXLAN' and
11109            'CHAIN' and
11110            'IMIX' and
11111            '4T2C' and
11112            'NDRPDR'"
11113   parameters:
11114   - "throughput"
11115   - "name"
11116   - "tags"
11117   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11118   x-axis: "X = VNFs per Service Chain"
11119   y-axis: "Y = Number of Service Chains"
11120   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11121   layout:
11122     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11123     layout: "plot-service-density"
11124
11125 - type: "plot"
11126   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11127   algorithm: "plot_nf_heatmap"
11128   output-file-type: ".html"
11129   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
11130   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11131   filter: "'NIC_Intel-XXV710' and
11132            'NF_DENSITY' and
11133            'VHOST' and
11134            'VXLAN' and
11135            'CHAIN' and
11136            'IMIX' and
11137            '8T4C' and
11138            'NDRPDR'"
11139   parameters:
11140   - "throughput"
11141   - "name"
11142   - "tags"
11143   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11144   x-axis: "X = VNFs per Service Chain"
11145   y-axis: "Y = Number of Service Chains"
11146   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11147   layout:
11148     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11149     layout: "plot-service-density"
11150
11151 # Plots - NF Density - VSC - PDR IMIX
11152 - type: "plot"
11153   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11154   algorithm: "plot_nf_heatmap"
11155   output-file-type: ".html"
11156   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11157   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11158   filter: "'NIC_Intel-XXV710' and
11159            'NF_DENSITY' and
11160            'VHOST' and
11161            'VXLAN' and
11162            'CHAIN' and
11163            'IMIX' and
11164            '2T1C' and
11165            'NDRPDR'"
11166   parameters:
11167   - "throughput"
11168   - "name"
11169   - "tags"
11170   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11171   x-axis: "X = VNFs per Service Chain"
11172   y-axis: "Y = Number of Service Chains"
11173   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11174   layout:
11175     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11176     layout: "plot-service-density"
11177
11178 - type: "plot"
11179   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11180   algorithm: "plot_nf_heatmap"
11181   output-file-type: ".html"
11182   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11183   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11184   filter: "'NIC_Intel-XXV710' and
11185            'NF_DENSITY' and
11186            'VHOST' and
11187            'VXLAN' and
11188            'CHAIN' and
11189            'IMIX' and
11190            '4T2C' and
11191            'NDRPDR'"
11192   parameters:
11193   - "throughput"
11194   - "name"
11195   - "tags"
11196   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11197   x-axis: "X = VNFs per Service Chain"
11198   y-axis: "Y = Number of Service Chains"
11199   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11200   layout:
11201     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11202     layout: "plot-service-density"
11203
11204 - type: "plot"
11205   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11206   algorithm: "plot_nf_heatmap"
11207   output-file-type: ".html"
11208   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11209   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11210   filter: "'NIC_Intel-XXV710' and
11211            'NF_DENSITY' and
11212            'VHOST' and
11213            'VXLAN' and
11214            'CHAIN' and
11215            'IMIX' and
11216            '8T4C' and
11217            'NDRPDR'"
11218   parameters:
11219   - "throughput"
11220   - "name"
11221   - "tags"
11222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11223   x-axis: "X = VNFs per Service Chain"
11224   y-axis: "Y = Number of Service Chains"
11225   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11226   layout:
11227     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11228     layout: "plot-service-density"
11229
11230 # Plots - NF Density - CSC - MRR IMIX
11231 - type: "plot"
11232   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11233   algorithm: "plot_nf_heatmap"
11234   output-file-type: ".html"
11235   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11236   data: "plot-vpp-nfv-2n-clx-mrr"
11237   filter: "'NIC_Intel-XXV710' and
11238            'NF_DENSITY' and
11239            'DOCKER' and
11240            'CHAIN' and
11241            'NF_VPPIP4' and
11242            'IMIX' and
11243            '2T1C' and
11244            'MRR'"
11245   parameters:
11246   - "result"
11247   - "name"
11248   - "tags"
11249   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11250   x-axis: "X = CNFs per Service Chain"
11251   y-axis: "Y = Number of Service Chains"
11252   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11253   layout:
11254     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11255     layout: "plot-service-density"
11256
11257 - type: "plot"
11258   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11259   algorithm: "plot_nf_heatmap"
11260   output-file-type: ".html"
11261   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11262   data: "plot-vpp-nfv-2n-clx-mrr"
11263   filter: "'NIC_Intel-XXV710' and
11264            'NF_DENSITY' and
11265            'DOCKER' and
11266            'CHAIN' and
11267            'NF_VPPIP4' and
11268            'IMIX' and
11269            '4T2C' and
11270            'MRR'"
11271   parameters:
11272   - "result"
11273   - "name"
11274   - "tags"
11275   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11276   x-axis: "X = CNFs per Service Chain"
11277   y-axis: "Y = Number of Service Chains"
11278   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11279   layout:
11280     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11281     layout: "plot-service-density"
11282
11283 - type: "plot"
11284   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11285   algorithm: "plot_nf_heatmap"
11286   output-file-type: ".html"
11287   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11288   data: "plot-vpp-nfv-2n-clx-mrr"
11289   filter: "'NIC_Intel-XXV710' and
11290            'NF_DENSITY' and
11291            'DOCKER' and
11292            'CHAIN' and
11293            'NF_VPPIP4' and
11294            'IMIX' and
11295            '8T4C' and
11296            'MRR'"
11297   parameters:
11298   - "result"
11299   - "name"
11300   - "tags"
11301   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11302   x-axis: "X = CNFs per Service Chain"
11303   y-axis: "Y = Number of Service Chains"
11304   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11305   layout:
11306     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11307     layout: "plot-service-density"
11308
11309 # Plots - NF Density - CSC - NDR IMIX
11310 - type: "plot"
11311   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11312   algorithm: "plot_nf_heatmap"
11313   output-file-type: ".html"
11314   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11315   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11316   filter: "'NIC_Intel-XXV710' and
11317            'NF_DENSITY' and
11318            'DOCKER' and
11319            'CHAIN' and
11320            'NF_VPPIP4' and
11321            'IMIX' and
11322            '2T1C' and
11323            'NDRPDR'"
11324   parameters:
11325   - "throughput"
11326   - "name"
11327   - "tags"
11328   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11329   x-axis: "X = CNFs per Service Chain"
11330   y-axis: "Y = Number of Service Chains"
11331   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11332   layout:
11333     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11334     layout: "plot-service-density"
11335
11336 - type: "plot"
11337   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11338   algorithm: "plot_nf_heatmap"
11339   output-file-type: ".html"
11340   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11341   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11342   filter: "'NIC_Intel-XXV710' and
11343            'NF_DENSITY' and
11344            'DOCKER' and
11345            'CHAIN' and
11346            'NF_VPPIP4' and
11347            'IMIX' and
11348            '4T2C' and
11349            'NDRPDR'"
11350   parameters:
11351   - "throughput"
11352   - "name"
11353   - "tags"
11354   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11355   x-axis: "X = CNFs per Service Chain"
11356   y-axis: "Y = Number of Service Chains"
11357   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11358   layout:
11359     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11360     layout: "plot-service-density"
11361
11362 - type: "plot"
11363   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11364   algorithm: "plot_nf_heatmap"
11365   output-file-type: ".html"
11366   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11367   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11368   filter: "'NIC_Intel-XXV710' and
11369            'NF_DENSITY' and
11370            'DOCKER' and
11371            'CHAIN' and
11372            'NF_VPPIP4' and
11373            'IMIX' and
11374            '8T4C' and
11375            'NDRPDR'"
11376   parameters:
11377   - "throughput"
11378   - "name"
11379   - "tags"
11380   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11381   x-axis: "X = CNFs per Service Chain"
11382   y-axis: "Y = Number of Service Chains"
11383   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11384   layout:
11385     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11386     layout: "plot-service-density"
11387
11388 # Plots - NF Density - CSC - PDR IMIX
11389 - type: "plot"
11390   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11391   algorithm: "plot_nf_heatmap"
11392   output-file-type: ".html"
11393   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11394   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11395   filter: "'NIC_Intel-XXV710' and
11396            'NF_DENSITY' and
11397            'DOCKER' and
11398            'CHAIN' and
11399            'NF_VPPIP4' and
11400            'IMIX' and
11401            '2T1C' and
11402            'NDRPDR'"
11403   parameters:
11404   - "throughput"
11405   - "name"
11406   - "tags"
11407   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11408   x-axis: "X = CNFs per Service Chain"
11409   y-axis: "Y = Number of Service Chains"
11410   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11411   layout:
11412     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11413     layout: "plot-service-density"
11414
11415 - type: "plot"
11416   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11417   algorithm: "plot_nf_heatmap"
11418   output-file-type: ".html"
11419   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11420   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11421   filter: "'NIC_Intel-XXV710' and
11422            'NF_DENSITY' and
11423            'DOCKER' and
11424            'CHAIN' and
11425            'NF_VPPIP4' and
11426            'IMIX' and
11427            '4T2C' and
11428            'NDRPDR'"
11429   parameters:
11430   - "throughput"
11431   - "name"
11432   - "tags"
11433   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11434   x-axis: "X = CNFs per Service Chain"
11435   y-axis: "Y = Number of Service Chains"
11436   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11437   layout:
11438     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11439     layout: "plot-service-density"
11440
11441 - type: "plot"
11442   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11443   algorithm: "plot_nf_heatmap"
11444   output-file-type: ".html"
11445   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11446   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11447   filter: "'NIC_Intel-XXV710' and
11448            'NF_DENSITY' and
11449            'DOCKER' and
11450            'CHAIN' and
11451            'NF_VPPIP4' and
11452            'IMIX' and
11453            '8T4C' and
11454            'NDRPDR'"
11455   parameters:
11456   - "throughput"
11457   - "name"
11458   - "tags"
11459   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11460   x-axis: "X = CNFs per Service Chain"
11461   y-axis: "Y = Number of Service Chains"
11462   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11463   layout:
11464     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11465     layout: "plot-service-density"
11466
11467 # Plots - NF Density - CSP - MRR IMIX
11468 - type: "plot"
11469   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11470   algorithm: "plot_nf_heatmap"
11471   output-file-type: ".html"
11472   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11473   data: "plot-vpp-nfv-2n-clx-mrr"
11474   filter: "'NIC_Intel-XXV710' and
11475            'NF_DENSITY' and
11476            'DOCKER' and
11477            'PIPELINE' and
11478            'NF_VPPIP4' and
11479            'IMIX' and
11480            '2T1C' and
11481            'MRR'"
11482   parameters:
11483   - "result"
11484   - "name"
11485   - "tags"
11486   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11487   x-axis: "X = CNFs per Service Pipeline"
11488   y-axis: "Y = Number of Service Pipelines"
11489   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11490   layout:
11491     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11492     layout: "plot-service-density"
11493
11494 - type: "plot"
11495   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11496   algorithm: "plot_nf_heatmap"
11497   output-file-type: ".html"
11498   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11499   data: "plot-vpp-nfv-2n-clx-mrr"
11500   filter: "'NIC_Intel-XXV710' and
11501            'NF_DENSITY' and
11502            'DOCKER' and
11503            'PIPELINE' and
11504            'NF_VPPIP4' and
11505            'IMIX' and
11506            '4T2C' and
11507            'MRR'"
11508   parameters:
11509   - "result"
11510   - "name"
11511   - "tags"
11512   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11513   x-axis: "X = CNFs per Service Pipeline"
11514   y-axis: "Y = Number of Service Pipelines"
11515   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11516   layout:
11517     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11518     layout: "plot-service-density"
11519
11520 - type: "plot"
11521   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11522   algorithm: "plot_nf_heatmap"
11523   output-file-type: ".html"
11524   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11525   data: "plot-vpp-nfv-2n-clx-mrr"
11526   filter: "'NIC_Intel-XXV710' and
11527            'NF_DENSITY' and
11528            'DOCKER' and
11529            'PIPELINE' and
11530            'NF_VPPIP4' and
11531            'IMIX' and
11532            '8T4C' and
11533            'MRR'"
11534   parameters:
11535   - "result"
11536   - "name"
11537   - "tags"
11538   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11539   x-axis: "X = CNFs per Service Pipeline"
11540   y-axis: "Y = Number of Service Pipelines"
11541   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11542   layout:
11543     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11544     layout: "plot-service-density"
11545
11546 # Plots - NF Density - CSP - NDR IMIX
11547 - type: "plot"
11548   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11549   algorithm: "plot_nf_heatmap"
11550   output-file-type: ".html"
11551   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11552   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11553   filter: "'NIC_Intel-XXV710' and
11554            'NF_DENSITY' and
11555            'DOCKER' and
11556            'PIPELINE' and
11557            'NF_VPPIP4' and
11558            'IMIX' and
11559            '2T1C' and
11560            'NDRPDR'"
11561   parameters:
11562   - "throughput"
11563   - "name"
11564   - "tags"
11565   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11566   x-axis: "X = CNFs per Service Pipeline"
11567   y-axis: "Y = Number of Service Pipelines"
11568   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11569   layout:
11570     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11571     layout: "plot-service-density"
11572
11573 - type: "plot"
11574   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11575   algorithm: "plot_nf_heatmap"
11576   output-file-type: ".html"
11577   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11578   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11579   filter: "'NIC_Intel-XXV710' and
11580            'NF_DENSITY' and
11581            'DOCKER' and
11582            'PIPELINE' and
11583            'NF_VPPIP4' and
11584            'IMIX' and
11585            '4T2C' and
11586            'NDRPDR'"
11587   parameters:
11588   - "throughput"
11589   - "name"
11590   - "tags"
11591   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11592   x-axis: "X = CNFs per Service Pipeline"
11593   y-axis: "Y = Number of Service Pipelines"
11594   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11595   layout:
11596     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11597     layout: "plot-service-density"
11598
11599 - type: "plot"
11600   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11601   algorithm: "plot_nf_heatmap"
11602   output-file-type: ".html"
11603   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11604   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11605   filter: "'NIC_Intel-XXV710' and
11606            'NF_DENSITY' and
11607            'DOCKER' and
11608            'PIPELINE' and
11609            'NF_VPPIP4' and
11610            'IMIX' and
11611            '8T4C' and
11612            'NDRPDR'"
11613   parameters:
11614   - "throughput"
11615   - "name"
11616   - "tags"
11617   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11618   x-axis: "X = CNFs per Service Pipeline"
11619   y-axis: "Y = Number of Service Pipelines"
11620   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11621   layout:
11622     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11623     layout: "plot-service-density"
11624
11625 # Plots - NF Density - CSP - PDR IMIX
11626 - type: "plot"
11627   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11628   algorithm: "plot_nf_heatmap"
11629   output-file-type: ".html"
11630   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11631   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11632   filter: "'NIC_Intel-XXV710' and
11633            'NF_DENSITY' and
11634            'DOCKER' and
11635            'PIPELINE' and
11636            'NF_VPPIP4' and
11637            'IMIX' and
11638            '2T1C' and
11639            'NDRPDR'"
11640   parameters:
11641   - "throughput"
11642   - "name"
11643   - "tags"
11644   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11645   x-axis: "X = CNFs per Service Pipeline"
11646   y-axis: "Y = Number of Service Pipelines"
11647   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11648   layout:
11649     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11650     layout: "plot-service-density"
11651
11652 - type: "plot"
11653   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11654   algorithm: "plot_nf_heatmap"
11655   output-file-type: ".html"
11656   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11657   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11658   filter: "'NIC_Intel-XXV710' and
11659            'NF_DENSITY' and
11660            'DOCKER' and
11661            'PIPELINE' and
11662            'NF_VPPIP4' and
11663            'IMIX' and
11664            '4T2C' and
11665            'NDRPDR'"
11666   parameters:
11667   - "throughput"
11668   - "name"
11669   - "tags"
11670   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11671   x-axis: "X = CNFs per Service Pipeline"
11672   y-axis: "Y = Number of Service Pipelines"
11673   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11674   layout:
11675     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11676     layout: "plot-service-density"
11677
11678 - type: "plot"
11679   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11680   algorithm: "plot_nf_heatmap"
11681   output-file-type: ".html"
11682   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11683   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11684   filter: "'NIC_Intel-XXV710' and
11685            'NF_DENSITY' and
11686            'DOCKER' and
11687            'PIPELINE' and
11688            'NF_VPPIP4' and
11689            'IMIX' and
11690            '8T4C' and
11691            'NDRPDR'"
11692   parameters:
11693   - "throughput"
11694   - "name"
11695   - "tags"
11696   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11697   x-axis: "X = CNFs per Service Pipeline"
11698   y-axis: "Y = Number of Service Pipelines"
11699   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11700   layout:
11701     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11702     layout: "plot-service-density"
11703
11704 ################################################################################
11705
11706 # Packet Throughput
11707
11708 - type: "plot"
11709   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11710   algorithm: "plot_perf_box_name"
11711   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11712   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11713   include:
11714     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11715     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11716     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11717     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11718   layout:
11719     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11720     layout: "plot-throughput"
11721
11722 - type: "plot"
11723   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11724   algorithm: "plot_perf_box_name"
11725   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11727   include:
11728     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11729     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11730     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11731     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11732   layout:
11733     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11734     layout: "plot-throughput"
11735
11736 - type: "plot"
11737   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11738   algorithm: "plot_perf_box_name"
11739   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11740   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11741   include:
11742     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11743     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11744     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11745     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11746   layout:
11747     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11748     layout: "plot-throughput"
11749
11750 - type: "plot"
11751   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11752   algorithm: "plot_perf_box_name"
11753   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11754   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11755   include:
11756     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11757     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11758     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11759     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11760   layout:
11761     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11762     layout: "plot-throughput"
11763
11764 - type: "plot"
11765   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11766   algorithm: "plot_perf_box_name"
11767   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11769   include:
11770     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11771     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11772     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11773     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11774     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11775   layout:
11776     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11777     layout: "plot-throughput"
11778
11779 - type: "plot"
11780   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11781   algorithm: "plot_perf_box_name"
11782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11784   include:
11785     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11786     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11787     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11788     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11789     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11790   layout:
11791     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11792     layout: "plot-throughput"
11793
11794 - type: "plot"
11795   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11796   algorithm: "plot_perf_box_name"
11797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11799   include:
11800     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11801     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11802     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11803     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11804     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11805   layout:
11806     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11807     layout: "plot-throughput"
11808
11809 - type: "plot"
11810   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11811   algorithm: "plot_perf_box_name"
11812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11814   include:
11815     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11816     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11817     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11818     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11819     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11820   layout:
11821     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11822     layout: "plot-throughput"
11823
11824 - type: "plot"
11825   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11826   algorithm: "plot_perf_box_name"
11827   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11828   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11829   include:
11830     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11831     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11832     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11833     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11834     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11835   layout:
11836     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11837     layout: "plot-throughput"
11838
11839 - type: "plot"
11840   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11841   algorithm: "plot_perf_box_name"
11842   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11843   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11844   include:
11845     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11846     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11847     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11848     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11849     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11850   layout:
11851     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11852     layout: "plot-throughput"
11853
11854 - type: "plot"
11855   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11856   algorithm: "plot_perf_box_name"
11857   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11858   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11859   include:
11860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11866   layout:
11867     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11868     layout: "plot-throughput"
11869
11870 - type: "plot"
11871   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11872   algorithm: "plot_perf_box_name"
11873   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11874   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11875   include:
11876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11882   layout:
11883     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11884     layout: "plot-throughput"
11885
11886 - type: "plot"
11887   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11888   algorithm: "plot_perf_box_name"
11889   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11890   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11891   include:
11892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11897   layout:
11898     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11899     layout: "plot-throughput"
11900
11901 - type: "plot"
11902   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11903   algorithm: "plot_perf_box_name"
11904   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11905   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11906   include:
11907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11912   layout:
11913     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11914     layout: "plot-throughput"
11915
11916 - type: "plot"
11917   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11918   algorithm: "plot_perf_box_name"
11919   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11920   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11921   include:
11922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11925   layout:
11926     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11927     layout: "plot-throughput"
11928
11929 - type: "plot"
11930   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11931   algorithm: "plot_perf_box_name"
11932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11934   include:
11935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11938   layout:
11939     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11940     layout: "plot-throughput"
11941
11942 - type: "plot"
11943   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11944   algorithm: "plot_perf_box_name"
11945   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11946   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11947   include:
11948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11953   layout:
11954     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11955     layout: "plot-throughput"
11956
11957 - type: "plot"
11958   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11959   algorithm: "plot_perf_box_name"
11960   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11961   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11962   include:
11963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11968   layout:
11969     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11970     layout: "plot-throughput"
11971
11972 - type: "plot"
11973   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11974   algorithm: "plot_perf_box_name"
11975   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11976   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11977   include:
11978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11981   layout:
11982     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11983     layout: "plot-throughput"
11984
11985 - type: "plot"
11986   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11987   algorithm: "plot_perf_box_name"
11988   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11989   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11990   include:
11991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11994   layout:
11995     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11996     layout: "plot-throughput"
11997
11998 - type: "plot"
11999   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12000   algorithm: "plot_perf_box_name"
12001   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12003   include:
12004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12010   layout:
12011     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12012     layout: "plot-throughput"
12013
12014 - type: "plot"
12015   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12016   algorithm: "plot_perf_box_name"
12017   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12018   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12019   include:
12020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12026   layout:
12027     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12028     layout: "plot-throughput"
12029
12030 - type: "plot"
12031   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12032   algorithm: "plot_perf_box_name"
12033   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12035   include:
12036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12042   layout:
12043     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12044     layout: "plot-throughput"
12045
12046 - type: "plot"
12047   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12048   algorithm: "plot_perf_box_name"
12049   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12051   include:
12052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12058   layout:
12059     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12060     layout: "plot-throughput"
12061
12062 - type: "plot"
12063   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12064   algorithm: "plot_perf_box_name"
12065   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12066   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12067   include:
12068     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12071   layout:
12072     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12073     layout: "plot-throughput"
12074
12075 - type: "plot"
12076   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12077   algorithm: "plot_perf_box_name"
12078   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12079   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12080   include:
12081     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12084   layout:
12085     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12086     layout: "plot-throughput"
12087
12088 - type: "plot"
12089   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12090   algorithm: "plot_perf_box_name"
12091   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12093   include:
12094     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12097 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12098 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12099   layout:
12100     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12101     layout: "plot-throughput"
12102
12103 - type: "plot"
12104   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12105   algorithm: "plot_perf_box_name"
12106   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12108   include:
12109     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12112 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12113 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12114   layout:
12115     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12116     layout: "plot-throughput"
12117
12118 - type: "plot"
12119   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12120   algorithm: "plot_perf_box_name"
12121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12123   include:
12124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12129   layout:
12130     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12131     layout: "plot-throughput"
12132
12133 - type: "plot"
12134   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12135   algorithm: "plot_perf_box_name"
12136   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12138   include:
12139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12144   layout:
12145     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12146     layout: "plot-throughput"
12147
12148 - type: "plot"
12149   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12150   algorithm: "plot_perf_box_name"
12151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12153   include:
12154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12159   layout:
12160     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12161     layout: "plot-throughput"
12162
12163 - type: "plot"
12164   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12165   algorithm: "plot_perf_box_name"
12166   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12168   include:
12169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12174   layout:
12175     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12176     layout: "plot-throughput"
12177
12178 - type: "plot"
12179   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12180   algorithm: "plot_perf_box_name"
12181   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12183   include:
12184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12189     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12190   layout:
12191     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12192     layout: "plot-throughput"
12193
12194 - type: "plot"
12195   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12196   algorithm: "plot_perf_box_name"
12197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12199   include:
12200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12206   layout:
12207     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12208     layout: "plot-throughput"
12209
12210 - type: "plot"
12211   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12212   algorithm: "plot_perf_box_name"
12213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12215   include:
12216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12218     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12219     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12222   layout:
12223     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12224     layout: "plot-throughput"
12225
12226 - type: "plot"
12227   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12228   algorithm: "plot_perf_box_name"
12229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12231   include:
12232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12238   layout:
12239     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12240     layout: "plot-throughput"
12241
12242 - type: "plot"
12243   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12244   algorithm: "plot_perf_box_name"
12245   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12246   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12247   include:
12248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12253   layout:
12254     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12255     layout: "plot-throughput"
12256
12257 - type: "plot"
12258   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12259   algorithm: "plot_perf_box_name"
12260   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12261   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12262   include:
12263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12268   layout:
12269     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12270     layout: "plot-throughput"
12271
12272 - type: "plot"
12273   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12274   algorithm: "plot_perf_box_name"
12275   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12276   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12277   include:
12278     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12284   layout:
12285     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12286     layout: "plot-throughput"
12287
12288 - type: "plot"
12289   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12290   algorithm: "plot_perf_box_name"
12291   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12292   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12293   include:
12294     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
12300   layout:
12301     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12302     layout: "plot-throughput"
12303
12304 - type: "plot"
12305   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12306   algorithm: "plot_perf_box_name"
12307   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12308   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12309   include:
12310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12315   layout:
12316     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12317     layout: "plot-throughput"
12318
12319 - type: "plot"
12320   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12321   algorithm: "plot_perf_box_name"
12322   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12323   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12324   include:
12325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12330   layout:
12331     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12332     layout: "plot-throughput"
12333
12334 - type: "plot"
12335   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12336   algorithm: "plot_perf_box_name"
12337   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12338   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12339   include:
12340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12346   layout:
12347     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12348     layout: "plot-throughput"
12349
12350 - type: "plot"
12351   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12352   algorithm: "plot_perf_box_name"
12353   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12354   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12355   include:
12356     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12361     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12362   layout:
12363     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12364     layout: "plot-throughput"
12365
12366 - type: "plot"
12367   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12368   algorithm: "plot_perf_box_name"
12369   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12370   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12371   include:
12372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12377   layout:
12378     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12379     layout: "plot-throughput"
12380
12381 - type: "plot"
12382   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12383   algorithm: "plot_perf_box_name"
12384   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12385   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12386   include:
12387     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12392   layout:
12393     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12394     layout: "plot-throughput"
12395
12396 - type: "plot"
12397   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12398   algorithm: "plot_perf_box_name"
12399   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12400   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12401   include:
12402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12408   layout:
12409     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12410     layout: "plot-throughput"
12411
12412 - type: "plot"
12413   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12414   algorithm: "plot_perf_box_name"
12415   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12416   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12417   include:
12418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12424   layout:
12425     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12426     layout: "plot-throughput"
12427
12428 - type: "plot"
12429   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12430   algorithm: "plot_perf_box_name"
12431   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12432   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12433   include:
12434     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12435     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12436   layout:
12437     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12438     layout: "plot-throughput"
12439
12440 - type: "plot"
12441   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12442   algorithm: "plot_perf_box_name"
12443   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12444   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12445   include:
12446     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12448   layout:
12449     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12450     layout: "plot-throughput"
12451
12452 - type: "plot"
12453   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12454   algorithm: "plot_perf_box_name"
12455   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12457   include:
12458     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12460     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12462   layout:
12463     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12464     layout: "plot-throughput"
12465
12466 - type: "plot"
12467   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12468   algorithm: "plot_perf_box_name"
12469   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12471   include:
12472     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12473     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12474     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12475     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12476   layout:
12477     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12478     layout: "plot-throughput"
12479
12480 - type: "plot"
12481   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12482   algorithm: "plot_perf_box_name"
12483   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12484   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12485   include:
12486     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12487     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12488     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12489     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12490   layout:
12491     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12492     layout: "plot-throughput"
12493
12494 - type: "plot"
12495   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12496   algorithm: "plot_perf_box_name"
12497   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12499   include:
12500     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12501     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12502     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12503     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12504   layout:
12505     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12506     layout: "plot-throughput"
12507
12508 - type: "plot"
12509   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12510   algorithm: "plot_perf_box_name"
12511   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12512   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12513   include:
12514     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12515     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12516     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12517     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12518   layout:
12519     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12520     layout: "plot-throughput"
12521
12522 - type: "plot"
12523   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12524   algorithm: "plot_perf_box_name"
12525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12526   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12527   include:
12528     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12529     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12530     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12531     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12532   layout:
12533     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12534     layout: "plot-throughput"
12535
12536 - type: "plot"
12537   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12538   algorithm: "plot_perf_box_name"
12539   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12540   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12541   include:
12542     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12543     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12544     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12545     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12546   layout:
12547     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12548     layout: "plot-throughput"
12549
12550 - type: "plot"
12551   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12552   algorithm: "plot_perf_box_name"
12553   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12554   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12555   include:
12556     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12557     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12559     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12560   layout:
12561     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12562     layout: "plot-throughput"
12563
12564 - type: "plot"
12565   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12566   algorithm: "plot_perf_box_name"
12567   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12568   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12569   include:
12570     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12571     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12572     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12575     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12576   layout:
12577     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12578     layout: "plot-throughput"
12579
12580 - type: "plot"
12581   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12582   algorithm: "plot_perf_box_name"
12583   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12584   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12585   include:
12586     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12590     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12591     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12592   layout:
12593     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12594     layout: "plot-throughput"
12595
12596 - type: "plot"
12597   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12598   algorithm: "plot_perf_box_name"
12599   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12601   include:
12602     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12605     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12606     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12607   layout:
12608     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12609     layout: "plot-throughput"
12610
12611 - type: "plot"
12612   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12613   algorithm: "plot_perf_box_name"
12614   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12616   include:
12617     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12620     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12621     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12622   layout:
12623     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12624     layout: "plot-throughput"
12625
12626 - type: "plot"
12627   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12628   algorithm: "plot_perf_box_name"
12629   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12630   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12631   include:
12632     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12635     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12636     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12637   layout:
12638     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12639     layout: "plot-throughput"
12640
12641 - type: "plot"
12642   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12643   algorithm: "plot_perf_box_name"
12644   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12646   include:
12647     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12649     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12650     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12651     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12652   layout:
12653     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12654     layout: "plot-throughput"
12655
12656 - type: "plot"
12657   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12658   algorithm: "plot_perf_box_name"
12659   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12660   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12661   include:
12662     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12663     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12664     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12665   layout:
12666     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12667     layout: "plot-throughput"
12668
12669 - type: "plot"
12670   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12671   algorithm: "plot_perf_box_name"
12672   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12673   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12674   include:
12675     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12676     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12677     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12678   layout:
12679     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12680     layout: "plot-throughput"
12681
12682 - type: "plot"
12683   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12684   algorithm: "plot_perf_box_name"
12685   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12687   include:
12688     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12689     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12690     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12691   layout:
12692     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12693     layout: "plot-throughput"
12694
12695 - type: "plot"
12696   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12697   algorithm: "plot_perf_box_name"
12698   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12700   include:
12701     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12702     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12703     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12704   layout:
12705     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12706     layout: "plot-throughput"
12707
12708 - type: "plot"
12709   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12710   algorithm: "plot_perf_box_name"
12711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12713   include:
12714     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12715     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12716     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12717     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12718     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12719   layout:
12720     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12721     layout: "plot-throughput"
12722
12723 - type: "plot"
12724   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12725   algorithm: "plot_perf_box_name"
12726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12728   include:
12729     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12730     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12731     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12732     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12733     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12734   layout:
12735     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12736     layout: "plot-throughput"
12737
12738 - type: "plot"
12739   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12740   algorithm: "plot_perf_box_name"
12741   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12743   include:
12744     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12745     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12747     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12748     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12749   layout:
12750     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12751     layout: "plot-throughput"
12752
12753 - type: "plot"
12754   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12755   algorithm: "plot_perf_box_name"
12756   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12757   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12758   include:
12759     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12760     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12762     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12763     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12764   layout:
12765     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12766     layout: "plot-throughput"
12767
12768 - type: "plot"
12769   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12770   algorithm: "plot_perf_box_name"
12771   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12772   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12773   include:
12774     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12777     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12778     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12779   layout:
12780     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12781     layout: "plot-throughput"
12782
12783 - type: "plot"
12784   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12785   algorithm: "plot_perf_box_name"
12786   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12787   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12788   include:
12789     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12791     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12792     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12793     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12794   layout:
12795     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12796     layout: "plot-throughput"
12797
12798 - type: "plot"
12799   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12800   algorithm: "plot_perf_box_name"
12801   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12802   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12803   include:
12804     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12807     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12808     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12809   layout:
12810     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12811     layout: "plot-throughput"
12812
12813 - type: "plot"
12814   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12815   algorithm: "plot_perf_box_name"
12816   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12817   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12818   include:
12819     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12822     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12823     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12824   layout:
12825     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12826     layout: "plot-throughput"
12827
12828 - type: "plot"
12829   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12830   algorithm: "plot_perf_box_name"
12831   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12832   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12833   include:
12834     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12835     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12836     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12837     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12838     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12839   layout:
12840     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12841     layout: "plot-throughput"
12842
12843 - type: "plot"
12844   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12845   algorithm: "plot_perf_box_name"
12846   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12847   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12848   include:
12849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12850     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12851     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12852     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12853     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12854   layout:
12855     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12856     layout: "plot-throughput"
12857
12858 - type: "plot"
12859   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12860   algorithm: "plot_perf_box_name"
12861   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12862   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12863   include:
12864     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12865     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12866     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12870   layout:
12871     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12872     layout: "plot-throughput"
12873
12874 - type: "plot"
12875   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12876   algorithm: "plot_perf_box_name"
12877   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12878   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12879   include:
12880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12883     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12884     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12885     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12886   layout:
12887     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12888     layout: "plot-throughput"
12889
12890 - type: "plot"
12891   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12892   algorithm: "plot_perf_box_name"
12893   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12894   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12895   include:
12896     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12897     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12898     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12899     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12900   layout:
12901     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12902     layout: "plot-throughput"
12903
12904 - type: "plot"
12905   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12906   algorithm: "plot_perf_box_name"
12907   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12908   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12909   include:
12910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12911     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12912     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12913     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12914   layout:
12915     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12916     layout: "plot-throughput"
12917
12918 - type: "plot"
12919   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12920   algorithm: "plot_perf_box_name"
12921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12923   include:
12924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12930   layout:
12931     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12932     layout: "plot-throughput"
12933
12934 - type: "plot"
12935   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12936   algorithm: "plot_perf_box_name"
12937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12939   include:
12940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12946   layout:
12947     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12948     layout: "plot-throughput"
12949
12950 - type: "plot"
12951   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12952   algorithm: "plot_perf_box_name"
12953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12955   include:
12956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12957     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12958     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12959     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12960     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12962   layout:
12963     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12964     layout: "plot-throughput"
12965
12966 - type: "plot"
12967   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12968   algorithm: "plot_perf_box_name"
12969   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12971   include:
12972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12973     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12974     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12975     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12976     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12977     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12978   layout:
12979     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12980     layout: "plot-throughput"
12981
12982 - type: "plot"
12983   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12984   algorithm: "plot_perf_box_name"
12985   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12987   include:
12988     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12989     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12990     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12991     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12992     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12993     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12994   layout:
12995     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12996     layout: "plot-throughput"
12997
12998 - type: "plot"
12999   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13000   algorithm: "plot_perf_box_name"
13001   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13003   include:
13004     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13005     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13006     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13007     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13008     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13009     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13010   layout:
13011     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13012     layout: "plot-throughput"
13013
13014 - type: "plot"
13015   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13016   algorithm: "plot_perf_box_name"
13017   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13018   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13019   include:
13020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13021     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13024     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13025     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13026   layout:
13027     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13028     layout: "plot-throughput"
13029
13030 - type: "plot"
13031   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13032   algorithm: "plot_perf_box_name"
13033   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13034   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13035   include:
13036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13038     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13040     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13041     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13042   layout:
13043     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13044     layout: "plot-throughput"
13045
13046 - type: "plot"
13047   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13048   algorithm: "plot_perf_box_name"
13049   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13050   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13051   include:
13052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13054     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13055     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13056     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13057     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13058   layout:
13059     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13060     layout: "plot-throughput"
13061
13062 - type: "plot"
13063   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13064   algorithm: "plot_perf_box_name"
13065   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13066   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13067   include:
13068     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13069     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13070     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13071     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13072     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13073     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13074   layout:
13075     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13076     layout: "plot-throughput"
13077
13078 - type: "plot"
13079   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13080   algorithm: "plot_perf_box_name"
13081   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13082   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13083   include:
13084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13090   layout:
13091     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13092     layout: "plot-throughput"
13093
13094 - type: "plot"
13095   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13096   algorithm: "plot_perf_box_name"
13097   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13099   include:
13100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13104     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13106   layout:
13107     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13108     layout: "plot-throughput"
13109
13110 - type: "plot"
13111   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13112   algorithm: "plot_perf_box_name"
13113   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13115   include:
13116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13122   layout:
13123     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13124     layout: "plot-throughput"
13125
13126 - type: "plot"
13127   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13128   algorithm: "plot_perf_box_name"
13129   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13130   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13131   include:
13132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13138   layout:
13139     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13140     layout: "plot-throughput"
13141
13142 - type: "plot"
13143   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13144   algorithm: "plot_perf_box_name"
13145   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13146   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13147   include:
13148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13154   layout:
13155     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13156     layout: "plot-throughput"
13157
13158 - type: "plot"
13159   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13160   algorithm: "plot_perf_box_name"
13161   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13162   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13163   include:
13164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13170   layout:
13171     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13172     layout: "plot-throughput"
13173
13174 - type: "plot"
13175   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13176   algorithm: "plot_perf_box_name"
13177   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13179   include:
13180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13184   layout:
13185     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13186     layout: "plot-throughput"
13187
13188 - type: "plot"
13189   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13190   algorithm: "plot_perf_box_name"
13191   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13192   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13193   include:
13194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13198   layout:
13199     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13200     layout: "plot-throughput"
13201
13202 - type: "plot"
13203   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13204   algorithm: "plot_perf_box_name"
13205   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13206   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13207   include:
13208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13212   layout:
13213     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13214     layout: "plot-throughput"
13215
13216 - type: "plot"
13217   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13218   algorithm: "plot_perf_box_name"
13219   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13220   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13221   include:
13222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13226   layout:
13227     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13228     layout: "plot-throughput"
13229
13230 - type: "plot"
13231   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13232   algorithm: "plot_perf_box_name"
13233   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13234   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13235   include:
13236     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13240     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13241     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13242   layout:
13243     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13244     layout: "plot-throughput"
13245
13246 - type: "plot"
13247   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13248   algorithm: "plot_perf_box_name"
13249   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13251   include:
13252     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13255     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13256     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13257     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13258   layout:
13259     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13260     layout: "plot-throughput"
13261
13262 - type: "plot"
13263   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13264   algorithm: "plot_perf_box_name"
13265   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13267   include:
13268     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13270     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13271     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13272     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13273   layout:
13274     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13275     layout: "plot-throughput"
13276
13277 - type: "plot"
13278   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13279   algorithm: "plot_perf_box_name"
13280   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13282   include:
13283     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13284     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13285     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13286     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13287     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13288   layout:
13289     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13290     layout: "plot-throughput"
13291
13292 - type: "plot"
13293   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13294   algorithm: "plot_perf_box_name"
13295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13297   include:
13298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13302     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13303   layout:
13304     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13305     layout: "plot-throughput"
13306
13307 - type: "plot"
13308   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13309   algorithm: "plot_perf_box_name"
13310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13312   include:
13313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13318   layout:
13319     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13320     layout: "plot-throughput"
13321
13322 - type: "plot"
13323   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13324   algorithm: "plot_perf_box_name"
13325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13327   include:
13328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13332   layout:
13333     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13334     layout: "plot-throughput"
13335
13336 - type: "plot"
13337   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13338   algorithm: "plot_perf_box_name"
13339   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13341   include:
13342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13346   layout:
13347     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13348     layout: "plot-throughput"
13349
13350 - type: "plot"
13351   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13352   algorithm: "plot_perf_box_name"
13353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13355   include:
13356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13362   layout:
13363     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13364     layout: "plot-throughput"
13365
13366 - type: "plot"
13367   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13368   algorithm: "plot_perf_box_name"
13369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13371   include:
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13377     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13378   layout:
13379     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13380     layout: "plot-throughput"
13381
13382 - type: "plot"
13383   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13384   algorithm: "plot_perf_box_name"
13385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13387   include:
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13394   layout:
13395     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13396     layout: "plot-throughput"
13397
13398 - type: "plot"
13399   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13400   algorithm: "plot_perf_box_name"
13401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13403   include:
13404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13410   layout:
13411     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13412     layout: "plot-throughput"
13413
13414 - type: "plot"
13415   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13416   algorithm: "plot_perf_box_name"
13417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13419   include:
13420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13426   layout:
13427     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13428     layout: "plot-throughput"
13429
13430 - type: "plot"
13431   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13432   algorithm: "plot_perf_box_name"
13433   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13435   include:
13436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13442   layout:
13443     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13444     layout: "plot-throughput"
13445
13446 - type: "plot"
13447   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13448   algorithm: "plot_perf_box_name"
13449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13451   include:
13452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13458   layout:
13459     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13460     layout: "plot-throughput"
13461
13462 - type: "plot"
13463   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13464   algorithm: "plot_perf_box_name"
13465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13467   include:
13468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13474   layout:
13475     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13476     layout: "plot-throughput"
13477
13478 - type: "plot"
13479   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13480   algorithm: "plot_perf_box_name"
13481   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13482   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13483   include:
13484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13488   layout:
13489     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13490     layout: "plot-throughput"
13491
13492 - type: "plot"
13493   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13494   algorithm: "plot_perf_box_name"
13495   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13496   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13497   include:
13498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13502   layout:
13503     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13504     layout: "plot-throughput"
13505
13506 - type: "plot"
13507   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13508   algorithm: "plot_perf_box_name"
13509   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13510   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13511   include:
13512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13518   layout:
13519     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13520     layout: "plot-throughput"
13521
13522 - type: "plot"
13523   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13524   algorithm: "plot_perf_box_name"
13525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13526   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13527   include:
13528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13534   layout:
13535     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13536     layout: "plot-throughput"
13537
13538 - type: "plot"
13539   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13540   algorithm: "plot_perf_box_name"
13541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13543   include:
13544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13550   layout:
13551     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13552     layout: "plot-throughput"
13553
13554 - type: "plot"
13555   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13556   algorithm: "plot_perf_box_name"
13557   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13558   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13559   include:
13560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13562     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13566   layout:
13567     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13568     layout: "plot-throughput"
13569
13570 #- type: "plot"
13571 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13572 #  algorithm: "plot_perf_box_name"
13573 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13574 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13575 #  include:
13576 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13577 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13578 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13579 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13580 #  layout:
13581 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13582 #    layout: "plot-throughput"
13583 #
13584 #- type: "plot"
13585 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13586 #  algorithm: "plot_perf_box_name"
13587 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13588 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13589 #  include:
13590 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13591 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13592 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13593 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13594 #  layout:
13595 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13596 #    layout: "plot-throughput"
13597
13598 - type: "plot"
13599   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13600   algorithm: "plot_perf_box_name"
13601   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13602   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13603   include:
13604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13610   layout:
13611     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13612     layout: "plot-throughput"
13613
13614 - type: "plot"
13615   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13616   algorithm: "plot_perf_box_name"
13617   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13618   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13619   include:
13620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13626   layout:
13627     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13628     layout: "plot-throughput"
13629
13630 #- type: "plot"
13631 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13632 #  algorithm: "plot_perf_box_name"
13633 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13634 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13635 #  include:
13636 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13637 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13638 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13639 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13640 #  layout:
13641 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13642 #    layout: "plot-throughput"
13643 #
13644 #- type: "plot"
13645 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13646 #  algorithm: "plot_perf_box_name"
13647 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13648 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13649 #  include:
13650 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13651 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13652 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13653 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13654 #  layout:
13655 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13656 #    layout: "plot-throughput"
13657
13658 - type: "plot"
13659   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13660   algorithm: "plot_perf_box_name"
13661   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13662   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13663   include:
13664     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13665     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13666     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13667     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13668     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13669     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13670   layout:
13671     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13672     layout: "plot-throughput"
13673
13674 - type: "plot"
13675   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13676   algorithm: "plot_perf_box_name"
13677   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13678   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13679   include:
13680     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13681     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13682     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13683     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13684     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13685     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13686   layout:
13687     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13688     layout: "plot-throughput"
13689
13690 #- type: "plot"
13691 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13692 #  algorithm: "plot_perf_box_name"
13693 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13694 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13695 #  include:
13696 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13697 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13698 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13699 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13700 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13701 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13702 #  layout:
13703 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13704 #    layout: "plot-throughput"
13705 #
13706 #- type: "plot"
13707 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13708 #  algorithm: "plot_perf_box_name"
13709 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13710 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13711 #  include:
13712 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13713 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13714 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13715 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13716 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13717 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13718 #  layout:
13719 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13720 #    layout: "plot-throughput"
13721
13722 - type: "plot"
13723   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13724   algorithm: "plot_perf_box_name"
13725   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13726   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13727   include:
13728     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13729     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13730     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13731     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13732     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13733     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13734   layout:
13735     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13736     layout: "plot-throughput"
13737
13738 - type: "plot"
13739   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13740   algorithm: "plot_perf_box_name"
13741   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13742   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13743   include:
13744     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13745     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13746     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13747     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13748     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13749     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13750   layout:
13751     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13752     layout: "plot-throughput"
13753
13754 - type: "plot"
13755   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13756   algorithm: "plot_perf_box_name"
13757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13759   include:
13760     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13761     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13762     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13763     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13764     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13765     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13766   layout:
13767     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13768     layout: "plot-throughput"
13769
13770 - type: "plot"
13771   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13772   algorithm: "plot_perf_box_name"
13773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13775   include:
13776     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13777     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13778     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13779     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13780     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13781     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13782   layout:
13783     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13784     layout: "plot-throughput"
13785
13786 - type: "plot"
13787   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13788   algorithm: "plot_perf_box_name"
13789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13791   include:
13792     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13793     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13794     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13795     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13796     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13797     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13798   layout:
13799     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13800     layout: "plot-throughput"
13801
13802 - type: "plot"
13803   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13804   algorithm: "plot_perf_box_name"
13805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13807   include:
13808     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13809     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13810     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13811     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13812     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13813     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13814   layout:
13815     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13816     layout: "plot-throughput"
13817
13818 - type: "plot"
13819   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13820   algorithm: "plot_perf_box_name"
13821   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13822   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13823   include:
13824     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13825     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13826     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13827     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13828     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13829     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13830   layout:
13831     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13832     layout: "plot-throughput"
13833
13834 - type: "plot"
13835   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13836   algorithm: "plot_perf_box_name"
13837   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13838   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13839   include:
13840     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13841     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13842     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13843     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13844     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13845     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13846   layout:
13847     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13848     layout: "plot-throughput"
13849
13850 #- type: "plot"
13851 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13852 #  algorithm: "plot_perf_box_name"
13853 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13854 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13855 #  include:
13856 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13857 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13858 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13859 #  layout:
13860 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13861 #    layout: "plot-throughput"
13862 #
13863 #- type: "plot"
13864 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13865 #  algorithm: "plot_perf_box_name"
13866 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13867 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13868 #  include:
13869 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13870 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13871 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13872 #  layout:
13873 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13874 #    layout: "plot-throughput"
13875
13876 - type: "plot"
13877   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13878   algorithm: "plot_perf_box_name"
13879   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13880   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13881   include:
13882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13887   layout:
13888     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13889     layout: "plot-throughput"
13890
13891 - type: "plot"
13892   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13893   algorithm: "plot_perf_box_name"
13894   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13896   include:
13897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13902   layout:
13903     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13904     layout: "plot-throughput"
13905
13906 - type: "plot"
13907   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13908   algorithm: "plot_perf_box_name"
13909   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13910   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13911   include:
13912     - "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"
13913     - "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"
13914     - "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"
13915     - "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"
13916     - "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"
13917   layout:
13918     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13919     layout: "plot-throughput"
13920
13921 - type: "plot"
13922   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13923   algorithm: "plot_perf_box_name"
13924   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13925   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13926   include:
13927     - "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"
13928     - "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"
13929     - "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"
13930     - "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"
13931     - "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"
13932   layout:
13933     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13934     layout: "plot-throughput"
13935
13936 - type: "plot"
13937   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13938   algorithm: "plot_perf_box_name"
13939   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13940   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13941   include:
13942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13947   layout:
13948     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13949     layout: "plot-throughput"
13950
13951 - type: "plot"
13952   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13953   algorithm: "plot_perf_box_name"
13954   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13955   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13956   include:
13957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13962   layout:
13963     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13964     layout: "plot-throughput"
13965
13966 - type: "plot"
13967   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13968   algorithm: "plot_perf_box_name"
13969   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13971   include:
13972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13977   layout:
13978     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13979     layout: "plot-throughput"
13980
13981 - type: "plot"
13982   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13983   algorithm: "plot_perf_box_name"
13984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13986   include:
13987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13992   layout:
13993     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13994     layout: "plot-throughput"
13995
13996 - type: "plot"
13997   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13998   algorithm: "plot_perf_box_name"
13999   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14000   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14001   include:
14002     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14004     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14005     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14006     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14007   layout:
14008     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14009     layout: "plot-throughput"
14010
14011 - type: "plot"
14012   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14013   algorithm: "plot_perf_box_name"
14014   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14015   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14016   include:
14017     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14020     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14021     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14022   layout:
14023     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14024     layout: "plot-throughput"
14025
14026 - type: "plot"
14027   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14028   algorithm: "plot_perf_box_name"
14029   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14030   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14031   include:
14032     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14033     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14034     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14035     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14036     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14037   layout:
14038     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14039     layout: "plot-throughput"
14040
14041 - type: "plot"
14042   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14043   algorithm: "plot_perf_box_name"
14044   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14046   include:
14047     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14048     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14050     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14051     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14052   layout:
14053     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14054     layout: "plot-throughput"
14055
14056 - type: "plot"
14057   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14058   algorithm: "plot_perf_box_name"
14059   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14061   include:
14062     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14063     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14064     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14065     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14066   layout:
14067     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14068     layout: "plot-throughput"
14069
14070 - type: "plot"
14071   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14072   algorithm: "plot_perf_box_name"
14073   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14075   include:
14076     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14077     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14078     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14079     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14080   layout:
14081     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14082     layout: "plot-throughput"
14083
14084 - type: "plot"
14085   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14086   algorithm: "plot_perf_box_name"
14087   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14089   include:
14090     - "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"
14091     - "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"
14092     - "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"
14093     - "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"
14094   layout:
14095     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14096     layout: "plot-throughput"
14097
14098 - type: "plot"
14099   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14100   algorithm: "plot_perf_box_name"
14101   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14103   include:
14104     - "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"
14105     - "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"
14106     - "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"
14107     - "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"
14108   layout:
14109     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14110     layout: "plot-throughput"
14111
14112 - type: "plot"
14113   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14114   algorithm: "plot_perf_box_name"
14115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14117   include:
14118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14124   layout:
14125     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14126     layout: "plot-throughput"
14127
14128 - type: "plot"
14129   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14130   algorithm: "plot_perf_box_name"
14131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14133   include:
14134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14140   layout:
14141     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14142     layout: "plot-throughput"
14143
14144 - type: "plot"
14145   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14146   algorithm: "plot_perf_box_name"
14147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14149   include:
14150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14156   layout:
14157     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14158     layout: "plot-throughput"
14159
14160 - type: "plot"
14161   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14162   algorithm: "plot_perf_box_name"
14163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14165   include:
14166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14172   layout:
14173     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14174     layout: "plot-throughput"
14175
14176 - type: "plot"
14177   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14178   algorithm: "plot_perf_box_name"
14179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14181   include:
14182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14188   layout:
14189     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14190     layout: "plot-throughput"
14191
14192 - type: "plot"
14193   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14194   algorithm: "plot_perf_box_name"
14195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14197   include:
14198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14204   layout:
14205     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14206     layout: "plot-throughput"
14207
14208 - type: "plot"
14209   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14210   algorithm: "plot_perf_box_name"
14211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14213   include:
14214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14219   layout:
14220     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14221     layout: "plot-throughput"
14222
14223 - type: "plot"
14224   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14225   algorithm: "plot_perf_box_name"
14226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14228   include:
14229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14234   layout:
14235     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14236     layout: "plot-throughput"
14237
14238 - type: "plot"
14239   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14240   algorithm: "plot_perf_box_name"
14241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14243   include:
14244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14246   layout:
14247     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14248     layout: "plot-throughput"
14249
14250 - type: "plot"
14251   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14252   algorithm: "plot_perf_box_name"
14253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14255   include:
14256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14258   layout:
14259     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14260     layout: "plot-throughput"
14261
14262 - type: "plot"
14263   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14264   algorithm: "plot_perf_box_name"
14265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14267   include:
14268     - "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"
14269     - "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"
14270   layout:
14271     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14272     layout: "plot-throughput"
14273
14274 - type: "plot"
14275   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14276   algorithm: "plot_perf_box_name"
14277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14279   include:
14280     - "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"
14281     - "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"
14282   layout:
14283     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14284     layout: "plot-throughput"
14285
14286 - type: "plot"
14287   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14288   algorithm: "plot_perf_box_name"
14289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14291   include:
14292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14294   layout:
14295     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14296     layout: "plot-throughput"
14297
14298 - type: "plot"
14299   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14300   algorithm: "plot_perf_box_name"
14301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14303   include:
14304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14306   layout:
14307     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14308     layout: "plot-throughput"
14309
14310 - type: "plot"
14311   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14312   algorithm: "plot_perf_box_name"
14313   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14315   include:
14316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14318   layout:
14319     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14320     layout: "plot-throughput"
14321
14322 - type: "plot"
14323   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14324   algorithm: "plot_perf_box_name"
14325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14327   include:
14328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14329     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14330   layout:
14331     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14332     layout: "plot-throughput"
14333
14334 - type: "plot"
14335   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14336   algorithm: "plot_perf_box_name"
14337   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14338   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14339   include:
14340     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14341     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14342     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14343     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14344     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14345     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14346   layout:
14347     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14348     layout: "plot-throughput"
14349
14350 - type: "plot"
14351   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14352   algorithm: "plot_perf_box_name"
14353   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14354   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14355   include:
14356     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14357     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14358     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14359     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14360     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14361     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14362   layout:
14363     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14364     layout: "plot-throughput"
14365
14366 - type: "plot"
14367   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14368   algorithm: "plot_perf_box_name"
14369   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14370   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14371   include:
14372     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14373     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14374     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14375     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14376     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14377     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14378   layout:
14379     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14380     layout: "plot-throughput"
14381
14382 - type: "plot"
14383   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14384   algorithm: "plot_perf_box_name"
14385   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14386   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14387   include:
14388     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14389     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14390     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14391     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14392     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14393     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14394   layout:
14395     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14396     layout: "plot-throughput"
14397
14398 #- type: "plot"
14399 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14400 #  algorithm: "plot_perf_box_name"
14401 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14402 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14403 #  include:
14404 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14405 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14406 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14407 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14408 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14409 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14410 #  layout:
14411 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14412 #    layout: "plot-throughput"
14413 #
14414 #- type: "plot"
14415 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14416 #  algorithm: "plot_perf_box_name"
14417 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14418 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14419 #  include:
14420 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14421 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14422 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14423 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14424 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14425 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14426 #  layout:
14427 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14428 #    layout: "plot-throughput"
14429
14430 - type: "plot"
14431   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14432   algorithm: "plot_perf_box_name"
14433   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14434   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14435   include:
14436     - "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"
14437     - "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"
14438     - "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"
14439     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14440     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14441     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14442   layout:
14443     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14444     layout: "plot-throughput"
14445
14446 - type: "plot"
14447   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14448   algorithm: "plot_perf_box_name"
14449   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14451   include:
14452     - "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"
14453     - "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"
14454     - "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"
14455     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14456     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14457     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14458   layout:
14459     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14460     layout: "plot-throughput"
14461
14462 ################################################################################
14463
14464 # Packet Speedup
14465
14466 - type: "plot"
14467   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14468   algorithm: "plot_tsa_name"
14469   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14470   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14471   include:
14472     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14473     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14474     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14475     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14476   layout:
14477     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14478     layout: "plot-throughput-speedup-analysis"
14479
14480 - type: "plot"
14481   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14482   algorithm: "plot_tsa_name"
14483   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14485   include:
14486     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14487     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14488     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14489     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14490   layout:
14491     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14492     layout: "plot-throughput-speedup-analysis"
14493
14494 - type: "plot"
14495   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14496   algorithm: "plot_tsa_name"
14497   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14498   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14499   include:
14500     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14503     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14504   layout:
14505     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14506     layout: "plot-throughput-speedup-analysis"
14507
14508 - type: "plot"
14509   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14510   algorithm: "plot_tsa_name"
14511   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14512   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14513   include:
14514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14517     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14518   layout:
14519     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14520     layout: "plot-throughput-speedup-analysis"
14521
14522 - type: "plot"
14523   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14524   algorithm: "plot_tsa_name"
14525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14527   include:
14528     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14529     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14530     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14531     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14532     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14533   layout:
14534     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14535     layout: "plot-throughput-speedup-analysis"
14536
14537 - type: "plot"
14538   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14539   algorithm: "plot_tsa_name"
14540   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14542   include:
14543     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14544     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14545     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14546     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14547     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14548   layout:
14549     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14550     layout: "plot-throughput-speedup-analysis"
14551
14552 - type: "plot"
14553   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14554   algorithm: "plot_tsa_name"
14555   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14557   include:
14558     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14559     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14560     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14561     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14562     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14563   layout:
14564     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14565     layout: "plot-throughput-speedup-analysis"
14566
14567 - type: "plot"
14568   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14569   algorithm: "plot_tsa_name"
14570   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14572   include:
14573     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14574     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14575     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14576     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14577     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14578   layout:
14579     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14587   include:
14588     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14589     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14590     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14592     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14594   layout:
14595     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14596     layout: "plot-throughput-speedup-analysis"
14597
14598 - type: "plot"
14599   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14600   algorithm: "plot_tsa_name"
14601   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14603   include:
14604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14610   layout:
14611     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14612     layout: "plot-throughput-speedup-analysis"
14613
14614 - type: "plot"
14615   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14616   algorithm: "plot_tsa_name"
14617   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14618   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14619   include:
14620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14625   layout:
14626     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14627     layout: "plot-throughput-speedup-analysis"
14628
14629 - type: "plot"
14630   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14631   algorithm: "plot_tsa_name"
14632   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14634   include:
14635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14640   layout:
14641     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14642     layout: "plot-throughput-speedup-analysis"
14643
14644 - type: "plot"
14645   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14646   algorithm: "plot_tsa_name"
14647   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14649   include:
14650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14653   layout:
14654     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14655     layout: "plot-throughput-speedup-analysis"
14656
14657 - type: "plot"
14658   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14659   algorithm: "plot_tsa_name"
14660   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14662   include:
14663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14666   layout:
14667     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14668     layout: "plot-throughput-speedup-analysis"
14669
14670 - type: "plot"
14671   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14672   algorithm: "plot_tsa_name"
14673   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14674   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14675   include:
14676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14681   layout:
14682     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14683     layout: "plot-throughput-speedup-analysis"
14684
14685 - type: "plot"
14686   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14687   algorithm: "plot_tsa_name"
14688   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14689   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14690   include:
14691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14696   layout:
14697     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14698     layout: "plot-throughput-speedup-analysis"
14699
14700 - type: "plot"
14701   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14702   algorithm: "plot_tsa_name"
14703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14705   include:
14706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14709   layout:
14710     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14711     layout: "plot-throughput-speedup-analysis"
14712
14713 - type: "plot"
14714   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14715   algorithm: "plot_tsa_name"
14716   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14718   include:
14719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14722   layout:
14723     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14724     layout: "plot-throughput-speedup-analysis"
14725
14726 - type: "plot"
14727   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14728   algorithm: "plot_tsa_name"
14729   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14730   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14731   include:
14732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14738   layout:
14739     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14740     layout: "plot-throughput-speedup-analysis"
14741
14742 - type: "plot"
14743   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14744   algorithm: "plot_tsa_name"
14745   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14746   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14747   include:
14748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14754   layout:
14755     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14756     layout: "plot-throughput-speedup-analysis"
14757
14758 - type: "plot"
14759   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14760   algorithm: "plot_tsa_name"
14761   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14762   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14763   include:
14764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14770   layout:
14771     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14772     layout: "plot-throughput-speedup-analysis"
14773
14774 - type: "plot"
14775   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14776   algorithm: "plot_tsa_name"
14777   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14779   include:
14780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14786   layout:
14787     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14788     layout: "plot-throughput-speedup-analysis"
14789
14790 - type: "plot"
14791   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14792   algorithm: "plot_tsa_name"
14793   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14794   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14795   include:
14796     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14797     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14798     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14799   layout:
14800     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14801     layout: "plot-throughput-speedup-analysis"
14802
14803 - type: "plot"
14804   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14805   algorithm: "plot_tsa_name"
14806   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14807   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14808   include:
14809     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14811     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14812   layout:
14813     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14814     layout: "plot-throughput-speedup-analysis"
14815
14816 - type: "plot"
14817   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14818   algorithm: "plot_tsa_name"
14819   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14821   include:
14822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14825 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14826 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14827   layout:
14828     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14829     layout: "plot-throughput-speedup-analysis"
14830
14831 - type: "plot"
14832   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14833   algorithm: "plot_tsa_name"
14834   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14835   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14836   include:
14837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14840 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14841 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14842   layout:
14843     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14844     layout: "plot-throughput-speedup-analysis"
14845
14846 - type: "plot"
14847   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14848   algorithm: "plot_tsa_name"
14849   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14851   include:
14852     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14853     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14854     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14855     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14856     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14857   layout:
14858     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14859     layout: "plot-throughput-speedup-analysis"
14860
14861 - type: "plot"
14862   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14863   algorithm: "plot_tsa_name"
14864   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14866   include:
14867     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14868     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14869     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14870     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14871     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14872   layout:
14873     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14874     layout: "plot-throughput-speedup-analysis"
14875
14876 - type: "plot"
14877   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14878   algorithm: "plot_tsa_name"
14879   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14880   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14881   include:
14882     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14883     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14884     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14885     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14886     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14887   layout:
14888     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14889     layout: "plot-throughput-speedup-analysis"
14890
14891 - type: "plot"
14892   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14893   algorithm: "plot_tsa_name"
14894   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14896   include:
14897     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14898     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14899     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14900     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14901     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14902   layout:
14903     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14904     layout: "plot-throughput-speedup-analysis"
14905
14906 - type: "plot"
14907   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14908   algorithm: "plot_tsa_name"
14909   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14910   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14911   include:
14912     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14913     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14914     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14915     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14916     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14917     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14918   layout:
14919     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14920     layout: "plot-throughput-speedup-analysis"
14921
14922 - type: "plot"
14923   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14924   algorithm: "plot_tsa_name"
14925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14927   include:
14928     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14930     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14932     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14933     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14934   layout:
14935     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14936     layout: "plot-throughput-speedup-analysis"
14937
14938 - type: "plot"
14939   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14940   algorithm: "plot_tsa_name"
14941   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14942   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14943   include:
14944     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14946     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14949     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14950   layout:
14951     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14952     layout: "plot-throughput-speedup-analysis"
14953
14954 - type: "plot"
14955   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14956   algorithm: "plot_tsa_name"
14957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14959   include:
14960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14964     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14966   layout:
14967     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14968     layout: "plot-throughput-speedup-analysis"
14969
14970 - type: "plot"
14971   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14972   algorithm: "plot_tsa_name"
14973   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14975   include:
14976     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14977     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14978   layout:
14979     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14980     layout: "plot-throughput-speedup-analysis"
14981
14982 - type: "plot"
14983   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14984   algorithm: "plot_tsa_name"
14985   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14986   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14987   include:
14988     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14989     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14990   layout:
14991     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14992     layout: "plot-throughput-speedup-analysis"
14993
14994 - type: "plot"
14995   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14996   algorithm: "plot_tsa_name"
14997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14999   include:
15000     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15001     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15002     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15003     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15004   layout:
15005     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15006     layout: "plot-throughput-speedup-analysis"
15007
15008 - type: "plot"
15009   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15010   algorithm: "plot_tsa_name"
15011   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15013   include:
15014     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15015     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15016     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15017     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15018   layout:
15019     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15020     layout: "plot-throughput-speedup-analysis"
15021
15022 - type: "plot"
15023   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15024   algorithm: "plot_tsa_name"
15025   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15027   include:
15028     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15029     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15030     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15031     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15032   layout:
15033     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15034     layout: "plot-throughput-speedup-analysis"
15035
15036 - type: "plot"
15037   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15038   algorithm: "plot_tsa_name"
15039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15041   include:
15042     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15043     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15044     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15046   layout:
15047     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15048     layout: "plot-throughput-speedup-analysis"
15049
15050 - type: "plot"
15051   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15052   algorithm: "plot_tsa_name"
15053   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15055   include:
15056     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15057     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15058     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15062   layout:
15063     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15064     layout: "plot-throughput-speedup-analysis"
15065
15066 - type: "plot"
15067   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15068   algorithm: "plot_tsa_name"
15069   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15071   include:
15072     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15076     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15077     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15078   layout:
15079     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15080     layout: "plot-throughput-speedup-analysis"
15081
15082 - type: "plot"
15083   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15084   algorithm: "plot_tsa_name"
15085   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15086   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15087   include:
15088     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15091     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15092     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15093   layout:
15094     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15095     layout: "plot-throughput-speedup-analysis"
15096
15097 - type: "plot"
15098   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15099   algorithm: "plot_tsa_name"
15100   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15101   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15102   include:
15103     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15106     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15107     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15108   layout:
15109     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15110     layout: "plot-throughput-speedup-analysis"
15111
15112 - type: "plot"
15113   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15114   algorithm: "plot_tsa_name"
15115   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15116   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15117   include:
15118     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15121     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15122     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15123   layout:
15124     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15125     layout: "plot-throughput-speedup-analysis"
15126
15127 - type: "plot"
15128   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15129   algorithm: "plot_tsa_name"
15130   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15131   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15132   include:
15133     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15136     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15137     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15138   layout:
15139     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15140     layout: "plot-throughput-speedup-analysis"
15141
15142 - type: "plot"
15143   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15144   algorithm: "plot_tsa_name"
15145   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15146   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15147   include:
15148     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15150     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15151   layout:
15152     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15153     layout: "plot-throughput-speedup-analysis"
15154
15155 - type: "plot"
15156   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15157   algorithm: "plot_tsa_name"
15158   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15159   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15160   include:
15161     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15162     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15163     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15164   layout:
15165     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15166     layout: "plot-throughput-speedup-analysis"
15167
15168 - type: "plot"
15169   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15170   algorithm: "plot_tsa_name"
15171   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15173   include:
15174     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15175     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15176     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15177   layout:
15178     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15179     layout: "plot-throughput-speedup-analysis"
15180
15181 - type: "plot"
15182   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15183   algorithm: "plot_tsa_name"
15184   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15186   include:
15187     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15188     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15189     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15190   layout:
15191     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15192     layout: "plot-throughput-speedup-analysis"
15193
15194 - type: "plot"
15195   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15196   algorithm: "plot_tsa_name"
15197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15199   include:
15200     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15201     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15202     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15203     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15205   layout:
15206     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15207     layout: "plot-throughput-speedup-analysis"
15208
15209 - type: "plot"
15210   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15211   algorithm: "plot_tsa_name"
15212   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15213   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15214   include:
15215     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15216     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15220   layout:
15221     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15222     layout: "plot-throughput-speedup-analysis"
15223
15224 - type: "plot"
15225   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15226   algorithm: "plot_tsa_name"
15227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15229   include:
15230     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15233     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15234     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15235   layout:
15236     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15237     layout: "plot-throughput-speedup-analysis"
15238
15239 - type: "plot"
15240   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15241   algorithm: "plot_tsa_name"
15242   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15244   include:
15245     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15249     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15250   layout:
15251     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15252     layout: "plot-throughput-speedup-analysis"
15253
15254 - type: "plot"
15255   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15256   algorithm: "plot_tsa_name"
15257   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15258   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15259   include:
15260     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15261     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15262     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15263     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15264     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15265     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15266   layout:
15267     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15268     layout: "plot-throughput-speedup-analysis"
15269
15270 - type: "plot"
15271   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15272   algorithm: "plot_tsa_name"
15273   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15274   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15275   include:
15276     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15277     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15278     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15279     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15280     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15281     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15282   layout:
15283     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15284     layout: "plot-throughput-speedup-analysis"
15285
15286 - type: "plot"
15287   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15288   algorithm: "plot_tsa_name"
15289   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15290   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15291   include:
15292     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15293     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15294     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15295     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15296   layout:
15297     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15298     layout: "plot-throughput-speedup-analysis"
15299
15300 - type: "plot"
15301   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15302   algorithm: "plot_tsa_name"
15303   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15305   include:
15306     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15307     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15308     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15309     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15310   layout:
15311     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15312     layout: "plot-throughput-speedup-analysis"
15313
15314 - type: "plot"
15315   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15316   algorithm: "plot_tsa_name"
15317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15319   include:
15320     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15321     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15322     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15323     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15324     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15325     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15326   layout:
15327     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15328     layout: "plot-throughput-speedup-analysis"
15329
15330 - type: "plot"
15331   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15332   algorithm: "plot_tsa_name"
15333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15335   include:
15336     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15337     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15338     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15339     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15340     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15341     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15342   layout:
15343     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15344     layout: "plot-throughput-speedup-analysis"
15345
15346 - type: "plot"
15347   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15348   algorithm: "plot_tsa_name"
15349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15351   include:
15352     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15353     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15354     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15355     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15356     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15357     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15358   layout:
15359     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15360     layout: "plot-throughput-speedup-analysis"
15361
15362 - type: "plot"
15363   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15364   algorithm: "plot_tsa_name"
15365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15367   include:
15368     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15369     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15370     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15371     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15372     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15373     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15374   layout:
15375     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15376     layout: "plot-throughput-speedup-analysis"
15377
15378 - type: "plot"
15379   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15380   algorithm: "plot_tsa_name"
15381   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15382   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15383   include:
15384     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15390   layout:
15391     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15392     layout: "plot-throughput-speedup-analysis"
15393
15394 - type: "plot"
15395   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15396   algorithm: "plot_tsa_name"
15397   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15398   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15399   include:
15400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15406   layout:
15407     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15408     layout: "plot-throughput-speedup-analysis"
15409
15410 - type: "plot"
15411   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15412   algorithm: "plot_tsa_name"
15413   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15414   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15415   include:
15416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15422   layout:
15423     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15424     layout: "plot-throughput-speedup-analysis"
15425
15426 - type: "plot"
15427   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15428   algorithm: "plot_tsa_name"
15429   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15430   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15431   include:
15432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15438   layout:
15439     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15440     layout: "plot-throughput-speedup-analysis"
15441
15442 - type: "plot"
15443   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15444   algorithm: "plot_tsa_name"
15445   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15447   include:
15448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15453     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15454   layout:
15455     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15456     layout: "plot-throughput-speedup-analysis"
15457
15458 - type: "plot"
15459   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15460   algorithm: "plot_tsa_name"
15461   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15462   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15463   include:
15464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15467     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15468     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15469     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15470   layout:
15471     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15472     layout: "plot-throughput-speedup-analysis"
15473
15474 - type: "plot"
15475   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15476   algorithm: "plot_tsa_name"
15477   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15478   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15479   include:
15480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15484   layout:
15485     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15486     layout: "plot-throughput-speedup-analysis"
15487
15488 - type: "plot"
15489   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15490   algorithm: "plot_tsa_name"
15491   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15492   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15493   include:
15494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15498   layout:
15499     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15500     layout: "plot-throughput-speedup-analysis"
15501
15502 - type: "plot"
15503   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15504   algorithm: "plot_tsa_name"
15505   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15507   include:
15508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15512   layout:
15513     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15514     layout: "plot-throughput-speedup-analysis"
15515
15516 - type: "plot"
15517   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15518   algorithm: "plot_tsa_name"
15519   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15521   include:
15522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15526   layout:
15527     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15528     layout: "plot-throughput-speedup-analysis"
15529
15530 - type: "plot"
15531   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15532   algorithm: "plot_tsa_name"
15533   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15534   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15535   include:
15536     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15542   layout:
15543     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15544     layout: "plot-throughput-speedup-analysis"
15545
15546 - type: "plot"
15547   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15548   algorithm: "plot_tsa_name"
15549   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15550   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15551   include:
15552     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15557     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15558   layout:
15559     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15560     layout: "plot-throughput-speedup-analysis"
15561
15562 - type: "plot"
15563   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15564   algorithm: "plot_tsa_name"
15565   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15567   include:
15568     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15572     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15573   layout:
15574     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15575     layout: "plot-throughput-speedup-analysis"
15576
15577 - type: "plot"
15578   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15579   algorithm: "plot_tsa_name"
15580   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15582   include:
15583     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15585     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15586     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15587     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15588   layout:
15589     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15590     layout: "plot-throughput-speedup-analysis"
15591
15592 - type: "plot"
15593   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15594   algorithm: "plot_tsa_name"
15595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15597   include:
15598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15601     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15602     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15603   layout:
15604     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15605     layout: "plot-throughput-speedup-analysis"
15606
15607 - type: "plot"
15608   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15609   algorithm: "plot_tsa_name"
15610   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15611   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15612   include:
15613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15616     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15617     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15618   layout:
15619     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15620     layout: "plot-throughput-speedup-analysis"
15621
15622 - type: "plot"
15623   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15624   algorithm: "plot_tsa_name"
15625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15627   include:
15628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15632   layout:
15633     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15634     layout: "plot-throughput-speedup-analysis"
15635
15636 - type: "plot"
15637   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15638   algorithm: "plot_tsa_name"
15639   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15641   include:
15642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15646   layout:
15647     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15648     layout: "plot-throughput-speedup-analysis"
15649
15650 - type: "plot"
15651   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15652   algorithm: "plot_tsa_name"
15653   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15655   include:
15656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15662   layout:
15663     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15664     layout: "plot-throughput-speedup-analysis"
15665
15666 - type: "plot"
15667   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15668   algorithm: "plot_tsa_name"
15669   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15671   include:
15672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15678   layout:
15679     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15680     layout: "plot-throughput-speedup-analysis"
15681
15682 - type: "plot"
15683   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15684   algorithm: "plot_tsa_name"
15685   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15686   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15687   include:
15688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15694   layout:
15695     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15696     layout: "plot-throughput-speedup-analysis"
15697
15698 - type: "plot"
15699   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15700   algorithm: "plot_tsa_name"
15701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15703   include:
15704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15710   layout:
15711     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15712     layout: "plot-throughput-speedup-analysis"
15713
15714 - type: "plot"
15715   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15716   algorithm: "plot_tsa_name"
15717   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15719   include:
15720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15726   layout:
15727     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15728     layout: "plot-throughput-speedup-analysis"
15729
15730 - type: "plot"
15731   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15732   algorithm: "plot_tsa_name"
15733   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15735   include:
15736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15742   layout:
15743     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15744     layout: "plot-throughput-speedup-analysis"
15745
15746 - type: "plot"
15747   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15748   algorithm: "plot_tsa_name"
15749   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15750   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15751   include:
15752     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15753     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15754     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15755     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15756     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15757     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15758   layout:
15759     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15760     layout: "plot-throughput-speedup-analysis"
15761
15762 - type: "plot"
15763   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15764   algorithm: "plot_tsa_name"
15765   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15766   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15767   include:
15768     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15769     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15770     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15771     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15772     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15773     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15774   layout:
15775     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15776     layout: "plot-throughput-speedup-analysis"
15777
15778 - type: "plot"
15779   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15780   algorithm: "plot_tsa_name"
15781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15783   include:
15784     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15785     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15786     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15787     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15788     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15789     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15790   layout:
15791     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15792     layout: "plot-throughput-speedup-analysis"
15793
15794 - type: "plot"
15795   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15796   algorithm: "plot_tsa_name"
15797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15799   include:
15800     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15801     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15802     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15803     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15804     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15805     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15806   layout:
15807     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15808     layout: "plot-throughput-speedup-analysis"
15809
15810 - type: "plot"
15811   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15812   algorithm: "plot_tsa_name"
15813   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15814   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15815   include:
15816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15820     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15821   layout:
15822     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15823     layout: "plot-throughput-speedup-analysis"
15824
15825 - type: "plot"
15826   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15827   algorithm: "plot_tsa_name"
15828   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15829   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15830   include:
15831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15836   layout:
15837     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15838     layout: "plot-throughput-speedup-analysis"
15839
15840 - type: "plot"
15841   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15842   algorithm: "plot_tsa_name"
15843   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15844   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15845   include:
15846     - "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"
15847     - "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"
15848     - "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"
15849     - "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"
15850     - "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"
15851   layout:
15852     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15853     layout: "plot-throughput-speedup-analysis"
15854
15855 - type: "plot"
15856   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15857   algorithm: "plot_tsa_name"
15858   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15859   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15860   include:
15861     - "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"
15862     - "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"
15863     - "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"
15864     - "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"
15865     - "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"
15866   layout:
15867     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15868     layout: "plot-throughput-speedup-analysis"
15869
15870 - type: "plot"
15871   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15872   algorithm: "plot_tsa_name"
15873   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15874   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15875   include:
15876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15880     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15881   layout:
15882     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15883     layout: "plot-throughput-speedup-analysis"
15884
15885 - type: "plot"
15886   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15887   algorithm: "plot_tsa_name"
15888   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15889   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15890   include:
15891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15896   layout:
15897     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15898     layout: "plot-throughput-speedup-analysis"
15899
15900 - type: "plot"
15901   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15902   algorithm: "plot_tsa_name"
15903   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15904   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15905   include:
15906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15911   layout:
15912     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15913     layout: "plot-throughput-speedup-analysis"
15914
15915 - type: "plot"
15916   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15917   algorithm: "plot_tsa_name"
15918   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15919   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15920   include:
15921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15926   layout:
15927     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15928     layout: "plot-throughput-speedup-analysis"
15929
15930 - type: "plot"
15931   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15932   algorithm: "plot_tsa_name"
15933   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15934   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15935   include:
15936     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15937     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15938     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15939     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15940     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15941   layout:
15942     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15943     layout: "plot-throughput-speedup-analysis"
15944
15945 - type: "plot"
15946   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15947   algorithm: "plot_tsa_name"
15948   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15949   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15950   include:
15951     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15952     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15953     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15954     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15955     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15956   layout:
15957     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15958     layout: "plot-throughput-speedup-analysis"
15959
15960 - type: "plot"
15961   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15962   algorithm: "plot_tsa_name"
15963   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15964   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15965   include:
15966     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15967     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15968     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15969     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15970     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15971   layout:
15972     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15973     layout: "plot-throughput-speedup-analysis"
15974
15975 - type: "plot"
15976   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15977   algorithm: "plot_tsa_name"
15978   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15980   include:
15981     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15982     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15983     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15984     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15985     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15986   layout:
15987     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15988     layout: "plot-throughput-speedup-analysis"
15989
15990 - type: "plot"
15991   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15992   algorithm: "plot_tsa_name"
15993   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15995   include:
15996     - "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"
15997     - "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"
15998     - "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"
15999     - "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"
16000   layout:
16001     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16002     layout: "plot-throughput-speedup-analysis"
16003
16004 - type: "plot"
16005   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16006   algorithm: "plot_tsa_name"
16007   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16009   include:
16010     - "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"
16011     - "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"
16012     - "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"
16013     - "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"
16014   layout:
16015     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16016     layout: "plot-throughput-speedup-analysis"
16017
16018 - type: "plot"
16019   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16020   algorithm: "plot_tsa_name"
16021   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16023   include:
16024     - "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"
16025     - "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"
16026     - "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"
16027     - "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"
16028   layout:
16029     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16030     layout: "plot-throughput-speedup-analysis"
16031
16032 - type: "plot"
16033   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16034   algorithm: "plot_tsa_name"
16035   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16037   include:
16038     - "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"
16039     - "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"
16040     - "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"
16041     - "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"
16042   layout:
16043     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16044     layout: "plot-throughput-speedup-analysis"
16045
16046 - type: "plot"
16047   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16048   algorithm: "plot_tsa_name"
16049   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16051   include:
16052     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16058   layout:
16059     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16060     layout: "plot-throughput-speedup-analysis"
16061
16062 - type: "plot"
16063   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16064   algorithm: "plot_tsa_name"
16065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16067   include:
16068     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16074   layout:
16075     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16076     layout: "plot-throughput-speedup-analysis"
16077
16078 - type: "plot"
16079   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16080   algorithm: "plot_tsa_name"
16081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16083   include:
16084     - "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"
16085     - "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"
16086     - "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"
16087     - "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"
16088     - "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"
16089     - "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"
16090   layout:
16091     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16092     layout: "plot-throughput-speedup-analysis"
16093
16094 - type: "plot"
16095   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16096   algorithm: "plot_tsa_name"
16097   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16099   include:
16100     - "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"
16101     - "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"
16102     - "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"
16103     - "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"
16104     - "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"
16105     - "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"
16106   layout:
16107     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16108     layout: "plot-throughput-speedup-analysis"
16109
16110 - type: "plot"
16111   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16112   algorithm: "plot_tsa_name"
16113   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16115   include:
16116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16122   layout:
16123     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16124     layout: "plot-throughput-speedup-analysis"
16125
16126 - type: "plot"
16127   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16128   algorithm: "plot_tsa_name"
16129   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16130   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16131   include:
16132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16138   layout:
16139     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16140     layout: "plot-throughput-speedup-analysis"
16141
16142 - type: "plot"
16143   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16144   algorithm: "plot_tsa_name"
16145   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16147   include:
16148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16153   layout:
16154     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16155     layout: "plot-throughput-speedup-analysis"
16156
16157 - type: "plot"
16158   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16159   algorithm: "plot_tsa_name"
16160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16162   include:
16163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16168   layout:
16169     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16170     layout: "plot-throughput-speedup-analysis"
16171
16172 - type: "plot"
16173   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16174   algorithm: "plot_tsa_name"
16175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16177   include:
16178     - "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"
16179     - "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"
16180   layout:
16181     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16182     layout: "plot-throughput-speedup-analysis"
16183
16184 - type: "plot"
16185   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16186   algorithm: "plot_tsa_name"
16187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16189   include:
16190     - "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"
16191     - "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"
16192   layout:
16193     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16194     layout: "plot-throughput-speedup-analysis"
16195
16196 - type: "plot"
16197   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16198   algorithm: "plot_tsa_name"
16199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16201   include:
16202     - "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"
16203     - "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"
16204   layout:
16205     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16206     layout: "plot-throughput-speedup-analysis"
16207
16208 - type: "plot"
16209   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16210   algorithm: "plot_tsa_name"
16211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16213   include:
16214     - "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"
16215     - "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"
16216   layout:
16217     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16218     layout: "plot-throughput-speedup-analysis"
16219
16220 - type: "plot"
16221   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16222   algorithm: "plot_tsa_name"
16223   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16224   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16225   include:
16226     - "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"
16227     - "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"
16228     - "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"
16229     - "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"
16230     - "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"
16231     - "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"
16232   layout:
16233     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16234     layout: "plot-throughput-speedup-analysis"
16235
16236 - type: "plot"
16237   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16238   algorithm: "plot_tsa_name"
16239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16241   include:
16242     - "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"
16243     - "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"
16244     - "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"
16245     - "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"
16246     - "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"
16247     - "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"
16248   layout:
16249     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16250     layout: "plot-throughput-speedup-analysis"
16251
16252 - type: "plot"
16253   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16254   algorithm: "plot_tsa_name"
16255   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16256   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16257   include:
16258     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16259     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16260     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16261     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16262     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16263   layout:
16264     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16265     layout: "plot-throughput-speedup-analysis"
16266
16267 - type: "plot"
16268   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16269   algorithm: "plot_tsa_name"
16270   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16271   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16272   include:
16273     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16274     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16275     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16276     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16277     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16278   layout:
16279     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16280     layout: "plot-throughput-speedup-analysis"
16281
16282 - type: "plot"
16283   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16284   algorithm: "plot_tsa_name"
16285   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16286   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16287   include:
16288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16289     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16292     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16293   layout:
16294     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16295     layout: "plot-throughput-speedup-analysis"
16296
16297 - type: "plot"
16298   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16299   algorithm: "plot_tsa_name"
16300   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16301   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16302   include:
16303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16308   layout:
16309     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16310     layout: "plot-throughput-speedup-analysis"
16311
16312 - type: "plot"
16313   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16314   algorithm: "plot_tsa_name"
16315   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16316   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16317   include:
16318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16324   layout:
16325     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16326     layout: "plot-throughput-speedup-analysis"
16327
16328 - type: "plot"
16329   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16330   algorithm: "plot_tsa_name"
16331   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16332   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16333   include:
16334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
16340   layout:
16341     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16342     layout: "plot-throughput-speedup-analysis"
16343
16344 - type: "plot"
16345   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16346   algorithm: "plot_tsa_name"
16347   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16348   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16349   include:
16350     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16351     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16352     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16353     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16354   layout:
16355     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16356     layout: "plot-throughput-speedup-analysis"
16357
16358 - type: "plot"
16359   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16360   algorithm: "plot_tsa_name"
16361   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16362   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16363   include:
16364     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16367     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16368   layout:
16369     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16370     layout: "plot-throughput-speedup-analysis"
16371
16372 - type: "plot"
16373   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16374   algorithm: "plot_tsa_name"
16375   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16376   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16377   include:
16378     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16382     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16383   layout:
16384     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16385     layout: "plot-throughput-speedup-analysis"
16386
16387 - type: "plot"
16388   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16389   algorithm: "plot_tsa_name"
16390   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16391   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16392   include:
16393     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16397     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16398   layout:
16399     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16400     layout: "plot-throughput-speedup-analysis"
16401
16402 - type: "plot"
16403   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16404   algorithm: "plot_tsa_name"
16405   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16406   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16407   include:
16408     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16409     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16410     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16411     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16412     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16413     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16414   layout:
16415     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16416     layout: "plot-throughput-speedup-analysis"
16417
16418 - type: "plot"
16419   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16420   algorithm: "plot_tsa_name"
16421   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16422   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16423   include:
16424     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16425     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16426     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16427     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16428     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16429     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16430   layout:
16431     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16432     layout: "plot-throughput-speedup-analysis"
16433
16434 - type: "plot"
16435   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16436   algorithm: "plot_tsa_name"
16437   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16438   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16439   include:
16440     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16441     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16442     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16443     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16444   layout:
16445     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16446     layout: "plot-throughput-speedup-analysis"
16447
16448 - type: "plot"
16449   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16450   algorithm: "plot_tsa_name"
16451   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16452   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16453   include:
16454     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16455     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16456     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16457     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16458   layout:
16459     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16460     layout: "plot-throughput-speedup-analysis"
16461
16462 - type: "plot"
16463   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16464   algorithm: "plot_tsa_name"
16465   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16466   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16467   include:
16468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16469     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16470     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16471     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16472     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16473     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16474   layout:
16475     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16476     layout: "plot-throughput-speedup-analysis"
16477
16478 - type: "plot"
16479   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16480   algorithm: "plot_tsa_name"
16481   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16482   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16483   include:
16484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16490   layout:
16491     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16492     layout: "plot-throughput-speedup-analysis"
16493
16494 - type: "plot"
16495   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16496   algorithm: "plot_tsa_name"
16497   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16498   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16499   include:
16500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16506   layout:
16507     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16508     layout: "plot-throughput-speedup-analysis"
16509
16510 - type: "plot"
16511   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16512   algorithm: "plot_tsa_name"
16513   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16514   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16515   include:
16516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16522   layout:
16523     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16524     layout: "plot-throughput-speedup-analysis"
16525
16526 - type: "plot"
16527   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16528   algorithm: "plot_tsa_name"
16529   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16530   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16531   include:
16532     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16533     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16534     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16535     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16536     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16537     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16538   layout:
16539     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16540     layout: "plot-throughput-speedup-analysis"
16541
16542 - type: "plot"
16543   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16544   algorithm: "plot_tsa_name"
16545   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16546   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16547   include:
16548     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16549     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16550     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16551     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16552     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16553     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16554   layout:
16555     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16556     layout: "plot-throughput-speedup-analysis"
16557
16558 - type: "plot"
16559   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16560   algorithm: "plot_tsa_name"
16561   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16562   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16563   include:
16564     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16565     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16566     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16567     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16568     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16569     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16570   layout:
16571     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16572     layout: "plot-throughput-speedup-analysis"
16573
16574 - type: "plot"
16575   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16576   algorithm: "plot_tsa_name"
16577   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16578   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16579   include:
16580     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16582     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16584     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16585     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16586   layout:
16587     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16588     layout: "plot-throughput-speedup-analysis"
16589
16590 - type: "plot"
16591   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16592   algorithm: "plot_tsa_name"
16593   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16594   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16595   include:
16596     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16597     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16598     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16599     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16600     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16601     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16602   layout:
16603     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16604     layout: "plot-throughput-speedup-analysis"
16605
16606 - type: "plot"
16607   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16608   algorithm: "plot_tsa_name"
16609   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16610   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16611   include:
16612     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16613     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16614     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16615     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16616     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16617     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16618   layout:
16619     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16620     layout: "plot-throughput-speedup-analysis"
16621
16622 #- type: "plot"
16623 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16624 #  algorithm: "plot_tsa_name"
16625 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16626 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16627 #  include:
16628 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16629 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16630 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16631 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16632 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16633 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16634 #  layout:
16635 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16636 #    layout: "plot-throughput-speedup-analysis"
16637 #
16638 #- type: "plot"
16639 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16640 #  algorithm: "plot_tsa_name"
16641 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16642 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16643 #  include:
16644 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16645 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16646 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16647 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16648 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16649 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16650 #  layout:
16651 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16652 #    layout: "plot-throughput-speedup-analysis"
16653
16654 - type: "plot"
16655   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16656   algorithm: "plot_tsa_name"
16657   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16658   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16659   include:
16660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16665   layout:
16666     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16667     layout: "plot-throughput-speedup-analysis"
16668
16669 - type: "plot"
16670   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16671   algorithm: "plot_tsa_name"
16672   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16673   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16674   include:
16675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16680   layout:
16681     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16682     layout: "plot-throughput-speedup-analysis"
16683
16684 - type: "plot"
16685   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16686   algorithm: "plot_tsa_name"
16687   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16688   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16689   include:
16690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16696   layout:
16697     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16698     layout: "plot-throughput-speedup-analysis"
16699
16700 - type: "plot"
16701   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16702   algorithm: "plot_tsa_name"
16703   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16704   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16705   include:
16706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16712   layout:
16713     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16714     layout: "plot-throughput-speedup-analysis"
16715
16716 - type: "plot"
16717   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16718   algorithm: "plot_tsa_name"
16719   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16720   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16721   include:
16722     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16723     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16724     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16725     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16726     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16727   layout:
16728     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16729     layout: "plot-throughput-speedup-analysis"
16730
16731 - type: "plot"
16732   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16733   algorithm: "plot_tsa_name"
16734   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16735   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16736   include:
16737     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16738     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16739     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16740     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16741     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16742   layout:
16743     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16744     layout: "plot-throughput-speedup-analysis"
16745
16746 #- type: "plot"
16747 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16748 #  algorithm: "plot_tsa_name"
16749 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16750 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16751 #  include:
16752 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16753 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16754 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16755 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16756 #  layout:
16757 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16758 #    layout: "plot-throughput-speedup-analysis"
16759 #
16760 #- type: "plot"
16761 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16762 #  algorithm: "plot_tsa_name"
16763 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16764 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16765 #  include:
16766 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16767 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16768 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16769 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16770 #  layout:
16771 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16772 #    layout: "plot-throughput-speedup-analysis"
16773
16774 - type: "plot"
16775   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16776   algorithm: "plot_tsa_name"
16777   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16778   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16779   include:
16780     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16781     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16786   layout:
16787     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16788     layout: "plot-throughput-speedup-analysis"
16789
16790 - type: "plot"
16791   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16792   algorithm: "plot_tsa_name"
16793   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16794   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16795   include:
16796     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16802   layout:
16803     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16804     layout: "plot-throughput-speedup-analysis"
16805
16806 - type: "plot"
16807   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16808   algorithm: "plot_tsa_name"
16809   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16810   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16811   include:
16812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16815     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16817   layout:
16818     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16819     layout: "plot-throughput-speedup-analysis"
16820
16821 - type: "plot"
16822   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16823   algorithm: "plot_tsa_name"
16824   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16825   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16826   include:
16827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16832   layout:
16833     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16834     layout: "plot-throughput-speedup-analysis"
16835
16836 - type: "plot"
16837   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16838   algorithm: "plot_tsa_name"
16839   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16840   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16841   include:
16842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16848   layout:
16849     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16850     layout: "plot-throughput-speedup-analysis"
16851
16852 - type: "plot"
16853   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16854   algorithm: "plot_tsa_name"
16855   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16856   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16857   include:
16858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16861     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16862     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16864   layout:
16865     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16866     layout: "plot-throughput-speedup-analysis"
16867
16868 - type: "plot"
16869   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16870   algorithm: "plot_tsa_name"
16871   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16872   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16873   include:
16874     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16876     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16877     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16878   layout:
16879     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16880     layout: "plot-throughput-speedup-analysis"
16881
16882 - type: "plot"
16883   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16884   algorithm: "plot_tsa_name"
16885   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16886   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16887   include:
16888     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16890     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16891     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16892   layout:
16893     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16894     layout: "plot-throughput-speedup-analysis"
16895
16896 - type: "plot"
16897   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16898   algorithm: "plot_tsa_name"
16899   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16900   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16901   include:
16902     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16903     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16904     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16905     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16906     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16907   layout:
16908     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16909     layout: "plot-throughput-speedup-analysis"
16910
16911 - type: "plot"
16912   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16913   algorithm: "plot_tsa_name"
16914   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16915   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16916   include:
16917     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16918     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16921     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16922   layout:
16923     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16924     layout: "plot-throughput-speedup-analysis"
16925
16926 - type: "plot"
16927   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16928   algorithm: "plot_tsa_name"
16929   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16930   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16931   include:
16932     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16933     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16934     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16935     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16936     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16937     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16938   layout:
16939     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16940     layout: "plot-throughput-speedup-analysis"
16941
16942 - type: "plot"
16943   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16944   algorithm: "plot_tsa_name"
16945   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16946   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16947   include:
16948     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16949     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16950     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16951     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16952     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16953     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16954   layout:
16955     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16956     layout: "plot-throughput-speedup-analysis"
16957
16958 #- type: "plot"
16959 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16960 #  algorithm: "plot_tsa_name"
16961 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16962 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16963 #  include:
16964 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16965 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16966 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16967 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16968 #  layout:
16969 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16970 #    layout: "plot-throughput-speedup-analysis"
16971 #
16972 #- type: "plot"
16973 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16974 #  algorithm: "plot_tsa_name"
16975 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16976 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16977 #  include:
16978 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16979 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16980 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16981 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16982 #  layout:
16983 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16984 #    layout: "plot-throughput-speedup-analysis"
16985
16986 - type: "plot"
16987   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16988   algorithm: "plot_tsa_name"
16989   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16990   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16991   include:
16992     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16993     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16994     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16995     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16996     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16997     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16998   layout:
16999     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17000     layout: "plot-throughput-speedup-analysis"
17001
17002 - type: "plot"
17003   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17004   algorithm: "plot_tsa_name"
17005   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17006   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17007   include:
17008     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17009     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17010     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17011     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17012     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17013     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17014   layout:
17015     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17016     layout: "plot-throughput-speedup-analysis"
17017
17018 #- type: "plot"
17019 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17020 #  algorithm: "plot_tsa_name"
17021 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17022 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17023 #  include:
17024 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17025 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17026 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17027 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17028 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17029 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17030 #  layout:
17031 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17032 #    layout: "plot-throughput-speedup-analysis"
17033 #
17034 #- type: "plot"
17035 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17036 #  algorithm: "plot_tsa_name"
17037 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17038 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17039 #  include:
17040 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17041 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17042 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17043 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17044 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17045 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17046 #  layout:
17047 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17048 #    layout: "plot-throughput-speedup-analysis"
17049
17050 #- type: "plot"
17051 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17052 #  algorithm: "plot_tsa_name"
17053 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17054 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17055 #  include:
17056 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17057 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17058 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17059 #  layout:
17060 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17061 #    layout: "plot-throughput-speedup-analysis"
17062 #
17063 #- type: "plot"
17064 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17065 #  algorithm: "plot_tsa_name"
17066 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17067 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17068 #  include:
17069 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17070 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17071 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17072 #  layout:
17073 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17074 #    layout: "plot-throughput-speedup-analysis"
17075
17076 ################################################################################
17077
17078 # Packet Throughput - DPDK
17079
17080 # 2n-skx-xxv710
17081
17082 - type: "plot"
17083   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17084   algorithm: "plot_perf_box_name"
17085   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17086   data: "plot-dpdk-throughput-latency-2n-skx"
17087   include:
17088     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17089     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17090   layout:
17091     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17092     layout: "plot-throughput"
17093
17094 - type: "plot"
17095   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17096   algorithm: "plot_perf_box_name"
17097   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17098   data: "plot-dpdk-throughput-latency-2n-skx"
17099   include:
17100     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17101     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17102   layout:
17103     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17104     layout: "plot-throughput"
17105
17106 - type: "plot"
17107   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17108   algorithm: "plot_perf_box_name"
17109   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17110   data: "plot-dpdk-throughput-latency-2n-skx"
17111   include:
17112     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17113     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17114   layout:
17115     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17116     layout: "plot-throughput"
17117
17118 - type: "plot"
17119   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17120   algorithm: "plot_perf_box_name"
17121   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17122   data: "plot-dpdk-throughput-latency-2n-skx"
17123   include:
17124     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17125     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17126   layout:
17127     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17128     layout: "plot-throughput"
17129
17130 # 2n-skx-x710
17131
17132 - type: "plot"
17133   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17134   algorithm: "plot_perf_box_name"
17135   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17136   data: "plot-dpdk-throughput-latency-2n-skx"
17137   include:
17138     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17139     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17140   layout:
17141     title: "2n-skx-x710-64b-2t1c-base-ndr"
17142     layout: "plot-throughput"
17143
17144 - type: "plot"
17145   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17146   algorithm: "plot_perf_box_name"
17147   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17148   data: "plot-dpdk-throughput-latency-2n-skx"
17149   include:
17150     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17151     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17152   layout:
17153     title: "2n-skx-x710-64b-4t2c-base-ndr"
17154     layout: "plot-throughput"
17155
17156 - type: "plot"
17157   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17158   algorithm: "plot_perf_box_name"
17159   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17160   data: "plot-dpdk-throughput-latency-2n-skx"
17161   include:
17162     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17163     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17164   layout:
17165     title: "2n-skx-x710-64b-2t1c-base-pdr"
17166     layout: "plot-throughput"
17167
17168 - type: "plot"
17169   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17170   algorithm: "plot_perf_box_name"
17171   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17172   data: "plot-dpdk-throughput-latency-2n-skx"
17173   include:
17174     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17175     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17176   layout:
17177     title: "2n-skx-x710-64b-4t2c-base-pdr"
17178     layout: "plot-throughput"
17179
17180 # 3n-skx-xxv710
17181
17182 - type: "plot"
17183   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17184   algorithm: "plot_perf_box_name"
17185   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17186   data: "plot-dpdk-throughput-latency-3n-skx"
17187   include:
17188     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17189     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17190   layout:
17191     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17192     layout: "plot-throughput"
17193
17194 - type: "plot"
17195   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17196   algorithm: "plot_perf_box_name"
17197   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17198   data: "plot-dpdk-throughput-latency-3n-skx"
17199   include:
17200     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17201     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17202   layout:
17203     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17204     layout: "plot-throughput"
17205
17206 - type: "plot"
17207   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17208   algorithm: "plot_perf_box_name"
17209   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17210   data: "plot-dpdk-throughput-latency-3n-skx"
17211   include:
17212     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17213     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17214   layout:
17215     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17216     layout: "plot-throughput"
17217
17218 - type: "plot"
17219   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17220   algorithm: "plot_perf_box_name"
17221   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17222   data: "plot-dpdk-throughput-latency-3n-skx"
17223   include:
17224     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17225     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17226   layout:
17227     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17228     layout: "plot-throughput"
17229
17230 # 3n-skx-x710
17231
17232 - type: "plot"
17233   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17234   algorithm: "plot_perf_box_name"
17235   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17236   data: "plot-dpdk-throughput-latency-3n-skx"
17237   include:
17238     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17239     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17240   layout:
17241     title: "3n-skx-x710-64b-2t1c-base-ndr"
17242     layout: "plot-throughput"
17243
17244 - type: "plot"
17245   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17246   algorithm: "plot_perf_box_name"
17247   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17248   data: "plot-dpdk-throughput-latency-3n-skx"
17249   include:
17250     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17251     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17252   layout:
17253     title: "3n-skx-x710-64b-4t2c-base-ndr"
17254     layout: "plot-throughput"
17255
17256 - type: "plot"
17257   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17258   algorithm: "plot_perf_box_name"
17259   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17260   data: "plot-dpdk-throughput-latency-3n-skx"
17261   include:
17262     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17263     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17264   layout:
17265     title: "3n-skx-x710-64b-2t1c-base-pdr"
17266     layout: "plot-throughput"
17267
17268 - type: "plot"
17269   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17270   algorithm: "plot_perf_box_name"
17271   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17272   data: "plot-dpdk-throughput-latency-3n-skx"
17273   include:
17274     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17275     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17276   layout:
17277     title: "3n-skx-x710-64b-4t2c-base-pdr"
17278     layout: "plot-throughput"
17279
17280 # 3n-hsw-xl710
17281
17282 - type: "plot"
17283   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17284   algorithm: "plot_perf_box_name"
17285   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17286   data: "plot-dpdk-throughput-latency-3n-hsw"
17287   include:
17288     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17289     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17290   layout:
17291     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17292     layout: "plot-throughput"
17293
17294 - type: "plot"
17295   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17296   algorithm: "plot_perf_box_name"
17297   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17298   data: "plot-dpdk-throughput-latency-3n-hsw"
17299   include:
17300     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17301     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17302   layout:
17303     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17304     layout: "plot-throughput"
17305
17306 - type: "plot"
17307   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17308   algorithm: "plot_perf_box_name"
17309   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17310   data: "plot-dpdk-throughput-latency-3n-hsw"
17311   include:
17312     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17313     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17314   layout:
17315     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17316     layout: "plot-throughput"
17317
17318 - type: "plot"
17319   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17320   algorithm: "plot_perf_box_name"
17321   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17322   data: "plot-dpdk-throughput-latency-3n-hsw"
17323   include:
17324     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17325     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17326   layout:
17327     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17328     layout: "plot-throughput"
17329
17330 # 3n-hsw-x710
17331
17332 - type: "plot"
17333   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17334   algorithm: "plot_perf_box_name"
17335   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17336   data: "plot-dpdk-throughput-latency-3n-hsw"
17337   include:
17338     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17339     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17340   layout:
17341     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17342     layout: "plot-throughput"
17343
17344 - type: "plot"
17345   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17346   algorithm: "plot_perf_box_name"
17347   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17348   data: "plot-dpdk-throughput-latency-3n-hsw"
17349   include:
17350     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17351     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17352   layout:
17353     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17354     layout: "plot-throughput"
17355
17356 - type: "plot"
17357   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17358   algorithm: "plot_perf_box_name"
17359   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17360   data: "plot-dpdk-throughput-latency-3n-hsw"
17361   include:
17362     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17363     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17364   layout:
17365     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17366     layout: "plot-throughput"
17367
17368 - type: "plot"
17369   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17370   algorithm: "plot_perf_box_name"
17371   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17372   data: "plot-dpdk-throughput-latency-3n-hsw"
17373   include:
17374     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17375     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17376   layout:
17377     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17378     layout: "plot-throughput"
17379
17380 # 2n-dnv-x553
17381
17382 - type: "plot"
17383   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17384   algorithm: "plot_perf_box_name"
17385   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17386   data: "plot-dpdk-throughput-latency-2n-dnv"
17387   include:
17388     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17389     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17390   layout:
17391     title: "2n-dnv-x553-64b-1t1c-base-ndr"
17392     layout: "plot-throughput"
17393
17394 - type: "plot"
17395   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17396   algorithm: "plot_perf_box_name"
17397   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17398   data: "plot-dpdk-throughput-latency-2n-dnv"
17399   include:
17400     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17401     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17402   layout:
17403     title: "2n-dnv-x553-64b-2t2c-base-ndr"
17404     layout: "plot-throughput"
17405
17406 - type: "plot"
17407   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17408   algorithm: "plot_perf_box_name"
17409   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17410   data: "plot-dpdk-throughput-latency-2n-dnv"
17411   include:
17412     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17413     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17414   layout:
17415     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17416     layout: "plot-throughput"
17417
17418 - type: "plot"
17419   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17420   algorithm: "plot_perf_box_name"
17421   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17422   data: "plot-dpdk-throughput-latency-2n-dnv"
17423   include:
17424     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17425     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17426   layout:
17427     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17428     layout: "plot-throughput"
17429
17430 # 3n-dnv-x553
17431
17432 - type: "plot"
17433   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17434   algorithm: "plot_perf_box_name"
17435   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17436   data: "plot-dpdk-throughput-latency-3n-dnv"
17437   include:
17438     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17439     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17440   layout:
17441     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17442     layout: "plot-throughput"
17443
17444 - type: "plot"
17445   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17446   algorithm: "plot_perf_box_name"
17447   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17448   data: "plot-dpdk-throughput-latency-3n-dnv"
17449   include:
17450     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17451     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17452   layout:
17453     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17454     layout: "plot-throughput"
17455
17456 - type: "plot"
17457   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17458   algorithm: "plot_perf_box_name"
17459   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17460   data: "plot-dpdk-throughput-latency-3n-dnv"
17461   include:
17462     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17463     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17464   layout:
17465     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17466     layout: "plot-throughput"
17467
17468 - type: "plot"
17469   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17470   algorithm: "plot_perf_box_name"
17471   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17472   data: "plot-dpdk-throughput-latency-3n-dnv"
17473   include:
17474     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17475     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17476   layout:
17477     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17478     layout: "plot-throughput"
17479
17480 # 3n-tsh-x520
17481
17482 - type: "plot"
17483   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17484   algorithm: "plot_perf_box_name"
17485   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17486   data: "plot-dpdk-throughput-latency-3n-tsh"
17487   include:
17488     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17489     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17490   layout:
17491     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17492     layout: "plot-throughput"
17493
17494 - type: "plot"
17495   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17496   algorithm: "plot_perf_box_name"
17497   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17498   data: "plot-dpdk-throughput-latency-3n-tsh"
17499   include:
17500     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17501     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17502   layout:
17503     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17504     layout: "plot-throughput"
17505
17506 - type: "plot"
17507   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17508   algorithm: "plot_perf_box_name"
17509   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17510   data: "plot-dpdk-throughput-latency-3n-tsh"
17511   include:
17512     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17513     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17514   layout:
17515     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17516     layout: "plot-throughput"
17517
17518 - type: "plot"
17519   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17520   algorithm: "plot_perf_box_name"
17521   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17522   data: "plot-dpdk-throughput-latency-3n-tsh"
17523   include:
17524     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17525     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17526   layout:
17527     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17528     layout: "plot-throughput"
17529
17530 ################################################################################
17531 ###   2n-clx                                                                 ###
17532 ################################################################################
17533
17534 # Packet Throughput
17535
17536 - type: "plot"
17537   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17538   algorithm: "plot_perf_box_name"
17539   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17541   include:
17542     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17543     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17544     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17545     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17546   layout:
17547     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17548     layout: "plot-throughput"
17549
17550 - type: "plot"
17551   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17552   algorithm: "plot_perf_box_name"
17553   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17554   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17555   include:
17556     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17557     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17558     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17559     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17560   layout:
17561     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17562     layout: "plot-throughput"
17563
17564 - type: "plot"
17565   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17566   algorithm: "plot_perf_box_name"
17567   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17568   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17569   include:
17570     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17571     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17572     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17573     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17574   layout:
17575     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17576     layout: "plot-throughput"
17577
17578 - type: "plot"
17579   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17580   algorithm: "plot_perf_box_name"
17581   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17582   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17583   include:
17584     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17585     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17586     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17587     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17588   layout:
17589     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17590     layout: "plot-throughput"
17591
17592 - type: "plot"
17593   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17594   algorithm: "plot_perf_box_name"
17595   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17597   include:
17598     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17599     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17600     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17601     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17602   layout:
17603     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17604     layout: "plot-throughput"
17605
17606 - type: "plot"
17607   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17608   algorithm: "plot_perf_box_name"
17609   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17610   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17611   include:
17612     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17613     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17614     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17615     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17616   layout:
17617     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17618     layout: "plot-throughput"
17619
17620 - type: "plot"
17621   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17622   algorithm: "plot_perf_box_name"
17623   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17625   include:
17626     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17627     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17628     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17629     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17630     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17632   layout:
17633     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17634     layout: "plot-throughput"
17635
17636 - type: "plot"
17637   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17638   algorithm: "plot_perf_box_name"
17639   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17640   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17641   include:
17642     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17643     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17647   layout:
17648     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17649     layout: "plot-throughput"
17650
17651 - type: "plot"
17652   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17653   algorithm: "plot_perf_box_name"
17654   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17655   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17656   include:
17657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17661   layout:
17662     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17663     layout: "plot-throughput"
17664
17665 - type: "plot"
17666   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17667   algorithm: "plot_perf_box_name"
17668   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17669   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17670   include:
17671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17675   layout:
17676     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17677     layout: "plot-throughput"
17678
17679 - type: "plot"
17680   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17681   algorithm: "plot_perf_box_name"
17682   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17684   include:
17685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17688   layout:
17689     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17690     layout: "plot-throughput"
17691
17692 - type: "plot"
17693   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17694   algorithm: "plot_perf_box_name"
17695   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17697   include:
17698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17701   layout:
17702     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17703     layout: "plot-throughput"
17704
17705 - type: "plot"
17706   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17707   algorithm: "plot_perf_box_name"
17708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17710   include:
17711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17716   layout:
17717     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17718     layout: "plot-throughput"
17719
17720 - type: "plot"
17721   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17722   algorithm: "plot_perf_box_name"
17723   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17725   include:
17726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17731   layout:
17732     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17733     layout: "plot-throughput"
17734
17735 - type: "plot"
17736   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17737   algorithm: "plot_perf_box_name"
17738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17740   include:
17741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17744   layout:
17745     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17746     layout: "plot-throughput"
17747
17748 - type: "plot"
17749   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17750   algorithm: "plot_perf_box_name"
17751   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17753   include:
17754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17757   layout:
17758     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17759     layout: "plot-throughput"
17760
17761 - type: "plot"
17762   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17763   algorithm: "plot_perf_box_name"
17764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17766   include:
17767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17773   layout:
17774     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17775     layout: "plot-throughput"
17776
17777 - type: "plot"
17778   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17779   algorithm: "plot_perf_box_name"
17780   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17782   include:
17783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17789   layout:
17790     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17791     layout: "plot-throughput"
17792
17793 - type: "plot"
17794   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17795   algorithm: "plot_perf_box_name"
17796   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17797   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17798   include:
17799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17805   layout:
17806     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17807     layout: "plot-throughput"
17808
17809 - type: "plot"
17810   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17811   algorithm: "plot_perf_box_name"
17812   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17814   include:
17815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17821   layout:
17822     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17823     layout: "plot-throughput"
17824
17825 - type: "plot"
17826   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17827   algorithm: "plot_perf_box_name"
17828   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17830   include:
17831     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17833   layout:
17834     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17835     layout: "plot-throughput"
17836
17837 - type: "plot"
17838   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17839   algorithm: "plot_perf_box_name"
17840   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17842   include:
17843     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17844     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17845   layout:
17846     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17847     layout: "plot-throughput"
17848
17849 - type: "plot"
17850   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17851   algorithm: "plot_perf_box_name"
17852   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17854   include:
17855     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17856     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17857     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17858     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17859     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17860     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17861   layout:
17862     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17863     layout: "plot-throughput"
17864
17865 - type: "plot"
17866   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17867   algorithm: "plot_perf_box_name"
17868   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17870   include:
17871     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17877   layout:
17878     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17879     layout: "plot-throughput"
17880
17881 - type: "plot"
17882   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17883   algorithm: "plot_perf_box_name"
17884   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17886   include:
17887     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17893   layout:
17894     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17895     layout: "plot-throughput"
17896
17897 - type: "plot"
17898   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17899   algorithm: "plot_perf_box_name"
17900   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17902   include:
17903     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17909   layout:
17910     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17911     layout: "plot-throughput"
17912
17913 - type: "plot"
17914   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17915   algorithm: "plot_perf_box_name"
17916   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17918   include:
17919     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17923     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17924     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17925   layout:
17926     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17927     layout: "plot-throughput"
17928
17929 - type: "plot"
17930   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17931   algorithm: "plot_perf_box_name"
17932   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17934   include:
17935     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17936     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17937     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17938     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17941   layout:
17942     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17943     layout: "plot-throughput"
17944
17945 - type: "plot"
17946   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17947   algorithm: "plot_perf_box_name"
17948   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17950   include:
17951     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17952     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17953     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17956   layout:
17957     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17958     layout: "plot-throughput"
17959
17960 - type: "plot"
17961   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17962   algorithm: "plot_perf_box_name"
17963   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17964   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17965   include:
17966     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17967     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17969     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17970     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17971   layout:
17972     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17973     layout: "plot-throughput"
17974
17975 - type: "plot"
17976   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17977   algorithm: "plot_perf_box_name"
17978   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17980   include:
17981     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17982     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17984     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17985     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17986   layout:
17987     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17988     layout: "plot-throughput"
17989
17990 - type: "plot"
17991   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17992   algorithm: "plot_perf_box_name"
17993   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17995   include:
17996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17999     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18001   layout:
18002     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18003     layout: "plot-throughput"
18004
18005 - type: "plot"
18006   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18007   algorithm: "plot_perf_box_name"
18008   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18010   include:
18011     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18015     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18016   layout:
18017     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18018     layout: "plot-throughput"
18019
18020 - type: "plot"
18021   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18022   algorithm: "plot_perf_box_name"
18023   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18024   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18025   include:
18026     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18029     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18030     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18031   layout:
18032     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18033     layout: "plot-throughput"
18034
18035 - type: "plot"
18036   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18037   algorithm: "plot_perf_box_name"
18038   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18040   include:
18041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18043     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18045     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18046   layout:
18047     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18048     layout: "plot-throughput"
18049
18050 - type: "plot"
18051   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18052   algorithm: "plot_perf_box_name"
18053   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18055   include:
18056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18058     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18059     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18060     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18061   layout:
18062     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18063     layout: "plot-throughput"
18064
18065 - type: "plot"
18066   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18067   algorithm: "plot_perf_box_name"
18068   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18070   include:
18071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18072     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18074     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18075     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18076   layout:
18077     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18078     layout: "plot-throughput"
18079
18080 - type: "plot"
18081   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18082   algorithm: "plot_perf_box_name"
18083   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18085   include:
18086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18091   layout:
18092     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18093     layout: "plot-throughput"
18094
18095 - type: "plot"
18096   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18097   algorithm: "plot_perf_box_name"
18098   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18100   include:
18101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18107   layout:
18108     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18109     layout: "plot-throughput"
18110
18111 - type: "plot"
18112   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18113   algorithm: "plot_perf_box_name"
18114   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18116   include:
18117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18123   layout:
18124     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18125     layout: "plot-throughput"
18126
18127 - type: "plot"
18128   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18129   algorithm: "plot_perf_box_name"
18130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18132   include:
18133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18137   layout:
18138     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18139     layout: "plot-throughput"
18140
18141 - type: "plot"
18142   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18143   algorithm: "plot_perf_box_name"
18144   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18146   include:
18147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18151   layout:
18152     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18153     layout: "plot-throughput"
18154
18155 - type: "plot"
18156   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18157   algorithm: "plot_perf_box_name"
18158   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18160   include:
18161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18167   layout:
18168     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18169     layout: "plot-throughput"
18170
18171 - type: "plot"
18172   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18173   algorithm: "plot_perf_box_name"
18174   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18175   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18176   include:
18177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18183   layout:
18184     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18185     layout: "plot-throughput"
18186
18187 - type: "plot"
18188   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18189   algorithm: "plot_perf_box_name"
18190   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18191   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18192   include:
18193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18197   layout:
18198     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18199     layout: "plot-throughput"
18200
18201 - type: "plot"
18202   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18203   algorithm: "plot_perf_box_name"
18204   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18205   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18206   include:
18207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18211   layout:
18212     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18213     layout: "plot-throughput"
18214
18215 - type: "plot"
18216   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18217   algorithm: "plot_perf_box_name"
18218   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18220   include:
18221     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18222     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18223     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18224     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18225     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18226     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18227   layout:
18228     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18229     layout: "plot-throughput"
18230
18231 - type: "plot"
18232   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18233   algorithm: "plot_perf_box_name"
18234   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18235   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18236   include:
18237     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18238     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18239     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18240     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18241     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18242     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18243   layout:
18244     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18245     layout: "plot-throughput"
18246
18247 - type: "plot"
18248   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18249   algorithm: "plot_perf_box_name"
18250   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18251   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18252   include:
18253     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18254     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18255     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18256     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18257   layout:
18258     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18259     layout: "plot-throughput"
18260
18261 - type: "plot"
18262   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18263   algorithm: "plot_perf_box_name"
18264   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18265   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18266   include:
18267     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18268     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18269     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18270     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18271   layout:
18272     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18273     layout: "plot-throughput"
18274
18275 - type: "plot"
18276   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18277   algorithm: "plot_perf_box_name"
18278   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18280   include:
18281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18286   layout:
18287     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18288     layout: "plot-throughput"
18289
18290 - type: "plot"
18291   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18292   algorithm: "plot_perf_box_name"
18293   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18294   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18295   include:
18296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18301   layout:
18302     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18303     layout: "plot-throughput"
18304
18305 - type: "plot"
18306   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18307   algorithm: "plot_perf_box_name"
18308   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18310   include:
18311     - "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"
18312     - "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"
18313     - "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"
18314     - "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"
18315     - "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"
18316   layout:
18317     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18318     layout: "plot-throughput"
18319
18320 - type: "plot"
18321   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18322   algorithm: "plot_perf_box_name"
18323   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18325   include:
18326     - "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"
18327     - "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"
18328     - "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"
18329     - "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"
18330     - "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"
18331   layout:
18332     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18333     layout: "plot-throughput"
18334
18335 - type: "plot"
18336   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18337   algorithm: "plot_perf_box_name"
18338   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18339   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18340   include:
18341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18346   layout:
18347     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18348     layout: "plot-throughput"
18349
18350 - type: "plot"
18351   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18352   algorithm: "plot_perf_box_name"
18353   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18354   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18355   include:
18356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18361   layout:
18362     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18363     layout: "plot-throughput"
18364
18365 - type: "plot"
18366   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18367   algorithm: "plot_perf_box_name"
18368   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18369   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18370   include:
18371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18376   layout:
18377     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18378     layout: "plot-throughput"
18379
18380 - type: "plot"
18381   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18382   algorithm: "plot_perf_box_name"
18383   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18385   include:
18386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18391   layout:
18392     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18393     layout: "plot-throughput"
18394
18395 - type: "plot"
18396   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18397   algorithm: "plot_perf_box_name"
18398   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18400   include:
18401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18402     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18405   layout:
18406     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18407     layout: "plot-throughput"
18408
18409 - type: "plot"
18410   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18411   algorithm: "plot_perf_box_name"
18412   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18413   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18414   include:
18415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18419   layout:
18420     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18421     layout: "plot-throughput"
18422
18423 - type: "plot"
18424   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18425   algorithm: "plot_perf_box_name"
18426   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18428   include:
18429     - "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"
18430     - "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"
18431     - "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"
18432     - "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"
18433   layout:
18434     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18435     layout: "plot-throughput"
18436
18437 - type: "plot"
18438   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18439   algorithm: "plot_perf_box_name"
18440   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18442   include:
18443     - "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"
18444     - "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"
18445     - "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"
18446     - "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"
18447   layout:
18448     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18449     layout: "plot-throughput"
18450
18451 - type: "plot"
18452   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18453   algorithm: "plot_perf_box_name"
18454   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18456   include:
18457     - "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"
18458     - "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"
18459     - "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"
18460     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18461     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18462     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18463   layout:
18464     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18465     layout: "plot-throughput"
18466
18467 - type: "plot"
18468   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18469   algorithm: "plot_perf_box_name"
18470   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18472   include:
18473     - "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"
18474     - "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"
18475     - "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"
18476     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18477     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18478     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18479   layout:
18480     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18481     layout: "plot-throughput"
18482
18483 ################################################################################
18484
18485 # Packet Speedup
18486
18487 - type: "plot"
18488   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18489   algorithm: "plot_tsa_name"
18490   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18491   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18492   include:
18493     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18494     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18495     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18496     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18497   layout:
18498     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18499     layout: "plot-throughput-speedup-analysis"
18500
18501 - type: "plot"
18502   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18503   algorithm: "plot_tsa_name"
18504   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18505   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18506   include:
18507     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18508     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18509     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18510     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18511   layout:
18512     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18513     layout: "plot-throughput-speedup-analysis"
18514
18515 - type: "plot"
18516   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18517   algorithm: "plot_tsa_name"
18518   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18519   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18520   include:
18521     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18522     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18523     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18524     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18525   layout:
18526     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18527     layout: "plot-throughput-speedup-analysis"
18528
18529 - type: "plot"
18530   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18531   algorithm: "plot_tsa_name"
18532   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18533   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18534   include:
18535     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18536     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18537     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18538     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18539   layout:
18540     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18541     layout: "plot-throughput-speedup-analysis"
18542
18543 - type: "plot"
18544   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18545   algorithm: "plot_tsa_name"
18546   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18548   include:
18549     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18550     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18551     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18552     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18553   layout:
18554     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18555     layout: "plot-throughput-speedup-analysis"
18556
18557 - type: "plot"
18558   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18559   algorithm: "plot_tsa_name"
18560   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18562   include:
18563     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18564     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18565     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18566     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18567   layout:
18568     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18569     layout: "plot-throughput-speedup-analysis"
18570
18571 - type: "plot"
18572   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18573   algorithm: "plot_tsa_name"
18574   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18575   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18576   include:
18577     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18578     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18579     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18580     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18581     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18582     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18583   layout:
18584     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18585     layout: "plot-throughput-speedup-analysis"
18586
18587 - type: "plot"
18588   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18589   algorithm: "plot_tsa_name"
18590   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18591   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18592   include:
18593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18594     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18596     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18598     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18599   layout:
18600     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18601     layout: "plot-throughput-speedup-analysis"
18602
18603 - type: "plot"
18604   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18605   algorithm: "plot_tsa_name"
18606   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18608   include:
18609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18613   layout:
18614     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18615     layout: "plot-throughput-speedup-analysis"
18616
18617 - type: "plot"
18618   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18619   algorithm: "plot_tsa_name"
18620   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18622   include:
18623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18627   layout:
18628     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18629     layout: "plot-throughput-speedup-analysis"
18630
18631 - type: "plot"
18632   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18633   algorithm: "plot_tsa_name"
18634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18636   include:
18637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18640   layout:
18641     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18642     layout: "plot-throughput-speedup-analysis"
18643
18644 - type: "plot"
18645   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18646   algorithm: "plot_tsa_name"
18647   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18648   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18649   include:
18650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18653   layout:
18654     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18655     layout: "plot-throughput-speedup-analysis"
18656
18657 - type: "plot"
18658   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18659   algorithm: "plot_tsa_name"
18660   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18662   include:
18663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18668   layout:
18669     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18670     layout: "plot-throughput-speedup-analysis"
18671
18672 - type: "plot"
18673   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18674   algorithm: "plot_tsa_name"
18675   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18677   include:
18678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18683   layout:
18684     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18685     layout: "plot-throughput-speedup-analysis"
18686
18687 - type: "plot"
18688   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18689   algorithm: "plot_tsa_name"
18690   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18692   include:
18693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18696   layout:
18697     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18698     layout: "plot-throughput-speedup-analysis"
18699
18700 - type: "plot"
18701   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18702   algorithm: "plot_tsa_name"
18703   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18705   include:
18706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18709   layout:
18710     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18711     layout: "plot-throughput-speedup-analysis"
18712
18713 - type: "plot"
18714   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18715   algorithm: "plot_tsa_name"
18716   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18718   include:
18719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18725   layout:
18726     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18727     layout: "plot-throughput-speedup-analysis"
18728
18729 - type: "plot"
18730   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18731   algorithm: "plot_tsa_name"
18732   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18734   include:
18735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18741   layout:
18742     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18743     layout: "plot-throughput-speedup-analysis"
18744
18745 - type: "plot"
18746   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18747   algorithm: "plot_tsa_name"
18748   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18749   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18750   include:
18751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18757   layout:
18758     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18759     layout: "plot-throughput-speedup-analysis"
18760
18761 - type: "plot"
18762   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18763   algorithm: "plot_tsa_name"
18764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18766   include:
18767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18773   layout:
18774     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18775     layout: "plot-throughput-speedup-analysis"
18776
18777 - type: "plot"
18778   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18779   algorithm: "plot_tsa_name"
18780   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18782   include:
18783     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18784     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18785   layout:
18786     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18787     layout: "plot-throughput-speedup-analysis"
18788
18789 - type: "plot"
18790   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18791   algorithm: "plot_tsa_name"
18792   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18794   include:
18795     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18796     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18797   layout:
18798     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18799     layout: "plot-throughput-speedup-analysis"
18800
18801 - type: "plot"
18802   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18803   algorithm: "plot_tsa_name"
18804   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18806   include:
18807     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18808     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18810     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18811     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18813   layout:
18814     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18815     layout: "plot-throughput-speedup-analysis"
18816
18817 - type: "plot"
18818   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18819   algorithm: "plot_tsa_name"
18820   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18822   include:
18823     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18826     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18827     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18828     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18829   layout:
18830     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18831     layout: "plot-throughput-speedup-analysis"
18832
18833 - type: "plot"
18834   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18835   algorithm: "plot_tsa_name"
18836   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18838   include:
18839     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18841     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18842     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18843     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18844     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18845   layout:
18846     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18847     layout: "plot-throughput-speedup-analysis"
18848
18849 - type: "plot"
18850   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18851   algorithm: "plot_tsa_name"
18852   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18854   include:
18855     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18856     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18857     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18858     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18859     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18860     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18861   layout:
18862     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18863     layout: "plot-throughput-speedup-analysis"
18864
18865 - type: "plot"
18866   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18867   algorithm: "plot_tsa_name"
18868   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18870   include:
18871     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18872     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18873     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18874     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18876     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18877   layout:
18878     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18879     layout: "plot-throughput-speedup-analysis"
18880
18881 - type: "plot"
18882   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18883   algorithm: "plot_tsa_name"
18884   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18886   include:
18887     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18888     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18889     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18890     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18891     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18892     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18893   layout:
18894     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18895     layout: "plot-throughput-speedup-analysis"
18896
18897 - type: "plot"
18898   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18899   algorithm: "plot_tsa_name"
18900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18902   include:
18903     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18904     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18905     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18906     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18907     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18908   layout:
18909     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18910     layout: "plot-throughput-speedup-analysis"
18911
18912 - type: "plot"
18913   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18914   algorithm: "plot_tsa_name"
18915   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18917   include:
18918     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18919     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18920     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18921     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18922     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18923   layout:
18924     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18925     layout: "plot-throughput-speedup-analysis"
18926
18927 - type: "plot"
18928   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18929   algorithm: "plot_tsa_name"
18930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18932   include:
18933     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18934     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18935     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18936     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18937     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18938   layout:
18939     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18940     layout: "plot-throughput-speedup-analysis"
18941
18942 - type: "plot"
18943   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18944   algorithm: "plot_tsa_name"
18945   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18947   include:
18948     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18949     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18950     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18951     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18952     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18953   layout:
18954     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18955     layout: "plot-throughput-speedup-analysis"
18956
18957 - type: "plot"
18958   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18959   algorithm: "plot_tsa_name"
18960   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18961   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18962   include:
18963     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18964     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18965     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18966     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18967     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18968   layout:
18969     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18970     layout: "plot-throughput-speedup-analysis"
18971
18972 - type: "plot"
18973   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18974   algorithm: "plot_tsa_name"
18975   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18976   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18977   include:
18978     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18979     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18980     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18981     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18982     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18983   layout:
18984     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18985     layout: "plot-throughput-speedup-analysis"
18986
18987 - type: "plot"
18988   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18989   algorithm: "plot_tsa_name"
18990   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18992   include:
18993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18998   layout:
18999     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19000     layout: "plot-throughput-speedup-analysis"
19001
19002 - type: "plot"
19003   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19004   algorithm: "plot_tsa_name"
19005   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19006   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19007   include:
19008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19013   layout:
19014     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19015     layout: "plot-throughput-speedup-analysis"
19016
19017 - type: "plot"
19018   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19019   algorithm: "plot_tsa_name"
19020   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19022   include:
19023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19028   layout:
19029     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19030     layout: "plot-throughput-speedup-analysis"
19031
19032 - type: "plot"
19033   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19034   algorithm: "plot_tsa_name"
19035   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19036   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19037   include:
19038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19043   layout:
19044     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19045     layout: "plot-throughput-speedup-analysis"
19046
19047 - type: "plot"
19048   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19049   algorithm: "plot_tsa_name"
19050   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19052   include:
19053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19059   layout:
19060     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19061     layout: "plot-throughput-speedup-analysis"
19062
19063 - type: "plot"
19064   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19065   algorithm: "plot_tsa_name"
19066   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19068   include:
19069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19075   layout:
19076     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19077     layout: "plot-throughput-speedup-analysis"
19078
19079 - type: "plot"
19080   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19081   algorithm: "plot_tsa_name"
19082   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19084   include:
19085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19089   layout:
19090     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19091     layout: "plot-throughput-speedup-analysis"
19092
19093 - type: "plot"
19094   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19095   algorithm: "plot_tsa_name"
19096   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19098   include:
19099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19103   layout:
19104     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19105     layout: "plot-throughput-speedup-analysis"
19106
19107 - type: "plot"
19108   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19109   algorithm: "plot_tsa_name"
19110   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19112   include:
19113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19119   layout:
19120     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19121     layout: "plot-throughput-speedup-analysis"
19122
19123 - type: "plot"
19124   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19125   algorithm: "plot_tsa_name"
19126   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19128   include:
19129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19135   layout:
19136     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19137     layout: "plot-throughput-speedup-analysis"
19138
19139 - type: "plot"
19140   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19141   algorithm: "plot_tsa_name"
19142   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19144   include:
19145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19149   layout:
19150     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19151     layout: "plot-throughput-speedup-analysis"
19152
19153 - type: "plot"
19154   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19155   algorithm: "plot_tsa_name"
19156   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19158   include:
19159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19163   layout:
19164     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19165     layout: "plot-throughput-speedup-analysis"
19166
19167 - type: "plot"
19168   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19169   algorithm: "plot_tsa_name"
19170   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19172   include:
19173     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19174     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19175     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19176     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19177     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19178     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19179   layout:
19180     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19181     layout: "plot-throughput-speedup-analysis"
19182
19183 - type: "plot"
19184   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19185   algorithm: "plot_tsa_name"
19186   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19188   include:
19189     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19190     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19191     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19192     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19193     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19194     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19195   layout:
19196     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19197     layout: "plot-throughput-speedup-analysis"
19198
19199 - type: "plot"
19200   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19201   algorithm: "plot_tsa_name"
19202   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19204   include:
19205     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19206     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19207     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19208     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19209   layout:
19210     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19211     layout: "plot-throughput-speedup-analysis"
19212
19213 - type: "plot"
19214   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19215   algorithm: "plot_tsa_name"
19216   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19218   include:
19219     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19220     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19221     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19222     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19223   layout:
19224     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19225     layout: "plot-throughput-speedup-analysis"
19226
19227 - type: "plot"
19228   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19229   algorithm: "plot_tsa_name"
19230   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19232   include:
19233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19234     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19235     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19237     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19238   layout:
19239     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19240     layout: "plot-throughput-speedup-analysis"
19241
19242 - type: "plot"
19243   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19244   algorithm: "plot_tsa_name"
19245   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19246   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19247   include:
19248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19251     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19253   layout:
19254     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19255     layout: "plot-throughput-speedup-analysis"
19256
19257 - type: "plot"
19258   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19259   algorithm: "plot_tsa_name"
19260   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19261   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19262   include:
19263     - "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"
19264     - "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"
19265     - "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"
19266     - "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"
19267     - "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"
19268   layout:
19269     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19270     layout: "plot-throughput-speedup-analysis"
19271
19272 - type: "plot"
19273   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19274   algorithm: "plot_tsa_name"
19275   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19277   include:
19278     - "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"
19279     - "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"
19280     - "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"
19281     - "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"
19282     - "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"
19283   layout:
19284     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19285     layout: "plot-throughput-speedup-analysis"
19286
19287 - type: "plot"
19288   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19289   algorithm: "plot_tsa_name"
19290   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19292   include:
19293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19298   layout:
19299     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19300     layout: "plot-throughput-speedup-analysis"
19301
19302 - type: "plot"
19303   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19304   algorithm: "plot_tsa_name"
19305   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19306   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19307   include:
19308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19313   layout:
19314     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19315     layout: "plot-throughput-speedup-analysis"
19316
19317 - type: "plot"
19318   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19319   algorithm: "plot_tsa_name"
19320   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19321   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19322   include:
19323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19328   layout:
19329     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19330     layout: "plot-throughput-speedup-analysis"
19331
19332 - type: "plot"
19333   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19334   algorithm: "plot_tsa_name"
19335   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19336   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19337   include:
19338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19343   layout:
19344     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19345     layout: "plot-throughput-speedup-analysis"
19346
19347 - type: "plot"
19348   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19349   algorithm: "plot_tsa_name"
19350   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19352   include:
19353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19357   layout:
19358     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19359     layout: "plot-throughput-speedup-analysis"
19360
19361 - type: "plot"
19362   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19363   algorithm: "plot_tsa_name"
19364   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19366   include:
19367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19371   layout:
19372     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19373     layout: "plot-throughput-speedup-analysis"
19374
19375 - type: "plot"
19376   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19377   algorithm: "plot_tsa_name"
19378   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19380   include:
19381     - "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"
19382     - "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"
19383     - "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"
19384     - "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"
19385   layout:
19386     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19387     layout: "plot-throughput-speedup-analysis"
19388
19389 - type: "plot"
19390   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19391   algorithm: "plot_tsa_name"
19392   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19394   include:
19395     - "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"
19396     - "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"
19397     - "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"
19398     - "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"
19399   layout:
19400     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19401     layout: "plot-throughput-speedup-analysis"
19402
19403 - type: "plot"
19404   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19405   algorithm: "plot_tsa_name"
19406   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19408   include:
19409     - "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"
19410     - "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"
19411     - "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"
19412     - "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"
19413     - "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"
19414     - "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"
19415   layout:
19416     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19417     layout: "plot-throughput-speedup-analysis"
19418
19419 - type: "plot"
19420   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19421   algorithm: "plot_tsa_name"
19422   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19424   include:
19425     - "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"
19426     - "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"
19427     - "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"
19428     - "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"
19429     - "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"
19430     - "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"
19431   layout:
19432     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19433     layout: "plot-throughput-speedup-analysis"
19434
19435 ################################################################################
19436
19437 # Packet Throughput - DPDK
19438
19439 # 2n-clx-xxv710
19440
19441 - type: "plot"
19442   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19443   algorithm: "plot_perf_box_name"
19444   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19445   data: "plot-dpdk-throughput-latency-2n-clx"
19446   include:
19447     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19448     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19449   layout:
19450     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19451     layout: "plot-throughput"
19452
19453 - type: "plot"
19454   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19455   algorithm: "plot_perf_box_name"
19456   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19457   data: "plot-dpdk-throughput-latency-2n-clx"
19458   include:
19459     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19460     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19461   layout:
19462     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19463     layout: "plot-throughput"
19464
19465 - type: "plot"
19466   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19467   algorithm: "plot_perf_box_name"
19468   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19469   data: "plot-dpdk-throughput-latency-2n-clx"
19470   include:
19471     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19472     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19473   layout:
19474     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19475     layout: "plot-throughput"
19476
19477 - type: "plot"
19478   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19479   algorithm: "plot_perf_box_name"
19480   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19481   data: "plot-dpdk-throughput-latency-2n-clx"
19482   include:
19483     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19484     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19485   layout:
19486     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19487     layout: "plot-throughput"
19488
19489 # 2n-clx-x710
19490
19491 - type: "plot"
19492   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19493   algorithm: "plot_perf_box_name"
19494   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19495   data: "plot-dpdk-throughput-latency-2n-clx"
19496   include:
19497     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19498     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19499   layout:
19500     title: "2n-clx-x710-64b-2t1c-base-ndr"
19501     layout: "plot-throughput"
19502
19503 - type: "plot"
19504   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19505   algorithm: "plot_perf_box_name"
19506   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19507   data: "plot-dpdk-throughput-latency-2n-clx"
19508   include:
19509     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19510     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19511   layout:
19512     title: "2n-clx-x710-64b-4t2c-base-ndr"
19513     layout: "plot-throughput"
19514
19515 - type: "plot"
19516   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19517   algorithm: "plot_perf_box_name"
19518   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19519   data: "plot-dpdk-throughput-latency-2n-clx"
19520   include:
19521     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19522     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19523   layout:
19524     title: "2n-clx-x710-64b-2t1c-base-pdr"
19525     layout: "plot-throughput"
19526
19527 - type: "plot"
19528   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19529   algorithm: "plot_perf_box_name"
19530   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19531   data: "plot-dpdk-throughput-latency-2n-clx"
19532   include:
19533     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19534     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19535   layout:
19536     title: "2n-clx-x710-64b-4t2c-base-pdr"
19537     layout: "plot-throughput"
19538
19539 ################################################################################
19540
19541 - type: "plot"
19542   title: "Latency by percentile: 2n-skx"
19543   algorithm: "plot_hdrh_lat_by_percentile"
19544   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19545   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19546   target-links: "../../_static/vpp"
19547   data: "plot-vpp-hdrh-lat-2n-skx"
19548   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19549   layout:
19550     layout: "plot-hdrh-latency-by-percentile"
19551
19552 - type: "plot"
19553   title: "Latency by percentile: 3n-skx"
19554   algorithm: "plot_hdrh_lat_by_percentile"
19555   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19556   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19557   target-links: "../../_static/vpp"
19558   data: "plot-vpp-hdrh-lat-3n-skx"
19559   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19560   layout:
19561     layout: "plot-hdrh-latency-by-percentile"
19562
19563 - type: "plot"
19564   title: "Latency by percentile: 2n-clx"
19565   algorithm: "plot_hdrh_lat_by_percentile"
19566   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19567   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19568   target-links: "../../_static/vpp"
19569   data: "plot-vpp-hdrh-lat-2n-clx"
19570   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19571   layout:
19572     layout: "plot-hdrh-latency-by-percentile"
19573
19574 - type: "plot"
19575   title: "Latency by percentile: 3n-hsw"
19576   algorithm: "plot_hdrh_lat_by_percentile"
19577   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19578   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19579   target-links: "../../_static/vpp"
19580   data: "plot-vpp-hdrh-lat-3n-hsw"
19581   filter: "'1T1C' and 'NIC_Intel-XL710'"
19582   layout:
19583     layout: "plot-hdrh-latency-by-percentile"
19584
19585 - type: "plot"
19586   title: "Latency by percentile: 3n-tsh"
19587   algorithm: "plot_hdrh_lat_by_percentile"
19588   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19589   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19590   target-links: "../../_static/vpp"
19591   data: "plot-vpp-hdrh-lat-3n-tsh"
19592   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19593   layout:
19594     layout: "plot-hdrh-latency-by-percentile"
19595
19596 - type: "plot"
19597   title: "Latency by percentile: DPDK 2n-skx"
19598   algorithm: "plot_hdrh_lat_by_percentile"
19599   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19600   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19601   target-links: "../../_static/dpdk"
19602   data: "plot-dpdk-hdrh-lat-2n-skx"
19603   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19604   layout:
19605     layout: "plot-hdrh-latency-by-percentile"
19606
19607 - type: "plot"
19608   title: "Latency by percentile: DPDK 3n-skx"
19609   algorithm: "plot_hdrh_lat_by_percentile"
19610   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19611   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19612   target-links: "../../_static/dpdk"
19613   data: "plot-dpdk-hdrh-lat-3n-skx"
19614   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19615   layout:
19616     layout: "plot-hdrh-latency-by-percentile"
19617
19618 - type: "plot"
19619   title: "Latency by percentile: DPDK 2n-clx"
19620   algorithm: "plot_hdrh_lat_by_percentile"
19621   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19622   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19623   target-links: "../../_static/dpdk"
19624   data: "plot-dpdk-hdrh-lat-2n-clx"
19625   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19626   layout:
19627     layout: "plot-hdrh-latency-by-percentile"
19628
19629 - type: "plot"
19630   title: "Latency by percentile: DPDK 3n-hsw"
19631   algorithm: "plot_hdrh_lat_by_percentile"
19632   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19633   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19634   target-links: "../../_static/dpdk"
19635   data: "plot-dpdk-hdrh-lat-3n-hsw"
19636   filter: "'1T1C' and 'NIC_Intel-XL710'"
19637   layout:
19638     layout: "plot-hdrh-latency-by-percentile"
19639
19640 - type: "plot"
19641   title: "Latency by percentile: DPDK 3n-tsh"
19642   algorithm: "plot_hdrh_lat_by_percentile"
19643   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19644   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19645   target-links: "../../_static/dpdk"
19646   data: "plot-dpdk-hdrh-lat-3n-tsh"
19647   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19648   layout:
19649     layout: "plot-hdrh-latency-by-percentile"